{"title":"Pendant Lights","description":"","products":[{"product_id":"washi-paper-sphere-pendant-light","title":"Washi Paper Sphere Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING\n   WASHI PAPER SPHERE PENDANT LIGHT\n   RESPONSIVE PRODUCT DESCRIPTION\n   DESKTOP + TABLET + MOBILE\n========================================================= *\/\n\n.stb-washi-product{\n  --cream:#F5EDD8;\n  --cream-2:#EFE4C9;\n  --cream-3:#E6D8BC;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --muted:#756143;\n  --gold:#B08A3E;\n  --gold-light:#C8A96E;\n  --line:#D8C6A6;\n\n  width:100%;\n  max-width:100%;\n  margin:0;\n  padding:0;\n\n  overflow:hidden;\n\n  background:var(--cream);\n  color:var(--brown);\n\n  font-family:\n    var(--font-body-family),\n    \"Helvetica Neue\",\n    Arial,\n    sans-serif;\n\n  line-height:1.7;\n\n  -webkit-font-smoothing:antialiased;\n  -webkit-text-size-adjust:100%;\n  text-size-adjust:100%;\n}\n\n.stb-washi-product *,\n.stb-washi-product *:before,\n.stb-washi-product *:after{\n  box-sizing:border-box;\n}\n\n.stb-washi-product img{\n  max-width:100%;\n}\n\n.stb-washi-product a{\n  -webkit-tap-highlight-color:transparent;\n}\n\n.stb-washi-container{\n  width:min(100%,1040px);\n\n  margin:0 auto;\n\n  padding-left:24px;\n  padding-right:24px;\n}\n\n\n\/* =========================================================\n   TYPOGRAPHY\n========================================================= *\/\n\n.stb-washi-eyebrow{\n  display:flex;\n  align-items:center;\n  gap:10px;\n\n  margin:0 0 11px;\n\n  color:var(--gold);\n\n  font-size:9px;\n  font-weight:600;\n  line-height:1.3;\n\n  letter-spacing:2.4px;\n  text-transform:uppercase;\n}\n\n.stb-washi-eyebrow:before{\n  content:\"\";\n\n  width:22px;\n  height:1px;\n\n  flex:0 0 auto;\n\n  background:currentColor;\n}\n\n.stb-washi-heading{\n  margin:0;\n\n  color:var(--brown);\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:clamp(27px,4vw,40px);\n  line-height:1.08;\n\n  font-weight:\n    var(--font-heading-weight,400);\n\n  letter-spacing:-.025em;\n\n  overflow-wrap:break-word;\n}\n\n.stb-washi-heading em{\n  color:#9A6A2A;\n\n  font-weight:inherit;\n  font-style:italic;\n}\n\n\n\/* =========================================================\n   CLICK TO ENLARGE\n========================================================= *\/\n\n.stb-washi-zoom{\n  position:relative;\n\n  display:block;\n\n  width:100%;\n  height:100%;\n\n  color:inherit;\n  text-decoration:none;\n\n  cursor:zoom-in;\n\n  touch-action:manipulation;\n}\n\n.stb-washi-zoom:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:9px;\n  bottom:9px;\n\n  z-index:5;\n\n  width:30px;\n  height:30px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  background:\n    rgba(28,18,9,.86);\n\n  color:#F5EDD8;\n\n  font-family:Arial,sans-serif;\n  font-size:18px;\n  font-weight:300;\n  line-height:1;\n\n  box-shadow:\n    0 4px 14px\n    rgba(0,0,0,.16);\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n   CLICK ANYWHERE TO CLOSE\n========================================================= *\/\n\n.stb-washi-lightbox{\n  position:fixed;\n\n  inset:0;\n\n  z-index:999999;\n\n  display:none;\n\n  width:100vw;\n\n  height:100vh;\n  height:100dvh;\n\n  padding:28px;\n\n  align-items:center;\n  justify-content:center;\n\n  background:\n    rgba(20,13,7,.95);\n\n  backdrop-filter:blur(8px);\n  -webkit-backdrop-filter:blur(8px);\n\n  color:inherit;\n  text-decoration:none !important;\n\n  cursor:zoom-out;\n\n  overflow:hidden;\n\n  touch-action:manipulation;\n}\n\n.stb-washi-lightbox:target{\n  display:flex;\n}\n\n.stb-washi-lightbox__content{\n  width:auto;\n\n  max-width:min(92vw,1100px);\n  max-height:90vh;\n  max-height:90dvh;\n\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  pointer-events:none;\n}\n\n.stb-washi-lightbox__image{\n  display:block;\n\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n  max-height:80dvh !important;\n\n  margin:0 !important;\n  padding:0 !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  background:#F5EDD8;\n\n  box-shadow:\n    0 22px 70px\n    rgba(0,0,0,.48);\n}\n\n.stb-washi-lightbox__caption{\n  margin:14px 0 0 !important;\n\n  color:var(--gold-light) !important;\n\n  text-align:center;\n\n  font-size:8px;\n  line-height:1.5;\n\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   01 — QUICK FACTS\n========================================================= *\/\n\n.stb-washi-facts{\n  background:var(--dark);\n}\n\n.stb-washi-facts__grid{\n  width:min(100%,1080px);\n\n  margin:0 auto;\n\n  padding:0 24px;\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(5,minmax(0,1fr));\n}\n\n.stb-washi-fact{\n  min-width:0;\n\n  padding:19px 17px;\n\n  border-right:\n    1px solid\n    rgba(255,255,255,.10);\n}\n\n.stb-washi-fact:first-child{\n  padding-left:0;\n}\n\n.stb-washi-fact:last-child{\n  padding-right:0;\n  border-right:0;\n}\n\n.stb-washi-fact small{\n  display:block;\n\n  margin:0 0 5px;\n\n  color:#A9916A;\n\n  font-size:8px;\n  font-weight:600;\n  line-height:1.3;\n\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.stb-washi-fact strong{\n  display:block;\n\n  color:#F5EDD8;\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:15px;\n  line-height:1.35;\n  font-weight:400;\n}\n\n.stb-washi-fact--highlight strong{\n  color:var(--gold-light);\n}\n\n\n\/* =========================================================\n   02 — INTRO\n========================================================= *\/\n\n.stb-washi-intro{\n  padding:48px 0 50px;\n\n  background:var(--cream);\n}\n\n.stb-washi-intro__content{\n  max-width:760px;\n\n  margin:0 auto;\n\n  text-align:center;\n}\n\n.stb-washi-intro .stb-washi-eyebrow{\n  justify-content:center;\n}\n\n.stb-washi-intro__text{\n  max-width:710px;\n\n  margin:17px auto 0;\n\n  color:var(--brown);\n\n  font-size:14px;\n  line-height:1.85;\n}\n\n\n\/* =========================================================\n   03 — MATERIAL\n========================================================= *\/\n\n.stb-washi-material{\n  padding:52px 0;\n\n  background:var(--cream-2);\n}\n\n.stb-washi-material__grid{\n  display:grid;\n\n  grid-template-columns:\n    300px\n    minmax(0,1fr);\n\n  gap:48px;\n\n  align-items:center;\n}\n\n\n\/* MATERIAL FRAME *\/\n\n.stb-washi-material__frame{\n  width:100%;\n  max-width:300px;\n\n  margin:0 auto;\n\n  padding:7px;\n\n  border:1px solid var(--line);\n\n  background:var(--cream);\n}\n\n.stb-washi-material__image{\n  position:relative;\n\n  width:100%;\n\n  aspect-ratio:1 \/ 1;\n\n  overflow:hidden;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  background:var(--cream-3);\n}\n\n.stb-washi-material__image img{\n  display:block;\n\n  width:100% !important;\n  height:100% !important;\n\n  max-width:100% !important;\n  max-height:100% !important;\n\n  margin:0 !important;\n  padding:0 !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n}\n\n.stb-washi-material__tag{\n  position:absolute;\n\n  z-index:4;\n\n  left:9px;\n  bottom:9px;\n\n  padding:5px 8px;\n\n  background:\n    rgba(28,18,9,.80);\n\n  color:#F5EDD8;\n\n  font-size:7px;\n\n  letter-spacing:1.2px;\n  text-transform:uppercase;\n\n  pointer-events:none;\n}\n\n.stb-washi-material__copy{\n  min-width:0;\n  max-width:600px;\n}\n\n.stb-washi-material__text{\n  margin:15px 0 0;\n\n  color:var(--brown);\n\n  font-size:13.5px;\n  line-height:1.82;\n}\n\n.stb-washi-material__note{\n  margin:19px 0 0;\n\n  padding:10px 0 10px 15px;\n\n  border-left:\n    2px solid\n    var(--gold-light);\n\n  color:var(--muted);\n\n  font-size:11.5px;\n  line-height:1.7;\n}\n\n\n\/* =========================================================\n   04 — SIZE GUIDE\n========================================================= *\/\n\n.stb-washi-size{\n  padding:55px 0;\n\n  background:var(--cream);\n}\n\n.stb-washi-size__header{\n  display:grid;\n\n  grid-template-columns:\n    minmax(0,1fr)\n    235px;\n\n  gap:45px;\n\n  align-items:center;\n\n  margin-bottom:32px;\n}\n\n.stb-washi-size__copy{\n  min-width:0;\n  max-width:650px;\n}\n\n.stb-washi-size__text{\n  max-width:580px;\n\n  margin:14px 0 0;\n\n  color:var(--muted);\n\n  font-size:12.5px;\n  line-height:1.75;\n}\n\n\n\/* SIZE IMAGE FRAME *\/\n\n.stb-washi-size__frame{\n  width:235px;\n  max-width:100%;\n\n  margin-left:auto;\n\n  padding:7px;\n\n  border:1px solid var(--line);\n\n  background:var(--cream-2);\n}\n\n.stb-washi-size__image{\n  position:relative;\n\n  width:100%;\n\n  aspect-ratio:3 \/ 4;\n\n  overflow:hidden;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  background:var(--cream-3);\n}\n\n.stb-washi-size__image img{\n  display:block;\n\n  width:100% !important;\n  height:100% !important;\n\n  max-width:100% !important;\n  max-height:100% !important;\n\n  margin:0 !important;\n  padding:0 !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n}\n\n\n\/* =========================================================\n   SIZE LIST DESKTOP\n========================================================= *\/\n\n.stb-washi-size__list{\n  width:100%;\n\n  border-top:\n    1px solid\n    var(--line);\n}\n\n.stb-washi-size__row{\n  display:grid;\n\n  grid-template-columns:\n    90px\n    175px\n    minmax(0,1fr);\n\n  gap:18px;\n\n  align-items:center;\n\n  padding:9px 0;\n\n  border-bottom:\n    1px solid\n    var(--line);\n\n  font-size:12px;\n  line-height:1.5;\n}\n\n.stb-washi-size__row strong{\n  color:var(--brown);\n  font-weight:600;\n}\n\n.stb-washi-size__row span:nth-child(2){\n  color:var(--brown);\n}\n\n.stb-washi-size__row span:last-child{\n  min-width:0;\n\n  color:var(--muted);\n}\n\n.stb-washi-size__tip{\n  margin:18px 0 0;\n\n  padding:14px 16px;\n\n  background:var(--cream-2);\n\n  color:var(--brown);\n\n  font-size:11.5px;\n  line-height:1.7;\n}\n\n\n\/* =========================================================\n   05 — WHERE IT WORKS\n========================================================= *\/\n\n.stb-washi-rooms{\n  padding:45px 0 48px;\n\n  background:var(--dark);\n}\n\n.stb-washi-rooms .stb-washi-eyebrow{\n  justify-content:center;\n\n  color:var(--gold-light);\n}\n\n.stb-washi-rooms__title{\n  margin:0 0 28px;\n\n  color:#F5EDD8;\n\n  text-align:center;\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:29px;\n  line-height:1.2;\n  font-weight:400;\n}\n\n.stb-washi-rooms__grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,minmax(0,1fr));\n\n  border-top:\n    1px solid\n    rgba(255,255,255,.13);\n}\n\n.stb-washi-room{\n  min-width:0;\n\n  padding:19px 20px 5px;\n\n  border-right:\n    1px solid\n    rgba(255,255,255,.13);\n}\n\n.stb-washi-room:first-child{\n  padding-left:0;\n}\n\n.stb-washi-room:last-child{\n  border-right:0;\n}\n\n.stb-washi-room strong{\n  display:block;\n\n  margin:0 0 6px;\n\n  color:#F5EDD8;\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:16px;\n  line-height:1.4;\n  font-weight:400;\n}\n\n.stb-washi-room span{\n  display:block;\n\n  color:#BAA789;\n\n  font-size:10.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   06 — SPECIFICATIONS + FAQ\n========================================================= *\/\n\n.stb-washi-info{\n  padding:55px 0;\n\n  background:var(--cream-2);\n}\n\n.stb-washi-info__grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:58px;\n\n  align-items:start;\n}\n\n\n\/* SPECIFICATIONS *\/\n\n.stb-washi-specs{\n  margin-top:21px;\n\n  border-top:\n    1px solid\n    var(--line);\n}\n\n.stb-washi-spec{\n  display:flex;\n\n  justify-content:space-between;\n  align-items:flex-start;\n\n  gap:22px;\n\n  padding:10px 0;\n\n  border-bottom:\n    1px solid\n    var(--line);\n}\n\n.stb-washi-spec span:first-child{\n  flex:0 0 auto;\n\n  color:var(--muted);\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.stb-washi-spec span:last-child{\n  max-width:66%;\n\n  color:var(--brown);\n\n  text-align:right;\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:14px;\n  line-height:1.45;\n\n  overflow-wrap:break-word;\n}\n\n\n\/* FAQ *\/\n\n.stb-washi-faq{\n  margin-top:21px;\n\n  border-top:\n    1px solid\n    var(--line);\n}\n\n.stb-washi-faq details{\n  border-bottom:\n    1px solid\n    var(--line);\n}\n\n.stb-washi-faq summary{\n  position:relative;\n\n  min-height:56px;\n\n  padding:15px 38px 15px 0;\n\n  display:flex;\n  align-items:center;\n\n  cursor:pointer;\n\n  list-style:none;\n\n  color:var(--brown);\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:16px;\n  line-height:1.4;\n\n  touch-action:manipulation;\n}\n\n.stb-washi-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-washi-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:3px;\n  top:50%;\n\n  transform:\n    translateY(-50%);\n\n  color:var(--gold);\n\n  font-family:Arial,sans-serif;\n\n  font-size:20px;\n  font-weight:300;\n}\n\n.stb-washi-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.stb-washi-faq details p{\n  margin:0;\n\n  padding:0 34px 17px 0;\n\n  color:var(--muted);\n\n  font-size:12px;\n  line-height:1.75;\n}\n\n\n\/* =========================================================\n   07 — SHIPPING \u0026 RETURNS\n========================================================= *\/\n\n.stb-washi-shipping{\n  padding:48px 0 31px;\n\n  background:var(--cream);\n}\n\n.stb-washi-shipping__box{\n  padding:29px 30px 30px;\n\n  background:var(--cream-2);\n\n  border-top:\n    2px solid\n    var(--gold-light);\n}\n\n.stb-washi-shipping__title{\n  margin:0 0 18px;\n\n  color:var(--brown);\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:23px;\n  line-height:1.2;\n  font-weight:400;\n}\n\n.stb-washi-shipping__content{\n  max-width:880px;\n\n  color:var(--brown);\n\n  font-size:12.5px;\n  line-height:1.8;\n}\n\n.stb-washi-shipping__content p{\n  margin:0 0 13px;\n}\n\n.stb-washi-shipping__content p:last-child{\n  margin-bottom:0;\n}\n\n.stb-washi-shipping__content a{\n  color:#9A6A2A;\n\n  text-decoration:underline;\n\n  text-underline-offset:3px;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* =========================================================\n   08 — MATERIAL DISCLAIMER\n========================================================= *\/\n\n.stb-washi-disclaimer{\n  padding:0 24px 40px;\n\n  background:var(--cream);\n}\n\n.stb-washi-disclaimer p{\n  max-width:760px;\n\n  margin:0 auto;\n\n  color:var(--muted);\n\n  text-align:center;\n\n  font-size:10.5px;\n  line-height:1.7;\n\n  font-style:italic;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (min-width:750px) and (max-width:1024px){\n\n  .stb-washi-container{\n    padding-left:28px;\n    padding-right:28px;\n  }\n\n  .stb-washi-material__grid{\n    grid-template-columns:\n      255px\n      minmax(0,1fr);\n\n    gap:36px;\n  }\n\n  .stb-washi-material__frame{\n    max-width:255px;\n  }\n\n  .stb-washi-size__header{\n    grid-template-columns:\n      minmax(0,1fr)\n      215px;\n\n    gap:32px;\n  }\n\n  .stb-washi-size__frame{\n    width:215px;\n  }\n\n  .stb-washi-info__grid{\n    gap:38px;\n  }\n\n  .stb-washi-room{\n    padding-left:14px;\n    padding-right:14px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   0 — 749PX\n========================================================= *\/\n\n@media(max-width:749px){\n\n  .stb-washi-container{\n    width:100%;\n\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n\n  \/* -----------------------------------------\n     MOBILE TYPOGRAPHY\n  ----------------------------------------- *\/\n\n  .stb-washi-heading{\n    font-size:clamp(27px,8.8vw,36px);\n    line-height:1.09;\n\n    letter-spacing:-.02em;\n  }\n\n  .stb-washi-eyebrow{\n    gap:8px;\n\n    font-size:8px;\n\n    letter-spacing:1.7px;\n  }\n\n  .stb-washi-eyebrow:before{\n    width:18px;\n  }\n\n\n  \/* -----------------------------------------\n     MOBILE LIGHTBOX\n  ----------------------------------------- *\/\n\n  .stb-washi-lightbox{\n    width:100vw;\n\n    height:100vh;\n    height:100dvh;\n\n    padding:\n      calc(14px + env(safe-area-inset-top))\n      14px\n      calc(14px + env(safe-area-inset-bottom));\n  }\n\n  .stb-washi-lightbox__content{\n    max-width:94vw;\n\n    max-height:88vh;\n    max-height:88dvh;\n  }\n\n  .stb-washi-lightbox__image{\n    max-width:94vw !important;\n\n    max-height:78vh !important;\n    max-height:78dvh !important;\n  }\n\n  .stb-washi-lightbox__caption{\n    max-width:90vw;\n\n    margin-top:10px !important;\n\n    padding:0 8px;\n\n    font-size:7px;\n\n    letter-spacing:1.2px;\n  }\n\n\n  \/* -----------------------------------------\n     QUICK FACTS MOBILE\n  ----------------------------------------- *\/\n\n  .stb-washi-facts__grid{\n    width:100%;\n\n    padding:0 14px;\n\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .stb-washi-fact,\n  .stb-washi-fact:first-child,\n  .stb-washi-fact:last-child{\n    min-height:72px;\n\n    padding:14px 10px;\n\n    border-right:\n      1px solid\n      rgba(255,255,255,.10);\n\n    border-bottom:\n      1px solid\n      rgba(255,255,255,.10);\n  }\n\n  .stb-washi-fact:nth-child(2n){\n    border-right:0;\n  }\n\n  .stb-washi-fact:last-child{\n    grid-column:1 \/ -1;\n\n    min-height:auto;\n\n    text-align:center;\n\n    border-right:0;\n    border-bottom:0;\n  }\n\n  .stb-washi-fact small{\n    font-size:7px;\n\n    letter-spacing:1.2px;\n  }\n\n  .stb-washi-fact strong{\n    font-size:14px;\n  }\n\n\n  \/* -----------------------------------------\n     INTRO MOBILE\n  ----------------------------------------- *\/\n\n  .stb-washi-intro{\n    padding:38px 0 40px;\n  }\n\n  .stb-washi-intro__content{\n    width:100%;\n  }\n\n  .stb-washi-intro__text{\n    margin-top:15px;\n\n    font-size:12.5px;\n    line-height:1.75;\n  }\n\n\n  \/* -----------------------------------------\n     MATERIAL MOBILE\n  ----------------------------------------- *\/\n\n  .stb-washi-material{\n    padding:40px 0 42px;\n  }\n\n  .stb-washi-material__grid{\n    grid-template-columns:1fr;\n\n    gap:28px;\n  }\n\n  .stb-washi-material__frame{\n    width:min(72vw,270px);\n\n    max-width:270px;\n\n    margin:0 auto;\n  }\n\n  .stb-washi-material__copy{\n    width:100%;\n\n    max-width:none;\n  }\n\n  .stb-washi-material__text{\n    font-size:12.5px;\n    line-height:1.75;\n  }\n\n  .stb-washi-material__note{\n    margin-top:17px;\n\n    font-size:11px;\n  }\n\n\n  \/* -----------------------------------------\n     SIZE GUIDE MOBILE\n  ----------------------------------------- *\/\n\n  .stb-washi-size{\n    padding:42px 0;\n  }\n\n  .stb-washi-size__header{\n    grid-template-columns:1fr;\n\n    gap:26px;\n\n    margin-bottom:29px;\n  }\n\n  .stb-washi-size__copy{\n    width:100%;\n\n    max-width:none;\n  }\n\n  .stb-washi-size__text{\n    font-size:12px;\n    line-height:1.72;\n  }\n\n  .stb-washi-size__frame{\n    width:min(64vw,240px);\n\n    max-width:240px;\n\n    margin:0 auto;\n  }\n\n\n  \/* -----------------------------------------\n     SIZE ROW — MOBILE FRIENDLY\n  ----------------------------------------- *\/\n\n  .stb-washi-size__row{\n    display:grid;\n\n    grid-template-columns:\n      minmax(58px,.30fr)\n      minmax(120px,.70fr);\n\n    gap:3px 10px;\n\n    align-items:center;\n\n    padding:12px 3px;\n\n    font-size:11px;\n    line-height:1.45;\n  }\n\n  .stb-washi-size__row strong{\n    grid-column:1;\n    grid-row:1;\n\n    font-size:11px;\n  }\n\n  .stb-washi-size__row span:nth-child(2){\n    grid-column:2;\n    grid-row:1;\n\n    font-size:11px;\n  }\n\n  .stb-washi-size__row span:last-child{\n    grid-column:1 \/ -1;\n    grid-row:2;\n\n    padding-top:2px;\n\n    color:var(--muted);\n\n    font-size:10px;\n  }\n\n  .stb-washi-size__tip{\n    margin-top:16px;\n\n    padding:13px 14px;\n\n    font-size:10.5px;\n    line-height:1.65;\n  }\n\n\n  \/* -----------------------------------------\n     WHERE IT WORKS MOBILE\n  ----------------------------------------- *\/\n\n  .stb-washi-rooms{\n    padding:40px 0 42px;\n  }\n\n  .stb-washi-rooms__title{\n    margin-bottom:24px;\n\n    font-size:25px;\n  }\n\n  .stb-washi-rooms__grid{\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .stb-washi-room,\n  .stb-washi-room:first-child{\n    min-height:116px;\n\n    padding:15px 12px;\n\n    border-bottom:\n      1px solid\n      rgba(255,255,255,.13);\n  }\n\n  .stb-washi-room:nth-child(2n){\n    border-right:0;\n  }\n\n  .stb-washi-room:nth-last-child(-n+2){\n    border-bottom:0;\n  }\n\n  .stb-washi-room strong{\n    font-size:15px;\n  }\n\n  .stb-washi-room span{\n    font-size:9.5px;\n    line-height:1.55;\n  }\n\n\n  \/* -----------------------------------------\n     SPECS + FAQ MOBILE\n  ----------------------------------------- *\/\n\n  .stb-washi-info{\n    padding:42px 0;\n  }\n\n  .stb-washi-info__grid{\n    grid-template-columns:1fr;\n\n    gap:44px;\n  }\n\n  .stb-washi-specs{\n    margin-top:18px;\n  }\n\n  .stb-washi-spec{\n    display:block;\n\n    padding:11px 0;\n  }\n\n  .stb-washi-spec span:first-child{\n    display:block;\n\n    margin-bottom:4px;\n\n    font-size:8px;\n  }\n\n  .stb-washi-spec span:last-child{\n    display:block;\n\n    max-width:100%;\n\n    text-align:left;\n\n    font-size:13px;\n    line-height:1.45;\n  }\n\n  .stb-washi-faq{\n    margin-top:18px;\n  }\n\n  .stb-washi-faq summary{\n    min-height:58px;\n\n    padding:\n      15px 38px\n      15px 0;\n\n    font-size:15px;\n    line-height:1.4;\n  }\n\n  .stb-washi-faq details p{\n    padding:\n      0 24px\n      17px 0;\n\n    font-size:11.5px;\n    line-height:1.7;\n  }\n\n\n  \/* -----------------------------------------\n     SHIPPING MOBILE\n  ----------------------------------------- *\/\n\n  .stb-washi-shipping{\n    padding:38px 0 26px;\n  }\n\n  .stb-washi-shipping__box{\n    padding:23px 18px 24px;\n  }\n\n  .stb-washi-shipping__title{\n    margin-bottom:15px;\n\n    font-size:22px;\n  }\n\n  .stb-washi-shipping__content{\n    width:100%;\n\n    font-size:11.5px;\n    line-height:1.72;\n  }\n\n  .stb-washi-shipping__content p{\n    margin-bottom:12px;\n  }\n\n\n  \/* -----------------------------------------\n     DISCLAIMER MOBILE\n  ----------------------------------------- *\/\n\n  .stb-washi-disclaimer{\n    padding:\n      0 18px 34px;\n  }\n\n  .stb-washi-disclaimer p{\n    max-width:500px;\n\n    font-size:9.5px;\n    line-height:1.65;\n  }\n\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n   IPHONE SE \/ 320–420PX\n========================================================= *\/\n\n@media(max-width:420px){\n\n  .stb-washi-container{\n    padding-left:15px;\n    padding-right:15px;\n  }\n\n  .stb-washi-heading{\n    font-size:27px;\n  }\n\n  .stb-washi-facts__grid{\n    padding:0 10px;\n  }\n\n  .stb-washi-fact{\n    padding-left:8px !important;\n    padding-right:8px !important;\n  }\n\n  .stb-washi-material__frame{\n    width:min(76vw,250px);\n  }\n\n  .stb-washi-size__frame{\n    width:min(68vw,225px);\n  }\n\n  .stb-washi-size__row{\n    grid-template-columns:\n      55px\n      minmax(0,1fr);\n\n    gap:3px 8px;\n  }\n\n  .stb-washi-rooms__grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-washi-room,\n  .stb-washi-room:first-child{\n    min-height:auto;\n\n    padding:15px 2px;\n\n    border-right:0;\n\n    border-bottom:\n      1px solid\n      rgba(255,255,255,.13);\n  }\n\n  .stb-washi-room:last-child{\n    border-bottom:0;\n  }\n\n  .stb-washi-room strong{\n    font-size:16px;\n  }\n\n  .stb-washi-room span{\n    font-size:10px;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL MOBILE\n========================================================= *\/\n\n@media(max-width:350px){\n\n  .stb-washi-heading{\n    font-size:25px;\n  }\n\n  .stb-washi-intro__text,\n  .stb-washi-material__text{\n    font-size:12px;\n  }\n\n  .stb-washi-size__row{\n    font-size:10px;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .stb-washi-product *,\n  .stb-washi-product *:before,\n  .stb-washi-product *:after{\n    scroll-behavior:auto !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"stb-washi-product\"\u003e\n\u003c!-- =====================================================\n     01 — QUICK FACTS\n===================================================== --\u003e\n\u003csection class=\"stb-washi-facts\"\u003e\n\u003cdiv class=\"stb-washi-facts__grid\"\u003e\n\u003cdiv class=\"stb-washi-fact\"\u003e\n\u003csmall\u003eMaterial\u003c\/small\u003e \u003cstrong\u003e Washi Paper \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-fact\"\u003e\n\u003csmall\u003eSizes\u003c\/small\u003e \u003cstrong\u003e 11 Options \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-fact stb-washi-fact--highlight\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e 3000K Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-fact\"\u003e\n\u003csmall\u003eInstallation\u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-fact\"\u003e\n\u003csmall\u003eSuspension\u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     02 — INTRO\n===================================================== --\u003e\n\u003csection class=\"stb-washi-intro\"\u003e\n\u003cdiv class=\"stb-washi-container\"\u003e\n\u003cdiv class=\"stb-washi-intro__content\"\u003e\n\u003cp class=\"stb-washi-eyebrow\"\u003eWASHI PAPER SPHERE PENDANT\u003c\/p\u003e\n\u003ch2 class=\"stb-washi-heading\"\u003eSoft light. Natural texture. \u003cem\u003e A quieter statement. \u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"stb-washi-intro__text\"\u003eHand-stretched washi paper softens direct bulb light into a warm, diffused glow. The spherical form adds presence without feeling visually heavy, with 11 sizes available for bedrooms, dining rooms, living spaces and tall foyers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     03 — MATERIAL\n===================================================== --\u003e\n\u003csection id=\"stb-washi-material-section\" class=\"stb-washi-material\"\u003e\n\u003cdiv class=\"stb-washi-container stb-washi-material__grid\"\u003e\n\u003cdiv class=\"stb-washi-material__frame\"\u003e\n\u003cdiv class=\"stb-washi-material__image\"\u003e\n\u003ca href=\"#stb-washi-material-lightbox\" class=\"stb-washi-zoom\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Hand-stretched Washi paper texture used on the Washi Paper Sphere Pendant Light\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e \u003c\/a\u003e \u003cspan class=\"stb-washi-material__tag\"\u003e MATERIAL DETAIL \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-material__copy\"\u003e\n\u003cp class=\"stb-washi-eyebrow\"\u003eTHE MATERIAL\u003c\/p\u003e\n\u003ch2 class=\"stb-washi-heading\"\u003eHand-stretched \u003cem\u003e washi paper. \u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"stb-washi-material__text\"\u003eWashi paper is stretched by hand over the bamboo-and-iron structure, leaving natural fibers and subtle irregularities visible. When illuminated, the paper gently diffuses the light and reduces the harder glare of an exposed bulb.\u003c\/p\u003e\n\u003cp class=\"stb-washi-material__note\"\u003eEach shade is handmade, so small differences in texture, tone and dimensions are part of the natural character of the material.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     MATERIAL LIGHTBOX\n===================================================== --\u003e \u003ca id=\"stb-washi-material-lightbox\" href=\"#stb-washi-material-section\" class=\"stb-washi-lightbox\"\u003e \u003cspan class=\"stb-washi-lightbox__content\"\u003e \u003cimg class=\"stb-washi-lightbox__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged hand-stretched Washi paper material detail\"\u003e \u003cspan class=\"stb-washi-lightbox__caption\"\u003e HAND-STRETCHED WASHI PAPER · MATERIAL DETAIL \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n     04 — SIZE GUIDE\n===================================================== --\u003e\n\u003csection id=\"stb-washi-size-section\" class=\"stb-washi-size\"\u003e\n\u003cdiv class=\"stb-washi-container\"\u003e\n\u003cdiv class=\"stb-washi-size__header\"\u003e\n\u003cdiv class=\"stb-washi-size__copy\"\u003e\n\u003cp class=\"stb-washi-eyebrow\"\u003eCHOOSE YOUR SIZE\u003c\/p\u003e\n\u003ch2 class=\"stb-washi-heading\"\u003eFrom bedside scale \u003cem\u003e to grand foyer. \u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"stb-washi-size__text\"\u003eThe same spherical form changes dramatically with scale. Choose a smaller diameter for focused areas and a larger size when the pendant needs to anchor an open room or taller ceiling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__frame\"\u003e\n\u003cdiv class=\"stb-washi-size__image\"\u003e\u003ca href=\"#stb-washi-size-lightbox\" class=\"stb-washi-zoom\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-sphere-pendant-series.jpg?v=1784895136\" alt=\"Washi Paper Sphere Pendant Light complete size guide\" loading=\"lazy\" width=\"460\" height=\"600\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__list\"\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e30A\u003c\/strong\u003e \u003cspan\u003eØ11.8\" × H11\"\u003c\/span\u003e \u003cspan\u003eBedside · niche · compact spaces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e40A\u003c\/strong\u003e \u003cspan\u003eØ15.7\" × H15.7\"\u003c\/span\u003e \u003cspan\u003eReading corner · small bedroom\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e45A\u003c\/strong\u003e \u003cspan\u003eØ17.7\" × H16.5\"\u003c\/span\u003e \u003cspan\u003eBreakfast nook · entry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e50A\u003c\/strong\u003e \u003cspan\u003eØ19.7\" × H19.7\"\u003c\/span\u003e \u003cspan\u003eBedroom · small dining area\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e55A\u003c\/strong\u003e \u003cspan\u003eØ21.7\" × H21.7\"\u003c\/span\u003e \u003cspan\u003eDining room · living room\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e60A\u003c\/strong\u003e \u003cspan\u003eØ23.6\" × H23.6\"\u003c\/span\u003e \u003cspan\u003eDining room · open-plan space\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e75A\u003c\/strong\u003e \u003cspan\u003eØ29.5\" × H27.5\"\u003c\/span\u003e \u003cspan\u003eLarge dining room · formal living\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e80A\u003c\/strong\u003e \u003cspan\u003eØ31.5\" × H31.5\"\u003c\/span\u003e \u003cspan\u003eGrand dining room · tall ceilings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e90A\u003c\/strong\u003e \u003cspan\u003eØ35.4\" × H35.4\"\u003c\/span\u003e \u003cspan\u003eVaulted room · statement scale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e100A\u003c\/strong\u003e \u003cspan\u003eØ39.4\" × H39.4\"\u003c\/span\u003e \u003cspan\u003eGrand foyer · gallery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-size__row\"\u003e\n\u003cstrong\u003e120A\u003c\/strong\u003e \u003cspan\u003eØ47.2\" × H47.2\"\u003c\/span\u003e \u003cspan\u003eOversized rooms · hospitality\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"stb-washi-size__tip\"\u003e\u003cstrong\u003eQuick sizing tip:\u003c\/strong\u003e over a dining table, start around half the table's longest dimension. For an open room or taller ceiling, choosing the larger of two suitable sizes usually creates a more balanced, intentional proportion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     SIZE LIGHTBOX\n===================================================== --\u003e \u003ca id=\"stb-washi-size-lightbox\" href=\"#stb-washi-size-section\" class=\"stb-washi-lightbox\"\u003e \u003cspan class=\"stb-washi-lightbox__content\"\u003e \u003cimg class=\"stb-washi-lightbox__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-sphere-pendant-series.jpg?v=1784895136\" alt=\"Enlarged Washi Paper Sphere Pendant Light complete size guide\"\u003e \u003cspan class=\"stb-washi-lightbox__caption\"\u003e COMPLETE SIZE GUIDE · 30A–120A \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n     05 — WHERE IT WORKS\n===================================================== --\u003e\n\u003csection class=\"stb-washi-rooms\"\u003e\n\u003cdiv class=\"stb-washi-container\"\u003e\n\u003cp class=\"stb-washi-eyebrow\"\u003eWHERE IT WORKS BEST\u003c\/p\u003e\n\u003ch2 class=\"stb-washi-rooms__title\"\u003eOne shape. Different scales.\u003c\/h2\u003e\n\u003cdiv class=\"stb-washi-rooms__grid\"\u003e\n\u003cdiv class=\"stb-washi-room\"\u003e\n\u003cstrong\u003eDining Room\u003c\/strong\u003e \u003cspan\u003e 23.6–31.5\" creates a soft focal point above most dining tables. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-room\"\u003e\n\u003cstrong\u003eLiving Room\u003c\/strong\u003e \u003cspan\u003e Larger sizes create a warm central anchor without visual heaviness. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-room\"\u003e\n\u003cstrong\u003eBedroom\u003c\/strong\u003e \u003cspan\u003e Smaller sizes work well for softer ambient or bedside lighting. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-room\"\u003e\n\u003cstrong\u003eFoyer\u003c\/strong\u003e \u003cspan\u003e 35.4–47.2\" provides the scale needed for taller spaces. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     06 — SPECIFICATIONS + FAQ\n===================================================== --\u003e\n\u003csection class=\"stb-washi-info\"\u003e\n\u003cdiv class=\"stb-washi-container stb-washi-info__grid\"\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv\u003e\n\u003cp class=\"stb-washi-eyebrow\"\u003eSPECIFICATIONS\u003c\/p\u003e\n\u003ch2 class=\"stb-washi-heading\"\u003eWhat you need \u003cem\u003e to know. \u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"stb-washi-specs\"\u003e\n\u003cdiv class=\"stb-washi-spec\"\u003e\n\u003cspan\u003eMaterials\u003c\/span\u003e \u003cspan\u003eMetal fixture components with Washi paper shade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-spec\"\u003e\n\u003cspan\u003eSizes\u003c\/span\u003e \u003cspan\u003e11 options · Ø11.8\"–47.2\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-spec\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cspan\u003eE26 \/ E27\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-spec\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cspan\u003e40W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-spec\"\u003e\n\u003cspan\u003eBulb Included\u003c\/span\u003e \u003cspan\u003eYes · 3000K warm white\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-spec\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cspan\u003eDimmable with compatible bulb + dimmer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-spec\"\u003e\n\u003cspan\u003eSuspension\u003c\/span\u003e \u003cspan\u003e59\" adjustable · extendable on request\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-spec\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cspan\u003eHardwired · plug-in available on request\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-spec\"\u003e\n\u003cspan\u003eCeilings\u003c\/span\u003e \u003cspan\u003eStandard · Sloped · Vaulted\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-washi-spec\"\u003e\n\u003cspan\u003eUse\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!-- FAQ --\u003e\n\u003cdiv\u003e\n\u003cp class=\"stb-washi-eyebrow\"\u003eGOOD TO KNOW\u003c\/p\u003e\n\u003ch2 class=\"stb-washi-heading\"\u003eBefore you \u003cem\u003e order. \u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"stb-washi-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eFor a dining table, start around half the table's longest dimension. Larger rooms and taller ceilings generally need more scale. If you are deciding between two suitable sizes, the larger option usually creates a stronger proportion.\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 soft dry duster or clean microfiber cloth. Do not wet-clean, steam or spray the paper. Keep it away from excessive humidity and direct heat.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be installed on a sloped or vaulted ceiling?\u003c\/summary\u003e\n\u003cp\u003eYes. The adjustable suspension works with standard, sloped and vaulted ceilings. If you need a longer drop, contact us with your ceiling height.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order a plug-in version?\u003c\/summary\u003e\n\u003cp\u003eThe fixture is hardwired by default. A plug-in cord can be prepared on request and is best suited to the smaller sizes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it come with a bulb?\u003c\/summary\u003e\n\u003cp\u003eYes. A 3000K warm-white bulb is included. For the warmest appearance through the washi paper, we recommend approximately 2700–3000K.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     07 — SHIPPING \u0026 RETURNS\n===================================================== --\u003e\n\u003csection class=\"stb-washi-shipping\"\u003e\n\u003cdiv class=\"stb-washi-container\"\u003e\n\u003cdiv class=\"stb-washi-shipping__box\"\u003e\n\u003ch2 class=\"stb-washi-shipping__title\"\u003eShipping \u0026amp; Returns\u003c\/h2\u003e\n\u003cdiv class=\"stb-washi-shipping__content\"\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"\/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=\"\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     08 — WASHI MATERIAL DISCLAIMER\n===================================================== --\u003e\n\u003cdiv class=\"stb-washi-disclaimer\"\u003e\n\u003cp\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\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"30A:Dia 11.8\"xH 11\" \/ Washi Paper \/ White Wire","offer_id":52096219906331,"sku":"STB-NGA-S01","price":135.0,"currency_code":"USD","in_stock":true},{"title":"30A:Dia 11.8\"xH 11\" \/ Washi Paper \/ Black Wire","offer_id":52096219939099,"sku":"STB-NGA-S01","price":135.0,"currency_code":"USD","in_stock":true},{"title":"40A: Dia 15.7\" xH 15.7\" \/ Washi Paper \/ White Wire","offer_id":52096219971867,"sku":"STB-NGA-S02","price":165.0,"currency_code":"USD","in_stock":true},{"title":"40A: Dia 15.7\" xH 15.7\" \/ Washi Paper \/ Black Wire","offer_id":52096220004635,"sku":"STB-NGA-S02","price":165.0,"currency_code":"USD","in_stock":true},{"title":"45A: Dia 17.7\" x H 16.5\" \/ Washi Paper \/ White Wire","offer_id":52096220037403,"sku":"STB-NGA-S03","price":175.0,"currency_code":"USD","in_stock":true},{"title":"45A: Dia 17.7\" x H 16.5\" \/ Washi Paper \/ Black Wire","offer_id":52096220070171,"sku":"STB-NGA-S03","price":175.0,"currency_code":"USD","in_stock":true},{"title":"50A: Dia 19.7\"x H 19.7\" \/ Washi Paper \/ White Wire","offer_id":52096220102939,"sku":"STB-NGA-S04","price":195.0,"currency_code":"USD","in_stock":true},{"title":"50A: Dia 19.7\"x H 19.7\" \/ Washi Paper \/ Black Wire","offer_id":52096220135707,"sku":"STB-NGA-S04","price":195.0,"currency_code":"USD","in_stock":true},{"title":"55A: Dia 21.7\" x H 21.7\" \/ Washi Paper \/ White Wire","offer_id":52096247693595,"sku":"STB-NGA-S05","price":215.0,"currency_code":"USD","in_stock":true},{"title":"55A: Dia 21.7\" x H 21.7\" \/ Washi Paper \/ Black Wire","offer_id":52096247726363,"sku":"STB-NGA-S05","price":215.0,"currency_code":"USD","in_stock":true},{"title":"60A: Dia 23.6\" x H 23.6\" \/ Washi Paper \/ White Wire","offer_id":52096220234011,"sku":"STB-NGA-S06","price":285.0,"currency_code":"USD","in_stock":true},{"title":"60A: Dia 23.6\" x H 23.6\" \/ Washi Paper \/ Black Wire","offer_id":52096220266779,"sku":"STB-NGA-S06","price":285.0,"currency_code":"USD","in_stock":true},{"title":"75A: Dia 29.5\" x H 27.5\" \/ Washi Paper \/ White Wire","offer_id":52096220299547,"sku":"STB-NGA-S07","price":385.0,"currency_code":"USD","in_stock":true},{"title":"75A: Dia 29.5\" x H 27.5\" \/ Washi Paper \/ Black Wire","offer_id":52096220332315,"sku":"STB-NGA-S07","price":385.0,"currency_code":"USD","in_stock":true},{"title":"80A: Dia 31.5\"x H 31.5\" \/ Washi Paper \/ White Wire","offer_id":52096220365083,"sku":"STB-NGA-S08","price":485.0,"currency_code":"USD","in_stock":true},{"title":"80A: Dia 31.5\"x H 31.5\" \/ Washi Paper \/ Black Wire","offer_id":52096220397851,"sku":"STB-NGA-S08","price":485.0,"currency_code":"USD","in_stock":true},{"title":"90A: Dia 35.4\" x H 35.4\" \/ Washi Paper \/ White Wire","offer_id":52096220430619,"sku":"STB-NGA-S09","price":860.0,"currency_code":"USD","in_stock":true},{"title":"90A: Dia 35.4\" x H 35.4\" \/ Washi Paper \/ Black Wire","offer_id":52096220463387,"sku":"STB-NGA-S09","price":860.0,"currency_code":"USD","in_stock":true},{"title":"100A: Dia 39.4\" x H 39.4\" \/ Washi Paper \/ White Wire","offer_id":52096220496155,"sku":"STB-NGA-S10","price":950.0,"currency_code":"USD","in_stock":true},{"title":"100A: Dia 39.4\" x H 39.4\" \/ Washi Paper \/ Black Wire","offer_id":52096220528923,"sku":"STB-NGA-S10","price":950.0,"currency_code":"USD","in_stock":true},{"title":"120A: Dia 47.2\" x H 47.2\" \/ Washi Paper \/ White Wire","offer_id":52096220561691,"sku":"STB-NGA-S12","price":1150.0,"currency_code":"USD","in_stock":true},{"title":"120A: Dia 47.2\" x H 47.2\" \/ Washi Paper \/ Black Wire","offer_id":52096220594459,"sku":"STB-NGA-S12","price":1150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Stuber-Washi-Paper-Sphere-Pendant-Japandi-Wabi-Sabi-Lighting_19.jpg?v=1781147609"},{"product_id":"washi-paper-d-sphere-pendant-light","title":"Washi Paper D Sphere Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING\n   WASHI PAPER D SPHERE PENDANT LIGHT\n   RESPONSIVE PRODUCT DESCRIPTION\n========================================================= *\/\n\n.stb-wd{\n  --paper:#F7F5F1;\n  --sand:#EEE9E3;\n  --cream:#F5EDD8;\n  --cream2:#EFE4C9;\n  --ink:#1F1E1C;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --muted:#74634E;\n  --bronze:#987454;\n  --bronze2:#C8A96E;\n  --line:#D9D2CA;\n  --line-warm:#D8C6A6;\n\n  width:100%;\n  max-width:100%;\n  margin:0;\n  padding:0;\n  overflow:hidden;\n\n  background:var(--cream);\n  color:var(--brown);\n\n  font-family:\n    var(--font-body-family),\n    \"Helvetica Neue\",\n    Arial,\n    sans-serif;\n\n  line-height:1.7;\n  -webkit-font-smoothing:antialiased;\n  -webkit-text-size-adjust:100%;\n  text-size-adjust:100%;\n}\n\n.stb-wd *,\n.stb-wd *:before,\n.stb-wd *:after{\n  box-sizing:border-box;\n}\n\n.stb-wd img{\n  max-width:100%;\n}\n\n.stb-wd a{\n  -webkit-tap-highlight-color:transparent;\n}\n\n.stb-wd__wrap{\n  width:min(100%,1040px);\n  margin:0 auto;\n  padding-left:24px;\n  padding-right:24px;\n}\n\n\n\/* =========================================================\n   TYPOGRAPHY\n========================================================= *\/\n\n.stb-wd__label{\n  display:flex;\n  align-items:center;\n  gap:9px;\n\n  margin:0 0 11px;\n\n  color:var(--bronze);\n\n  font-size:9px;\n  font-weight:600;\n  line-height:1.3;\n\n  letter-spacing:2.3px;\n  text-transform:uppercase;\n}\n\n.stb-wd__label:before{\n  content:\"\";\n\n  width:21px;\n  height:1px;\n\n  flex:0 0 auto;\n\n  background:currentColor;\n}\n\n.stb-wd__title{\n  margin:0;\n\n  color:var(--brown);\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:clamp(27px,4vw,40px);\n  line-height:1.08;\n  font-weight:400;\n\n  letter-spacing:-.025em;\n}\n\n.stb-wd__title em{\n  color:#9A6A2A;\n  font-weight:inherit;\n  font-style:italic;\n}\n\n\n\/* =========================================================\n   IMAGE ZOOM\n========================================================= *\/\n\n.stb-wd__zoom{\n  position:relative;\n\n  display:block;\n\n  width:100%;\n  height:100%;\n\n  color:inherit;\n  text-decoration:none;\n\n  cursor:zoom-in;\n  touch-action:manipulation;\n}\n\n.stb-wd__zoom:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:9px;\n  bottom:9px;\n\n  z-index:5;\n\n  width:30px;\n  height:30px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  background:rgba(28,18,9,.86);\n  color:#F5EDD8;\n\n  font-family:Arial,sans-serif;\n  font-size:18px;\n  font-weight:300;\n  line-height:1;\n\n  box-shadow:0 4px 14px rgba(0,0,0,.16);\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n   CLICK ANYWHERE TO CLOSE\n========================================================= *\/\n\n.stb-wd__lightbox{\n  position:fixed;\n  inset:0;\n\n  z-index:999999;\n\n  display:none;\n\n  width:100vw;\n\n  height:100vh;\n  height:100dvh;\n\n  padding:28px;\n\n  align-items:center;\n  justify-content:center;\n\n  background:rgba(18,14,10,.95);\n\n  backdrop-filter:blur(8px);\n  -webkit-backdrop-filter:blur(8px);\n\n  color:inherit;\n  text-decoration:none !important;\n\n  cursor:zoom-out;\n  overflow:hidden;\n  touch-action:manipulation;\n}\n\n.stb-wd__lightbox:target{\n  display:flex;\n}\n\n.stb-wd__lightbox-content{\n  width:auto;\n\n  max-width:min(92vw,1100px);\n  max-height:90vh;\n  max-height:90dvh;\n\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  pointer-events:none;\n}\n\n.stb-wd__lightbox-img{\n  display:block;\n\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n\n  max-height:80vh !important;\n  max-height:80dvh !important;\n\n  margin:0 !important;\n  padding:0 !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  background:#F5EDD8;\n\n  box-shadow:0 22px 70px rgba(0,0,0,.48);\n}\n\n.stb-wd__lightbox-cap{\n  margin:13px 0 0 !important;\n\n  color:var(--bronze2) !important;\n\n  text-align:center;\n\n  font-size:8px;\n  line-height:1.5;\n\n  letter-spacing:1.8px;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   01 QUICK FACTS\n========================================================= *\/\n\n.stb-wd__facts{\n  background:var(--dark);\n}\n\n.stb-wd__facts-grid{\n  width:min(100%,1080px);\n  margin:0 auto;\n  padding:0 24px;\n\n  display:grid;\n  grid-template-columns:repeat(5,minmax(0,1fr));\n}\n\n.stb-wd__fact{\n  min-width:0;\n\n  padding:19px 16px;\n\n  border-right:1px solid rgba(255,255,255,.10);\n}\n\n.stb-wd__fact:first-child{\n  padding-left:0;\n}\n\n.stb-wd__fact:last-child{\n  padding-right:0;\n  border-right:0;\n}\n\n.stb-wd__fact small{\n  display:block;\n\n  margin:0 0 5px;\n\n  color:#A9916A;\n\n  font-size:8px;\n  font-weight:600;\n\n  letter-spacing:1.4px;\n  text-transform:uppercase;\n}\n\n.stb-wd__fact strong{\n  display:block;\n\n  color:#F5EDD8;\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:15px;\n  line-height:1.35;\n  font-weight:400;\n}\n\n.stb-wd__fact--accent strong{\n  color:var(--bronze2);\n}\n\n\n\/* =========================================================\n   02 INTRO\n========================================================= *\/\n\n.stb-wd__intro{\n  padding:48px 0 50px;\n\n  background:var(--cream);\n}\n\n.stb-wd__intro-inner{\n  max-width:760px;\n  margin:0 auto;\n  text-align:center;\n}\n\n.stb-wd__intro .stb-wd__label{\n  justify-content:center;\n}\n\n.stb-wd__intro-text{\n  max-width:700px;\n\n  margin:17px auto 0;\n\n  color:var(--brown);\n\n  font-size:14px;\n  line-height:1.82;\n}\n\n\n\/* =========================================================\n   03 MATERIAL\n========================================================= *\/\n\n.stb-wd__material{\n  padding:50px 0;\n\n  background:var(--cream2);\n}\n\n.stb-wd__material-grid{\n  display:grid;\n\n  grid-template-columns:\n    290px\n    minmax(0,1fr);\n\n  gap:48px;\n\n  align-items:center;\n}\n\n\n\/* MATERIAL IMAGE *\/\n\n.stb-wd__material-frame{\n  width:100%;\n  max-width:290px;\n\n  margin:0 auto;\n\n  padding:7px;\n\n  border:1px solid var(--line-warm);\n\n  background:var(--cream);\n}\n\n.stb-wd__material-img{\n  position:relative;\n\n  width:100%;\n  aspect-ratio:1 \/ 1;\n\n  overflow:hidden;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  background:#E7D9BC;\n}\n\n.stb-wd__material-img img{\n  display:block;\n\n  width:100% !important;\n  height:100% !important;\n\n  margin:0 !important;\n  padding:0 !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n}\n\n.stb-wd__material-badge{\n  position:absolute;\n\n  z-index:4;\n\n  left:9px;\n  bottom:9px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.80);\n  color:#F5EDD8;\n\n  font-size:7px;\n\n  letter-spacing:1.2px;\n  text-transform:uppercase;\n\n  pointer-events:none;\n}\n\n.stb-wd__material-copy{\n  min-width:0;\n  max-width:590px;\n}\n\n.stb-wd__material-text{\n  margin:15px 0 0;\n\n  color:var(--brown);\n\n  font-size:13.5px;\n  line-height:1.8;\n}\n\n.stb-wd__material-note{\n  margin:18px 0 0;\n\n  padding:9px 0 9px 14px;\n\n  border-left:2px solid var(--bronze2);\n\n  color:var(--muted);\n\n  font-size:11.5px;\n  line-height:1.68;\n}\n\n\n\/* =========================================================\n   04 D SILHOUETTE\n========================================================= *\/\n\n.stb-wd__shape{\n  padding:46px 0;\n\n  background:var(--dark);\n}\n\n.stb-wd__shape .stb-wd__label{\n  color:var(--bronze2);\n  justify-content:center;\n}\n\n.stb-wd__shape-title{\n  max-width:650px;\n\n  margin:0 auto 28px;\n\n  text-align:center;\n\n  color:#F5EDD8;\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:clamp(25px,3.6vw,34px);\n  line-height:1.15;\n  font-weight:400;\n}\n\n.stb-wd__shape-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  border-top:1px solid rgba(255,255,255,.13);\n}\n\n.stb-wd__shape-item{\n  min-width:0;\n\n  padding:19px 22px 2px;\n\n  border-right:1px solid rgba(255,255,255,.13);\n}\n\n.stb-wd__shape-item:first-child{\n  padding-left:0;\n}\n\n.stb-wd__shape-item:last-child{\n  border-right:0;\n}\n\n.stb-wd__shape-item strong{\n  display:block;\n\n  margin:0 0 6px;\n\n  color:#F5EDD8;\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:16px;\n  line-height:1.4;\n  font-weight:400;\n}\n\n.stb-wd__shape-item span{\n  display:block;\n\n  color:#BAA789;\n\n  font-size:10.5px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   05 SIZE GUIDE\n========================================================= *\/\n\n.stb-wd__size{\n  padding:53px 0;\n\n  background:var(--cream);\n}\n\n.stb-wd__size-head{\n  display:grid;\n\n  grid-template-columns:\n    minmax(0,1fr)\n    235px;\n\n  gap:45px;\n\n  align-items:center;\n\n  margin-bottom:30px;\n}\n\n.stb-wd__size-copy{\n  min-width:0;\n}\n\n.stb-wd__size-text{\n  max-width:570px;\n\n  margin:14px 0 0;\n\n  color:var(--muted);\n\n  font-size:12.5px;\n  line-height:1.72;\n}\n\n\n\/* SIZE IMAGE *\/\n\n.stb-wd__size-frame{\n  width:235px;\n  max-width:100%;\n\n  margin-left:auto;\n\n  padding:7px;\n\n  border:1px solid var(--line-warm);\n\n  background:var(--cream2);\n}\n\n.stb-wd__size-img{\n  position:relative;\n\n  width:100%;\n  aspect-ratio:2 \/ 3;\n\n  overflow:hidden;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  background:#E7D9BC;\n}\n\n.stb-wd__size-img img{\n  display:block;\n\n  width:100% !important;\n  height:100% !important;\n\n  margin:0 !important;\n  padding:0 !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n}\n\n\n\/* SIZE ROWS *\/\n\n.stb-wd__sizes{\n  width:100%;\n\n  border-top:1px solid var(--line-warm);\n}\n\n.stb-wd__size-row{\n  display:grid;\n\n  grid-template-columns:\n    85px\n    180px\n    minmax(0,1fr);\n\n  gap:17px;\n\n  align-items:center;\n\n  padding:9px 0;\n\n  border-bottom:1px solid var(--line-warm);\n\n  font-size:12px;\n  line-height:1.48;\n}\n\n.stb-wd__size-row strong{\n  color:var(--brown);\n  font-weight:600;\n}\n\n.stb-wd__size-row span:nth-child(2){\n  color:var(--brown);\n}\n\n.stb-wd__size-row span:last-child{\n  min-width:0;\n  color:var(--muted);\n}\n\n.stb-wd__size-tip{\n  margin:17px 0 0;\n\n  padding:13px 15px;\n\n  background:var(--cream2);\n\n  color:var(--brown);\n\n  font-size:11.5px;\n  line-height:1.68;\n}\n\n\n\/* =========================================================\n   06 SPECS + FAQ\n========================================================= *\/\n\n.stb-wd__info{\n  padding:52px 0;\n\n  background:var(--cream2);\n}\n\n.stb-wd__info-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:56px;\n\n  align-items:start;\n}\n\n\n\/* SPEC *\/\n\n.stb-wd__specs{\n  margin-top:20px;\n\n  border-top:1px solid var(--line-warm);\n}\n\n.stb-wd__spec{\n  display:flex;\n\n  justify-content:space-between;\n  align-items:flex-start;\n\n  gap:20px;\n\n  padding:10px 0;\n\n  border-bottom:1px solid var(--line-warm);\n}\n\n.stb-wd__spec span:first-child{\n  flex:0 0 auto;\n\n  color:var(--muted);\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.9px;\n  text-transform:uppercase;\n}\n\n.stb-wd__spec span:last-child{\n  max-width:67%;\n\n  color:var(--brown);\n\n  text-align:right;\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:13.5px;\n  line-height:1.45;\n}\n\n\n\/* FAQ *\/\n\n.stb-wd__faq{\n  margin-top:20px;\n\n  border-top:1px solid var(--line-warm);\n}\n\n.stb-wd__faq details{\n  border-bottom:1px solid var(--line-warm);\n}\n\n.stb-wd__faq summary{\n  position:relative;\n\n  min-height:56px;\n\n  padding:15px 37px 15px 0;\n\n  display:flex;\n  align-items:center;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--brown);\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:15.5px;\n  line-height:1.4;\n\n  touch-action:manipulation;\n}\n\n.stb-wd__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-wd__faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:3px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:var(--gold);\n\n  font-family:Arial,sans-serif;\n  font-size:20px;\n  font-weight:300;\n}\n\n.stb-wd__faq details[open] summary:after{\n  content:\"−\";\n}\n\n.stb-wd__faq details p{\n  margin:0;\n\n  padding:0 30px 16px 0;\n\n  color:var(--muted);\n\n  font-size:11.8px;\n  line-height:1.7;\n}\n\n\n\/* =========================================================\n   07 SHIPPING\n========================================================= *\/\n\n.stb-wd__shipping{\n  padding:46px 0 30px;\n\n  background:var(--cream);\n}\n\n.stb-wd__shipping-box{\n  padding:28px 30px;\n\n  background:var(--cream2);\n\n  border-top:2px solid var(--bronze2);\n}\n\n.stb-wd__shipping-title{\n  margin:0 0 17px;\n\n  color:var(--brown);\n\n  font-family:\n    var(--font-heading-family),\n    Georgia,\n    serif;\n\n  font-size:23px;\n  line-height:1.2;\n  font-weight:400;\n}\n\n.stb-wd__shipping-copy{\n  max-width:880px;\n\n  color:var(--brown);\n\n  font-size:12.5px;\n  line-height:1.78;\n}\n\n.stb-wd__shipping-copy p{\n  margin:0 0 12px;\n}\n\n.stb-wd__shipping-copy p:last-child{\n  margin-bottom:0;\n}\n\n.stb-wd__shipping-copy a{\n  color:#9A6A2A;\n\n  text-decoration:underline;\n  text-underline-offset:3px;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* =========================================================\n   08 DISCLAIMER\n========================================================= *\/\n\n.stb-wd__disclaimer{\n  padding:0 24px 38px;\n\n  background:var(--cream);\n}\n\n.stb-wd__disclaimer p{\n  max-width:760px;\n\n  margin:0 auto;\n\n  color:var(--muted);\n\n  text-align:center;\n\n  font-size:10.5px;\n  line-height:1.68;\n\n  font-style:italic;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (min-width:750px) and (max-width:1024px){\n\n  .stb-wd__wrap{\n    padding-left:28px;\n    padding-right:28px;\n  }\n\n  .stb-wd__material-grid{\n    grid-template-columns:\n      250px\n      minmax(0,1fr);\n\n    gap:35px;\n  }\n\n  .stb-wd__material-frame{\n    max-width:250px;\n  }\n\n  .stb-wd__size-head{\n    grid-template-columns:\n      minmax(0,1fr)\n      210px;\n\n    gap:30px;\n  }\n\n  .stb-wd__size-frame{\n    width:210px;\n  }\n\n  .stb-wd__info-grid{\n    gap:36px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:749px){\n\n  .stb-wd__wrap{\n    width:100%;\n\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n\n  \/* TYPOGRAPHY *\/\n\n  .stb-wd__title{\n    font-size:clamp(27px,8.7vw,35px);\n  }\n\n  .stb-wd__label{\n    gap:8px;\n\n    font-size:8px;\n    letter-spacing:1.6px;\n  }\n\n  .stb-wd__label:before{\n    width:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-wd__lightbox{\n    padding:\n      calc(14px + env(safe-area-inset-top))\n      14px\n      calc(14px + env(safe-area-inset-bottom));\n  }\n\n  .stb-wd__lightbox-content{\n    max-width:94vw;\n\n    max-height:88vh;\n    max-height:88dvh;\n  }\n\n  .stb-wd__lightbox-img{\n    max-width:94vw !important;\n\n    max-height:78vh !important;\n    max-height:78dvh !important;\n  }\n\n  .stb-wd__lightbox-cap{\n    max-width:90vw;\n\n    margin-top:9px !important;\n\n    padding:0 8px;\n\n    font-size:7px;\n    letter-spacing:1.1px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-wd__facts-grid{\n    padding:0 14px;\n\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .stb-wd__fact,\n  .stb-wd__fact:first-child,\n  .stb-wd__fact:last-child{\n    min-height:70px;\n\n    padding:14px 10px;\n\n    border-right:1px solid rgba(255,255,255,.10);\n    border-bottom:1px solid rgba(255,255,255,.10);\n  }\n\n  .stb-wd__fact:nth-child(2n){\n    border-right:0;\n  }\n\n  .stb-wd__fact:last-child{\n    grid-column:1 \/ -1;\n\n    min-height:auto;\n\n    text-align:center;\n\n    border-right:0;\n    border-bottom:0;\n  }\n\n  .stb-wd__fact small{\n    font-size:7px;\n  }\n\n  .stb-wd__fact strong{\n    font-size:14px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-wd__intro{\n    padding:38px 0 40px;\n  }\n\n  .stb-wd__intro-text{\n    margin-top:15px;\n\n    font-size:12.5px;\n    line-height:1.74;\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-wd__material{\n    padding:40px 0;\n  }\n\n  .stb-wd__material-grid{\n    grid-template-columns:1fr;\n\n    gap:27px;\n  }\n\n  .stb-wd__material-frame{\n    width:min(72vw,265px);\n    max-width:265px;\n\n    margin:0 auto;\n  }\n\n  .stb-wd__material-copy{\n    max-width:none;\n  }\n\n  .stb-wd__material-text{\n    font-size:12.5px;\n    line-height:1.74;\n  }\n\n  .stb-wd__material-note{\n    font-size:10.8px;\n  }\n\n\n  \/* SHAPE *\/\n\n  .stb-wd__shape{\n    padding:39px 0 41px;\n  }\n\n  .stb-wd__shape-title{\n    margin-bottom:23px;\n\n    font-size:26px;\n  }\n\n  .stb-wd__shape-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-wd__shape-item,\n  .stb-wd__shape-item:first-child{\n    padding:15px 2px;\n\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.13);\n  }\n\n  .stb-wd__shape-item:last-child{\n    border-bottom:0;\n  }\n\n  .stb-wd__shape-item strong{\n    font-size:15.5px;\n  }\n\n  .stb-wd__shape-item span{\n    font-size:9.8px;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-wd__size{\n    padding:41px 0;\n  }\n\n  .stb-wd__size-head{\n    grid-template-columns:1fr;\n\n    gap:25px;\n\n    margin-bottom:27px;\n  }\n\n  .stb-wd__size-text{\n    font-size:12px;\n  }\n\n  .stb-wd__size-frame{\n    width:min(64vw,235px);\n\n    max-width:235px;\n\n    margin:0 auto;\n  }\n\n\n  \/* SIZE ROW MOBILE *\/\n\n  .stb-wd__size-row{\n    grid-template-columns:\n      58px\n      minmax(0,1fr);\n\n    gap:3px 10px;\n\n    padding:11px 2px;\n\n    font-size:11px;\n  }\n\n  .stb-wd__size-row strong{\n    grid-column:1;\n    grid-row:1;\n  }\n\n  .stb-wd__size-row span:nth-child(2){\n    grid-column:2;\n    grid-row:1;\n  }\n\n  .stb-wd__size-row span:last-child{\n    grid-column:1 \/ -1;\n    grid-row:2;\n\n    padding-top:2px;\n\n    font-size:9.8px;\n  }\n\n  .stb-wd__size-tip{\n    font-size:10.5px;\n  }\n\n\n  \/* SPECS + FAQ *\/\n\n  .stb-wd__info{\n    padding:41px 0;\n  }\n\n  .stb-wd__info-grid{\n    grid-template-columns:1fr;\n\n    gap:42px;\n  }\n\n  .stb-wd__spec{\n    display:block;\n\n    padding:10px 0;\n  }\n\n  .stb-wd__spec span:first-child{\n    display:block;\n\n    margin-bottom:4px;\n\n    font-size:8px;\n  }\n\n  .stb-wd__spec span:last-child{\n    display:block;\n\n    max-width:100%;\n\n    text-align:left;\n\n    font-size:13px;\n  }\n\n  .stb-wd__faq summary{\n    min-height:58px;\n\n    padding:15px 38px 15px 0;\n\n    font-size:15px;\n  }\n\n  .stb-wd__faq details p{\n    padding:0 24px 16px 0;\n\n    font-size:11.4px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-wd__shipping{\n    padding:37px 0 26px;\n  }\n\n  .stb-wd__shipping-box{\n    padding:22px 18px 23px;\n  }\n\n  .stb-wd__shipping-title{\n    font-size:22px;\n  }\n\n  .stb-wd__shipping-copy{\n    font-size:11.5px;\n    line-height:1.7;\n  }\n\n  .stb-wd__disclaimer{\n    padding:0 18px 33px;\n  }\n\n  .stb-wd__disclaimer p{\n    font-size:9.5px;\n  }\n\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n========================================================= *\/\n\n@media(max-width:420px){\n\n  .stb-wd__wrap{\n    padding-left:15px;\n    padding-right:15px;\n  }\n\n  .stb-wd__title{\n    font-size:27px;\n  }\n\n  .stb-wd__facts-grid{\n    padding:0 10px;\n  }\n\n  .stb-wd__fact{\n    padding-left:8px !important;\n    padding-right:8px !important;\n  }\n\n  .stb-wd__material-frame{\n    width:min(76vw,250px);\n  }\n\n  .stb-wd__size-frame{\n    width:min(68vw,220px);\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"stb-wd\"\u003e\n\u003c!-- =====================================================\n     01 QUICK FACTS\n===================================================== --\u003e\n\u003csection class=\"stb-wd__facts\"\u003e\n\u003cdiv class=\"stb-wd__facts-grid\"\u003e\n\u003cdiv class=\"stb-wd__fact\"\u003e\n\u003csmall\u003eMaterial\u003c\/small\u003e \u003cstrong\u003eWashi Paper\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__fact\"\u003e\n\u003csmall\u003eSilhouette\u003c\/small\u003e \u003cstrong\u003eFlattened Sphere\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__fact\"\u003e\n\u003csmall\u003eSizes\u003c\/small\u003e \u003cstrong\u003e10 Options\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__fact stb-wd__fact--accent\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__fact\"\u003e\n\u003csmall\u003eSuspension\u003c\/small\u003e \u003cstrong\u003e59\" Adjustable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     02 INTRO\n===================================================== --\u003e\n\u003csection class=\"stb-wd__intro\"\u003e\n\u003cdiv class=\"stb-wd__wrap\"\u003e\n\u003cdiv class=\"stb-wd__intro-inner\"\u003e\n\u003cp class=\"stb-wd__label\"\u003eWASHI PAPER D SPHERE\u003c\/p\u003e\n\u003ch2 class=\"stb-wd__title\"\u003eA softer sphere. \u003cem\u003eA lower profile.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"stb-wd__intro-text\"\u003eThe D Sphere pairs hand-stretched washi paper with a subtly flattened profile, creating a pendant that feels broad and sculptural without hanging as deep as a perfect sphere. Warm light diffuses gently through the paper for a calm, comfortable glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     03 MATERIAL\n===================================================== --\u003e\n\u003csection id=\"stb-wd-material-section\" class=\"stb-wd__material\"\u003e\n\u003cdiv class=\"stb-wd__wrap stb-wd__material-grid\"\u003e\n\u003cdiv class=\"stb-wd__material-frame\"\u003e\n\u003cdiv class=\"stb-wd__material-img\"\u003e\n\u003ca href=\"#stb-wd-material-lightbox\" class=\"stb-wd__zoom\"\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 hand-stretched Washi paper texture\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e \u003c\/a\u003e \u003cspan class=\"stb-wd__material-badge\"\u003e MATERIAL DETAIL \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__material-copy\"\u003e\n\u003cp class=\"stb-wd__label\"\u003eTHE MATERIAL\u003c\/p\u003e\n\u003ch2 class=\"stb-wd__title\"\u003eHand-stretched \u003cem\u003ewashi paper.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"stb-wd__material-text\"\u003eNatural paper fibers and subtle irregularities remain visible across the shade. Once illuminated, the paper softens direct bulb light into an even, warmer glow while retaining its tactile handmade character.\u003c\/p\u003e\n\u003cp class=\"stb-wd__material-note\"\u003eEach shade is handmade. Small variations in paper texture, tone and dimensions are normal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"stb-wd-material-lightbox\" href=\"#stb-wd-material-section\" class=\"stb-wd__lightbox\"\u003e \u003cspan class=\"stb-wd__lightbox-content\"\u003e \u003cimg class=\"stb-wd__lightbox-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged hand-stretched Washi paper material detail\"\u003e \u003cspan class=\"stb-wd__lightbox-cap\"\u003e HAND-STRETCHED WASHI PAPER · MATERIAL DETAIL \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n     04 WHY D SHAPE\n===================================================== --\u003e\n\u003csection class=\"stb-wd__shape\"\u003e\n\u003cdiv class=\"stb-wd__wrap\"\u003e\n\u003cp class=\"stb-wd__label\"\u003eTHE D SILHOUETTE\u003c\/p\u003e\n\u003ch2 class=\"stb-wd__shape-title\"\u003eMore width. Less visual drop.\u003c\/h2\u003e\n\u003cdiv class=\"stb-wd__shape-grid\"\u003e\n\u003cdiv class=\"stb-wd__shape-item\"\u003e\n\u003cstrong\u003e Flatter Proportion \u003c\/strong\u003e \u003cspan\u003e Diameter exceeds height, giving the pendant a broader, more architectural presence than a perfect sphere. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__shape-item\"\u003e\n\u003cstrong\u003e Soft Diffused Glow \u003c\/strong\u003e \u003cspan\u003e Washi paper reduces direct glare and spreads warmer, gentler light through the shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__shape-item\"\u003e\n\u003cstrong\u003e 10 Scales \u003c\/strong\u003e \u003cspan\u003e From compact bedside pendants to oversized fixtures for tall foyers and double-height rooms. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     05 SIZE GUIDE\n===================================================== --\u003e\n\u003csection id=\"stb-wd-size-section\" class=\"stb-wd__size\"\u003e\n\u003cdiv class=\"stb-wd__wrap\"\u003e\n\u003cdiv class=\"stb-wd__size-head\"\u003e\n\u003cdiv class=\"stb-wd__size-copy\"\u003e\n\u003cp class=\"stb-wd__label\"\u003eCHOOSE YOUR SIZE\u003c\/p\u003e\n\u003ch2 class=\"stb-wd__title\"\u003eTen sizes. \u003cem\u003eOne quiet form.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"stb-wd__size-text\"\u003eSmaller sizes work well beside beds or in clusters. Mid sizes suit dining and living spaces, while 100D and 120D are designed for large-volume rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__size-frame\"\u003e\n\u003cdiv class=\"stb-wd__size-img\"\u003e\u003ca href=\"#stb-wd-size-lightbox\" class=\"stb-wd__zoom\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-sphere-pendant-series.jpg?v=1784895136\" alt=\"Washi Paper D Sphere Pendant Light size guide\" loading=\"lazy\" width=\"460\" height=\"690\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__sizes\"\u003e\n\u003cdiv class=\"stb-wd__size-row\"\u003e\n\u003cstrong\u003e30D\u003c\/strong\u003e \u003cspan\u003eØ11.8\" × H10.6\"\u003c\/span\u003e \u003cspan\u003eBedside · niches · clusters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__size-row\"\u003e\n\u003cstrong\u003e40D\u003c\/strong\u003e \u003cspan\u003eØ16.5\" × H14.9\"\u003c\/span\u003e \u003cspan\u003eSmall bedroom · kitchen pendant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__size-row\"\u003e\n\u003cstrong\u003e45D\u003c\/strong\u003e \u003cspan\u003eØ17.7\" × H16.5\"\u003c\/span\u003e \u003cspan\u003eBreakfast nook · entry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__size-row\"\u003e\n\u003cstrong\u003e50D\u003c\/strong\u003e \u003cspan\u003eØ19.6\" × H18.1\"\u003c\/span\u003e \u003cspan\u003eSmall dining · bedroom\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__size-row\"\u003e\n\u003cstrong\u003e55D\u003c\/strong\u003e \u003cspan\u003eØ20.8\" × H19.6\"\u003c\/span\u003e \u003cspan\u003eDining · living room\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__size-row\"\u003e\n\u003cstrong\u003e60D\u003c\/strong\u003e \u003cspan\u003eØ24\" × H22\"\u003c\/span\u003e \u003cspan\u003eDining · open-plan living\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__size-row\"\u003e\n\u003cstrong\u003e75D\u003c\/strong\u003e \u003cspan\u003eØ29.5\" × H27.9\"\u003c\/span\u003e \u003cspan\u003eLarge dining · formal living\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__size-row\"\u003e\n\u003cstrong\u003e80D\u003c\/strong\u003e \u003cspan\u003eØ31.5\" × H29.5\"\u003c\/span\u003e \u003cspan\u003eGrand dining · tall spaces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__size-row\"\u003e\n\u003cstrong\u003e100D\u003c\/strong\u003e \u003cspan\u003eØ39.3\" × H37.7\"\u003c\/span\u003e \u003cspan\u003eGrand foyer · gallery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__size-row\"\u003e\n\u003cstrong\u003e120D\u003c\/strong\u003e \u003cspan\u003eØ47.2\" × H45.2\"\u003c\/span\u003e \u003cspan\u003eDouble-height · oversized spaces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"stb-wd__size-tip\"\u003e\u003cstrong\u003eQuick sizing tip:\u003c\/strong\u003e over a dining table, start around half the table's longest dimension. In a tall or open room, choose enough scale so the pendant does not visually disappear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"stb-wd-size-lightbox\" href=\"#stb-wd-size-section\" class=\"stb-wd__lightbox\"\u003e \u003cspan class=\"stb-wd__lightbox-content\"\u003e \u003cimg class=\"stb-wd__lightbox-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-sphere-pendant-series.jpg?v=1784895136\" alt=\"Enlarged Washi Paper D Sphere Pendant Light size guide\"\u003e \u003cspan class=\"stb-wd__lightbox-cap\"\u003e WASHI PAPER D SPHERE · SIZE GUIDE \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n     06 SPECIFICATIONS + FAQ\n===================================================== --\u003e\n\u003csection class=\"stb-wd__info\"\u003e\n\u003cdiv class=\"stb-wd__wrap stb-wd__info-grid\"\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv\u003e\n\u003cp class=\"stb-wd__label\"\u003eSPECIFICATIONS\u003c\/p\u003e\n\u003ch2 class=\"stb-wd__title\"\u003eThe details \u003cem\u003ethat matter.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"stb-wd__specs\"\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eMaterials\u003c\/span\u003e \u003cspan\u003eWashi paper · Metal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eSizes\u003c\/span\u003e \u003cspan\u003e10 options · Ø11.8\"–47.2\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eCanopy\u003c\/span\u003e \u003cspan\u003eØ4.7\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cspan\u003eE26 \/ E27\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cspan\u003e40W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eBulb Included\u003c\/span\u003e \u003cspan\u003eYes · 3000K warm white\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eVoltage\u003c\/span\u003e \u003cspan\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cspan\u003eCompatible dimmable bulb + wall dimmer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eSuspension\u003c\/span\u003e \u003cspan\u003e59\" adjustable · extendable on request\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cspan\u003eHardwired · plug-in available on request\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eCeilings\u003c\/span\u003e \u003cspan\u003eStandard · Sloped · Vaulted\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-wd__spec\"\u003e\n\u003cspan\u003eUse\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!-- FAQ --\u003e\n\u003cdiv\u003e\n\u003cp class=\"stb-wd__label\"\u003eGOOD TO KNOW\u003c\/p\u003e\n\u003ch2 class=\"stb-wd__title\"\u003eBefore you \u003cem\u003eorder.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"stb-wd__faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eFor dining tables, start around half the table's longest dimension. Smaller 30D–50D sizes suit compact rooms; 55D–80D work well in standard dining and living spaces; 100D–120D are best reserved for large or tall rooms.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a soft dry duster or microfiber cloth. Do not wet-clean, steam or spray the shade. Avoid excessive humidity and direct heat.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it work on a sloped or vaulted ceiling?\u003c\/summary\u003e\n\u003cp\u003eYes. The adjustable suspension is suitable for standard, sloped and vaulted ceilings. If you need a longer drop, contact us with your ceiling height.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order a plug-in version?\u003c\/summary\u003e\n\u003cp\u003eYes. The fixture is hardwired by default, with plug-in conversion available on request. Smaller sizes are the most practical choice for plug-in installation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it include a bulb?\u003c\/summary\u003e\n\u003cp\u003eYes. A 3000K warm-white bulb is included.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     07 FIXED SHIPPING \u0026 RETURNS\n===================================================== --\u003e\n\u003csection class=\"stb-wd__shipping\"\u003e\n\u003cdiv class=\"stb-wd__wrap\"\u003e\n\u003cdiv class=\"stb-wd__shipping-box\"\u003e\n\u003ch2 class=\"stb-wd__shipping-title\"\u003eShipping \u0026amp; Returns\u003c\/h2\u003e\n\u003cdiv class=\"stb-wd__shipping-copy\"\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"\/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=\"\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     08 WASHI MATERIAL DISCLAIMER\n===================================================== --\u003e\n\u003cdiv class=\"stb-wd__disclaimer\"\u003e\n\u003cp\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\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"30D: Dia 11.8\" x H 10.6\" \/ White Wire","offer_id":52125190750491,"sku":"STB-NGC-D30","price":145.0,"currency_code":"USD","in_stock":true},{"title":"30D: Dia 11.8\" x H 10.6\" \/ Black Wire","offer_id":52125190783259,"sku":"STB-NGC-D30","price":145.0,"currency_code":"USD","in_stock":true},{"title":"40D: Dia 16.5\" x H 14.9\" \/ White Wire","offer_id":52125190816027,"sku":"STB-NGC-D40","price":155.0,"currency_code":"USD","in_stock":true},{"title":"40D: Dia 16.5\" x H 14.9\" \/ Black Wire","offer_id":52125190848795,"sku":"STB-NGC-D40","price":155.0,"currency_code":"USD","in_stock":true},{"title":"45D: Dia 17.7\" x H 16.5\" \/ White Wire","offer_id":52125190881563,"sku":"STB-NGC-D45","price":170.0,"currency_code":"USD","in_stock":true},{"title":"45D: Dia 17.7\" x H 16.5\" \/ Black Wire","offer_id":52125190914331,"sku":"STB-NGC-D45","price":170.0,"currency_code":"USD","in_stock":true},{"title":"50D: Dia 19.6\" x H 18.1\" \/ White Wire","offer_id":52125190947099,"sku":"STB-NGC-D50","price":190.0,"currency_code":"USD","in_stock":true},{"title":"50D: Dia 19.6\" x H 18.1\" \/ Black Wire","offer_id":52125190979867,"sku":"STB-NGC-D50","price":190.0,"currency_code":"USD","in_stock":true},{"title":"55D: Dia 21.6\" x H 20\" \/ White Wire","offer_id":52125191012635,"sku":"STB-NGC-D55","price":210.0,"currency_code":"USD","in_stock":true},{"title":"55D: Dia 21.6\" x H 20\" \/ Black Wire","offer_id":52125191045403,"sku":"STB-NGC-D55","price":210.0,"currency_code":"USD","in_stock":true},{"title":"60D: Dia 24\" x H 22\" \/ White Wire","offer_id":52125191078171,"sku":"STB-NGC-D60","price":340.0,"currency_code":"USD","in_stock":true},{"title":"60D: Dia 24\" x H 22\" \/ Black Wire","offer_id":52125191110939,"sku":"STB-NGC-D60","price":340.0,"currency_code":"USD","in_stock":true},{"title":"75D: Dia 29.5\" x H 27.9\" \/ White Wire","offer_id":52125191143707,"sku":"STB-NGC-D75","price":380.0,"currency_code":"USD","in_stock":true},{"title":"75D: Dia 29.5\" x H 27.9\" \/ Black Wire","offer_id":52125191176475,"sku":"STB-NGC-D75","price":380.0,"currency_code":"USD","in_stock":true},{"title":"80D: Dia 31.5\" x H 29.5\" \/ White Wire","offer_id":52125191209243,"sku":"STB-NGC-D80","price":620.0,"currency_code":"USD","in_stock":true},{"title":"80D: Dia 31.5\" x H 29.5\" \/ Black Wire","offer_id":52125191242011,"sku":"STB-NGC-D80","price":620.0,"currency_code":"USD","in_stock":true},{"title":"100D: Dia 39.3\"x H 37.7\" \/ White Wire","offer_id":52125191274779,"sku":"STB-NGC-D100","price":960.0,"currency_code":"USD","in_stock":true},{"title":"100D: Dia 39.3\"x H 37.7\" \/ Black Wire","offer_id":52125191307547,"sku":"STB-NGC-D100","price":960.0,"currency_code":"USD","in_stock":true},{"title":"120D: Dia 47.2\"x H 45.2\" \/ White Wire","offer_id":52125191340315,"sku":"STB-NGC-D120","price":1160.0,"currency_code":"USD","in_stock":true},{"title":"120D: Dia 47.2\"x H 45.2\" \/ Black Wire","offer_id":52125191373083,"sku":"STB-NGC-D120","price":1160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-d-series-pendant-lamp-front-stuberlighting.jpg?v=1781161622"},{"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-en-series-washi-paper-elliptical-pendant","title":"Akari EN Series Washi Paper Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI EN SERIES\n   Clean \/ Premium \/ Shopper-Focused \/ Mobile Responsive\n========================================================= *\/\n\n.stb-en{\n  --cream:#F5EDD8;\n  --soft:#FAF7EF;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --muted:#796957;\n  --gold:#C8A96E;\n  --line:#E5DAC7;\n\n  max-width:840px;\n  margin:0 auto;\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n  font-weight:400;\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-en *{\n  box-sizing:border-box;\n}\n\n.stb-en h2,\n.stb-en h3,\n.stb-en p{\n  margin-top:0;\n}\n\n.stb-en h2,\n.stb-en 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-en__intro{\n  padding:5px 0 24px;\n}\n\n.stb-en__eyebrow{\n  margin:0 0 8px;\n\n  font-size:9px;\n  font-weight:600;\n  line-height:1.4;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n\n  color:#927640;\n}\n\n.stb-en__intro h2{\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.12;\n  letter-spacing:-.01em;\n}\n\n.stb-en__intro p{\n  max-width:690px;\n  margin:0;\n\n  color:#5D4C3C;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-en__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-en__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-en__fact:last-child{\n  border-right:0;\n}\n\n.stb-en__fact small{\n  display:block;\n  margin-bottom:4px;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n\n  color:#917E65;\n}\n\n.stb-en__fact strong{\n  display:block;\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n\n  color:var(--dark);\n}\n\n\n\/* =========================================================\n   MATERIAL\n========================================================= *\/\n\n.stb-en__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-en__material-thumb{\n  width:210px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-en__thumb-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-en__thumb-link img{\n  display:block;\n\n  width:100%;\n  height:210px;\n\n  object-fit:cover;\n\n  transition:transform .3s ease;\n}\n\n.stb-en__thumb-link:hover img{\n  transform:scale(1.02);\n}\n\n.stb-en__zoom-label{\n  position:absolute;\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.8);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n}\n\n.stb-en__label{\n  display:block;\n  margin-bottom:7px;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n\n  color:#927640;\n}\n\n.stb-en__material h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-en__material p{\n  margin:0 0 8px;\n\n  color:#5D4C3C;\n\n  font-size:13.5px;\n}\n\n.stb-en__material-note{\n  margin:0 !important;\n\n  color:#82715E !important;\n  font-size:11.5px !important;\n}\n\n\n\/* =========================================================\n   UNIVERSAL LIGHTBOX\n   Entire overlay is clickable\/tappable to close\n========================================================= *\/\n\n.stb-en__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-en__lightbox:target{\n  display:flex;\n}\n\n.stb-en__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-en__lightbox img{\n  display:block;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  width:auto;\n  height:auto;\n\n  object-fit:contain;\n\n  background:#F5EDD8;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.42);\n}\n\n.stb-en__lightbox-caption{\n  margin:10px 0 0 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n  line-height:1.4;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n\n  color:#D8C8A9 !important;\n}\n\n.stb-en__lightbox-hint{\n  margin:5px 0 0 !important;\n\n  font-size:9px !important;\n  letter-spacing:.04em;\n  text-align:center;\n\n  color:#A99677 !important;\n}\n\n\n\/* =========================================================\n   SIZE GUIDE\n========================================================= *\/\n\n.stb-en__sizes{\n  margin-bottom:36px;\n}\n\n.stb-en__heading{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-en__sub{\n  margin:0 0 17px;\n\n  color:#6A5947;\n  font-size:13px;\n}\n\n.stb-en__size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-en__size-card{\n  padding:17px 15px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-en__size-card:last-child{\n  border-right:0;\n}\n\n.stb-en__size-name{\n  display:block;\n  margin-bottom:4px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-size:22px;\n  line-height:1.1;\n  font-weight:500;\n\n  color:var(--dark);\n}\n\n.stb-en__size-dim{\n  display:block;\n  margin-bottom:7px;\n\n  color:#92703E;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-en__size-card p{\n  margin:0;\n\n  color:#665544;\n\n  font-size:12px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SIZE IMAGES\n========================================================= *\/\n\n.stb-en__size-images{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:10px;\n\n  margin-top:16px;\n}\n\n.stb-en__size-image-link{\n  position:relative;\n\n  display:block;\n  overflow:hidden;\n\n  background:#FBF9F4;\n  border:1px solid #E9E1D3;\n  border-radius:7px;\n\n  text-decoration:none;\n}\n\n.stb-en__size-image-link img{\n  display:block;\n\n  width:100%;\n  height:180px;\n\n  object-fit:contain;\n\n  transition:transform .3s ease;\n}\n\n.stb-en__size-image-link:hover img{\n  transform:scale(1.02);\n}\n\n.stb-en__size-image-label{\n  position:absolute;\n  right:7px;\n  bottom:7px;\n\n  padding:4px 7px;\n\n  background:rgba(28,18,9,.78);\n  border-radius:18px;\n\n  color:#F5EDD8;\n\n  font-size:8.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   LIGHT + INSTALLATION\n========================================================= *\/\n\n.stb-en__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:#38291B;\n  border-radius:9px;\n}\n\n.stb-en__utility-card{\n  padding:18px 19px;\n\n  background:var(--dark);\n}\n\n.stb-en__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-en__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-en__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-en__details{\n  margin-bottom:34px;\n}\n\n.stb-en__spec-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-en__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-en__spec-name{\n  padding-right:14px;\n\n  color:#897862;\n\n  font-size:11.5px;\n}\n\n.stb-en__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-en__faq{\n  margin-bottom:30px;\n}\n\n.stb-en__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-en__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-en__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-en__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-en__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-en__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-en__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-en__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-en__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-en__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-en__shipping strong{\n  color:var(--dark);\n  font-weight:600;\n}\n\n.stb-en__shipping a{\n  color:#92703B;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL HANDMADE NOTE\n========================================================= *\/\n\n.stb-en__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  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-en{\n    width:100%;\n    max-width:100%;\n\n    font-size:13.5px;\n  }\n\n  .stb-en__intro{\n    padding-bottom:20px;\n  }\n\n  .stb-en__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-en__heading{\n    font-size:21px;\n  }\n\n\n  \/* QUICK FACTS *\/\n\n  .stb-en__facts{\n    grid-template-columns:repeat(2,1fr);\n\n    margin-bottom:28px;\n  }\n\n  .stb-en__fact{\n    padding:13px 9px;\n  }\n\n  .stb-en__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-en__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-en__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    margin-bottom:30px;\n    padding:18px;\n  }\n\n  .stb-en__material-thumb{\n    width:185px;\n  }\n\n  .stb-en__thumb-link img{\n    height:185px;\n  }\n\n  .stb-en__material h3{\n    font-size:21px;\n  }\n\n\n  \/* SIZE CARDS *\/\n\n  .stb-en__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-en__size-card{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .stb-en__size-card:last-child{\n    border-bottom:0;\n  }\n\n\n  \/* SIZE IMAGES *\/\n\n  .stb-en__size-images{\n    grid-template-columns:1fr;\n    gap:10px;\n\n    margin-top:15px;\n  }\n\n  .stb-en__size-image-link{\n    width:100%;\n    max-width:280px;\n\n    margin:0 auto;\n  }\n\n  .stb-en__size-image-link img{\n    height:auto;\n    max-height:260px;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-en__utility{\n    grid-template-columns:1fr;\n\n    margin-bottom:30px;\n  }\n\n\n  \/* SPECIFICATIONS *\/\n\n  .stb-en__spec{\n    grid-template-columns:38% 62%;\n  }\n\n  .stb-en__spec-name{\n    font-size:11px;\n  }\n\n  .stb-en__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-en__lightbox{\n    padding:14px;\n  }\n\n  .stb-en__lightbox img{\n    max-width:94vw;\n    max-height:74vh;\n  }\n\n  .stb-en__lightbox-caption{\n    margin-top:8px !important;\n    font-size:9px !important;\n  }\n\n  .stb-en__lightbox-hint{\n    font-size:8.5px !important;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-en__shipping{\n    padding:18px;\n  }\n\n  .stb-en__shipping p{\n    font-size:12px;\n  }\n\n  .stb-en__final-note{\n    padding:0 8px;\n\n    font-size:10.5px !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-en\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-en__intro\"\u003e\n\u003cp class=\"stb-en__eyebrow\"\u003eAkari EN Series\u003c\/p\u003e\n\u003ch2\u003eA Wide, Sculptural Washi Paper Pendant\u003c\/h2\u003e\n\u003cp\u003eA softly elliptical Washi paper shade that adds visual width without feeling heavy overhead. The paper gently diffuses the bulb into a warm, comfortable glow for dining rooms, living rooms and open spaces.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-en__facts\"\u003e\n\u003cdiv class=\"stb-en__fact\"\u003e\n\u003csmall\u003eSizes\u003c\/small\u003e \u003cstrong\u003e19.6\" · 27.5\" · 37.4\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__fact\"\u003e\n\u003csmall\u003eMaterial\u003c\/small\u003e \u003cstrong\u003eWashi Paper\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__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       MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-en__material\"\u003e\n\u003cdiv class=\"stb-en__material-thumb\"\u003e\u003ca href=\"#stb-en-material\" class=\"stb-en__thumb-link\"\u003e \u003cimg src=\"https:\/\/stuberlighting.com\/cdn\/shop\/files\/50cm-70cm-95cm-washi-paper-en-series-pendant-light-_stuberlighting_22.jpg?v=1781164661\" alt=\"Akari EN Series Washi paper and bamboo frame detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-en__zoom-label\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-en__label\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3\u003eWashi Paper \u0026amp; Bamboo\u003c\/h3\u003e\n\u003cp\u003eTextured Washi paper is formed over a ribbed bamboo frame, creating the EN Series' soft elliptical profile while gently reducing direct bulb glare.\u003c\/p\u003e\n\u003cp class=\"stb-en__material-note\"\u003eSlight variations in paper texture and tone are natural.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL LIGHTBOX\n       CLICK ANYWHERE TO CLOSE\n  ====================================================== --\u003e \u003ca id=\"stb-en-material\" href=\"#material-section\" class=\"stb-en__lightbox\"\u003e \u003cspan class=\"stb-en__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/stuberlighting.com\/cdn\/shop\/files\/50cm-70cm-95cm-washi-paper-en-series-pendant-light-_stuberlighting_22.jpg?v=1781164661\" alt=\"Enlarged Akari EN Series Washi paper detail\"\u003e \u003cspan class=\"stb-en__lightbox-caption\"\u003e Washi Paper · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-en__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE GUIDE\n  ====================================================== --\u003e\n\u003csection id=\"stb-en-sizes\" class=\"stb-en__sizes\"\u003e\n\u003ch3 class=\"stb-en__heading\"\u003eChoose Your Size\u003c\/h3\u003e\n\u003cp class=\"stb-en__sub\"\u003eThree scales for different rooms and visual impact.\u003c\/p\u003e\n\u003cdiv class=\"stb-en__size-grid\"\u003e\n\u003c!-- 50EN --\u003e\n\u003cdiv class=\"stb-en__size-card\"\u003e\n\u003cspan class=\"stb-en__size-name\"\u003e 50EN \u003c\/span\u003e \u003cspan class=\"stb-en__size-dim\"\u003e Ø19.6\" × H9.8\" \u003c\/span\u003e\n\u003cp\u003eBest for smaller rooms, bedside placement and compact spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 70EN --\u003e\n\u003cdiv class=\"stb-en__size-card\"\u003e\n\u003cspan class=\"stb-en__size-name\"\u003e 70EN \u003c\/span\u003e \u003cspan class=\"stb-en__size-dim\"\u003e Ø27.5\" × H13\" \u003c\/span\u003e\n\u003cp\u003eThe versatile choice for dining rooms, living rooms and foyers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 95EN --\u003e\n\u003cdiv class=\"stb-en__size-card\"\u003e\n\u003cspan class=\"stb-en__size-name\"\u003e 95EN \u003c\/span\u003e \u003cspan class=\"stb-en__size-dim\"\u003e Ø37.4\" × H15.7\" \u003c\/span\u003e\n\u003cp\u003eBest for larger dining areas, lofts and statement spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===================================================\n         SIZE IMAGES — CLICK TO ENLARGE\n    ==================================================== --\u003e\n\u003cdiv class=\"stb-en__size-images\"\u003e\n\u003c!-- 50EN IMAGE --\u003e \u003ca href=\"#stb-en-size-50\" class=\"stb-en__size-image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-en-series-pendant-light_1.jpg?v=1782201331\" alt=\"50EN Washi Paper Pendant size diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-en__size-image-label\"\u003e 50EN · View ↗ \u003c\/span\u003e \u003c\/a\u003e \u003c!-- 70EN IMAGE --\u003e \u003ca href=\"#stb-en-size-70\" class=\"stb-en__size-image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-en-series-pendant-light_2.jpg?v=1782201330\" alt=\"70EN Washi Paper Pendant size diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-en__size-image-label\"\u003e 70EN · View ↗ \u003c\/span\u003e \u003c\/a\u003e \u003c!-- 95EN IMAGE --\u003e \u003ca href=\"#stb-en-size-95\" class=\"stb-en__size-image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-en-series-pendant-light_3.jpg?v=1782435830\" alt=\"95EN Washi Paper Pendant size diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-en__size-image-label\"\u003e 95EN · View ↗ \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       50EN LIGHTBOX\n       CLICK ANYWHERE TO CLOSE\n  ====================================================== --\u003e \u003ca id=\"stb-en-size-50\" href=\"#stb-en-sizes\" class=\"stb-en__lightbox\"\u003e \u003cspan class=\"stb-en__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-en-series-pendant-light_1.jpg?v=1782201331\" alt=\"Enlarged 50EN size diagram\"\u003e \u003cspan class=\"stb-en__lightbox-caption\"\u003e 50EN · Ø19.6\" × H9.8\" \u003c\/span\u003e \u003cspan class=\"stb-en__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       70EN LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-en-size-70\" href=\"#stb-en-sizes\" class=\"stb-en__lightbox\"\u003e \u003cspan class=\"stb-en__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-en-series-pendant-light_2.jpg?v=1782201330\" alt=\"Enlarged 70EN size diagram\"\u003e \u003cspan class=\"stb-en__lightbox-caption\"\u003e 70EN · Ø27.5\" × H13\" \u003c\/span\u003e \u003cspan class=\"stb-en__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       95EN LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-en-size-95\" href=\"#stb-en-sizes\" class=\"stb-en__lightbox\"\u003e \u003cspan class=\"stb-en__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-en-series-pendant-light_3.jpg?v=1782435830\" alt=\"Enlarged 95EN size diagram\"\u003e \u003cspan class=\"stb-en__lightbox-caption\"\u003e 95EN · Ø37.4\" × H15.7\" \u003c\/span\u003e \u003cspan class=\"stb-en__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-en__utility\"\u003e\n\u003cdiv class=\"stb-en__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. Compatible with a dimmable E26\/E27 bulb and wall dimmer when brightness control is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__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 suspension. Longer lengths and plug-in conversion 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-en__details\"\u003e\n\u003ch3 class=\"stb-en__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-en__spec-list\"\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec-value\"\u003eWashi paper · \u003cspan\u003eMetal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec-value\"\u003eCompatible dimmable bulb + wall dimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eSuspension\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec-value\"\u003e59\" \/ 150cm adjustable · Longer available on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eWiring\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec-value\"\u003eHardwired · Plug-in conversion available on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eCanopy\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec-value\"\u003eØ4.7\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eCeiling\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec-value\"\u003eStandard · Sloped · Vaulted\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-en__spec\"\u003e\n\u003cdiv class=\"stb-en__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-en__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-en__faq\"\u003e\n\u003ch3 class=\"stb-en__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose 50EN for smaller spaces, 70EN for most dining and living rooms, and 95EN when you want stronger visual presence in a larger or open-plan space.\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 suspension lengths can be requested for higher ceilings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this pendant be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes. Use a compatible dimmable E26\/E27 bulb together with a compatible wall dimmer.\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, spray with cleaners or install in humid areas.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FIXED SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-en__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       FINAL NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-en__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":"50EN: Dia 19.6\"x H 9.8\" \/ White Wire","offer_id":52129154531611,"sku":"STB-NG-50EN","price":315.0,"currency_code":"USD","in_stock":true},{"title":"50EN: Dia 19.6\"x H 9.8\" \/ Black Wire","offer_id":52129154564379,"sku":"STB-NG-50EN","price":315.0,"currency_code":"USD","in_stock":true},{"title":"70EN: Dia 27.5\" x H 13\" \/ White Wire","offer_id":52129154597147,"sku":"STB-NG-70EN","price":515.0,"currency_code":"USD","in_stock":true},{"title":"70EN: Dia 27.5\" x H 13\" \/ Black Wire","offer_id":52129154629915,"sku":"STB-NG-70EN","price":515.0,"currency_code":"USD","in_stock":true},{"title":"95EN: Dia 37.4\"x H 15.7\" \/ White Wire","offer_id":52129154662683,"sku":"STB-NG-95EN","price":815.0,"currency_code":"USD","in_stock":true},{"title":"95EN: Dia 37.4\"x H 15.7\" \/ Black Wire","offer_id":52129154695451,"sku":"STB-NG-95EN","price":815.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/50cm-70cm-95cm-washi-paper-en-series-pendant-light-_stuberlighting_44.jpg?v=1781165054"},{"product_id":"akari-juni-washi-paper-pendant-lamp","title":"Akari Juni Washi Paper Pendant Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI JUNI\n   Washi Paper Pendant Lamp\n   Product Specific \/ Mobile Responsive\n========================================================= *\/\n\n.stb-juni{\n  --cream:#F5EDD8;\n  --soft:#FAF7EF;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --muted:#7B6B58;\n  --gold:#C8A96E;\n  --line:#E5DAC7;\n\n  max-width:840px;\n  width:100%;\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-juni *{\n  box-sizing:border-box;\n}\n\n.stb-juni h2,\n.stb-juni h3,\n.stb-juni p{\n  margin-top:0;\n}\n\n.stb-juni h2,\n.stb-juni 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-juni__intro{\n  padding:5px 0 24px;\n}\n\n.stb-juni__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-juni__intro h2{\n  max-width:650px;\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.12;\n  letter-spacing:-.01em;\n}\n\n.stb-juni__intro p{\n  max-width:680px;\n  margin:0;\n\n  color:#5D4C3C;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-juni__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-juni__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-juni__fact:last-child{\n  border-right:0;\n}\n\n.stb-juni__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-juni__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-juni__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-juni__material-thumb{\n  width:210px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-juni__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-juni__image-link img{\n  display:block;\n\n  width:100%;\n  height:210px;\n\n  object-fit:contain;\n\n  transition:transform .25s ease;\n}\n\n.stb-juni__image-link:hover img{\n  transform:scale(1.02);\n}\n\n.stb-juni__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-juni__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-juni__material h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-juni__material p{\n  margin:0 0 9px;\n\n  color:#5D4C3C;\n\n  font-size:13.5px;\n}\n\n.stb-juni__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-juni__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-juni__material-item:before{\n  content:\"—\";\n  color:var(--gold);\n}\n\n\n\/* =========================================================\n   UNIVERSAL LIGHTBOX\n   CLICK \/ TAP ANYWHERE TO CLOSE\n========================================================= *\/\n\n.stb-juni__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-juni__lightbox:target{\n  display:flex;\n}\n\n.stb-juni__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-juni__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\n  box-shadow:0 14px 60px rgba(0,0,0,.42);\n}\n\n.stb-juni__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-juni__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 + CEILING FIT\n========================================================= *\/\n\n.stb-juni__scale{\n  margin-bottom:36px;\n}\n\n.stb-juni__heading{\n  margin:0 0 15px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-juni__scale-inner{\n  display:grid;\n  grid-template-columns:245px 1fr;\n  gap:30px;\n  align-items:center;\n}\n\n.stb-juni__scale-image{\n  width:245px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-juni__scale-image img{\n  display:block;\n\n  width:100%;\n  height:auto;\n  max-height:300px;\n\n  object-fit:contain;\n}\n\n.stb-juni__dimension{\n  display:block;\n  margin-bottom:6px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n\n  font-size:27px;\n  line-height:1.08;\n  font-weight:500;\n}\n\n.stb-juni__metric{\n  display:block;\n  margin-bottom:11px;\n\n  color:#897862;\n\n  font-size:11.5px;\n}\n\n.stb-juni__scale-copy p{\n  margin:0 0 13px;\n\n  color:#5D4C3C;\n\n  font-size:13.5px;\n}\n\n.stb-juni__fit{\n  display:grid;\n  gap:7px;\n}\n\n.stb-juni__fit-row{\n  display:flex;\n  justify-content:space-between;\n  gap:15px;\n\n  padding:7px 0;\n\n  border-bottom:1px solid var(--line);\n\n  font-size:11.5px;\n}\n\n.stb-juni__fit-row:last-child{\n  border-bottom:0;\n}\n\n.stb-juni__fit-row strong{\n  color:var(--dark);\n  font-weight:600;\n}\n\n.stb-juni__fit-row span{\n  color:#786754;\n  text-align:right;\n}\n\n\n\/* =========================================================\n   IMPORTANT CEILING NOTE\n========================================================= *\/\n\n.stb-juni__ceiling{\n  display:grid;\n  grid-template-columns:auto 1fr;\n  gap:14px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:18px 19px;\n\n  background:var(--dark);\n  border-radius:9px;\n}\n\n.stb-juni__ceiling-icon{\n  color:var(--gold);\n\n  font-size:20px;\n  line-height:1;\n}\n\n.stb-juni__ceiling 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-juni__ceiling 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-juni__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:#37291B;\n  border-radius:9px;\n}\n\n.stb-juni__utility-card{\n  padding:18px 19px;\n\n  background:#24180E;\n}\n\n.stb-juni__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-juni__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-juni__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-juni__details{\n  margin-bottom:34px;\n}\n\n.stb-juni__spec-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-juni__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-juni__spec-name{\n  padding-right:14px;\n\n  color:#897862;\n\n  font-size:11.5px;\n}\n\n.stb-juni__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-juni__faq{\n  margin-bottom:30px;\n}\n\n.stb-juni__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-juni__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-juni__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-juni__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-juni__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-juni__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 \u0026 RETURNS\n========================================================= *\/\n\n.stb-juni__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-juni__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-juni__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-juni__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-juni__shipping strong{\n  color:var(--dark);\n  font-weight:600;\n}\n\n.stb-juni__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-juni__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-juni{\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n  .stb-juni__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-juni__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-juni__facts{\n    grid-template-columns:repeat(2,1fr);\n    margin-bottom:28px;\n  }\n\n  .stb-juni__fact{\n    padding:13px 9px;\n  }\n\n  .stb-juni__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-juni__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-juni__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    margin-bottom:30px;\n    padding:18px;\n  }\n\n  .stb-juni__material-thumb{\n    width:185px;\n  }\n\n  .stb-juni__material-thumb img{\n    height:185px;\n  }\n\n  .stb-juni__material h3{\n    font-size:21px;\n  }\n\n\n  \/* SCALE *\/\n\n  .stb-juni__scale-inner{\n    grid-template-columns:1fr;\n    gap:16px;\n  }\n\n  .stb-juni__scale-image{\n    width:220px;\n  }\n\n  .stb-juni__scale-copy{\n    text-align:center;\n  }\n\n  .stb-juni__dimension{\n    font-size:25px;\n  }\n\n  .stb-juni__fit{\n    text-align:left;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-juni__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-juni__spec{\n    grid-template-columns:38% 62%;\n  }\n\n  .stb-juni__spec-name{\n    font-size:11px;\n  }\n\n  .stb-juni__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-juni__lightbox{\n    padding:14px;\n  }\n\n  .stb-juni__lightbox img{\n    max-width:94vw;\n    max-height:74vh;\n  }\n\n  .stb-juni__lightbox-title{\n    font-size:9px !important;\n  }\n\n  .stb-juni__lightbox-hint{\n    font-size:8.5px !important;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-juni__shipping{\n    padding:18px;\n  }\n\n  .stb-juni__shipping p{\n    font-size:12px;\n  }\n\n  .stb-juni__final-note{\n    padding:0 8px;\n\n    font-size:10.5px !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-juni\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-juni__intro\"\u003e\n\u003cp class=\"stb-juni__eyebrow\"\u003eAkari Juni\u003c\/p\u003e\n\u003ch2\u003eA Tall Washi Paper Pendant for Higher Ceilings\u003c\/h2\u003e\n\u003cp\u003eA vertically sculpted Washi paper shade that brings warm, diffused light into rooms with more ceiling height. Its narrow footprint creates presence without feeling visually heavy.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-juni__facts\"\u003e\n\u003cdiv class=\"stb-juni__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ17.7\" × H32.6\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__fact\"\u003e\n\u003csmall\u003eBest For\u003c\/small\u003e \u003cstrong\u003e9ft+ Ceilings\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__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\n  ====================================================== --\u003e\n\u003csection id=\"stb-juni-material-section\" class=\"stb-juni__material\"\u003e\n\u003cdiv class=\"stb-juni__material-thumb\"\u003e\u003ca href=\"#stb-juni-material\" class=\"stb-juni__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 material detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-juni__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-juni__label\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3\u003eHand-Folded Washi Paper\u003c\/h3\u003e\n\u003cp\u003eTextured Washi paper is shaped over a bamboo and metal frame. The folds give the tall shade its sculptural form while softly diffusing direct bulb light.\u003c\/p\u003e\n\u003cdiv class=\"stb-juni__material-list\"\u003e\n\u003cdiv class=\"stb-juni__material-item\"\u003eThickened Washi paper shade\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__material-item\"\u003eBamboo and metal internal structure\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__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-juni-material\" href=\"#stb-juni-material-section\" class=\"stb-juni__lightbox\"\u003e \u003cspan class=\"stb-juni__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 detail\"\u003e \u003cspan class=\"stb-juni__lightbox-title\"\u003e Washi Paper · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-juni__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE \u0026 CEILING FIT\n  ====================================================== --\u003e\n\u003csection id=\"stb-juni-scale-section\" class=\"stb-juni__scale\"\u003e\n\u003ch3 class=\"stb-juni__heading\"\u003eSize \u0026amp; Ceiling Fit\u003c\/h3\u003e\n\u003cdiv class=\"stb-juni__scale-inner\"\u003e\n\u003cdiv class=\"stb-juni__scale-image\"\u003e\u003ca href=\"#stb-juni-scale\" class=\"stb-juni__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-juni-pendant-lamp-japandi-living-room_34.png?v=1782201429\" alt=\"Akari Juni Washi Paper Pendant Lamp scale reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-juni__zoom\"\u003e View Larger ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__scale-copy\"\u003e\n\u003cspan class=\"stb-juni__dimension\"\u003e Ø17.7\" × H32.6\" \u003c\/span\u003e \u003cspan class=\"stb-juni__metric\"\u003e Ø45 × H83cm \u003c\/span\u003e\n\u003cp\u003eThe Juni is intentionally tall. Its 32.6\" shade height works best where the room has enough vertical space for the fixture to feel balanced rather than crowded.\u003c\/p\u003e\n\u003cdiv class=\"stb-juni__fit\"\u003e\n\u003cdiv class=\"stb-juni__fit-row\"\u003e\n\u003cstrong\u003e9ft+ Ceiling\u003c\/strong\u003e \u003cspan\u003eRecommended\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__fit-row\"\u003e\n\u003cstrong\u003eVaulted Ceiling\u003c\/strong\u003e \u003cspan\u003eExcellent fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__fit-row\"\u003e\n\u003cstrong\u003eFoyer \/ Entry\u003c\/strong\u003e \u003cspan\u003eIdeal for vertical space\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__fit-row\"\u003e\n\u003cstrong\u003e8ft Ceiling\u003c\/strong\u003e \u003cspan\u003eCheck clearance carefully\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!-- SCALE IMAGE LIGHTBOX --\u003e \u003ca id=\"stb-juni-scale\" href=\"#stb-juni-scale-section\" class=\"stb-juni__lightbox\"\u003e \u003cspan class=\"stb-juni__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-juni-pendant-lamp-japandi-living-room_34.png?v=1782201429\" alt=\"Enlarged Akari Juni Washi Paper Pendant Lamp\"\u003e \u003cspan class=\"stb-juni__lightbox-title\"\u003e Akari Juni · Ø17.7\" × H32.6\" \u003c\/span\u003e \u003cspan class=\"stb-juni__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       CEILING NOTE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-juni__ceiling\"\u003e\n\u003cdiv class=\"stb-juni__ceiling-icon\"\u003e↕\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Designed with taller rooms in mind \u003c\/strong\u003e\n\u003cp\u003eBecause the shade itself is 32.6\" tall, we recommend checking finished hanging height before ordering — especially for 8ft ceilings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       LIGHT + INSTALLATION\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-juni__utility\"\u003e\n\u003cdiv class=\"stb-juni__utility-card\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e Warm, softly diffused glow \u003c\/strong\u003e\n\u003cp\u003eA 3000K warm-white bulb is included. Compatible with a dimmable E26\/E27 bulb and wall dimmer when brightness control is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__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 cord. Longer lengths and plug-in conversion 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-juni__details\"\u003e\n\u003ch3 class=\"stb-juni__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-juni__spec-list\"\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec-value\"\u003eØ17.7\" × H32.6\" \/ Ø45 × H83cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec-value\"\u003eWashi paper · Bamboo \u0026amp; metal frame · Iron canopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec-value\"\u003eCompatible dimmable bulb + wall dimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec-value\"\u003e59\" \/ 150cm · Extendable on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eWiring\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec-value\"\u003eHardwired · Plug-in conversion available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eCeiling\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec-value\"\u003eStandard · Sloped · Vaulted · Best for 9ft+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__spec\"\u003e\n\u003cdiv class=\"stb-juni__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-juni__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-juni__faq\"\u003e\n\u003ch3 class=\"stb-juni__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the Juni work with an 8-foot ceiling?\u003c\/summary\u003e\n\u003cp\u003eIt can work in selected placements, especially above furniture, but the shade itself is 32.6\" tall. We generally recommend 9ft+ ceilings when the fixture hangs over a walk-through area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order a longer hanging cord?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard black cord is 59\" \/ 150cm and longer suspension lengths are available on request for high or vaulted ceilings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the light be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes. Use a compatible dimmable E26\/E27 bulb together with a compatible wall dimmer.\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. Avoid water, cleaning sprays, steam and humid locations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FIXED SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-juni__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       FINAL HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-juni__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 17.7\"x H 32.6\" \/ Black Wire","offer_id":52133067030811,"sku":"STB-NG-TUNI","price":215.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/juni-pendant-lamp-japandi-living-room-stuberlighting-1.jpg?v=1781168767"},{"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-e-series-washi-paper-tall-column-pendant-light","title":"Akari E Series Washi Paper Tall Column Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI E SERIES\n   Vertical Washi Paper Pendant\n   Product-Specific \/ Mobile Responsive\n========================================================= *\/\n\n.stb-es{\n  --ivory:#FFFCF6;\n  --cream:#F5EDD8;\n  --soft:#FAF7EF;\n  --sand:#EDE3D1;\n  --warm:#F1E5CF;\n  --warm-deep:#E7D6B7;\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-es *,\n.stb-es *::before,\n.stb-es *::after{\n  box-sizing:border-box;\n  font-family:inherit;\n}\n\n.stb-es h2,\n.stb-es h3,\n.stb-es p{\n  margin-top:0;\n}\n\n.stb-es h2,\n.stb-es h3{\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-es__intro{\n  padding:5px 0 24px;\n}\n\n.stb-es__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-es__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-es__intro-text{\n  max-width:700px;\n  margin:0;\n\n  color:#5D4C3C;\n\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-es__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-es__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-es__fact:last-child{\n  border-right:0;\n}\n\n.stb-es__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-es__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-es__heading{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-es__sub{\n  max-width:690px;\n  margin:0 0 17px;\n\n  color:#695847;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n.stb-es__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\n\/* =========================================================\n   SIZE GUIDE\n========================================================= *\/\n\n.stb-es__sizes{\n  margin-bottom:38px;\n}\n\n.stb-es__size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:10px;\n}\n\n.stb-es__size-card{\n  min-width:0;\n\n  overflow:hidden;\n\n  background:var(--soft);\n\n  border:1px solid var(--line);\n  border-radius:8px;\n}\n\n.stb-es__size-image{\n  position:relative;\n\n  display:block;\n  overflow:hidden;\n\n  width:100%;\n  aspect-ratio:1 \/ .78;\n\n  background:#F3ECDC;\n\n  text-decoration:none;\n}\n\n.stb-es__size-image img{\n  display:block;\n\n  width:100%;\n  height:100%;\n\n  object-fit:contain;\n\n  transition:transform .25s ease;\n}\n\n.stb-es__size-image:hover img{\n  transform:scale(1.025);\n}\n\n.stb-es__zoom{\n  position:absolute;\n  right:7px;\n  bottom:7px;\n\n  padding:4px 7px;\n\n  background:rgba(28,18,9,.83);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:8.5px;\n  font-weight:500;\n  line-height:1.2;\n}\n\n.stb-es__size-info{\n  padding:13px 14px 14px;\n}\n\n.stb-es__size-model{\n  display:flex;\n  align-items:baseline;\n  justify-content:space-between;\n  gap:8px;\n\n  margin-bottom:5px;\n}\n\n.stb-es__size-model strong{\n  color:var(--dark);\n\n  font-size:17px;\n  line-height:1.2;\n  font-weight:600;\n}\n\n.stb-es__size-model span{\n  color:#99743B;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-es__size-dim{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#604A35;\n\n  font-size:11.5px;\n  font-weight:600;\n  line-height:1.45;\n}\n\n.stb-es__size-use{\n  margin:0 !important;\n\n  color:#766452 !important;\n\n  font-size:10.8px !important;\n  line-height:1.5 !important;\n}\n\n\n\/* =========================================================\n   SIZE HELP\n========================================================= *\/\n\n.stb-es__size-tip{\n  display:grid;\n  grid-template-columns:auto 1fr;\n  gap:13px;\n  align-items:center;\n\n  margin-top:14px;\n  padding:16px 18px;\n\n  background:var(--warm);\n\n  border-left:3px solid var(--gold);\n  border-radius:0 8px 8px 0;\n}\n\n.stb-es__size-tip-icon{\n  color:#A47C3C;\n\n  font-size:20px;\n  line-height:1;\n}\n\n.stb-es__size-tip strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-es__size-tip p{\n  margin:0;\n\n  color:#67513C;\n\n  font-size:11.5px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   MATERIAL DETAIL\n========================================================= *\/\n\n.stb-es__material-card{\n  display:grid;\n  grid-template-columns:205px 1fr;\n  gap:28px;\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-es__material-thumb{\n  width:205px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-es__material-image{\n  position:relative;\n\n  display:block;\n  overflow:hidden;\n\n  background:#E5D7BF;\n\n  border:1px solid #D3C1A3;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-es__material-image 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-es__material-image:hover img{\n  transform:scale(1.025);\n}\n\n.stb-es__material-copy h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-es__material-copy p{\n  margin:0 0 10px;\n\n  color:#584735;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n.stb-es__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-es__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-es__material-item::before{\n  content:\"—\";\n\n  color:#A77D3F;\n}\n\n\n\/* =========================================================\n   LIGHT + INSTALLATION\n========================================================= *\/\n\n.stb-es__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-es__utility-card{\n  padding:19px 20px;\n}\n\n.stb-es__utility-card:first-child{\n  background:#1C1209;\n}\n\n.stb-es__utility-card:last-child{\n  background:#4A3218;\n}\n\n.stb-es__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-es__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-es__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-es__details{\n  margin-bottom:34px;\n}\n\n.stb-es__spec-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-es__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-es__spec-name{\n  padding-right:14px;\n\n  color:#8B765B;\n\n  font-size:11.5px;\n}\n\n.stb-es__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-es__faq{\n  margin-bottom:30px;\n  padding:20px 22px 8px;\n\n  background:#F8F3E8;\n\n  border-radius:9px;\n}\n\n.stb-es__faq .stb-es__heading{\n  margin-bottom:5px;\n}\n\n.stb-es__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #DFD3BF;\n}\n\n.stb-es__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-es__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-es__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-es__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-es__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-es__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-es__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-es__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-es__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-es__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-es__shipping strong{\n  color:var(--dark);\n  font-weight:600;\n}\n\n.stb-es__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-es__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-es__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-es__lightbox:target{\n  display:flex;\n}\n\n.stb-es__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-es__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-es__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-es__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-es{\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-es__intro h2{\n    font-size:25px;\n    line-height:1.15;\n  }\n\n\n  \/* QUICK FACTS *\/\n\n  .stb-es__facts{\n    grid-template-columns:repeat(2,1fr);\n\n    margin-bottom:28px;\n  }\n\n  .stb-es__fact{\n    padding:13px 9px;\n  }\n\n  .stb-es__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-es__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* SIZE GUIDE *\/\n\n  .stb-es__sizes{\n    margin-bottom:30px;\n  }\n\n  .stb-es__size-grid{\n    grid-template-columns:repeat(2,1fr);\n    gap:8px;\n  }\n\n  .stb-es__size-info{\n    padding:11px 10px 12px;\n  }\n\n  .stb-es__size-model strong{\n    font-size:16px;\n  }\n\n  .stb-es__size-model span{\n    font-size:8px;\n  }\n\n  .stb-es__size-dim{\n    font-size:10.5px;\n  }\n\n  .stb-es__size-use{\n    font-size:10px !important;\n  }\n\n  .stb-es__size-tip{\n    padding:14px 15px;\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-es__material-card{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    margin-bottom:30px;\n    padding:18px;\n  }\n\n  .stb-es__material-thumb{\n    width:185px;\n  }\n\n  .stb-es__material-image img{\n    height:185px;\n  }\n\n  .stb-es__material-copy h3{\n    font-size:21px;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-es__utility{\n    grid-template-columns:1fr;\n\n    margin-bottom:30px;\n  }\n\n\n  \/* DETAILS *\/\n\n  .stb-es__heading{\n    font-size:21px;\n  }\n\n  .stb-es__spec{\n    grid-template-columns:38% 62%;\n  }\n\n  .stb-es__spec-name{\n    font-size:11px;\n  }\n\n  .stb-es__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-es__faq{\n    padding:18px 17px 7px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-es__shipping{\n    padding:18px;\n  }\n\n  .stb-es__shipping p{\n    font-size:12px;\n  }\n\n\n  \/* FINAL NOTE *\/\n\n  .stb-es__final-note{\n    padding:0 8px;\n\n    font-size:10.5px !important;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-es__lightbox{\n    padding:14px;\n  }\n\n  .stb-es__lightbox img{\n    max-width:94vw;\n    max-height:74vh;\n  }\n\n  .stb-es__lightbox-title{\n    font-size:9px !important;\n  }\n\n  .stb-es__lightbox-hint{\n    font-size:8.5px !important;\n  }\n\n}\n\n\n\/* EXTRA SMALL MOBILE *\/\n\n@media screen and (max-width:390px){\n\n  .stb-es__size-info{\n    padding:10px 9px 11px;\n  }\n\n  .stb-es__size-model{\n    display:block;\n  }\n\n  .stb-es__size-model strong{\n    display:block;\n    margin-bottom:2px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-es\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-es__intro\"\u003e\n\u003cp class=\"stb-es__eyebrow\"\u003eWashi Paper · E Series\u003c\/p\u003e\n\u003ch2\u003eMade for Rooms That Go Up.\u003c\/h2\u003e\n\u003cp class=\"stb-es__intro-text\"\u003eThe Akari E Series brings soft Washi paper light into tall interiors with six elongated silhouettes from 41.3\" to 106.3\" high. Choose the height that fits your ceiling while the narrow vertical form fills open space without feeling visually heavy.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-es__facts\"\u003e\n\u003cdiv class=\"stb-es__fact\"\u003e\n\u003csmall\u003eModels\u003c\/small\u003e \u003cstrong\u003e6 Sizes\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__fact\"\u003e\n\u003csmall\u003eHeight\u003c\/small\u003e \u003cstrong\u003e41.3\"–106.3\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__fact\"\u003e\n\u003csmall\u003eSuspension\u003c\/small\u003e \u003cstrong\u003e59\" Adjustable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__fact\"\u003e\n\u003csmall\u003eInstallation\u003c\/small\u003e \u003cstrong\u003eHardwired\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       CHOOSE YOUR SIZE\n  ====================================================== --\u003e\n\u003csection id=\"stb-es-size-section\" class=\"stb-es__sizes\"\u003e\u003cspan class=\"stb-es__label\"\u003e Size Guide \u003c\/span\u003e\n\u003ch3 class=\"stb-es__heading\"\u003eChoose by Ceiling Height\u003c\/h3\u003e\n\u003cp class=\"stb-es__sub\"\u003eStart with your ceiling height, then choose how much vertical presence you want below the canopy. Larger sizes are designed specifically for vaulted, staircase and double-height spaces.\u003c\/p\u003e\n\u003cdiv class=\"stb-es__size-grid\"\u003e\n\u003c!-- IM --\u003e\n\u003carticle class=\"stb-es__size-card\"\u003e\u003ca href=\"#stb-es-im\" class=\"stb-es__size-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_17.jpg?v=1777519089\" alt=\"Akari E Series IM pendant dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-es__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"stb-es__size-info\"\u003e\n\u003cdiv class=\"stb-es__size-model\"\u003e\n\u003cstrong\u003eIM\u003c\/strong\u003e \u003cspan\u003e10–12 ft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"stb-es__size-dim\"\u003e Ø11.4\" × H41.3\" \u003c\/span\u003e\n\u003cp class=\"stb-es__size-use\"\u003eTall dining areas, smaller foyers and restrained vertical spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- IL --\u003e\n\u003carticle class=\"stb-es__size-card\"\u003e\u003ca href=\"#stb-es-il\" class=\"stb-es__size-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_18.jpg?v=1777519089\" alt=\"Akari E Series IL pendant dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-es__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"stb-es__size-info\"\u003e\n\u003cdiv class=\"stb-es__size-model\"\u003e\n\u003cstrong\u003eIL\u003c\/strong\u003e \u003cspan\u003e11–13 ft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"stb-es__size-dim\"\u003e Ø12.2\" × H55.1\" \u003c\/span\u003e\n\u003cp class=\"stb-es__size-use\"\u003eTall foyers and living spaces needing a slimmer profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- HL --\u003e\n\u003carticle class=\"stb-es__size-card\"\u003e\u003ca href=\"#stb-es-hl\" class=\"stb-es__size-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_19.jpg?v=1782202004\" alt=\"Akari E Series HL pendant dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-es__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"stb-es__size-info\"\u003e\n\u003cdiv class=\"stb-es__size-model\"\u003e\n\u003cstrong\u003eHL\u003c\/strong\u003e \u003cspan\u003e11–14 ft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"stb-es__size-dim\"\u003e Ø18.9\" × H57.1\" \u003c\/span\u003e\n\u003cp class=\"stb-es__size-use\"\u003eWider silhouette for larger living and vaulted spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- GL --\u003e\n\u003carticle class=\"stb-es__size-card\"\u003e\u003ca href=\"#stb-es-gl\" class=\"stb-es__size-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_14_1ab48e94-7491-4d4e-a8e1-052b573ba01f.jpg?v=1782201855\" alt=\"Akari E Series GL pendant dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-es__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"stb-es__size-info\"\u003e\n\u003cdiv class=\"stb-es__size-model\"\u003e\n\u003cstrong\u003eGL\u003c\/strong\u003e \u003cspan\u003e12–14 ft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"stb-es__size-dim\"\u003e Ø18.9\" × H59.1\" \u003c\/span\u003e\n\u003cp class=\"stb-es__size-use\"\u003eVaulted living rooms and double-height entry spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- EM --\u003e\n\u003carticle class=\"stb-es__size-card\"\u003e\u003ca href=\"#stb-es-em\" class=\"stb-es__size-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_15.jpg?v=1782201912\" alt=\"Akari E Series EM pendant dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-es__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"stb-es__size-info\"\u003e\n\u003cdiv class=\"stb-es__size-model\"\u003e\n\u003cstrong\u003eEM\u003c\/strong\u003e \u003cspan\u003e13–16 ft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"stb-es__size-dim\"\u003e Ø14.2\" × H75.6\" \u003c\/span\u003e\n\u003cp class=\"stb-es__size-use\"\u003eLofts, stairwells and dramatic double-height interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- EL --\u003e\n\u003carticle class=\"stb-es__size-card\"\u003e\u003ca href=\"#stb-es-el\" class=\"stb-es__size-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_16.jpg?v=1782201954\" alt=\"Akari E Series EL pendant dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-es__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"stb-es__size-info\"\u003e\n\u003cdiv class=\"stb-es__size-model\"\u003e\n\u003cstrong\u003eEL\u003c\/strong\u003e \u003cspan\u003e14–18 ft+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"stb-es__size-dim\"\u003e Ø18.9\" × H106.3\" \u003c\/span\u003e\n\u003cp class=\"stb-es__size-use\"\u003eMonumental staircases, foyers and double-height spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE HELP --\u003e\n\u003cdiv class=\"stb-es__size-tip\"\u003e\n\u003cdiv class=\"stb-es__size-tip-icon\"\u003e↕\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Between sizes? \u003c\/strong\u003e\n\u003cp\u003eMeasure from the ceiling to where you want the bottom of the fixture to sit. For stairwells, vaulted ceilings or unusual drops, contact us before ordering and we can help confirm the proportion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"stb-es-material-section\" class=\"stb-es__material-card\"\u003e\n\u003cdiv class=\"stb-es__material-thumb\"\u003e\u003ca href=\"#stb-es-material\" class=\"stb-es__material-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=\"Close-up of natural Mulberry Washi paper texture\" loading=\"lazy\"\u003e \u003cspan class=\"stb-es__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-es__material-copy\"\u003e\n\u003cspan class=\"stb-es__label\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3\u003eNatural Mulberry Washi\u003c\/h3\u003e\n\u003cp\u003eFine natural fibers remain visible across the paper surface while diffusing direct bulb light into a softer, warmer glow.\u003c\/p\u003e\n\u003cdiv class=\"stb-es__material-list\"\u003e\n\u003cdiv class=\"stb-es__material-item\"\u003eHigh-fiber Mulberry Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-es__material-item\"\u003eSoft, diffused illumination\u003c\/div\u003e\n\u003cdiv class=\"stb-es__material-item\"\u003eInternal metal structure\u003c\/div\u003e\n\u003cdiv class=\"stb-es__material-item\"\u003eHandmade natural texture\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"stb-es-material\" href=\"#stb-es-material-section\" class=\"stb-es__lightbox\"\u003e \u003cspan class=\"stb-es__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 Mulberry Washi paper texture\"\u003e \u003cspan class=\"stb-es__lightbox-title\"\u003e Washi Paper · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-es__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-es__utility\"\u003e\n\u003cdiv class=\"stb-es__utility-card\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e Warm, softly diffused illumination \u003c\/strong\u003e\n\u003cp\u003eUses E26 \/ E27 LED or filament bulbs. Compatible with a dimmable bulb and wall dimmer when brightness control is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__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 suspension. Longer lengths are available on request. Professional installation is strongly recommended for EM and EL.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-es__details\"\u003e\n\u003ch3 class=\"stb-es__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-es__spec-list\"\u003e\n\u003cdiv class=\"stb-es__spec\"\u003e\n\u003cdiv class=\"stb-es__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec-value\"\u003eMulberry Washi paper · Metal frame · Metal canopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec\"\u003e\n\u003cdiv class=\"stb-es__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec\"\u003e\n\u003cdiv class=\"stb-es__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec-value\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec\"\u003e\n\u003cdiv class=\"stb-es__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec\"\u003e\n\u003cdiv class=\"stb-es__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec-value\"\u003eCompatible dimmable bulb + wall dimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec\"\u003e\n\u003cdiv class=\"stb-es__spec-name\"\u003eCanopy\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec-value\"\u003eØ4.7\" · Custom size available on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec\"\u003e\n\u003cdiv class=\"stb-es__spec-name\"\u003eSuspension\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec-value\"\u003e59\" \/ 150cm adjustable · Extendable on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec\"\u003e\n\u003cdiv class=\"stb-es__spec-name\"\u003eWiring\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec-value\"\u003eHardwired\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec\"\u003e\n\u003cdiv class=\"stb-es__spec-name\"\u003eBest For\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec-value\"\u003eHigh ceilings · Vaulted rooms · Foyers · Stairwells\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-es__spec\"\u003e\n\u003cdiv class=\"stb-es__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-es__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-es__faq\"\u003e\n\u003ch3 class=\"stb-es__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eStart with ceiling height. IM works well around 10–12 ft, IL and HL around 11–14 ft, GL around 12–14 ft, EM around 13–16 ft, and EL is designed for approximately 14–18 ft+ double-height spaces. Final placement also depends on where you want the bottom of the fixture to sit.\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 is adjustable during installation. Longer lengths can be requested for vaulted ceilings, stairwells and unusually high spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo the larger sizes need professional installation?\u003c\/summary\u003e\n\u003cp\u003eProfessional installation is recommended for hardwired lighting and is especially important for the EM and EL sizes because of their scale and high-ceiling placement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I care for the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eRemove dust gently with a dry soft brush, feather duster or microfiber tool. Do not wet-clean, spray with cleaners, steam or use 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-es__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       FINAL WASHI NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-es__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!-- =====================================================\n       SIZE LIGHTBOXES\n       CLICK \/ TAP ANYWHERE TO CLOSE\n  ====================================================== --\u003e \u003c!-- IM --\u003e \u003ca id=\"stb-es-im\" href=\"#stb-es-size-section\" class=\"stb-es__lightbox\"\u003e \u003cspan class=\"stb-es__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_17.jpg?v=1777519089\" alt=\"Enlarged Akari E Series IM dimensions\"\u003e \u003cspan class=\"stb-es__lightbox-title\"\u003e IM · Ø11.4\" × H41.3\" \u003c\/span\u003e \u003cspan class=\"stb-es__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- IL --\u003e \u003ca id=\"stb-es-il\" href=\"#stb-es-size-section\" class=\"stb-es__lightbox\"\u003e \u003cspan class=\"stb-es__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_18.jpg?v=1777519089\" alt=\"Enlarged Akari E Series IL dimensions\"\u003e \u003cspan class=\"stb-es__lightbox-title\"\u003e IL · Ø12.2\" × H55.1\" \u003c\/span\u003e \u003cspan class=\"stb-es__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- HL --\u003e \u003ca id=\"stb-es-hl\" href=\"#stb-es-size-section\" class=\"stb-es__lightbox\"\u003e \u003cspan class=\"stb-es__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_19.jpg?v=1782202004\" alt=\"Enlarged Akari E Series HL dimensions\"\u003e \u003cspan class=\"stb-es__lightbox-title\"\u003e HL · Ø18.9\" × H57.1\" \u003c\/span\u003e \u003cspan class=\"stb-es__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- GL --\u003e \u003ca id=\"stb-es-gl\" href=\"#stb-es-size-section\" class=\"stb-es__lightbox\"\u003e \u003cspan class=\"stb-es__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_14_1ab48e94-7491-4d4e-a8e1-052b573ba01f.jpg?v=1782201855\" alt=\"Enlarged Akari E Series GL dimensions\"\u003e \u003cspan class=\"stb-es__lightbox-title\"\u003e GL · Ø18.9\" × H59.1\" \u003c\/span\u003e \u003cspan class=\"stb-es__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- EM --\u003e \u003ca id=\"stb-es-em\" href=\"#stb-es-size-section\" class=\"stb-es__lightbox\"\u003e \u003cspan class=\"stb-es__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_15.jpg?v=1782201912\" alt=\"Enlarged Akari E Series EM dimensions\"\u003e \u003cspan class=\"stb-es__lightbox-title\"\u003e EM · Ø14.2\" × H75.6\" \u003c\/span\u003e \u003cspan class=\"stb-es__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- EL --\u003e \u003ca id=\"stb-es-el\" href=\"#stb-es-size-section\" class=\"stb-es__lightbox\"\u003e \u003cspan class=\"stb-es__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-model-pendant-light_16.jpg?v=1782201954\" alt=\"Enlarged Akari E Series EL dimensions\"\u003e \u003cspan class=\"stb-es__lightbox-title\"\u003e EL · Ø18.9\" × H106.3\" \u003c\/span\u003e \u003cspan class=\"stb-es__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":"I-M: Dia 11.4\"xH41.3\" \/ White","offer_id":52140813910299,"sku":"STB-NGE-IM","price":695.0,"currency_code":"USD","in_stock":true},{"title":"I-L: Dia 12.2\"x H 55.1\" \/ White","offer_id":52140813943067,"sku":"STB-NGE-IL","price":715.0,"currency_code":"USD","in_stock":true},{"title":"H-L: Dia 18.9\"x H 57.1\" \/ White","offer_id":52140813975835,"sku":"STB-NGE-HL","price":715.0,"currency_code":"USD","in_stock":true},{"title":"G-L:Dia 18.9\"xH 59.1\" \/ White","offer_id":52140814008603,"sku":"STB-NGE-GL","price":715.0,"currency_code":"USD","in_stock":true},{"title":"E-M: Dia 14.2\" x H 75.6\" \/ White","offer_id":52140814041371,"sku":"STB-NGE-EM","price":715.0,"currency_code":"USD","in_stock":true},{"title":"E-L:Dia 18.9\"xH 106.3\" \/ White","offer_id":52140814074139,"sku":"STB-NGE-EL","price":815.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-e-series-pendant-light-japandi-art-deco-style-rice-paper-lamp-stuberlighting-main.jpg?v=1781244902"},{"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-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":"washi-paper-square-cube-pendant-light","title":"Washi Paper Square Cube Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — WASHI PAPER SQUARE CUBE PENDANT\n   33X \/ 45X\n   SHOPPER FOCUSED \/ MOBILE RESPONSIVE\n========================================================= *\/\n\n.stb-cube{\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-cube *{\n  box-sizing:border-box;\n}\n\n.stb-cube h2,\n.stb-cube h3,\n.stb-cube p{\n  margin-top:0;\n}\n\n.stb-cube h2,\n.stb-cube 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-cube__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 64%,\n      #E7D3B3 100%\n    );\n\n  border-radius:10px;\n}\n\n.stb-cube__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-cube__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-cube__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-cube__intro p{\n  max-width:690px;\n  margin:0;\n\n  color:#604D3A;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-cube__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-cube__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-cube__fact:nth-child(2){\n  background:#E9DCC7;\n}\n\n.stb-cube__fact:nth-child(3){\n  background:#F5ECDF;\n}\n\n.stb-cube__fact:nth-child(4){\n  background:#2A1B0F;\n}\n\n.stb-cube__fact:last-child{\n  border-right:0;\n}\n\n.stb-cube__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-cube__fact:nth-child(4) small{\n  color:#B99A65;\n}\n\n.stb-cube__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-cube__fact:nth-child(4) strong{\n  color:#F5EDD8;\n}\n\n\n\/* =========================================================\n   IMAGE SYSTEM\n   ALWAYS CONTAIN \/ NEVER CROP\n========================================================= *\/\n\n.stb-cube__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-cube__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-cube__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-cube__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 DETAIL\n========================================================= *\/\n\n.stb-cube__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-cube__material-image{\n  width:100%;\n  max-width:215px;\n\n  margin:0 auto;\n}\n\n.stb-cube__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-cube__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-cube__material h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-cube__material p{\n  margin:0 0 11px;\n\n  color:#5B4735;\n\n  font-size:13.5px;\n}\n\n.stb-cube__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-cube__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-cube__material-item:before{\n  content:\"—\";\n\n  color:#9B753B;\n}\n\n\n\/* =========================================================\n   SIZE COMPARISON\n========================================================= *\/\n\n.stb-cube__compare{\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#FFFDF8;\n\n  border:1px solid #E6DCCC;\n  border-radius:10px;\n}\n\n.stb-cube__heading{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-cube__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-cube__compare-inner{\n  display:grid;\n  grid-template-columns:255px 1fr;\n\n  gap:28px;\n  align-items:center;\n}\n\n.stb-cube__compare-image{\n  width:100%;\n  max-width:255px;\n\n  margin:0 auto;\n}\n\n.stb-cube__compare-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:295px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n\n\/* =========================================================\n   SIZE OPTIONS\n========================================================= *\/\n\n.stb-cube__size-options{\n  display:grid;\n  gap:10px;\n}\n\n.stb-cube__size-card{\n  padding:14px 15px;\n\n  background:#F5ECDE;\n\n  border:1px solid #DED0B9;\n  border-radius:8px;\n}\n\n.stb-cube__size-card--large{\n  background:#E8D8BE;\n\n  border-color:#D1B98E;\n}\n\n.stb-cube__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-cube__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-cube__size-dim{\n  color:#8D6836;\n\n  font-size:11px;\n  font-weight:600;\n\n  text-align:right;\n}\n\n.stb-cube__size-card p{\n  margin:0;\n\n  color:#614D3A;\n\n  font-size:11.5px;\n  line-height:1.55;\n}\n\n.stb-cube__size-tag{\n  display:inline-block;\n\n  margin-top:7px;\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   PRECISE DIMENSIONS\n========================================================= *\/\n\n.stb-cube__dimensions{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:14px;\n\n  margin-bottom:36px;\n}\n\n.stb-cube__dimension-card{\n  padding:14px;\n\n  background:#F4EBDD;\n\n  border:1px solid #DFD1BB;\n  border-radius:9px;\n}\n\n.stb-cube__dimension-image{\n  width:100%;\n  max-width:225px;\n\n  margin:0 auto 10px;\n}\n\n.stb-cube__dimension-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:255px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-cube__dimension-card strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:11.5px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-cube__dimension-card span{\n  display:block;\n\n  margin-top:2px;\n\n  color:#856A4D;\n\n  font-size:10px;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SIGNATURE\n========================================================= *\/\n\n.stb-cube__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-cube__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-cube__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-cube__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-cube__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-cube__utility-card{\n  padding:19px 20px;\n}\n\n.stb-cube__utility-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-cube__utility-card:last-child{\n  background:#1C1209;\n}\n\n.stb-cube__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-cube__utility-card:first-child small{\n  color:#705026;\n}\n\n.stb-cube__utility-card:last-child small{\n  color:var(--gold);\n}\n\n.stb-cube__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-cube__utility-card:first-child strong{\n  color:#291A0E;\n}\n\n.stb-cube__utility-card:last-child strong{\n  color:#F5EDD8;\n}\n\n.stb-cube__utility-card p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-cube__utility-card:first-child p{\n  color:#574028;\n}\n\n.stb-cube__utility-card:last-child p{\n  color:#D8CEBC;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.stb-cube__placement{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:8px;\n\n  margin-bottom:36px;\n}\n\n.stb-cube__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   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-cube__details{\n  margin-bottom:34px;\n}\n\n.stb-cube__spec-list{\n  overflow:hidden;\n\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-cube__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-cube__spec:nth-child(odd){\n  background:#FFFDF8;\n}\n\n.stb-cube__spec:nth-child(even){\n  background:#F7F0E4;\n}\n\n.stb-cube__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-cube__spec-name{\n  padding-right:14px;\n\n  color:#89745D;\n\n  font-size:11.5px;\n}\n\n.stb-cube__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-cube__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n\n  background:#F0E4D0;\n\n  border-radius:10px;\n}\n\n.stb-cube__faq .stb-cube__heading{\n  margin-bottom:5px;\n}\n\n.stb-cube__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-cube__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-cube__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-cube__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-cube__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-cube__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-cube__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-cube__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-cube__lightbox:target{\n  display:flex;\n}\n\n.stb-cube__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-cube__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-cube__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-cube__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-cube__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-cube__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-cube__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-cube__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-cube__shipping strong{\n  color:#201309;\n\n  font-weight:600;\n}\n\n.stb-cube__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-cube__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-cube{\n    width:100%;\n    max-width:100%;\n\n    font-size:13.5px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-cube__intro{\n    padding:18px;\n  }\n\n  .stb-cube__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-cube__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-cube__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-cube__fact{\n    padding:13px 9px;\n  }\n\n  .stb-cube__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-cube__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-cube__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    padding:18px;\n  }\n\n  .stb-cube__material-image{\n    max-width:190px;\n  }\n\n  .stb-cube__material-image img{\n    width:100%;\n    max-width:100%;\n\n    height:auto;\n    max-height:220px;\n\n    object-fit:contain;\n  }\n\n\n  \/* COMPARISON *\/\n\n  .stb-cube__compare{\n    padding:18px;\n  }\n\n  .stb-cube__compare-inner{\n    grid-template-columns:1fr;\n\n    gap:18px;\n  }\n\n  .stb-cube__compare-image{\n    max-width:230px;\n  }\n\n  .stb-cube__compare-image img{\n    width:100%;\n    max-width:100%;\n\n    height:auto;\n    max-height:270px;\n\n    object-fit:contain;\n  }\n\n\n  \/* DIMENSIONS *\/\n\n  .stb-cube__dimensions{\n    grid-template-columns:1fr;\n\n    gap:12px;\n  }\n\n  .stb-cube__dimension-image{\n    max-width:215px;\n  }\n\n  .stb-cube__dimension-image img{\n    width:100%;\n    max-width:100%;\n\n    height:auto;\n\n    object-fit:contain;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-cube__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* PLACEMENT *\/\n\n  .stb-cube__placement{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n\n  \/* SPEC *\/\n\n  .stb-cube__spec{\n    grid-template-columns:38% 62%;\n\n    padding:9px 10px;\n  }\n\n  .stb-cube__spec-name{\n    font-size:11px;\n  }\n\n  .stb-cube__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-cube__faq{\n    padding:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-cube__lightbox{\n    padding:14px;\n  }\n\n  .stb-cube__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-cube__shipping{\n    padding:18px;\n  }\n\n  .stb-cube__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-cube\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-cube__intro\"\u003e\n\u003cp class=\"stb-cube__eyebrow\"\u003e33X \/ 45X · Washi Paper\u003c\/p\u003e\n\u003ch2\u003eA Square Paper Pendant with Softer Edges\u003c\/h2\u003e\n\u003cp\u003eA geometric alternative to the classic round paper lantern. Washi paper softens the cube silhouette, while two sizes make it easy to scale for dining areas, bedrooms, entryways or kitchen islands.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-cube__facts\"\u003e\n\u003cdiv class=\"stb-cube__fact\"\u003e\n\u003csmall\u003eSizes\u003c\/small\u003e \u003cstrong\u003e13\" or 17.7\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__fact\"\u003e\n\u003csmall\u003eMaterial\u003c\/small\u003e \u003cstrong\u003eWashi + Bamboo\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__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 DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"stb-cube-material-section\" class=\"stb-cube__material\"\u003e\n\u003cdiv class=\"stb-cube__material-image\"\u003e\u003ca href=\"#stb-cube-material\" class=\"stb-cube__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-cube__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-cube__label\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3\u003eNatural Washi Paper Texture\u003c\/h3\u003e\n\u003cp\u003eThe shade is made from Washi paper with visible natural fibers and subtle variations across the surface. When lit, the paper softens direct glare and creates a warm, comfortable diffusion.\u003c\/p\u003e\n\u003cdiv class=\"stb-cube__material-list\"\u003e\n\u003cdiv class=\"stb-cube__material-item\"\u003eNatural Washi paper fibers\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__material-item\"\u003eSoft off-white surface\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__material-item\"\u003eWarm diffused light\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-cube-material\" href=\"#stb-cube-material-section\" class=\"stb-cube__lightbox\"\u003e \u003cspan class=\"stb-cube__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 and texture detail\"\u003e \u003cspan class=\"stb-cube__lightbox-title\"\u003e Washi Paper · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-cube__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-cube-compare-section\" class=\"stb-cube__compare\"\u003e\n\u003ch3 class=\"stb-cube__heading\"\u003eChoose Your Size\u003c\/h3\u003e\n\u003cp class=\"stb-cube__section-copy\"\u003eThe geometric form stays the same — only the overall scale changes. Choose 33X for a lighter footprint or 45X when you want the pendant to carry more visual weight.\u003c\/p\u003e\n\u003cdiv class=\"stb-cube__compare-inner\"\u003e\n\u003cdiv class=\"stb-cube__compare-image\"\u003e\u003ca href=\"#stb-cube-compare\" class=\"stb-cube__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Square_Pendant_Light_-_Handmade_33X45X_Akari_Style_Geometric_Hanging_Lamp_13.png?v=1777791343\" alt=\"Washi Paper Square Pendant 33X and 45X size comparison\" loading=\"lazy\"\u003e \u003cspan class=\"stb-cube__zoom\"\u003e Compare Sizes ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__size-options\"\u003e\n\u003c!-- 33X --\u003e\n\u003cdiv class=\"stb-cube__size-card\"\u003e\n\u003cdiv class=\"stb-cube__size-top\"\u003e\n\u003cspan class=\"stb-cube__size-name\"\u003e 33X \u003c\/span\u003e \u003cspan class=\"stb-cube__size-dim\"\u003e W13\" × H13\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eW33 × H33cm. Better for bedrooms, entryways, smaller dining areas or using two to three pendants in a repeated arrangement.\u003c\/p\u003e\n\u003cspan class=\"stb-cube__size-tag\"\u003e More Compact \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 45X --\u003e\n\u003cdiv class=\"stb-cube__size-card stb-cube__size-card--large\"\u003e\n\u003cdiv class=\"stb-cube__size-top\"\u003e\n\u003cspan class=\"stb-cube__size-name\"\u003e 45X \u003c\/span\u003e \u003cspan class=\"stb-cube__size-dim\"\u003e W17.7\" × H17.7\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eW45 × H45cm. Choose this size when one pendant needs stronger presence over a dining area, kitchen island or larger room.\u003c\/p\u003e\n\u003cspan class=\"stb-cube__size-tag\"\u003e More Presence \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COMPARISON LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-cube-compare\" href=\"#stb-cube-compare-section\" class=\"stb-cube__lightbox\"\u003e \u003cspan class=\"stb-cube__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Square_Pendant_Light_-_Handmade_33X45X_Akari_Style_Geometric_Hanging_Lamp_13.png?v=1777791343\" alt=\"Enlarged Washi Paper Square Pendant 33X and 45X size comparison\"\u003e \u003cspan class=\"stb-cube__lightbox-title\"\u003e 33X \/ 45X · Size Comparison \u003c\/span\u003e \u003cspan class=\"stb-cube__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       PRECISE DIMENSIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-cube__dimensions\"\u003e\u003c!-- 33X --\u003e\n\u003cdiv id=\"stb-cube-33-section\" class=\"stb-cube__dimension-card\"\u003e\n\u003cdiv class=\"stb-cube__dimension-image\"\u003e\u003ca href=\"#stb-cube-33\" class=\"stb-cube__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Square_Pendant_Light_-_Handmade_33X45X_Akari_Style_Geometric_Hanging_Lamp_5.jpg?v=1777791343\" alt=\"33X square Washi pendant dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-cube__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cstrong\u003e 33X · W13\" × H13\" \u003c\/strong\u003e \u003cspan\u003e W33 × H33cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 45X --\u003e\n\u003cdiv id=\"stb-cube-45-section\" class=\"stb-cube__dimension-card\"\u003e\n\u003cdiv class=\"stb-cube__dimension-image\"\u003e\u003ca href=\"#stb-cube-45\" class=\"stb-cube__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Square_Pendant_Light_-_Handmade_33X45X_Akari_Style_Geometric_Hanging_Lamp_2.jpg?v=1777791343\" alt=\"45X square Washi pendant dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-cube__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cstrong\u003e 45X · W17.7\" × H17.7\" \u003c\/strong\u003e \u003cspan\u003e W45 × H45cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       33X LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-cube-33\" href=\"#stb-cube-33-section\" class=\"stb-cube__lightbox\"\u003e \u003cspan class=\"stb-cube__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Square_Pendant_Light_-_Handmade_33X45X_Akari_Style_Geometric_Hanging_Lamp_5.jpg?v=1777791343\" alt=\"Enlarged 33X square Washi pendant dimension diagram\"\u003e \u003cspan class=\"stb-cube__lightbox-title\"\u003e 33X · W13\" × H13\" \u003c\/span\u003e \u003cspan class=\"stb-cube__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       45X LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-cube-45\" href=\"#stb-cube-45-section\" class=\"stb-cube__lightbox\"\u003e \u003cspan class=\"stb-cube__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Square_Pendant_Light_-_Handmade_33X45X_Akari_Style_Geometric_Hanging_Lamp_2.jpg?v=1777791343\" alt=\"Enlarged 45X square Washi pendant dimension diagram\"\u003e \u003cspan class=\"stb-cube__lightbox-title\"\u003e 45X · W17.7\" × H17.7\" \u003c\/span\u003e \u003cspan class=\"stb-cube__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-cube__signature\"\u003e\n\u003cdiv class=\"stb-cube__signature-icon\"\u003e□\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Choose square when you want structure, not another globe \u003c\/strong\u003e\n\u003cp\u003eThe straight edges echo tables, cabinetry and architectural lines, while the Washi surface keeps the fixture warm and visually soft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       LIGHT + INSTALLATION\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-cube__utility\"\u003e\n\u003cdiv class=\"stb-cube__utility-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Warm, diffused ambient light \u003c\/strong\u003e\n\u003cp\u003eWashi paper softens the bulb across the shade instead of creating a harsh exposed light source. A 3000K warm-white bulb is included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__utility-card\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired · 59\" adjustable drop \u003c\/strong\u003e\n\u003cp\u003eIncludes a 59\" \/ 150cm suspension cord. Longer drops and plug-in conversion are available on request. Professional installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       BEST FIT\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-cube__placement\"\u003e\n\u003cdiv class=\"stb-cube__placement-item\"\u003eDining Area\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__placement-item\"\u003eKitchen Island\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__placement-item\"\u003eBedroom\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__placement-item\"\u003eEntryway\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-cube__details\"\u003e\n\u003ch3 class=\"stb-cube__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-cube__spec-list\"\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003e33X Size\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003eW13\" × H13\" \/ W33 × H33cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003e45X Size\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003eW17.7\" × H17.7\" \/ W45 × H45cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003eWashi paper · Bamboo ribbing · Metal canopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003eCompatible dimmable bulb + wall dimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eSuspension\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003e59\" \/ 150cm adjustable · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eWire Color\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003eWhite or Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eWiring\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003eHardwired · Plug-in conversion available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eCeiling\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec-value\"\u003eStandard · Sloped · Vaulted\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__spec\"\u003e\n\u003cdiv class=\"stb-cube__spec-name\"\u003eEnvironment\u003c\/div\u003e\n\u003cdiv class=\"stb-cube__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-cube__faq\"\u003e\n\u003ch3 class=\"stb-cube__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I choose 33X or 45X?\u003c\/summary\u003e\n\u003cp\u003eChoose 33X when the space is compact, or when you plan to use multiple pendants together. Choose 45X when you want one pendant to have more visual presence over a dining area, island or larger room.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use several 33X pendants together?\u003c\/summary\u003e\n\u003cp\u003eYes. The smaller cube works well in a row of two or three, especially over longer kitchen islands or other linear surfaces. Custom suspension lengths are available on request.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the suspension cord be longer?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard cord is 59\" \/ 150cm and adjustable. Longer suspension lengths can be requested when ordering.\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, microfiber wand 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-cube__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-cube__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":"33X: Dia 13\" x H 13\" \/ White Wire","offer_id":52153352388891,"sku":"STB-NG-33X","price":155.0,"currency_code":"USD","in_stock":true},{"title":"33X: Dia 13\" x H 13\" \/ Black Wire","offer_id":52153352421659,"sku":"STB-NG-33X","price":155.0,"currency_code":"USD","in_stock":true},{"title":"45X:Dia 17.7\"xH 17.7\" \/ White Wire","offer_id":52153352454427,"sku":"STB-NG-45X","price":195.0,"currency_code":"USD","in_stock":true},{"title":"45X:Dia 17.7\"xH 17.7\" \/ Black Wire","offer_id":52153352487195,"sku":"STB-NG-45X","price":195.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-33x-45x-pendant-lamp-textured-shade-unlit-stuberlighting.jpg?v=1781251742"},{"product_id":"akari-l8-washi-paper-accordion-pleated-tall-pendant-light","title":"Akari L8 Washi Paper Accordion Pleated Tall Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI L8\n   Washi Paper Accordion Pleated Tall Pendant\n   Product-Specific \/ Compact \/ Mobile Responsive\n========================================================= *\/\n\n.stb-l8{\n  --ivory:#FFFCF6;\n  --cream:#F5EDD8;\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:#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-l8 *,\n.stb-l8 *::before,\n.stb-l8 *::after{\n  box-sizing:border-box;\n}\n\n.stb-l8 h2,\n.stb-l8 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-l8 h2,\n.stb-l8 h3,\n.stb-l8 p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-l8__intro{\n  padding:5px 0 24px;\n}\n\n.stb-l8__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-l8__intro h2{\n  max-width:680px;\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.14;\n}\n\n.stb-l8__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-l8__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-l8__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-l8__fact:last-child{\n  border-right:0;\n}\n\n.stb-l8__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-l8__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-l8__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-l8__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-l8__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   SCALE\n========================================================= *\/\n\n.stb-l8__scale{\n  display:grid;\n  grid-template-columns:250px 1fr;\n  gap:32px;\n  align-items:center;\n\n  margin-bottom:36px;\n}\n\n.stb-l8__scale-image{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:250px;\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-l8__scale-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-l8__scale-image:hover img{\n  transform:scale(1.015);\n}\n\n.stb-l8__scale-copy h3{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-l8__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-l8__scale-copy \u003e p:last-of-type{\n  margin-bottom:0;\n\n  color:#675441;\n\n  font-size:13px;\n}\n\n.stb-l8__ceiling{\n  margin-top:14px;\n  padding:13px 15px;\n\n  background:var(--paper);\n\n  border-left:3px solid var(--gold);\n  border-radius:0 7px 7px 0;\n\n  color:#67513D;\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.stb-l8__ceiling strong{\n  color:var(--dark);\n}\n\n\n\/* =========================================================\n   MATERIAL \/ PLEAT DETAIL\n========================================================= *\/\n\n.stb-l8__material{\n  display:grid;\n  grid-template-columns:225px 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-l8__material-thumb{\n  width:225px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-l8__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-l8__material-link img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:100%;\n  max-height:290px;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-l8__material-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-l8__material-copy h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-l8__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-l8__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-l8__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-l8__material-item::before{\n  content:\"—\";\n\n  color:#A77D3F;\n}\n\n\n\/* =========================================================\n   WHY THE L8 FEELS DIFFERENT\n========================================================= *\/\n\n.stb-l8__pleats{\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-l8__pleat-card{\n  padding:19px 20px;\n}\n\n.stb-l8__pleat-card:first-child{\n  background:#F1E6D5;\n}\n\n.stb-l8__pleat-card:last-child{\n  background:var(--dark);\n}\n\n.stb-l8__pleat-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-l8__pleat-card:last-child small{\n  color:#D8B978;\n}\n\n.stb-l8__pleat-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-l8__pleat-card:last-child strong{\n  color:#F8F0DF;\n}\n\n.stb-l8__pleat-card p{\n  margin:0;\n\n  color:#65513F;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-l8__pleat-card:last-child p{\n  color:#DDD1BE;\n}\n\n\n\/* =========================================================\n   LIGHT + INSTALLATION\n========================================================= *\/\n\n.stb-l8__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-l8__utility-card{\n  padding:19px 20px;\n}\n\n.stb-l8__utility-card:first-child{\n  background:var(--dark);\n}\n\n.stb-l8__utility-card:last-child{\n  background:var(--walnut);\n}\n\n.stb-l8__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-l8__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-l8__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-l8__details{\n  margin-bottom:34px;\n}\n\n.stb-l8__spec-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-l8__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-l8__spec-name{\n  padding-right:14px;\n\n  color:#8B765B;\n\n  font-size:11.5px;\n}\n\n.stb-l8__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-l8__faq{\n  margin-bottom:30px;\n  padding:20px 22px 8px;\n\n  background:#F8F3E8;\n\n  border-radius:9px;\n}\n\n.stb-l8__faq .stb-l8__heading{\n  margin-bottom:5px;\n}\n\n.stb-l8__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #DFD3BF;\n}\n\n.stb-l8__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-l8__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-l8__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-l8__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-l8__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-l8__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-l8__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-l8__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-l8__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-l8__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-l8__shipping strong{\n  color:var(--dark);\n  font-weight:600;\n}\n\n.stb-l8__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-l8__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-l8__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-l8__lightbox:target{\n  display:flex;\n}\n\n.stb-l8__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-l8__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-l8__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-l8__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-l8{\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n\n  .stb-l8__intro h2{\n    font-size:25px;\n    line-height:1.15;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-l8__facts{\n    grid-template-columns:repeat(2,1fr);\n\n    margin-bottom:28px;\n  }\n\n  .stb-l8__fact{\n    padding:13px 9px;\n  }\n\n  .stb-l8__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-l8__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* SCALE *\/\n\n  .stb-l8__scale{\n    grid-template-columns:1fr;\n\n    gap:18px;\n\n    margin-bottom:30px;\n  }\n\n  .stb-l8__scale-image{\n    max-width:240px;\n  }\n\n  .stb-l8__scale-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-l8__scale-copy h3{\n    font-size:21px;\n  }\n\n  .stb-l8__dimension{\n    font-size:19px !important;\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-l8__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    margin-bottom:30px;\n    padding:18px;\n  }\n\n  .stb-l8__material-thumb{\n    width:200px;\n  }\n\n  .stb-l8__material-link img{\n    width:auto;\n    height:auto;\n\n    max-width:100%;\n    max-height:250px;\n\n    object-fit:contain;\n  }\n\n  .stb-l8__material-copy h3{\n    font-size:21px;\n  }\n\n\n  \/* CARDS *\/\n\n  .stb-l8__pleats,\n  .stb-l8__utility{\n    grid-template-columns:1fr;\n\n    margin-bottom:30px;\n  }\n\n\n  \/* DETAILS *\/\n\n  .stb-l8__heading{\n    font-size:21px;\n  }\n\n  .stb-l8__spec{\n    grid-template-columns:38% 62%;\n  }\n\n  .stb-l8__spec-name{\n    font-size:11px;\n  }\n\n  .stb-l8__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-l8__faq{\n    padding:18px 17px 7px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-l8__shipping{\n    padding:18px;\n  }\n\n  .stb-l8__shipping p{\n    font-size:12px;\n  }\n\n\n  \/* NOTE *\/\n\n  .stb-l8__note{\n    padding:0 8px;\n\n    font-size:10.5px !important;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-l8__lightbox{\n    padding:14px;\n  }\n\n  .stb-l8__lightbox img{\n    max-width:94vw;\n    max-height:74vh;\n  }\n\n  .stb-l8__lightbox-title{\n    font-size:9px !important;\n  }\n\n  .stb-l8__lightbox-hint{\n    font-size:8.5px !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-l8\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-l8__intro\"\u003e\n\u003cp class=\"stb-l8__eyebrow\"\u003eWashi Paper · Tall Pleated Pendant\u003c\/p\u003e\n\u003ch2\u003eFive Feet of Hand-Folded Washi.\u003c\/h2\u003e\n\u003cp class=\"stb-l8__intro-text\"\u003eAkari L8 is a 63-inch vertical pendant shaped with rhythmic accordion folds from top to bottom. Its slim 15-inch profile fills tall architectural spaces without the visual weight of a large chandelier.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-l8__facts\"\u003e\n\u003cdiv class=\"stb-l8__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ15\" × H63\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__fact\"\u003e\n\u003csmall\u003eBest For\u003c\/small\u003e \u003cstrong\u003e11ft+ Ceilings\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__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       SCALE\n  ====================================================== --\u003e\n\u003csection id=\"stb-l8-scale-section\" class=\"stb-l8__scale\"\u003e\n\u003cdiv\u003e\u003ca href=\"#stb-l8-scale\" class=\"stb-l8__scale-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Akari_L8_Style_Washi_Paper_Pendant_Light_-_63_Large_Sculptural_Origami_Hanging_Pillar_2.jpg?v=1777794370\" alt=\"Akari L8 tall Washi paper pendant light scale reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-l8__zoom\"\u003e View Larger ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__scale-copy\"\u003e\n\u003cspan class=\"stb-l8__label\"\u003e Scale \u0026amp; Ceiling Fit \u003c\/span\u003e\n\u003ch3\u003eDesigned for Tall Spaces\u003c\/h3\u003e\n\u003cp class=\"stb-l8__dimension\"\u003eØ15\" × H63\"\u003c\/p\u003e\n\u003cp\u003eØ38 × H160 cm. The shade alone is 5 ft 3 in tall, so this is not intended for a standard 8–9 ft ceiling.\u003c\/p\u003e\n\u003cdiv class=\"stb-l8__ceiling\"\u003e\n\u003cstrong\u003eBest suited to:\u003c\/strong\u003e 11ft+ ceilings, vaulted living rooms, two-story foyers, staircase voids and double-height spaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SCALE LIGHTBOX --\u003e \u003ca id=\"stb-l8-scale\" href=\"#stb-l8-scale-section\" class=\"stb-l8__lightbox\"\u003e \u003cspan class=\"stb-l8__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Akari_L8_Style_Washi_Paper_Pendant_Light_-_63_Large_Sculptural_Origami_Hanging_Pillar_2.jpg?v=1777794370\" alt=\"Enlarged Akari L8 tall Washi pendant\"\u003e \u003cspan class=\"stb-l8__lightbox-title\"\u003e Ø15\" × H63\" · Ø38 × H160cm \u003c\/span\u003e \u003cspan class=\"stb-l8__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL \/ PLEAT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"stb-l8-material-section\" class=\"stb-l8__material\"\u003e\n\u003cdiv class=\"stb-l8__material-thumb\"\u003e\u003ca href=\"#stb-l8-material\" class=\"stb-l8__material-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Akari_L8_Style_Washi_Paper_Pendant_Light_-_63_Large_Sculptural_Origami_Hanging_Pillar_3.jpg?v=1777794370\" alt=\"Akari L8 hand-folded Washi paper accordion pleat detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-l8__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__material-copy\"\u003e\n\u003cspan class=\"stb-l8__label\"\u003e Material \u0026amp; Fold Detail \u003c\/span\u003e\n\u003ch3\u003eHand-Folded Accordion Pleats\u003c\/h3\u003e\n\u003cp\u003eDense Mulberry Washi is folded into repeating ridges across the full height of the shade. The pleats create visible texture during the day and subtle bands of light and shadow when illuminated.\u003c\/p\u003e\n\u003cdiv class=\"stb-l8__material-list\"\u003e\n\u003cdiv class=\"stb-l8__material-item\"\u003eDense Mulberry Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__material-item\"\u003eHand-folded accordion surface\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__material-item\"\u003eInternal bamboo structure\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__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-l8-material\" href=\"#stb-l8-material-section\" class=\"stb-l8__lightbox\"\u003e \u003cspan class=\"stb-l8__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Akari_L8_Style_Washi_Paper_Pendant_Light_-_63_Large_Sculptural_Origami_Hanging_Pillar_3.jpg?v=1777794370\" alt=\"Enlarged Akari L8 Washi paper accordion pleats\"\u003e \u003cspan class=\"stb-l8__lightbox-title\"\u003e Akari L8 · Accordion Washi Detail \u003c\/span\u003e \u003cspan class=\"stb-l8__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       PLEATS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-l8__pleats\"\u003e\n\u003cdiv class=\"stb-l8__pleat-card\"\u003e\n\u003csmall\u003e By Day \u003c\/small\u003e \u003cstrong\u003e Sculptural folded texture \u003c\/strong\u003e\n\u003cp\u003eThe repeating pleats give the long paper column definition even when the fixture is switched off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__pleat-card\"\u003e\n\u003csmall\u003e By Night \u003c\/small\u003e \u003cstrong\u003e Soft rhythmic glow \u003c\/strong\u003e\n\u003cp\u003eLight moves across the ridges instead of reading as one flat, uniform paper surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       LIGHT + INSTALLATION\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-l8__utility\"\u003e\n\u003cdiv class=\"stb-l8__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. Dimming is possible with a compatible dimmable bulb and wall dimmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__utility-card\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired · Professional install recommended \u003c\/strong\u003e\n\u003cp\u003eIncludes a 59\" \/ 150cm suspension cord. Longer lengths are available on request for tall foyers, staircases and double-height installations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-l8__details\"\u003e\n\u003ch3 class=\"stb-l8__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-l8__spec-list\"\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003eØ15\" × H63\" · Ø38 × H160 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003eMulberry Washi · Bamboo structure · Metal canopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eCanopy\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003eØ4.7\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003eCompatible dimmable bulb + wall dimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eSuspension\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003e59\" \/ 150cm · Custom extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eWiring\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003eHardwired · Plug-in conversion available on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eCeiling\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec-value\"\u003eBest for 11ft+ · Vaulted · Double-height · Staircase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__spec\"\u003e\n\u003cdiv class=\"stb-l8__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-l8__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-l8__faq\"\u003e\n\u003ch3 class=\"stb-l8__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the L8 work with my ceiling height?\u003c\/summary\u003e\n\u003cp\u003eThe shade itself is 63\" \/ 160cm tall, so L8 is intended primarily for 11ft+ ceilings, vaulted rooms, staircases and double-height spaces. It is generally too long for a standard 8–9 ft ceiling.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the suspension cord be longer?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard cord is 59\" \/ 150cm. Longer lengths can be requested for tall foyers, stairwells and other high-ceiling installations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the pleated Washi?\u003c\/summary\u003e\n\u003cp\u003eUse a soft feather duster or microfiber wand and move gently along the direction of the pleats. Do not wet-clean, steam, spray cleaners or use a damp cloth. Keep the paper 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-l8__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-l8__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\"xH63\" \/ White Wire","offer_id":52153431654683,"sku":"STB-NG-L8","price":855.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15\"xH63\" \/ Black Wire","offer_id":52153431687451,"sku":"STB-NG-L8","price":855.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-l8-pendant-light-white-background-lit-stuberlighting.jpg?v=1781252817"},{"product_id":"stuberlighting-plug-in-cord-with-switch-for-pendant-lights-5m-196","title":"stuberlighting Plug-In Cord with Switch for Pendant Lights (5M \/ 196\")","description":"\u003cstyle\u003e\n  \/* 整体边框设置 *\/\n  .stuber-accordion {\n    border: 1px solid #E6E4E1; \/* 暖灰色边框 *\/\n    border-bottom: none; \/* 隐藏底部边框防重叠 *\/\n    margin: 0;\n  }\n  \/* 补齐最后一个折叠行的底边框 *\/\n  .stuber-accordion:last-of-type {\n    border-bottom: 1px solid #E6E4E1;\n  }\n  \/* 标题栏的排版与间距 *\/\n  .stuber-accordion summary {\n    padding: 10px 15px;\n    cursor: pointer;\n    list-style: none; \/* 隐藏默认的黑色小三角 *\/\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-weight: normal;\n  }\n  \/* 专门隐藏苹果 Safari 浏览器的默认小三角 *\/\n  .stuber-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n  \/* 在右侧添加一个自定义的向下箭头 *\/\n  .stuber-accordion summary::after {\n    content: \"﹀\";\n    font-size: 14px;\n    transition: transform 0.3s ease; \/* 翻转动画 *\/\n  }\n  \/* 展开时箭头向上翻转 *\/\n  .stuber-accordion[open] summary::after {\n    transform: rotate(180deg);\n  }\n  \/* 展开后的正文间距 *\/\n  .stuber-accordion-content {\n    padding: 0 20px 20px 20px;\n  }\n\u003c\/style\u003e\n\u003cdetails class=\"stuber-accordion\"\u003e\n\u003csummary\u003eKey Features\u003c\/summary\u003e\n\u003cdiv class=\"stuber-accordion-content\"\u003e\n\u003cul\u003e\n\u003cli\u003ePlug-In Freedom (No Hardwiring Required): Easily convert compatible pendant lights into a plug-in setup—ideal for renters or spaces without ceiling wiring.\u003c\/li\u003e\n\u003cli\u003eBuilt-In Inline Switch: Convenient on\/off control right at your fingertips, no need to reach for the outlet.\u003c\/li\u003e\n\u003cli\u003eExtra-Long 5M Cord (196\"): Provides flexible placement for walls, ceilings, or hard-to-reach outlets.\u003c\/li\u003e\n\u003cli\u003eClean, Minimal Look: Designed to blend seamlessly with modern interiors without visual clutter.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"stuber-accordion\"\u003e\n\u003csummary\u003e\u003cspan style=\"vertical-align: inherit;\" dir=\"auto\"\u003eDescription\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stuber-accordion-content\"\u003e\n\u003cp\u003e\u003cspan\u003eTurn any compatible pendant light into a plug-in fixture—no hardwiring required. Designed for flexibility and ease, this 196-inch cord with an inline switch lets you install lighting exactly where you need it, perfect for renters or spaces without ceiling wiring.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"stuber-accordion\"\u003e\n\u003csummary\u003e\u003cspan style=\"vertical-align: inherit;\" dir=\"auto\"\u003eDimensions\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stuber-accordion-content\"\u003e\n\u003cp data-start=\"1012\" data-end=\"1069\"\u003eTurn your pendant light into a plug-in fixture with ease.\u003c\/p\u003e\n\u003cp data-start=\"1071\" data-end=\"1344\"\u003eThis plug cord with an integrated inline switch offers a simple and flexible lighting solution—no hardwiring needed. Whether you're updating a rental space or adding lighting to an area without ceiling wiring, it gives you the freedom to install lights where you want them.\u003c\/p\u003e\n\u003cp data-start=\"1346\" data-end=\"1543\"\u003eWith a generous 5-meter length, it allows for versatile placement while maintaining a clean, minimal look. The inline switch provides easy daily control, making it both practical and user-friendly.\u003c\/p\u003e\n\u003cp data-start=\"1545\" data-end=\"1661\"\u003ePerfect for single pendant lights, wall-mounted setups, or creative lighting arrangements where flexibility matters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"stuber-accordion\"\u003e\n\u003csummary\u003e\u003cspan dir=\"auto\" style=\"vertical-align: inherit;\"\u003eSpecifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stuber-accordion-content\"\u003e\n\u003cdiv class=\"stuber-accordion-content\"\u003e\n\u003cul\u003e\n\u003cli\u003eTotal Length: 196 inches (5 meters)\u003c\/li\u003e\n\u003cli\u003ePlug to Switch Distance: approx. 47 inches (1.2 meters)\u003c\/li\u003e\n\u003cli\u003eSwitch to Lamp Distance: approx. 145 inches (3.7 meters)\u003c\/li\u003e\n\u003cli\u003eSwitch Type: Inline on\/off switch\u003c\/li\u003e\n\u003cli\u003eInstallation Type: Plug-in\u003c\/li\u003e\n\u003cli\u003eUse: Indoor use only\u003c\/li\u003e\n\u003cli\u003eCertification: UL Listed\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"stuber-accordion\"\u003e\n\u003csummary\u003e\u003cspan dir=\"auto\" style=\"vertical-align: inherit;\"\u003eImportant Notice\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stuber-accordion-content\"\u003e\n\u003cul\u003e\n\u003cli\u003eThis plug cord is an add-on accessory and is only available when purchased together with a lamp.\u003c\/li\u003e\n\u003cli\u003eOrders placed without a corresponding lamp purchase will be canceled.\u003c\/li\u003e\n\u003cli\u003eThe cord will be packaged and shipped together with your lamp order.\u003c\/li\u003e\n\u003cli\u003eIf your lamp has already been shipped and you still wish to purchase this cord, please select expedited shipping at checkout and cover the additional shipping cost.\u003c\/li\u003e\n\u003cli\u003eThis product is UL certified and suitable for use in the United States.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eHassle-Free Returns\u003c\/h3\u003e\n\u003cp\u003eYour satisfaction is our priority! If you’re not completely happy with your purchase, you can return it within \u003cstrong\u003e30 days\u003c\/strong\u003e in new and unused condition for a full refund. (Please note: Paid shipping fees are non-refundable as fulfillment has already been completed.)\u003cbr\u003e\u003cbr\u003eTo start a return, just email our support team at \u003ca title=\"mailto:service@stuberlighting.com\" href=\"mailto:service@stuberlighting.com\"\u003e\u003cstrong\u003eservice@stuberlighting.com\u003c\/strong\u003e\u003c\/a\u003eand we’ll walk you through the process step by step. For more details, visit our \u003ca title=\"Refund Policy\" href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003eReturns Policy\u003c\/a\u003e.\u003cbr\u003e\u003cbr\u003eShop with confidence, knowing we’re here to make things right!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"stuber-accordion\"\u003e\n\u003csummary\u003e\u003cspan dir=\"auto\" style=\"vertical-align: inherit;\"\u003eRecommended Use\u003c\/span\u003e\u003cbr\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stuber-accordion-content\"\u003e\n\u003cul\u003e\n\u003cli\u003eBest suited for single pendant lights\u003c\/li\u003e\n\u003cli\u003eIdeal for spaces without ceiling wiring\u003c\/li\u003e\n\u003cli\u003ePerfect for renters or temporary installations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"stuber-accordion\"\u003e\n\u003csummary\u003e\u003cspan dir=\"auto\" style=\"vertical-align: inherit;\"\u003e\u003cspan\u003eShipping \u0026amp; Return\u003c\/span\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stuber-accordion-content\"\u003e\n\u003ch4\u003eShipping Made Simple\u003c\/h4\u003e\n\u003cp\u003eWe’ve got you covered with easy and reliable shipping options:\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFree Standard Shipping (4-6 Weeks):\u003c\/strong\u003e Available for all orders in the US and Canada.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExpedited Shipping (2-4 Weeks):\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eOffers faster delivery service—please check our \"\u003ca title=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\" href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003eShipping Policy\u003c\/a\u003e\" section for fee details.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eHassle-Free Returns\u003c\/h3\u003e\n\u003cp\u003eYour satisfaction is our priority! If you’re not completely happy with your purchase, you can return it within \u003cstrong\u003e30 days\u003c\/strong\u003e in new and unused condition for a full refund. (Please note: Paid shipping fees are non-refundable as fulfillment has already been completed.)\u003cbr\u003e\u003cbr\u003eTo start a return, just email our support team at \u003ca title=\"mailto:service@stuberlighting.com\" href=\"mailto:service@stuberlighting.com\"\u003e\u003cstrong\u003eservice@stuberlighting.com\u003c\/strong\u003e\u003c\/a\u003eand we’ll walk you through the process step by step. For more details, visit our \u003ca title=\"Refund Policy\" href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003eReturns Policy\u003c\/a\u003e.\u003cbr\u003e\u003cbr\u003eShop with confidence, knowing we’re here to make things right!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e","brand":"stuberlighting","offers":[{"title":"White \/ US Plug","offer_id":52179770900763,"sku":"ST-CORD-5M-WHT","price":10.0,"currency_code":"USD","in_stock":true},{"title":"White \/ AU Plug","offer_id":52179770933531,"sku":"ST-CORD-5M-WHT","price":10.0,"currency_code":"USD","in_stock":true},{"title":"White \/ EU Plug","offer_id":52179770966299,"sku":"ST-CORD-5M-WHT","price":10.0,"currency_code":"USD","in_stock":true},{"title":"White \/ UK Plug","offer_id":52179770999067,"sku":"ST-CORD-5M-WHT","price":10.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ US Plug","offer_id":52179771031835,"sku":"ST-CORD-5M-BLK","price":10.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ AU Plug","offer_id":52179771064603,"sku":"ST-CORD-5M-BLK","price":10.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ EU Plug","offer_id":52179771097371,"sku":"ST-CORD-5M-BLK","price":10.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ UK Plug","offer_id":52179771130139,"sku":"ST-CORD-5M-BLK","price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-pendant-light-cord-5m_2.jpg?v=1778203292"},{"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":"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":"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":"nordic-cup-textured-glass-pendant-light","title":"Nordic Cup Glass Pendant Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — NORDIC CUP\n   TEXTURED GLASS PENDANT\n   GLASS COLOR STUDIO\n   AMBER · CLEAR · FOREST GREEN · OCEAN BLUE\n\n   COMPLETE SPECS · BULB INCLUDED\n   DAWN SAFE · COMPACT · CLICK TO ENLARGE\n========================================================= *\/\n\n.stb-nordic-cup{\n  --ivory:#FFFDF8;\n  --cream:#F5EDD8;\n\n  --espresso:#1C1209;\n  --charcoal:#292824;\n  --brown:#4A3218;\n\n  --amber:#D9A65D;\n  --amber-soft:#F1DFC0;\n\n  --clear:#E8ECEC;\n  --clear-deep:#BBC4C5;\n\n  --green:#526357;\n  --green-soft:#D9E0D9;\n\n  --blue:#536B7B;\n  --blue-soft:#DCE5EA;\n\n  --brass:#B99254;\n  --gold:#C8A96E;\n\n  --line:#D9D1C4;\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-nordic-cup *,\n.stb-nordic-cup *::before,\n.stb-nordic-cup *::after{\n  box-sizing:border-box;\n}\n\n.stb-nordic-cup h2,\n.stb-nordic-cup h3,\n.stb-nordic-cup p{\n  margin-top:0;\n}\n\n.stb-nordic-cup h2,\n.stb-nordic-cup 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-nordic-cup 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-nordic-cup a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OPENING\n========================================================= *\/\n\n.nc-open{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,215px);\n\n  gap:30px;\n  align-items:center;\n\n  margin-bottom:20px;\n}\n\n.nc-open__copy{\n  min-width:0;\n\n  padding:5px 0 16px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.nc-kicker{\n  margin:0 0 7px !important;\n\n  color:#8C6936;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.18em;\n  text-transform:uppercase;\n}\n\n.nc-open h2{\n  max-width:580px;\n\n  margin:0 0 8px;\n\n  font-size:35px;\n  line-height:1.02;\n}\n\n.nc-open__copy \u003e p{\n  max-width:570px;\n\n  margin:0;\n\n  color:#65513E;\n  font-size:12.2px;\n}\n\n.nc-open__facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:5px;\n\n  margin-top:11px;\n}\n\n.nc-open__facts span{\n  padding:4px 8px;\n\n  border-radius:20px;\n\n  font-size:8.2px;\n  font-weight:500;\n}\n\n.nc-open__facts span:nth-child(1){\n  background:#1C1209;\n  color:#F5EDD8;\n}\n\n.nc-open__facts span:nth-child(2){\n  background:#D9E0D9;\n  color:#465349;\n}\n\n.nc-open__facts span:nth-child(3){\n  background:#DCE5EA;\n  color:#465C69;\n}\n\n.nc-open__facts span:nth-child(4){\n  background:#D9A65D;\n  color:#3D270F;\n}\n\n\n\/* =========================================================\n   COLOR GROUP IMAGE\n========================================================= *\/\n\n.nc-open__image{\n  width:215px;\n  max-width:100%;\n  min-width:0;\n\n  padding:7px;\n\n  overflow:hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      #F1DFC0 0%,\n      #E8ECEC 33%,\n      #D9E0D9 67%,\n      #DCE5EA 100%\n    );\n\n  border-radius:8px;\n}\n\n.nc-open__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.nc-open__image img{\n  max-height:195px !important;\n}\n\n.nc-zoom{\n  position:absolute;\n\n  right:5px;\n  bottom:5px;\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\n\/* =========================================================\n   FOUR COLOR STUDIO\n========================================================= *\/\n\n.nc-colors{\n  margin-bottom:25px;\n}\n\n.nc-colors__head{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:27px;\n\n  margin-bottom:8px;\n}\n\n.nc-colors__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.nc-colors__head p{\n  margin:0;\n\n  color:#75604C;\n  font-size:10px;\n}\n\n.nc-colors__grid{\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n\n  gap:4px;\n}\n\n.nc-color{\n  min-width:0;\n\n  padding:14px 12px;\n\n  border-radius:7px;\n}\n\n.nc-color small{\n  display:block;\n\n  margin-bottom:8px;\n\n  font-size:6.6px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.nc-color strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  font-weight:500;\n}\n\n.nc-color span{\n  display:block;\n\n  font-size:8px;\n  line-height:1.4;\n}\n\n\n\/* AMBER *\/\n\n.nc-color--amber{\n  background:#D9A65D;\n}\n\n.nc-color--amber small,\n.nc-color--amber strong{\n  color:#2E1B0B;\n}\n\n.nc-color--amber span{\n  color:#5C3B1D;\n}\n\n\n\/* CLEAR *\/\n\n.nc-color--clear{\n  background:#E8ECEC;\n\n  border:1px solid #CFD6D7;\n}\n\n.nc-color--clear small{\n  color:#6C7778;\n}\n\n.nc-color--clear strong{\n  color:#283033;\n}\n\n.nc-color--clear span{\n  color:#5C6668;\n}\n\n\n\/* GREEN *\/\n\n.nc-color--green{\n  background:#526357;\n}\n\n.nc-color--green small{\n  color:#C8A96E;\n}\n\n.nc-color--green strong{\n  color:#FFF8EB;\n}\n\n.nc-color--green span{\n  color:#D1DAD2;\n}\n\n\n\/* BLUE *\/\n\n.nc-color--blue{\n  background:#536B7B;\n}\n\n.nc-color--blue small{\n  color:#D7BF91;\n}\n\n.nc-color--blue strong{\n  color:#FFF8EB;\n}\n\n.nc-color--blue span{\n  color:#D7E1E6;\n}\n\n\n\/* =========================================================\n   COLOR GUIDE\n========================================================= *\/\n\n.nc-choose{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:24px;\n\n  margin-bottom:26px;\n}\n\n.nc-choose__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#8C6936;\n\n  font-size:7.2px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.nc-choose__title h3{\n  margin:0;\n\n  font-size:20px;\n  line-height:1.1;\n}\n\n.nc-choose__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.nc-choose__row{\n  display:grid;\n  grid-template-columns:minmax(0,140px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:7px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.nc-choose__row strong{\n  color:#281A0E;\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.nc-choose__row span{\n  color:#695542;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   DETAIL\n========================================================= *\/\n\n.nc-detail{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:23px;\n  align-items:center;\n\n  width:calc(100% - 40px);\n  min-width:0;\n\n  margin:0 0 26px 40px;\n  padding:12px 14px;\n\n  background:#292824;\n\n  border-radius:7px;\n}\n\n.nc-detail__image{\n  width:145px;\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.nc-detail__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.nc-detail__image img{\n  max-height:135px !important;\n}\n\n.nc-detail__copy{\n  min-width:0;\n}\n\n.nc-detail__copy 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:.13em;\n  text-transform:uppercase;\n}\n\n.nc-detail__copy h3{\n  margin:0 0 5px;\n\n  color:#FFF4E5;\n\n  font-size:20px;\n  line-height:1.1;\n}\n\n.nc-detail__copy p{\n  margin:0;\n\n  color:#CFC8BC;\n\n  font-size:9.7px;\n}\n\n.nc-detail__labels{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:5px;\n\n  margin-top:8px;\n}\n\n.nc-detail__labels span{\n  padding:4px 7px;\n\n  border-radius:20px;\n\n  font-size:7.5px;\n}\n\n.nc-detail__labels span:nth-child(1){\n  background:#D9A65D;\n  color:#3B240E;\n}\n\n.nc-detail__labels span:nth-child(2){\n  background:#E8ECEC;\n  color:#465052;\n}\n\n.nc-detail__labels span:nth-child(3){\n  border:1px solid #78654A;\n  color:#D9C9AD;\n}\n\n\n\/* =========================================================\n   SCALE\n========================================================= *\/\n\n.nc-scale{\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:#DCE5EA;\n\n  border-radius:7px;\n}\n\n.nc-scale__copy{\n  min-width:0;\n}\n\n.nc-scale__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#587181;\n\n  font-size:7.2px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.nc-scale__copy h3{\n  margin:0 0 4px;\n\n  font-size:21px;\n}\n\n.nc-scale__copy p{\n  max-width:500px;\n\n  margin:0;\n\n  color:#566773;\n\n  font-size:9.8px;\n}\n\n.nc-scale__numbers{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:5px;\n\n  margin-top:8px;\n}\n\n.nc-scale__numbers span{\n  padding:4px 7px;\n\n  background:#FFFDF8;\n\n  border-radius:20px;\n\n  color:#52636D;\n\n  font-size:7.6px;\n}\n\n.nc-scale__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.nc-scale__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.nc-scale__image img{\n  max-height:145px !important;\n}\n\n\n\/* =========================================================\n   SINGLE \/ GROUPED\n========================================================= *\/\n\n.nc-layout{\n  display:grid;\n  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);\n\n  margin-bottom:26px;\n\n  overflow:hidden;\n\n  border-radius:7px;\n}\n\n.nc-layout__single{\n  min-width:0;\n\n  padding:15px 16px;\n\n  background:#F1DFC0;\n}\n\n.nc-layout__group{\n  min-width:0;\n\n  padding:15px 16px;\n\n  background:#526357;\n}\n\n.nc-layout small{\n  display:block;\n\n  margin-bottom:3px;\n\n  font-size:6.8px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.nc-layout__single small{\n  color:#87643B;\n}\n\n.nc-layout__group small{\n  color:#C8A96E;\n}\n\n.nc-layout strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:19px;\n  font-weight:500;\n}\n\n.nc-layout__single strong{\n  color:#281A0E;\n}\n\n.nc-layout__group strong{\n  color:#FFF8EB;\n}\n\n.nc-layout p{\n  margin:0;\n\n  font-size:8.8px;\n}\n\n.nc-layout__single p{\n  color:#6B5134;\n}\n\n.nc-layout__group p{\n  color:#D1DAD2;\n}\n\n\n\/* =========================================================\n   LIGHT + BULB\n========================================================= *\/\n\n.nc-light{\n  display:grid;\n  grid-template-columns:minmax(0,185px) minmax(0,1fr);\n\n  margin-bottom:25px;\n\n  overflow:hidden;\n\n  border-radius:7px;\n}\n\n.nc-light__lead{\n  min-width:0;\n\n  padding:16px 17px;\n\n  background:#1C1209;\n}\n\n.nc-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.nc-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.nc-light__lead p{\n  margin:0;\n\n  color:#C8BCAD;\n\n  font-size:9.2px;\n}\n\n.nc-light__data{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  min-width:0;\n}\n\n.nc-light__cell{\n  min-width:0;\n\n  padding:12px 13px;\n}\n\n.nc-light__cell:nth-child(1){\n  background:#D9A65D;\n}\n\n.nc-light__cell:nth-child(2){\n  background:#E8ECEC;\n}\n\n.nc-light__cell:nth-child(3){\n  background:#D9E0D9;\n}\n\n.nc-light__cell:nth-child(4){\n  background:#DCE5EA;\n}\n\n.nc-light__cell small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#74583B;\n\n  font-size:6.7px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.nc-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\n========================================================= *\/\n\n.nc-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:#F2EEE7;\n\n  border-left:3px solid #B99254;\n}\n\n.nc-dim__mark{\n  padding:4px 7px;\n\n  background:#536B7B;\n\n  border-radius:20px;\n\n  color:#FFF8EB;\n\n  font-size:6.8px;\n  font-weight:600;\n}\n\n.nc-dim strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:8.8px;\n  font-weight:600;\n}\n\n.nc-dim span{\n  display:block;\n\n  margin-top:1px;\n\n  color:#705C48;\n\n  font-size:8px;\n}\n\n\n\/* =========================================================\n   INSTALLATION\n========================================================= *\/\n\n.nc-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:#AAA39A;\n\n  border-radius:6px;\n}\n\n.nc-install__item{\n  min-width:0;\n\n  padding:11px 9px;\n\n  text-align:center;\n}\n\n.nc-install__item:nth-child(1){\n  background:#292824;\n}\n\n.nc-install__item:nth-child(2){\n  background:#526357;\n}\n\n.nc-install__item:nth-child(3){\n  background:#D9A65D;\n}\n\n.nc-install__item:nth-child(4){\n  background:#DCE5EA;\n}\n\n.nc-install__item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#735C46;\n\n  font-size:6.4px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.nc-install__item strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:8.4px;\n  font-weight:600;\n}\n\n.nc-install__item:nth-child(1) small,\n.nc-install__item:nth-child(2) small{\n  color:#C8A96E;\n}\n\n.nc-install__item:nth-child(1) strong,\n.nc-install__item:nth-child(2) strong{\n  color:#FFF8EB;\n}\n\n\n\/* =========================================================\n   HANGING GUIDE\n========================================================= *\/\n\n.nc-hanging{\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.nc-hanging__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#8C6936;\n\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.nc-hanging__title h3{\n  margin:0;\n\n  font-size:20px;\n  line-height:1.1;\n}\n\n.nc-hanging__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.nc-hanging__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.nc-hanging__row strong{\n  color:#281A0E;\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.nc-hanging__row span{\n  color:#695542;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   MAINTENANCE\n========================================================= *\/\n\n.nc-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:#292824;\n\n  border-radius:6px;\n}\n\n.nc-care__mark{\n  padding:4px 7px;\n\n  border:1px solid #D9A65D;\n  border-radius:20px;\n\n  color:#D9A65D;\n\n  font-size:6.8px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.nc-care strong{\n  display:block;\n\n  color:#FFF8EB;\n\n  font-size:9px;\n  font-weight:600;\n}\n\n.nc-care span{\n  display:block;\n\n  margin-top:1px;\n\n  color:#CFC8BC;\n\n  font-size:8.3px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS — COMPLETE\n========================================================= *\/\n\n.nc-specs{\n  margin-bottom:25px;\n}\n\n.nc-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.nc-specs__head h3{\n  margin:0;\n\n  font-size:20px;\n}\n\n.nc-specs__head span{\n  color:#90785D;\n\n  font-size:8.2px;\n}\n\n.nc-specs__grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  column-gap:30px;\n}\n\n.nc-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.nc-spec span:first-child{\n  color:#89745D;\n\n  font-size:9.4px;\n}\n\n.nc-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\/* CERTIFICATION FULL WIDTH *\/\n\n.nc-cert{\n  margin-top:8px;\n  padding:10px 12px;\n\n  background:#D9E0D9;\n\n  border-left:3px solid #526357;\n\n  border-radius:4px;\n}\n\n.nc-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#667064;\n\n  font-size:6.8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.nc-cert strong{\n  display:block;\n\n  color:#263029;\n\n  font-size:9.5px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   BEFORE ORDERING\n========================================================= *\/\n\n.nc-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.nc-before__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#8C6936;\n\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.nc-before__title h3{\n  margin:0;\n\n  font-size:20px;\n  line-height:1.1;\n}\n\n.nc-before__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.nc-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.nc-before__row strong{\n  color:#281A0E;\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.nc-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.nc-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.nc-lightbox:target{\n  display:flex;\n}\n\n.nc-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.nc-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.nc-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.nc-shipping{\n  padding:17px 19px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #292824 0%,\n      #292824 72%,\n      #526357 100%\n    );\n\n  border-left:4px solid #D9A65D;\n\n  border-radius:7px;\n}\n\n.nc-shipping h3{\n  margin:0 0 8px;\n\n  color:#FFF4E5;\n\n  font-size:19px;\n}\n\n.nc-shipping p{\n  margin:0 0 6px;\n\n  color:#D0CBC2;\n\n  font-size:11.3px;\n}\n\n.nc-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.nc-shipping strong{\n  color:#FFF8EB;\n}\n\n.nc-shipping a{\n  color:#E0B66F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n.nc-final{\n  max-width:700px;\n\n  margin:14px auto 0 !important;\n  padding:0 8px;\n\n  color:#82705D !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  .nc-open{\n    grid-template-columns:minmax(0,1fr) minmax(0,160px);\n\n    gap:16px;\n  }\n\n  .nc-open h2{\n    font-size:28px;\n  }\n\n  .nc-open__image{\n    width:160px;\n  }\n\n  .nc-open__image img{\n    max-height:145px !important;\n  }\n\n\n  .nc-colors__head{\n    grid-template-columns:1fr;\n\n    gap:4px;\n  }\n\n\n  .nc-colors__grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .nc-choose,\n  .nc-hanging,\n  .nc-before{\n    grid-template-columns:1fr;\n\n    gap:7px;\n  }\n\n\n  .nc-detail{\n    grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n    width:100%;\n\n    margin-left:0;\n\n    gap:15px;\n  }\n\n  .nc-detail__image{\n    width:120px;\n  }\n\n  .nc-detail__image img{\n    max-height:110px !important;\n  }\n\n\n  .nc-scale{\n    grid-template-columns:minmax(0,1fr) minmax(0,120px);\n\n    gap:15px;\n  }\n\n  .nc-scale__image{\n    width:120px;\n  }\n\n  .nc-scale__image img{\n    max-height:112px !important;\n  }\n\n\n  .nc-light{\n    grid-template-columns:1fr;\n  }\n\n\n  .nc-install{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .nc-specs__grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .nc-shipping{\n    padding:16px;\n  }\n\n}\n\n\n@media screen and (max-width:480px){\n\n  .nc-open{\n    grid-template-columns:1fr;\n  }\n\n  .nc-open__image{\n    width:135px;\n  }\n\n\n  .nc-colors__grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .nc-detail{\n    grid-template-columns:1fr;\n  }\n\n  .nc-detail__image{\n    width:110px;\n\n    margin:0;\n  }\n\n\n  .nc-scale{\n    grid-template-columns:1fr;\n  }\n\n  .nc-scale__image{\n    width:105px;\n\n    margin:0;\n  }\n\n  .nc-scale__image img{\n    max-height:98px !important;\n  }\n\n\n  .nc-layout{\n    grid-template-columns:1fr;\n  }\n\n\n  .nc-light__data{\n    grid-template-columns:1fr;\n  }\n\n\n  .nc-dim,\n  .nc-care{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-nordic-cup\" id=\"nc-root\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"nc-open\"\u003e\n\u003cdiv class=\"nc-open__copy\"\u003e\n\u003cp class=\"nc-kicker\"\u003eNordic Cup · Textured Glass Pendant\u003c\/p\u003e\n\u003ch2\u003ePick the Glass Color Before You Pick the Room\u003c\/h2\u003e\n\u003cp\u003eA compact 4.9-inch textured glass shade paired with antique-brass hardware. Amber, Clear, Forest Green and Ocean Blue each give the same small pendant a different visual character — especially useful alone or in grouped installations.\u003c\/p\u003e\n\u003cdiv class=\"nc-open__facts\"\u003e\n\u003cspan\u003e Ø4.9\" \u003c\/span\u003e \u003cspan\u003e 4 Glass Colors \u003c\/span\u003e \u003cspan\u003e E26 \/ E27 \u003c\/span\u003e \u003cspan\u003e Bulb Included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-open__image\"\u003e\u003ca href=\"#nc-colors-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-nordic-cup-pendant-four-colors-group-20.png?v=1778550042\" alt=\"Nordic Cup pendant lights in Amber Clear Forest Green and Ocean Blue textured glass\" loading=\"lazy\"\u003e \u003cspan class=\"nc-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FOUR COLORS\n  ====================================================== --\u003e\n\u003csection class=\"nc-colors\"\u003e\n\u003cdiv class=\"nc-colors__head\"\u003e\n\u003ch3\u003eFour Glass Personalities\u003c\/h3\u003e\n\u003cp\u003eThe form and brass hardware stay consistent. The glass color changes how much visual warmth or contrast the pendant contributes to the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-colors__grid\"\u003e\n\u003cdiv class=\"nc-color nc-color--amber\"\u003e\n\u003csmall\u003e 01 \u003c\/small\u003e \u003cstrong\u003e Amber \u003c\/strong\u003e \u003cspan\u003e Warm honey glass with the strongest vintage and evening character. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-color nc-color--clear\"\u003e\n\u003csmall\u003e 02 \u003c\/small\u003e \u003cstrong\u003e Clear \u003c\/strong\u003e \u003cspan\u003e Keeps the fixture visually light and puts more emphasis on the bulb and textured surface. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-color nc-color--green\"\u003e\n\u003csmall\u003e 03 \u003c\/small\u003e \u003cstrong\u003e Forest Green \u003c\/strong\u003e \u003cspan\u003e Deeper botanical color for rooms that need stronger glass contrast. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-color nc-color--blue\"\u003e\n\u003csmall\u003e 04 \u003c\/small\u003e \u003cstrong\u003e Ocean Blue \u003c\/strong\u003e \u003cspan\u003e Cool-toned glass that contrasts particularly well with warm brass. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COLOR GUIDE\n  ====================================================== --\u003e\n\u003csection class=\"nc-choose\"\u003e\n\u003cdiv class=\"nc-choose__title\"\u003e\n\u003csmall\u003e Quick Color Guide \u003c\/small\u003e\n\u003ch3\u003eWhich One Fits Your Room?\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-choose__rows\"\u003e\n\u003cdiv class=\"nc-choose__row\"\u003e\n\u003cstrong\u003e Warmest appearance \u003c\/strong\u003e \u003cspan\u003e Amber adds the most visible warmth to the glass itself. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-choose__row\"\u003e\n\u003cstrong\u003e Most neutral \u003c\/strong\u003e \u003cspan\u003e Clear keeps the palette quiet and makes the bulb more visible. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-choose__row\"\u003e\n\u003cstrong\u003e Rich natural color \u003c\/strong\u003e \u003cspan\u003e Forest Green adds depth without losing the brass contrast. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-choose__row\"\u003e\n\u003cstrong\u003e Coolest contrast \u003c\/strong\u003e \u003cspan\u003e Ocean Blue creates the strongest cool-glass \/ warm-metal pairing. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL\n  ====================================================== --\u003e\n\u003csection class=\"nc-detail\"\u003e\n\u003cdiv class=\"nc-detail__image\"\u003e\u003ca href=\"#nc-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-nordic-cup-pendant-brass-socket-detail-05.jpg?v=1778550041\" alt=\"Nordic Cup textured glass pendant with antique brass knurled socket detail\" loading=\"lazy\"\u003e \u003cspan class=\"nc-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"nc-detail__copy\"\u003e\n\u003csmall\u003e Hardware Detail \u003c\/small\u003e\n\u003ch3\u003eTextured Glass Against Knurled Brass\u003c\/h3\u003e\n\u003cp\u003eThe irregular glass surface keeps the compact shade from looking visually flat, while the antique-brass-finished socket adds texture and a warmer transition between glass and fabric-covered cord.\u003c\/p\u003e\n\u003cdiv class=\"nc-detail__labels\"\u003e\n\u003cspan\u003e Textured Art Glass \u003c\/span\u003e \u003cspan\u003e Antique Brass \u003c\/span\u003e \u003cspan\u003e Fabric Cord \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSIONS\n  ====================================================== --\u003e\n\u003csection class=\"nc-scale\"\u003e\n\u003cdiv class=\"nc-scale__copy\"\u003e\n\u003csmall\u003e Compact Scale \u003c\/small\u003e\n\u003ch3\u003eØ4.9\" × H3.5\"\u003c\/h3\u003e\n\u003cp\u003eØ12.5 × H9cm. Nordic Cup is a true mini pendant — compact enough for repeated installations without creating a visually heavy ceiling.\u003c\/p\u003e\n\u003cdiv class=\"nc-scale__numbers\"\u003e\n\u003cspan\u003e 4.9\" Shade \u003c\/span\u003e \u003cspan\u003e 3.5\" Shade Height \u003c\/span\u003e \u003cspan\u003e 59\" Cord \u003c\/span\u003e \u003cspan\u003e Approx. 67\" Max Drop \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-scale__image\"\u003e\u003ca href=\"#nc-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-nordic-cup-pendant-dimensions-diagram-06.jpg?v=1778550041\" alt=\"Nordic Cup dimension drawing showing 4.9 inch shade diameter and 3.5 inch shade height\" loading=\"lazy\"\u003e \u003cspan class=\"nc-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SINGLE VS GROUP\n  ====================================================== --\u003e\n\u003csection class=\"nc-layout\"\u003e\n\u003cdiv class=\"nc-layout__single\"\u003e\n\u003csmall\u003e One Pendant \u003c\/small\u003e \u003cstrong\u003e Compact Accent \u003c\/strong\u003e\n\u003cp\u003eUse one where you want a small decorative pendant without visually filling the ceiling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-layout__group\"\u003e\n\u003csmall\u003e Multiple Pendants \u003c\/small\u003e \u003cstrong\u003e The 4.9\" Scale Is Made for Repetition \u003c\/strong\u003e\n\u003cp\u003eTwo or three work naturally over an island, bar or table. Keep one glass color for consistency or mix colors for a more expressive installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT + BULB\n  ====================================================== --\u003e\n\u003csection class=\"nc-light\"\u003e\n\u003cdiv class=\"nc-light__lead\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e\n\u003ch3\u003eThe Bulb Stays Part of the Design\u003c\/h3\u003e\n\u003cp\u003eThe compact glass shade surrounds rather than completely hides the bulb, so bulb shape and color temperature can noticeably influence the finished appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-light__data\"\u003e\n\u003cdiv class=\"nc-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=\"nc-light__cell\"\u003e\n\u003csmall\u003e Bulb Included \u003c\/small\u003e \u003cstrong\u003e Yes \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-light__cell\"\u003e\n\u003csmall\u003e Max Wattage \u003c\/small\u003e \u003cstrong\u003e 40W \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-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       DIMMING\n  ====================================================== --\u003e\n\u003csection class=\"nc-dim\"\u003e\n\u003cdiv class=\"nc-dim__mark\"\u003eDimming\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Dimming depends on the bulb and wall control used. \u003c\/strong\u003e \u003cspan\u003e Use a compatible dimmable E26\/E27 bulb together with a compatible dimmer wall switch when dimming is required. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"nc-install\"\u003e\n\u003cdiv class=\"nc-install__item\"\u003e\n\u003csmall\u003e Wiring \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-install__item\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-install__item\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e Wall Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-install__item\"\u003e\n\u003csmall\u003e Rating \u003c\/small\u003e \u003cstrong\u003e Indoor · IP20 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANGING GUIDE\n  ====================================================== --\u003e\n\u003csection class=\"nc-hanging\"\u003e\n\u003cdiv class=\"nc-hanging__title\"\u003e\n\u003csmall\u003e Hanging Guide \u003c\/small\u003e\n\u003ch3\u003eCheck the Drop Before Installation\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-hanging__rows\"\u003e\n\u003cdiv class=\"nc-hanging__row\"\u003e\n\u003cstrong\u003e Cord Length \u003c\/strong\u003e \u003cspan\u003e 59\" \/ 150cm, adjustable. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-hanging__row\"\u003e\n\u003cstrong\u003e Approx. Max Drop \u003c\/strong\u003e \u003cspan\u003e About 67\" \/ 170cm including the shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-hanging__row\"\u003e\n\u003cstrong\u003e Over Table \/ Island \u003c\/strong\u003e \u003cspan\u003e Recommended bottom of shade approximately 28–36\" above the tabletop. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-hanging__row\"\u003e\n\u003cstrong\u003e Minimum Ceiling \u003c\/strong\u003e \u003cspan\u003e Recommended for ceilings approximately 8 ft or higher. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-hanging__row\"\u003e\n\u003cstrong\u003e Grouping \u003c\/strong\u003e \u003cspan\u003e For islands, multiple pendants can be spaced approximately 24–30\" apart depending on island length. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-hanging__row\"\u003e\n\u003cstrong\u003e Need More Length? \u003c\/strong\u003e \u003cspan\u003e Custom cord extension is available on request. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MAINTENANCE\n  ====================================================== --\u003e\n\u003csection class=\"nc-care\"\u003e\n\u003cdiv class=\"nc-care__mark\"\u003eCare\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Clean the glass gently. \u003c\/strong\u003e \u003cspan\u003e Wipe the textured glass with a soft, dry cloth and avoid abrasive cleaners. The brass-finished socket can be wiped gently with a slightly damp cloth and dried immediately. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COMPLETE PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"nc-specs\"\u003e\n\u003cdiv class=\"nc-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Nordic Cup · Textured glass mini pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-specs__grid\"\u003e\n\u003c!-- LEFT COLUMN --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eShade Size\u003c\/span\u003e \u003cspan\u003eØ4.9\" × H3.5\" \/ Ø12.5 × H9cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eTotal Drop\u003c\/span\u003e \u003cspan\u003eApprox. 67\" \/ 170cm at full cord length\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eShade Colors\u003c\/span\u003e \u003cspan\u003eAmber · Clear · Forest Green · Ocean Blue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eMaterials\u003c\/span\u003e \u003cspan\u003eHand-textured art glass · Antique brass-finished metal · Fabric cord\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eSocket\u003c\/span\u003e \u003cspan\u003eAntique brass knurled E26\/E27 socket with side knob detail\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cspan\u003eE26 \/ E27\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eBulb Included\u003c\/span\u003e \u003cspan\u003eYes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cspan\u003e40W per socket\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RIGHT COLUMN --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eVoltage\u003c\/span\u003e \u003cspan\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cspan\u003eCompatible with dimmable E26\/E27 bulbs when used with a compatible dimmer switch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eCord Length\u003c\/span\u003e \u003cspan\u003e59\" \/ 150cm · Adjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eCustom Cord\u003c\/span\u003e \u003cspan\u003eExtension available on request\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eWiring\u003c\/span\u003e \u003cspan\u003eHardwired ceiling installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eControl\u003c\/span\u003e \u003cspan\u003eStandard wall switch · Not included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cspan\u003eProfessional electrician recommended\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eEnvironment\u003c\/span\u003e \u003cspan\u003eIndoor dry locations only · IP20 · Not waterproof\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eRecommended Ceiling\u003c\/span\u003e \u003cspan\u003eApprox. 8 ft minimum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-spec\"\u003e\n\u003cspan\u003eMaintenance\u003c\/span\u003e \u003cspan\u003eSoft dry cloth for glass · Avoid abrasive cleaners\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CERTIFICATION --\u003e\n\u003cdiv class=\"nc-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\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       BEFORE ORDERING\n  ====================================================== --\u003e\n\u003csection class=\"nc-before\"\u003e\n\u003cdiv class=\"nc-before__title\"\u003e\n\u003csmall\u003e Before You Order \u003c\/small\u003e\n\u003ch3\u003eThree Useful Checks\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-before__rows\"\u003e\n\u003cdiv class=\"nc-before__row\"\u003e\n\u003cstrong\u003e Expect a large pendant? \u003c\/strong\u003e\n\u003cp\u003eNordic Cup is only 4.9 inches wide. It is deliberately compact and works especially well in pairs or groups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-before__row\"\u003e\n\u003cstrong\u003e Exact glass match? \u003c\/strong\u003e\n\u003cp\u003eSlight differences in texture, edge profile and color depth are normal characteristics of textured art glass.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-before__row\"\u003e\n\u003cstrong\u003e Need more drop? \u003c\/strong\u003e\n\u003cp\u003eThe standard cord is approximately 59\" \/ 150cm and adjustable. A longer cord 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=\"nc-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       GLASS VARIATION NOTE\n  ====================================================== --\u003e\n\u003cp class=\"nc-final\"\u003eTextured art glass may show slight differences in surface pattern, edge profile and color depth from piece to piece. These variations are part of the material character, not defects. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — FOUR COLORS\n  ====================================================== --\u003e \u003ca id=\"nc-colors-large\" href=\"#nc-root\" class=\"nc-lightbox\"\u003e \u003cspan class=\"nc-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-nordic-cup-pendant-four-colors-group-20.png?v=1778550042\" alt=\"Enlarged Nordic Cup Amber Clear Forest Green and Ocean Blue color comparison\"\u003e \u003cspan class=\"nc-lightbox__text\"\u003e Amber · Clear · Forest Green · Ocean Blue · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"nc-detail-large\" href=\"#nc-root\" class=\"nc-lightbox\"\u003e \u003cspan class=\"nc-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-nordic-cup-pendant-brass-socket-detail-05.jpg?v=1778550041\" alt=\"Enlarged Nordic Cup textured glass and antique brass socket detail\"\u003e \u003cspan class=\"nc-lightbox__text\"\u003e Textured Glass + Antique Brass · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SIZE\n  ====================================================== --\u003e \u003ca id=\"nc-size-large\" href=\"#nc-root\" class=\"nc-lightbox\"\u003e \u003cspan class=\"nc-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-nordic-cup-pendant-dimensions-diagram-06.jpg?v=1778550041\" alt=\"Enlarged Nordic Cup pendant dimensions\"\u003e \u003cspan class=\"nc-lightbox__text\"\u003e Ø4.9\" × H3.5\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 4.9\" \/ Brown","offer_id":52197616517403,"sku":"STB-NORDIC-AMB","price":79.0,"currency_code":"USD","in_stock":true},{"title":"Dia 4.9\" \/ Green","offer_id":52197616550171,"sku":"STB-NORDIC-CLR","price":79.0,"currency_code":"USD","in_stock":true},{"title":"Dia 4.9\" \/ Clear","offer_id":52197616582939,"sku":"STB-NORDIC-GRN","price":79.0,"currency_code":"USD","in_stock":true},{"title":"Dia 4.9\" \/ Blue","offer_id":52197616615707,"sku":"STB-NORDIC-BLU","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-nordic-cup-pendant-amber-main.jpg?v=1778551275"},{"product_id":"giorgio-sculptural-gold-leaf-pendant-light","title":"Giorgio Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — GIORGIO\n   Sculptural Gold Leaf Integrated LED Pendant\n========================================================= *\/\n\n.stb-giorgio{\n  --cream:#F5EDD8;\n  --ivory:#FFFCF6;\n  --soft:#F4EEE4;\n  --stone:#E8DED0;\n\n  --dark:#1C1209;\n  --black:#211C18;\n  --charcoal:#302923;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n  --leaf:#B78A43;\n  --leaf-light:#D8B874;\n\n  --brown:#4A3218;\n  --muted:#776756;\n  --line:#D9CBB8;\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  -webkit-font-smoothing:antialiased;\n}\n\n.stb-giorgio *,\n.stb-giorgio *::before,\n.stb-giorgio *::after{\n  box-sizing:border-box;\n}\n\n.stb-giorgio h2,\n.stb-giorgio 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-giorgio p{\n  margin-top:0;\n}\n\n.stb-giorgio__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-giorgio__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-giorgio__view{\n  display:block;\n  margin-top:6px;\n\n  color:#7C5C32;\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-giorgio__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 170px;\n  gap:34px;\n  align-items:end;\n\n  padding:4px 0 27px;\n}\n\n.stb-giorgio__intro-copy{\n  max-width:660px;\n}\n\n.stb-giorgio__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-giorgio__intro p{\n  margin:0;\n\n  color:#604D3D;\n  font-size:14px;\n}\n\n.stb-giorgio__intro-signature{\n  padding:15px 16px;\n\n  background:var(--dark);\n\n  border-bottom:4px solid var(--gold);\n  border-radius:7px;\n}\n\n.stb-giorgio__intro-signature small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#D5B87A;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-giorgio__intro-signature strong{\n  display:block;\n\n  color:#FFF4E1;\n\n  font-size:19px;\n  line-height:1.15;\n  font-weight:500;\n}\n\n.stb-giorgio__intro-signature span{\n  display:block;\n  margin-top:6px;\n\n  color:#CFC1AD;\n\n  font-size:9px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   IDENTITY STRIP\n========================================================= *\/\n\n.stb-giorgio__identity{\n  display:grid;\n  grid-template-columns:1fr 1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-giorgio__identity-item{\n  padding:15px 16px;\n}\n\n.stb-giorgio__identity-item:nth-child(1){\n  background:var(--black);\n}\n\n.stb-giorgio__identity-item:nth-child(2){\n  background:var(--leaf);\n}\n\n.stb-giorgio__identity-item:nth-child(3){\n  background:#F0ECE5;\n}\n\n.stb-giorgio__identity-item 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-giorgio__identity-item:nth-child(1) small{\n  color:#CDB998;\n}\n\n.stb-giorgio__identity-item:nth-child(2) small{\n  color:#FFF0D4;\n}\n\n.stb-giorgio__identity-item:nth-child(3) small{\n  color:#7E7269;\n}\n\n.stb-giorgio__identity-item strong{\n  display:block;\n\n  font-size:11.8px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n.stb-giorgio__identity-item:nth-child(1) strong,\n.stb-giorgio__identity-item:nth-child(2) strong{\n  color:#FFF6E7;\n}\n\n.stb-giorgio__identity-item:nth-child(3) strong{\n  color:#2D241E;\n}\n\n\n\/* =========================================================\n   GOLD LEAF\n========================================================= *\/\n\n.stb-giorgio__leaf{\n  display:grid;\n  grid-template-columns:185px 1fr;\n\n  margin-bottom:35px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-giorgio__leaf-title{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:22px 20px;\n\n  background:var(--leaf);\n}\n\n.stb-giorgio__leaf-title small{\n  display:block;\n  margin-bottom:6px;\n\n  color:#F6E2BA;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-giorgio__leaf-title strong{\n  color:#FFF7E9;\n\n  font-size:18px;\n  line-height:1.2;\n  font-weight:500;\n}\n\n.stb-giorgio__leaf-copy{\n  padding:21px 23px;\n\n  background:#F1E7D6;\n}\n\n.stb-giorgio__leaf-copy p{\n  margin:0;\n\n  color:#604C39;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   DETAIL IMAGE\n========================================================= *\/\n\n.stb-giorgio__detail{\n  display:grid;\n  grid-template-columns:170px 1fr;\n  gap:27px;\n  align-items:center;\n\n  margin-bottom:35px;\n  padding:18px 20px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-right:5px solid var(--dark);\n\n  border-radius:8px;\n}\n\n.stb-giorgio__detail-media{\n  width:170px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-giorgio__image-link{\n  display:block;\n\n  width:100%;\n  padding:5px;\n\n  background:#EEE2CF;\n\n  border:1px solid #D7C8B1;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-giorgio__image-link img{\n  display:block;\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-giorgio__detail-copy h3{\n  margin:0 0 7px;\n\n  font-size:22px;\n  line-height:1.2;\n}\n\n.stb-giorgio__detail-copy p{\n  margin:0 0 11px;\n\n  color:#604D3A;\n\n  font-size:12.4px;\n}\n\n.stb-giorgio__detail-tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:6px;\n}\n\n.stb-giorgio__detail-tag{\n  padding:5px 8px;\n\n  background:#EFE4D3;\n\n  color:#654C35;\n\n  font-size:9.3px;\n\n  border-radius:20px;\n}\n\n\n\/* =========================================================\n   FINISH COMPARISON\n========================================================= *\/\n\n.stb-giorgio__finish{\n  display:grid;\n  grid-template-columns:1fr 160px;\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:37px;\n  padding:20px 21px;\n\n  background:var(--dark);\n\n  border-radius:8px;\n}\n\n.stb-giorgio__finish-copy .stb-giorgio__label{\n  color:#D6B978;\n}\n\n.stb-giorgio__finish-copy h3{\n  margin:0 0 7px;\n\n  color:#FFF3DF;\n\n  font-size:22px;\n}\n\n.stb-giorgio__finish-copy \u003e p{\n  margin:0 0 12px;\n\n  color:#D7C9B7;\n\n  font-size:12.2px;\n}\n\n.stb-giorgio__finish-options{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:6px;\n}\n\n.stb-giorgio__finish-option{\n  padding:8px;\n\n  border:1px solid rgba(255,255,255,.11);\n}\n\n.stb-giorgio__swatch{\n  display:block;\n\n  width:22px;\n  height:22px;\n\n  margin-bottom:5px;\n\n  border-radius:50%;\n}\n\n.stb-giorgio__swatch--white{\n  background:#F4F1EB;\n  border:1px solid #CFCAC1;\n}\n\n.stb-giorgio__swatch--black{\n  background:#1C1A18;\n  border:1px solid #5B5149;\n}\n\n.stb-giorgio__swatch--gold{\n  background:#B88A43;\n  border:1px solid #D0AE75;\n}\n\n.stb-giorgio__finish-option small{\n  display:block;\n\n  color:#BAA990;\n\n  font-size:7px;\n  text-transform:uppercase;\n}\n\n.stb-giorgio__finish-option strong{\n  color:#F6EADB;\n\n  font-size:10px;\n  font-weight:600;\n}\n\n.stb-giorgio__finish-media{\n  width:160px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-giorgio__finish-link{\n  display:block;\n\n  padding:5px;\n\n  background:#EADCC7;\n\n  border:1px solid #695649;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-giorgio__finish-link img{\n  display:block;\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}\n\n\n\/* =========================================================\n   SIZE SECTION\n========================================================= *\/\n\n.stb-giorgio__sizes{\n  margin-bottom:38px;\n}\n\n.stb-giorgio__sizes-head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n  gap:20px;\n\n  margin-bottom:15px;\n}\n\n.stb-giorgio__sizes-head p{\n  max-width:580px;\n  margin:0;\n\n  color:#665240;\n\n  font-size:12.4px;\n}\n\n.stb-giorgio__wire-badge{\n  flex-shrink:0;\n\n  padding:7px 10px;\n\n  background:var(--leaf);\n\n  color:#FFF3DE;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  border-radius:4px;\n}\n\n.stb-giorgio__size-stack{\n  display:grid;\n  gap:8px;\n}\n\n.stb-giorgio__size{\n  display:grid;\n  grid-template-columns:78px 125px 1fr;\n  gap:16px;\n  align-items:center;\n\n  min-width:0;\n\n  padding:11px 13px;\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.stb-giorgio__size:nth-child(1){\n  background:#FAF6EF;\n}\n\n.stb-giorgio__size:nth-child(2){\n  margin-left:20px;\n\n  background:#EDE0CE;\n\n  border-left:5px solid var(--gold);\n}\n\n.stb-giorgio__size:nth-child(3){\n  margin-left:40px;\n\n  background:var(--charcoal);\n\n  border-color:var(--charcoal);\n}\n\n.stb-giorgio__size-name small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#92734C;\n\n  font-size:7.5px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-giorgio__size-name strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:16px;\n  font-weight:600;\n}\n\n.stb-giorgio__size:nth-child(3) .stb-giorgio__size-name small{\n  color:#D6B87A;\n}\n\n.stb-giorgio__size:nth-child(3) .stb-giorgio__size-name strong{\n  color:#FFF4E5;\n}\n\n.stb-giorgio__size-media{\n  width:115px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-giorgio__size-link{\n  display:block;\n\n  padding:4px;\n\n  background:#FFF9EF;\n\n  border:1px solid #D4C4AD;\n  border-radius:5px;\n\n  text-decoration:none;\n}\n\n.stb-giorgio__size-link img{\n  display:block;\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}\n\n.stb-giorgio__size-copy 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-giorgio__size-copy p{\n  margin:0;\n\n  color:#67513E;\n\n  font-size:10.4px;\n  line-height:1.45;\n}\n\n.stb-giorgio__size:nth-child(3) .stb-giorgio__size-copy strong{\n  color:#FFF1DE;\n}\n\n.stb-giorgio__size:nth-child(3) .stb-giorgio__size-copy p{\n  color:#D5C8B6;\n}\n\n\n\/* =========================================================\n   COLOR TEMPERATURE\n========================================================= *\/\n\n.stb-giorgio__temperature{\n  display:grid;\n  grid-template-columns:180px 1fr;\n\n  margin-bottom:37px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-giorgio__temperature-title{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:20px;\n\n  background:var(--leaf);\n}\n\n.stb-giorgio__temperature-title small{\n  margin-bottom:5px;\n\n  color:#F7E2BA;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-giorgio__temperature-title strong{\n  color:#FFF5E4;\n\n  font-size:17px;\n  line-height:1.2;\n  font-weight:500;\n}\n\n.stb-giorgio__temperature-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  background:#F0E5D5;\n}\n\n.stb-giorgio__temperature-item{\n  padding:15px;\n\n  border-right:1px solid #D6C5AC;\n}\n\n.stb-giorgio__temperature-item:last-child{\n  border-right:0;\n}\n\n.stb-giorgio__temperature-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#98764D;\n\n  font-size:7.5px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.stb-giorgio__temperature-item strong{\n  display:block;\n  margin-bottom:2px;\n\n  color:var(--dark);\n\n  font-size:11.3px;\n}\n\n.stb-giorgio__temperature-item p{\n  margin:0;\n\n  color:#65513E;\n\n  font-size:10px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   LIGHT + INSTALLATION\n========================================================= *\/\n\n.stb-giorgio__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:37px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-giorgio__utility-panel{\n  padding:20px 21px;\n}\n\n.stb-giorgio__utility-panel:first-child{\n  background:var(--dark);\n}\n\n.stb-giorgio__utility-panel:last-child{\n  background:#A97B45;\n}\n\n.stb-giorgio__utility-panel small{\n  display:block;\n  margin-bottom:5px;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-giorgio__utility-panel:first-child small{\n  color:#D5B878;\n}\n\n.stb-giorgio__utility-panel:last-child small{\n  color:#493019;\n}\n\n.stb-giorgio__utility-panel strong{\n  display:block;\n  margin-bottom:5px;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-giorgio__utility-panel:first-child strong{\n  color:#FFF3E1;\n}\n\n.stb-giorgio__utility-panel:last-child strong{\n  color:#2C1B10;\n}\n\n.stb-giorgio__utility-panel p{\n  margin:0;\n\n  font-size:11.2px;\n  line-height:1.6;\n}\n\n.stb-giorgio__utility-panel:first-child p{\n  color:#DCCFBD;\n}\n\n.stb-giorgio__utility-panel:last-child p{\n  color:#49301C;\n}\n\n\n\/* =========================================================\n   COMPACT SPECIFICATIONS\n========================================================= *\/\n\n.stb-giorgio__specs{\n  margin-bottom:34px;\n}\n\n.stb-giorgio__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n\n  padding:13px 16px;\n\n  background:var(--charcoal);\n\n  border-bottom:3px solid var(--gold);\n}\n\n.stb-giorgio__spec-head span{\n  color:#D5B879;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-giorgio__spec-head strong{\n  color:#FFF3E2;\n\n  font-size:16px;\n  font-weight:500;\n}\n\n.stb-giorgio__spec-list{\n  border-right:1px solid var(--line);\n  border-left:1px solid var(--line);\n\n  background:var(--ivory);\n}\n\n.stb-giorgio__spec{\n  display:grid;\n  grid-template-columns:29% 71%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E6DAC8;\n}\n\n.stb-giorgio__spec span{\n  padding-right:10px;\n\n  color:#88725A;\n\n  font-size:9.8px;\n}\n\n.stb-giorgio__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   GOLD LEAF NOTE\n========================================================= *\/\n\n.stb-giorgio__natural{\n  display:grid;\n  grid-template-columns:72px 1fr;\n\n  margin-bottom:31px;\n\n  overflow:hidden;\n\n  border-radius:7px;\n}\n\n.stb-giorgio__natural-mark{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  background:var(--leaf);\n\n  color:#FFF2DB;\n\n  font-size:24px;\n}\n\n.stb-giorgio__natural-copy{\n  padding:14px 16px;\n\n  background:#E9DDCB;\n}\n\n.stb-giorgio__natural-copy strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.3px;\n}\n\n.stb-giorgio__natural-copy p{\n  margin:0;\n\n  color:#66503D;\n\n  font-size:10.7px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-giorgio__faq{\n  margin-bottom:30px;\n\n  padding:18px 20px 7px;\n\n  background:#EEE2D0;\n\n  border-top:1px solid #D6C4AA;\n  border-bottom:1px solid #D6C4AA;\n}\n\n.stb-giorgio__faq details{\n  padding:12px 0;\n\n  border-bottom:1px solid #D7C6AC;\n}\n\n.stb-giorgio__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-giorgio__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-giorgio__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-giorgio__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-4px;\n\n  color:#896133;\n\n  font-size:22px;\n}\n\n.stb-giorgio__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-giorgio__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-giorgio__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-giorgio__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-giorgio__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-giorgio__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-giorgio__shipping strong{\n  color:var(--dark);\n}\n\n.stb-giorgio__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-giorgio__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,12,8,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-giorgio__lightbox:target{\n  display:flex;\n}\n\n.stb-giorgio__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-giorgio__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,.45);\n}\n\n.stb-giorgio__lightbox-title{\n  margin:9px 0 0 !important;\n\n  color:#E0C99E !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-giorgio__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-giorgio__intro{\n    grid-template-columns:1fr;\n    gap:13px;\n  }\n\n  .stb-giorgio__intro h2{\n    font-size:25px;\n  }\n\n  .stb-giorgio__intro-signature{\n    max-width:260px;\n  }\n\n\n  .stb-giorgio__identity{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-giorgio__leaf{\n    grid-template-columns:1fr;\n  }\n\n  .stb-giorgio__leaf-title{\n    padding:15px 17px;\n  }\n\n\n  .stb-giorgio__detail{\n    grid-template-columns:145px 1fr;\n\n    gap:15px;\n    padding:15px;\n  }\n\n  .stb-giorgio__detail-media{\n    width:145px;\n  }\n\n  .stb-giorgio__detail-copy h3{\n    font-size:19px;\n  }\n\n\n  .stb-giorgio__finish{\n    grid-template-columns:1fr 135px;\n\n    gap:15px;\n    padding:15px;\n  }\n\n  .stb-giorgio__finish-media{\n    width:135px;\n  }\n\n  .stb-giorgio__finish-copy h3{\n    font-size:19px;\n  }\n\n\n  .stb-giorgio__sizes-head{\n    display:block;\n  }\n\n  .stb-giorgio__wire-badge{\n    display:inline-block;\n\n    margin-top:8px;\n  }\n\n  .stb-giorgio__size:nth-child(2),\n  .stb-giorgio__size:nth-child(3){\n    margin-left:0;\n  }\n\n  .stb-giorgio__size{\n    grid-template-columns:70px 105px 1fr;\n\n    gap:9px;\n  }\n\n  .stb-giorgio__size-media{\n    width:95px;\n  }\n\n\n  .stb-giorgio__temperature{\n    grid-template-columns:1fr;\n  }\n\n  .stb-giorgio__temperature-title{\n    padding:15px 17px;\n  }\n\n\n  .stb-giorgio__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-giorgio__spec{\n    grid-template-columns:35% 65%;\n  }\n\n\n  .stb-giorgio__shipping{\n    padding:18px;\n  }\n\n  .stb-giorgio__shipping p{\n    font-size:12px;\n  }\n\n\n  .stb-giorgio__lightbox{\n    padding:14px;\n  }\n\n  .stb-giorgio__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n@media screen and (max-width:470px){\n\n  .stb-giorgio__detail,\n  .stb-giorgio__finish{\n    grid-template-columns:1fr;\n  }\n\n  .stb-giorgio__detail-media{\n    width:150px;\n  }\n\n  .stb-giorgio__finish-media{\n    grid-row:1;\n    width:145px;\n  }\n\n\n  .stb-giorgio__size{\n    grid-template-columns:90px 1fr;\n  }\n\n  .stb-giorgio__size-name{\n    grid-column:2;\n  }\n\n  .stb-giorgio__size-media{\n    grid-column:1;\n    grid-row:1 \/ span 2;\n\n    width:82px;\n  }\n\n  .stb-giorgio__size-copy{\n    grid-column:2;\n  }\n\n\n  .stb-giorgio__temperature-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-giorgio__temperature-item{\n    border-right:0;\n    border-bottom:1px solid #D6C5AC;\n  }\n\n  .stb-giorgio__temperature-item:last-child{\n    border-bottom:0;\n  }\n\n\n  .stb-giorgio__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-giorgio\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-giorgio__intro\"\u003e\n\u003cdiv class=\"stb-giorgio__intro-copy\"\u003e\n\u003cspan class=\"stb-giorgio__label\"\u003e Sculptural Steel · Hand-Applied Gold Leaf \u003c\/span\u003e\n\u003ch2\u003eA Sculptural Shade With a Luminous Gold Interior.\u003c\/h2\u003e\n\u003cp\u003eGiorgio pairs a flowing steel silhouette with a hand-applied gold-leaf interior that catches and reflects its integrated LED light. Choose the exterior finish, size and color temperature to control how bold or restrained the final installation feels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__intro-signature\"\u003e\n\u003csmall\u003e Giorgio \u003c\/small\u003e \u003cstrong\u003e Gold Inside. \u003c\/strong\u003e \u003cspan\u003e The reflective interior is the defining feature. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       IDENTITY\n  ====================================================== --\u003e\n\u003csection class=\"stb-giorgio__identity\"\u003e\n\u003cdiv class=\"stb-giorgio__identity-item\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e Sculptural Steel Body \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__identity-item\"\u003e\n\u003csmall\u003e Interior \u003c\/small\u003e \u003cstrong\u003e Hand-Applied Gold Leaf \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__identity-item\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Integrated LED Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOLD LEAF\n  ====================================================== --\u003e\n\u003csection class=\"stb-giorgio__leaf\"\u003e\n\u003cdiv class=\"stb-giorgio__leaf-title\"\u003e\n\u003csmall\u003e Signature Finish \u003c\/small\u003e \u003cstrong\u003e Light Reflects Across Real Gold-Leaf Texture. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__leaf-copy\"\u003e\n\u003cp\u003eThe gold-leaf interior is applied by hand rather than finished as a perfectly uniform painted surface. Small differences in tone, texture and application pattern are expected and give each pendant its own reflective character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"giorgio-detail-section\" class=\"stb-giorgio__detail\"\u003e\n\u003cdiv class=\"stb-giorgio__detail-media\"\u003e\u003ca href=\"#giorgio-detail\" class=\"stb-giorgio__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_20.png?v=1778572393\" alt=\"Giorgio Sculptural Pendant Light gold leaf interior detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-giorgio__view\"\u003e View Product Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__detail-copy\"\u003e\n\u003cspan class=\"stb-giorgio__label\"\u003e Product Detail \u003c\/span\u003e\n\u003ch3\u003eThe Interior Is Meant to Be Seen.\u003c\/h3\u003e\n\u003cp\u003eGiorgio's curved shade exposes the gold-leaf interior from normal viewing angles, allowing the reflective surface to become part of the fixture rather than hiding it above the light source.\u003c\/p\u003e\n\u003cdiv class=\"stb-giorgio__detail-tags\"\u003e\n\u003cspan class=\"stb-giorgio__detail-tag\"\u003e Hand-Applied Gold Leaf \u003c\/span\u003e \u003cspan class=\"stb-giorgio__detail-tag\"\u003e Integrated LED \u003c\/span\u003e \u003cspan class=\"stb-giorgio__detail-tag\"\u003e Sculptural Steel \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"giorgio-detail\" href=\"#giorgio-detail-section\" class=\"stb-giorgio__lightbox\"\u003e \u003cspan class=\"stb-giorgio__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_20.png?v=1778572393\" alt=\"Enlarged Giorgio gold leaf detail\"\u003e \u003cspan class=\"stb-giorgio__lightbox-title\"\u003e Giorgio · Gold Leaf Detail \u003c\/span\u003e \u003cspan class=\"stb-giorgio__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       FINISH COMPARISON\n  ====================================================== --\u003e\n\u003csection id=\"giorgio-finish-section\" class=\"stb-giorgio__finish\"\u003e\n\u003cdiv class=\"stb-giorgio__finish-copy\"\u003e\n\u003cspan class=\"stb-giorgio__label\"\u003e Exterior Finish \u003c\/span\u003e\n\u003ch3\u003eChoose How Much Contrast You Want.\u003c\/h3\u003e\n\u003cp\u003eEvery Giorgio keeps its gold-leaf interior. The exterior finish changes how strongly the fixture reads against the ceiling and surrounding architecture.\u003c\/p\u003e\n\u003cdiv class=\"stb-giorgio__finish-options\"\u003e\n\u003cdiv class=\"stb-giorgio__finish-option\"\u003e\n\u003cspan class=\"stb-giorgio__swatch stb-giorgio__swatch--white\"\u003e\u003c\/span\u003e \u003csmall\u003eLightest\u003c\/small\u003e \u003cstrong\u003eWhite\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__finish-option\"\u003e\n\u003cspan class=\"stb-giorgio__swatch stb-giorgio__swatch--black\"\u003e\u003c\/span\u003e \u003csmall\u003eHighest Contrast\u003c\/small\u003e \u003cstrong\u003eBlack\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__finish-option\"\u003e\n\u003cspan class=\"stb-giorgio__swatch stb-giorgio__swatch--gold\"\u003e\u003c\/span\u003e \u003csmall\u003eFull Statement\u003c\/small\u003e \u003cstrong\u003eGold\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__finish-media\"\u003e\u003ca href=\"#giorgio-finish\" class=\"stb-giorgio__finish-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_16.png?v=1778572394\" alt=\"Giorgio exterior finish comparison\" loading=\"lazy\"\u003e \u003cspan class=\"stb-giorgio__view\"\u003e View Finish Comparison ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINISH LIGHTBOX --\u003e \u003ca id=\"giorgio-finish\" href=\"#giorgio-finish-section\" class=\"stb-giorgio__lightbox\"\u003e \u003cspan class=\"stb-giorgio__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_16.png?v=1778572394\" alt=\"Enlarged Giorgio finish comparison\"\u003e \u003cspan class=\"stb-giorgio__lightbox-title\"\u003e Giorgio · Exterior Finish Comparison \u003c\/span\u003e \u003cspan class=\"stb-giorgio__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 class=\"stb-giorgio__sizes\"\u003e\n\u003cdiv class=\"stb-giorgio__sizes-head\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-giorgio__label\"\u003e Choose Your Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-giorgio__heading\"\u003eSmall, Medium or Large.\u003c\/h3\u003e\n\u003cp\u003eEach step increases both width and visual presence. Choose by room scale and the furniture or open space beneath the fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"stb-giorgio__wire-badge\"\u003e 59\" Adjustable Wire \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__size-stack\"\u003e\n\u003c!-- SMALL --\u003e\n\u003carticle class=\"stb-giorgio__size\"\u003e\n\u003cdiv class=\"stb-giorgio__size-name\"\u003e\n\u003csmall\u003eCompact\u003c\/small\u003e \u003cstrong\u003eSmall\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__size-media\"\u003e\u003ca href=\"#giorgio-size-small\" class=\"stb-giorgio__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_7.jpg?v=1778572392\" alt=\"Giorgio Small dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-giorgio__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__size-copy\"\u003e\n\u003cstrong\u003e Ø15.7\" × H10.6\" \u003c\/strong\u003e\n\u003cp\u003eØ40 × H27cm. Compact dining spaces, reading areas, bedrooms and home offices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- MEDIUM --\u003e\n\u003carticle class=\"stb-giorgio__size\"\u003e\n\u003cdiv class=\"stb-giorgio__size-name\"\u003e\n\u003csmall\u003eMost Versatile\u003c\/small\u003e \u003cstrong\u003eMedium\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__size-media\"\u003e\u003ca href=\"#giorgio-size-medium\" class=\"stb-giorgio__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_10.jpg?v=1778572392\" alt=\"Giorgio Medium dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-giorgio__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__size-copy\"\u003e\n\u003cstrong\u003e Ø23.6\" × H11.8\" \u003c\/strong\u003e\n\u003cp\u003eØ60 × H30cm. Dining rooms, living rooms and larger bedrooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- LARGE --\u003e\n\u003carticle class=\"stb-giorgio__size\"\u003e\n\u003cdiv class=\"stb-giorgio__size-name\"\u003e\n\u003csmall\u003eStatement\u003c\/small\u003e \u003cstrong\u003eLarge\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__size-media\"\u003e\u003ca href=\"#giorgio-size-large\" class=\"stb-giorgio__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_9.jpg?v=1778572393\" alt=\"Giorgio Large dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-giorgio__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__size-copy\"\u003e\n\u003cstrong\u003e Ø31.5\" × H13.8\" \u003c\/strong\u003e\n\u003cp\u003eØ80 × H35cm. Large dining rooms, open-plan living spaces and tall entryways.\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=\"giorgio-size-small\" href=\"#\" class=\"stb-giorgio__lightbox\"\u003e \u003cspan class=\"stb-giorgio__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_7.jpg?v=1778572392\" alt=\"Enlarged Giorgio Small dimensions\"\u003e \u003cspan class=\"stb-giorgio__lightbox-title\"\u003e Small · Ø15.7\" × H10.6\" \u003c\/span\u003e \u003cspan class=\"stb-giorgio__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"giorgio-size-medium\" href=\"#\" class=\"stb-giorgio__lightbox\"\u003e \u003cspan class=\"stb-giorgio__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_10.jpg?v=1778572392\" alt=\"Enlarged Giorgio Medium dimensions\"\u003e \u003cspan class=\"stb-giorgio__lightbox-title\"\u003e Medium · Ø23.6\" × H11.8\" \u003c\/span\u003e \u003cspan class=\"stb-giorgio__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"giorgio-size-large\" href=\"#\" class=\"stb-giorgio__lightbox\"\u003e \u003cspan class=\"stb-giorgio__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_9.jpg?v=1778572393\" alt=\"Enlarged Giorgio Large dimensions\"\u003e \u003cspan class=\"stb-giorgio__lightbox-title\"\u003e Large · Ø31.5\" × H13.8\" \u003c\/span\u003e \u003cspan class=\"stb-giorgio__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       COLOR TEMPERATURE\n  ====================================================== --\u003e\n\u003csection class=\"stb-giorgio__temperature\"\u003e\n\u003cdiv class=\"stb-giorgio__temperature-title\"\u003e\n\u003csmall\u003e Light Temperature \u003c\/small\u003e \u003cstrong\u003e Choose the Tone of the Room. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__temperature-grid\"\u003e\n\u003cdiv class=\"stb-giorgio__temperature-item\"\u003e\n\u003csmall\u003e Warm \u003c\/small\u003e \u003cstrong\u003e 3000K \u003c\/strong\u003e\n\u003cp\u003eDining, living rooms and bedrooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__temperature-item\"\u003e\n\u003csmall\u003e Neutral \u003c\/small\u003e \u003cstrong\u003e 4000K \u003c\/strong\u003e\n\u003cp\u003eCleaner white light for contemporary interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__temperature-item\"\u003e\n\u003csmall\u003e Cool \u003c\/small\u003e \u003cstrong\u003e 6000K \u003c\/strong\u003e\n\u003cp\u003eBrighter and cooler visual appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LED + INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-giorgio__utility\"\u003e\n\u003cdiv class=\"stb-giorgio__utility-panel\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Integrated LED Included \u003c\/strong\u003e\n\u003cp\u003eBuilt-in LED light source with an average rated lifespan of approximately 50,000 hours. No separate replacement bulb is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__utility-panel\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired · 59\" Adjustable Wire \u003c\/strong\u003e\n\u003cp\u003eCeiling-mounted installation with adjustable 150cm suspension. Longer wire length is available on request. Professional electrician installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COMPACT SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-giorgio__specs\"\u003e\n\u003cdiv class=\"stb-giorgio__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Giorgio \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__spec-list\"\u003e\n\u003cdiv class=\"stb-giorgio__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Small Ø15.7\" × H10.6\" · Medium Ø23.6\" × H11.8\" · Large Ø31.5\" × H13.8\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Steel Body · Hand-Applied Gold Leaf Interior \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__spec\"\u003e\n\u003cspan\u003e Finishes \u003c\/span\u003e \u003cstrong\u003e White \/ Black \/ Gold Exterior · Gold Leaf Interior \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e Integrated LED Included · Max 40W · Approx. 50,000-Hour Lifespan \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__spec\"\u003e\n\u003cspan\u003e Color Temperature \u003c\/span\u003e \u003cstrong\u003e 3000K Warm · 4000K Neutral · 6000K Cool \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__spec\"\u003e\n\u003cspan\u003e Electrical \u003c\/span\u003e \u003cstrong\u003e AC 110–240V · Standard Wall Switch · Hardwired \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Adjustable Wire · Extension Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__spec\"\u003e\n\u003cspan\u003e Use \u0026amp; Care \u003c\/span\u003e \u003cstrong\u003e Indoor Dry Locations · IP20 · Soft Dry Cloth · No Water or Chemical Cleaners on Gold Leaf \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__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\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOLD LEAF NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-giorgio__natural\"\u003e\n\u003cdiv class=\"stb-giorgio__natural-mark\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"stb-giorgio__natural-copy\"\u003e\n\u003cstrong\u003e Hand-applied gold leaf will naturally vary. \u003c\/strong\u003e\n\u003cp\u003eSmall differences in texture, tone and application pattern are expected from fixture to fixture and are part of the handcrafted finish, not defects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOOD TO KNOW\n  ====================================================== --\u003e\n\u003csection class=\"stb-giorgio__faq\"\u003e\n\u003ch3 class=\"stb-giorgio__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Giorgio size should I choose?\u003c\/summary\u003e\n\u003cp\u003eSmall works best as a compact accent, Medium fits most dining and living spaces, and Large provides the strongest sculptural presence for larger rooms and open architectural areas.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the gold-leaf texture supposed to look uneven?\u003c\/summary\u003e\n\u003cp\u003eYes. The interior is hand-finished, so slight differences in tone, texture and application pattern are normal and make each Giorgio slightly different.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes Giorgio need replacement bulbs?\u003c\/summary\u003e\n\u003cp\u003eNo separate bulb is required. Giorgio uses an integrated LED light source that is included with the fixture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer suspension wire?\u003c\/summary\u003e\n\u003cp\u003eYes. Standard suspension is 59\" \/ 150cm and adjustable. Longer wire lengths can be prepared on request for taller ceilings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-giorgio__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\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 15.7\"x H 10.6\" \/ Black \u0026 Gold \/ Warm Light","offer_id":52198480904475,"sku":"STB-GRG-S001","price":235.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 10.6\" \/ Black \u0026 Gold \/ Cool Light","offer_id":52198480937243,"sku":"STB-GRG-S002","price":235.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 10.6\" \/ White \u0026 Gold \/ Warm Light","offer_id":52198480970011,"sku":"STB-GRG-S003","price":235.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 10.6\" \/ White \u0026 Gold \/ Cool Light","offer_id":52198481002779,"sku":"STB-GRG-S004","price":235.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 10.6\" \/ White \/ Warm Light","offer_id":52198481035547,"sku":"STB-GRG-S005","price":235.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 10.6\" \/ White \/ Cool Light","offer_id":52198481068315,"sku":"STB-GRG-S006","price":235.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\" x H 11.8\" \/ Black \u0026 Gold \/ Warm Light","offer_id":52198481101083,"sku":"STB-GRG-S007","price":375.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\" x H 11.8\" \/ Black \u0026 Gold \/ Cool Light","offer_id":52198481133851,"sku":"STB-GRG-S008","price":375.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\" x H 11.8\" \/ White \u0026 Gold \/ Warm Light","offer_id":52198481166619,"sku":"STB-GRG-S009","price":375.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\" x H 11.8\" \/ White \u0026 Gold \/ Cool Light","offer_id":52198481199387,"sku":"STB-GRG-S010","price":375.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\" x H 11.8\" \/ White \/ Warm Light","offer_id":52198481232155,"sku":"STB-GRG-S011","price":375.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\" x H 11.8\" \/ White \/ Cool Light","offer_id":52198481264923,"sku":"STB-GRG-S012","price":375.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.5\"x H 13.8\" \/ Black \u0026 Gold \/ Warm Light","offer_id":52198481297691,"sku":"STB-GRG-S013","price":585.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.5\"x H 13.8\" \/ Black \u0026 Gold \/ Cool Light","offer_id":52198481330459,"sku":"STB-GRG-S014","price":585.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.5\"x H 13.8\" \/ White \u0026 Gold \/ Warm Light","offer_id":52198481363227,"sku":"STB-GRG-S015","price":585.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.5\"x H 13.8\" \/ White \u0026 Gold \/ Cool Light","offer_id":52198481395995,"sku":"STB-GRG-S016","price":585.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.5\"x H 13.8\" \/ White \/ Warm Light","offer_id":52198481428763,"sku":"STB-GRG-S017","price":585.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.5\"x H 13.8\" \/ White \/ Cool Light","offer_id":52198481461531,"sku":"STB-GRG-S018","price":585.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Giorgio-Sculptural-Pendant-Light_Gold-Leaf-Interior-LED-Chandelier-Stuberlighting_3.jpg?v=1778572393"},{"product_id":"lola-disc-pendant-light","title":"Lola Pendant Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — LOLA DISC PENDANT\n   Retro Color \/ Bauhaus \/ Mid-Century Pop\n========================================================= *\/\n\n.stb-lola{\n  --cream:#F5EDD8;\n  --ivory:#FFFCF6;\n  --soft:#F6F0E7;\n  --sand:#E9DDCA;\n\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --muted:#786653;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n\n  --terra:#A95F43;\n  --terra-deep:#75412F;\n\n  --sage:#89947A;\n  --sage-deep:#56604D;\n\n  --burgundy:#6E2933;\n  --cream-pop:#E4CEAA;\n\n  --line:#DCCDB7;\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  -webkit-font-smoothing:antialiased;\n}\n\n.stb-lola *,\n.stb-lola *::before,\n.stb-lola *::after{\n  box-sizing:border-box;\n}\n\n.stb-lola h2,\n.stb-lola 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-lola p{\n  margin-top:0;\n}\n\n.stb-lola__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:.15em;\n  text-transform:uppercase;\n}\n\n.stb-lola__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-lola__view{\n  display:block;\n  margin-top:6px;\n\n  color:#7E6041;\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-lola__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 190px;\n  gap:34px;\n  align-items:end;\n\n  padding:4px 0 25px;\n}\n\n.stb-lola__intro-copy{\n  max-width:650px;\n}\n\n.stb-lola__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-lola__intro p{\n  margin:0;\n\n  color:#604D3C;\n  font-size:14px;\n}\n\n\n\/* signature *\/\n\n.stb-lola__signature{\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-lola__signature-top{\n  padding:12px 14px;\n\n  background:var(--terra);\n}\n\n.stb-lola__signature-bottom{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-lola__signature-sage{\n  padding:10px 12px;\n\n  background:var(--sage);\n}\n\n.stb-lola__signature-burgundy{\n  padding:10px 12px;\n\n  background:var(--burgundy);\n}\n\n.stb-lola__signature small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#F8E8D8;\n\n  font-size:7px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-lola__signature strong{\n  display:block;\n\n  color:#FFF7EB;\n\n  font-size:11px;\n  line-height:1.3;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-lola__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  background:var(--dark);\n\n  border-radius:8px;\n}\n\n.stb-lola__fact{\n  padding:13px 14px;\n\n  border-right:1px solid rgba(245,237,216,.14);\n}\n\n.stb-lola__fact:last-child{\n  border-right:0;\n}\n\n.stb-lola__fact small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#CDB896;\n\n  font-size:7.5px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-lola__fact strong{\n  display:block;\n\n  color:#F8EFDF;\n\n  font-size:11.3px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   COLORWAYS\n========================================================= *\/\n\n.stb-lola__colors{\n  margin-bottom:36px;\n}\n\n.stb-lola__colors-head{\n  max-width:620px;\n\n  margin-bottom:13px;\n}\n\n.stb-lola__colors-head p{\n  margin:0;\n\n  color:#67513E;\n\n  font-size:12.4px;\n}\n\n.stb-lola__color-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:8px;\n}\n\n.stb-lola__color{\n  overflow:hidden;\n\n  border-radius:7px;\n}\n\n.stb-lola__color-main{\n  height:48px;\n}\n\n.stb-lola__color:nth-child(1) .stb-lola__color-main{\n  background:var(--terra);\n}\n\n.stb-lola__color:nth-child(2) .stb-lola__color-main{\n  background:var(--cream-pop);\n}\n\n.stb-lola__color:nth-child(3) .stb-lola__color-main{\n  background:var(--sage);\n}\n\n.stb-lola__color-copy{\n  padding:10px 12px;\n\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n  border-left:1px solid var(--line);\n}\n\n.stb-lola__color-copy small{\n  display:block;\n\n  color:#92734B;\n\n  font-size:7.5px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-lola__color-copy strong{\n  display:block;\n  margin:2px 0 2px;\n\n  color:var(--dark);\n\n  font-size:11.4px;\n}\n\n.stb-lola__color-copy p{\n  margin:0;\n\n  color:#695440;\n\n  font-size:9.8px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAIL\n========================================================= *\/\n\n.stb-lola__detail{\n  display:grid;\n  grid-template-columns:175px 1fr;\n  gap:27px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:19px 21px;\n\n  background:#EEE0CD;\n\n  border-left:5px solid var(--burgundy);\n  border-radius:8px;\n}\n\n.stb-lola__detail-media{\n  width:175px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-lola__image-link{\n  display:block;\n\n  width:100%;\n  padding:5px;\n\n  background:var(--ivory);\n\n  border:1px solid #D7C7AF;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-lola__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-lola__detail-copy h3{\n  margin:0 0 7px;\n\n  font-size:21px;\n}\n\n.stb-lola__detail-copy p{\n  margin:0 0 10px;\n\n  color:#604D3A;\n\n  font-size:12.4px;\n}\n\n.stb-lola__detail-tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:5px;\n}\n\n.stb-lola__detail-tag{\n  padding:5px 8px;\n\n  background:#FBF6ED;\n\n  color:#684C37;\n\n  font-size:9.2px;\n\n  border-radius:20px;\n}\n\n\n\/* =========================================================\n   LOW PROFILE BAND\n========================================================= *\/\n\n.stb-lola__profile{\n  display:grid;\n  grid-template-columns:165px 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-lola__profile-number{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px;\n\n  background:var(--sage-deep);\n}\n\n.stb-lola__profile-number small{\n  margin-bottom:4px;\n\n  color:#D8DFC9;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-lola__profile-number strong{\n  color:#FFF8EA;\n\n  font-size:24px;\n  line-height:1;\n  font-weight:500;\n}\n\n.stb-lola__profile-copy{\n  padding:18px 20px;\n\n  background:#E6D5B8;\n}\n\n.stb-lola__profile-copy strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12px;\n}\n\n.stb-lola__profile-copy p{\n  margin:0;\n\n  color:#604D3A;\n\n  font-size:11px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   SIZE OPTIONS\n========================================================= *\/\n\n.stb-lola__sizes{\n  margin-bottom:37px;\n}\n\n.stb-lola__sizes-head{\n  max-width:650px;\n\n  margin-bottom:14px;\n}\n\n.stb-lola__sizes-head p{\n  margin:0;\n\n  color:#66513E;\n\n  font-size:12.3px;\n}\n\n.stb-lola__size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:9px;\n}\n\n.stb-lola__size{\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.stb-lola__size:nth-child(1){\n  background:#FAF6EF;\n}\n\n.stb-lola__size:nth-child(2){\n  background:#E8DBC4;\n\n  border-top:4px solid var(--terra);\n}\n\n.stb-lola__size:nth-child(3){\n  background:var(--dark);\n\n  border-color:var(--dark);\n}\n\n.stb-lola__size-head{\n  padding:12px 12px 8px;\n\n  text-align:center;\n}\n\n.stb-lola__size-head small{\n  display:block;\n\n  color:#92724A;\n\n  font-size:7.5px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-lola__size-head strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:16px;\n}\n\n.stb-lola__size:nth-child(3) .stb-lola__size-head small{\n  color:#D6B87D;\n}\n\n.stb-lola__size:nth-child(3) .stb-lola__size-head strong{\n  color:#FFF3E2;\n}\n\n.stb-lola__size-media{\n  width:125px;\n  max-width:100%;\n\n  margin:0 auto 9px;\n}\n\n.stb-lola__size-link{\n  display:block;\n\n  padding:4px;\n\n  background:#FFF9F0;\n\n  border:1px solid #D6C6AE;\n  border-radius:5px;\n\n  text-decoration:none;\n}\n\n.stb-lola__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}\n\n.stb-lola__size-copy{\n  padding:10px 12px 13px;\n}\n\n.stb-lola__size-copy strong{\n  display:block;\n  margin-bottom:2px;\n\n  color:var(--dark);\n\n  font-size:10.8px;\n}\n\n.stb-lola__size-copy p{\n  margin:0;\n\n  color:#67513F;\n\n  font-size:9.8px;\n  line-height:1.45;\n}\n\n.stb-lola__size:nth-child(3) .stb-lola__size-copy strong{\n  color:#FFF0DC;\n}\n\n.stb-lola__size:nth-child(3) .stb-lola__size-copy p{\n  color:#D5C7B4;\n}\n\n\n\/* =========================================================\n   LIGHT TEMPERATURE\n========================================================= *\/\n\n.stb-lola__temperature{\n  display:grid;\n  grid-template-columns:150px 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-lola__temperature-title{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px;\n\n  background:var(--burgundy);\n}\n\n.stb-lola__temperature-title small{\n  margin-bottom:4px;\n\n  color:#E7C6C3;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-lola__temperature-title strong{\n  color:#FFF3E8;\n\n  font-size:16px;\n  line-height:1.2;\n  font-weight:500;\n}\n\n.stb-lola__temperature-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  background:#F0E5D5;\n}\n\n.stb-lola__temperature-item{\n  padding:14px;\n\n  border-right:1px solid #D6C5AC;\n}\n\n.stb-lola__temperature-item:last-child{\n  border-right:0;\n}\n\n.stb-lola__temperature-item small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#92734B;\n\n  font-size:7px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.stb-lola__temperature-item strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:11.2px;\n}\n\n.stb-lola__temperature-item p{\n  margin:2px 0 0;\n\n  color:#66513D;\n\n  font-size:9.7px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   LED \/ INSTALL\n========================================================= *\/\n\n.stb-lola__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-lola__utility-panel{\n  padding:19px 20px;\n}\n\n.stb-lola__utility-panel:first-child{\n  background:var(--dark);\n}\n\n.stb-lola__utility-panel:last-child{\n  background:var(--terra);\n}\n\n.stb-lola__utility-panel 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-lola__utility-panel:first-child small{\n  color:#D5B878;\n}\n\n.stb-lola__utility-panel:last-child small{\n  color:#F1D3C1;\n}\n\n.stb-lola__utility-panel strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:#FFF3E2;\n\n  font-size:12.3px;\n}\n\n.stb-lola__utility-panel p{\n  margin:0;\n\n  color:#DCCFBD;\n\n  font-size:11px;\n  line-height:1.55;\n}\n\n.stb-lola__utility-panel:last-child p{\n  color:#F7E7DD;\n}\n\n\n\/* =========================================================\n   COMPACT SPECS\n========================================================= *\/\n\n.stb-lola__specs{\n  margin-bottom:33px;\n}\n\n.stb-lola__spec-head{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  gap:20px;\n\n  padding:13px 16px;\n\n  background:var(--sage-deep);\n\n  border-bottom:3px solid var(--gold);\n}\n\n.stb-lola__spec-head span{\n  color:#D9E0CC;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-lola__spec-head strong{\n  color:#FFF5E6;\n\n  font-size:16px;\n  font-weight:500;\n}\n\n.stb-lola__spec-list{\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n  border-left:1px solid var(--line);\n}\n\n.stb-lola__spec{\n  display:grid;\n  grid-template-columns:29% 71%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E6DAC8;\n}\n\n.stb-lola__spec span{\n  padding-right:10px;\n\n  color:#88725A;\n\n  font-size:9.8px;\n}\n\n.stb-lola__spec strong{\n  color:var(--dark);\n\n  font-size:11.1px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.stb-lola__care{\n  display:grid;\n  grid-template-columns:70px 1fr;\n\n  margin-bottom:30px;\n\n  overflow:hidden;\n\n  border-radius:7px;\n}\n\n.stb-lola__care-mark{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  background:var(--burgundy);\n\n  color:#FFF0E6;\n\n  font-size:23px;\n}\n\n.stb-lola__care-copy{\n  padding:14px 16px;\n\n  background:#E8DBC8;\n}\n\n.stb-lola__care-copy strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.2px;\n}\n\n.stb-lola__care-copy p{\n  margin:0;\n\n  color:#67513E;\n\n  font-size:10.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-lola__faq{\n  margin-bottom:30px;\n\n  padding:18px 20px 7px;\n\n  background:#F0E4D3;\n\n  border-left:4px solid var(--sage);\n  border-radius:7px;\n}\n\n.stb-lola__faq details{\n  padding:12px 0;\n\n  border-bottom:1px solid #D8C6AD;\n}\n\n.stb-lola__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-lola__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-lola__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-lola__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-4px;\n\n  color:var(--terra);\n\n  font-size:22px;\n}\n\n.stb-lola__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-lola__faq details p{\n  margin:8px 0 0;\n\n  color:#65503D;\n\n  font-size:11.7px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-lola__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-lola__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-lola__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-lola__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-lola__shipping strong{\n  color:var(--dark);\n}\n\n.stb-lola__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-lola__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,12,8,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-lola__lightbox:target{\n  display:flex;\n}\n\n.stb-lola__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-lola__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,.45);\n}\n\n.stb-lola__lightbox-title{\n  margin:9px 0 0 !important;\n\n  color:#E1CCA9 !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-lola__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-lola__intro{\n    grid-template-columns:1fr;\n\n    gap:13px;\n  }\n\n  .stb-lola__intro h2{\n    font-size:25px;\n  }\n\n  .stb-lola__signature{\n    max-width:300px;\n  }\n\n\n  .stb-lola__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-lola__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-lola__fact:nth-child(-n+2){\n    border-bottom:1px solid rgba(245,237,216,.14);\n  }\n\n\n  .stb-lola__color-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-lola__detail{\n    grid-template-columns:145px 1fr;\n\n    gap:15px;\n    padding:15px;\n  }\n\n  .stb-lola__detail-media{\n    width:145px;\n  }\n\n  .stb-lola__detail-copy h3{\n    font-size:19px;\n  }\n\n\n  .stb-lola__profile{\n    grid-template-columns:135px 1fr;\n  }\n\n\n  .stb-lola__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lola__size{\n    display:grid;\n    grid-template-columns:110px 1fr;\n\n    padding:9px;\n  }\n\n  .stb-lola__size-head{\n    grid-column:2;\n\n    padding:6px 8px;\n    text-align:left;\n  }\n\n  .stb-lola__size-media{\n    grid-column:1;\n    grid-row:1 \/ span 2;\n\n    width:100px;\n    margin:0;\n  }\n\n  .stb-lola__size-copy{\n    grid-column:2;\n\n    padding:7px 8px;\n  }\n\n\n  .stb-lola__temperature{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lola__temperature-title{\n    padding:14px 17px;\n  }\n\n\n  .stb-lola__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-lola__spec{\n    grid-template-columns:35% 65%;\n  }\n\n\n  .stb-lola__shipping{\n    padding:18px;\n  }\n\n  .stb-lola__shipping p{\n    font-size:12px;\n  }\n\n\n  .stb-lola__lightbox{\n    padding:14px;\n  }\n\n  .stb-lola__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n@media screen and (max-width:470px){\n\n  .stb-lola__detail,\n  .stb-lola__profile{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lola__detail-media{\n    width:150px;\n  }\n\n\n  .stb-lola__temperature-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lola__temperature-item{\n    border-right:0;\n    border-bottom:1px solid #D6C5AC;\n  }\n\n  .stb-lola__temperature-item:last-child{\n    border-bottom:0;\n  }\n\n\n  .stb-lola__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-lola\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-lola__intro\"\u003e\n\u003cdiv class=\"stb-lola__intro-copy\"\u003e\n\u003cspan class=\"stb-lola__label\"\u003e Retro Disc · Integrated LED · Color Statement \u003c\/span\u003e\n\u003ch2\u003eA Low-Profile Pendant That Brings Color to the Ceiling.\u003c\/h2\u003e\n\u003cp\u003eLola combines a flat metal disc, centered sphere detail and glossy color combinations inspired by mid-century design. Its slim 4.7-inch body gives the fixture visual presence without adding unnecessary bulk below the ceiling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__signature\"\u003e\n\u003cdiv class=\"stb-lola__signature-top\"\u003e\n\u003csmall\u003eWarm \u0026amp; Graphic\u003c\/small\u003e \u003cstrong\u003eTerracotta\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__signature-bottom\"\u003e\n\u003cdiv class=\"stb-lola__signature-sage\"\u003e\n\u003csmall\u003eEarthy\u003c\/small\u003e \u003cstrong\u003eSage\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__signature-burgundy\"\u003e\n\u003csmall\u003eContrast\u003c\/small\u003e \u003cstrong\u003eBurgundy\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-lola__facts\"\u003e\n\u003cdiv class=\"stb-lola__fact\"\u003e\n\u003csmall\u003eSizes\u003c\/small\u003e \u003cstrong\u003e11.8\" · 15.7\" · 19.6\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__fact\"\u003e\n\u003csmall\u003eProfile\u003c\/small\u003e \u003cstrong\u003eOnly 4.7\" High\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__fact\"\u003e\n\u003csmall\u003eLight\u003c\/small\u003e \u003cstrong\u003eIntegrated LED Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__fact\"\u003e\n\u003csmall\u003eSuspension\u003c\/small\u003e \u003cstrong\u003e59\" Adjustable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COLORWAYS\n  ====================================================== --\u003e\n\u003csection class=\"stb-lola__colors\"\u003e\n\u003cdiv class=\"stb-lola__colors-head\"\u003e\n\u003cspan class=\"stb-lola__label\"\u003e Color Is Part of the Design \u003c\/span\u003e\n\u003ch3 class=\"stb-lola__heading\"\u003eThree Distinct Personalities.\u003c\/h3\u003e\n\u003cp\u003eLola is designed to be seen rather than disappear into a neutral room. Choose the combination that best connects with the wood tones, textiles and wall colors already in your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__color-grid\"\u003e\n\u003cdiv class=\"stb-lola__color\"\u003e\n\u003cdiv class=\"stb-lola__color-main\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__color-copy\"\u003e\n\u003csmall\u003eWarmest\u003c\/small\u003e \u003cstrong\u003eTerracotta\u003c\/strong\u003e\n\u003cp\u003eWorks naturally with oak, walnut and warm neutrals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__color\"\u003e\n\u003cdiv class=\"stb-lola__color-main\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__color-copy\"\u003e\n\u003csmall\u003eMost Versatile\u003c\/small\u003e \u003cstrong\u003eCream + Burgundy\u003c\/strong\u003e\n\u003cp\u003eA softer base with a stronger central accent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__color\"\u003e\n\u003cdiv class=\"stb-lola__color-main\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__color-copy\"\u003e\n\u003csmall\u003eEarthy\u003c\/small\u003e \u003cstrong\u003eSage + Coral\u003c\/strong\u003e\n\u003cp\u003ePairs well with natural materials and botanical palettes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAIL IMAGE\n  ====================================================== --\u003e\n\u003csection id=\"lola-detail-section\" class=\"stb-lola__detail\"\u003e\n\u003cdiv class=\"stb-lola__detail-media\"\u003e\u003ca href=\"#lola-detail\" class=\"stb-lola__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Lumi_-Pop-Disc-Pendant-Light-Retro-LED-Ceiling-Pendant-in-Color-Stuberlighting_18.jpg?v=1778764273\" alt=\"Lola Disc Pendant Light glossy metal disc and sphere detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-lola__view\"\u003e View Product Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__detail-copy\"\u003e\n\u003cspan class=\"stb-lola__label\"\u003e Product Detail \u003c\/span\u003e\n\u003ch3\u003eDisc Above. Diffused Light Below.\u003c\/h3\u003e\n\u003cp\u003eThe glossy lacquered metal body gives Lola its crisp color, while the acrylic diffuser beneath the disc spreads the integrated LED light evenly downward.\u003c\/p\u003e\n\u003cdiv class=\"stb-lola__detail-tags\"\u003e\n\u003cspan class=\"stb-lola__detail-tag\"\u003e High-Gloss Lacquer \u003c\/span\u003e \u003cspan class=\"stb-lola__detail-tag\"\u003e Metal Body \u003c\/span\u003e \u003cspan class=\"stb-lola__detail-tag\"\u003e Acrylic Diffuser \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"lola-detail\" href=\"#lola-detail-section\" class=\"stb-lola__lightbox\"\u003e \u003cspan class=\"stb-lola__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Lumi_-Pop-Disc-Pendant-Light-Retro-LED-Ceiling-Pendant-in-Color-Stuberlighting_18.jpg?v=1778764273\" alt=\"Enlarged Lola Disc Pendant detail\"\u003e \u003cspan class=\"stb-lola__lightbox-title\"\u003e Lola · Product Detail \u003c\/span\u003e \u003cspan class=\"stb-lola__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-lola__profile\"\u003e\n\u003cdiv class=\"stb-lola__profile-number\"\u003e\n\u003csmall\u003e Fixture Height \u003c\/small\u003e \u003cstrong\u003e 4.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__profile-copy\"\u003e\n\u003cstrong\u003e Visual width without a bulky body. \u003c\/strong\u003e\n\u003cp\u003eAll three sizes share the same slim 4.7\" \/ 12cm fixture height. This keeps the silhouette horizontal and makes Lola especially useful when you want a statement pendant without a tall shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZES\n  ====================================================== --\u003e\n\u003csection class=\"stb-lola__sizes\"\u003e\n\u003cdiv class=\"stb-lola__sizes-head\"\u003e\n\u003cspan class=\"stb-lola__label\"\u003e Choose Your Size \u003c\/span\u003e\n\u003ch3 class=\"stb-lola__heading\"\u003eSame Profile. More Diameter.\u003c\/h3\u003e\n\u003cp\u003eMove up in size when you need more visual coverage over a dining table, island or open seating area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__size-grid\"\u003e\n\u003c!-- SMALL --\u003e\n\u003carticle class=\"stb-lola__size\"\u003e\n\u003cdiv class=\"stb-lola__size-head\"\u003e\n\u003csmall\u003eCompact\u003c\/small\u003e \u003cstrong\u003eSmall\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__size-media\"\u003e\u003ca href=\"#lola-size-small\" class=\"stb-lola__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Lola-Disc-Pendant-Light-Retro-LED-Ceiling-Pendant-in-Color-Stuberlighting_19_c8903725-f3f7-4d62-a984-c19a3a42b1f8.jpg?v=1778589129\" alt=\"Lola Small Disc Pendant dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-lola__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__size-copy\"\u003e\n\u003cstrong\u003e Ø11.8\" × H4.7\" · ~28W \u003c\/strong\u003e\n\u003cp\u003eBedside pendant, small table, reading nook or office accent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- MEDIUM --\u003e\n\u003carticle class=\"stb-lola__size\"\u003e\n\u003cdiv class=\"stb-lola__size-head\"\u003e\n\u003csmall\u003eMost Versatile\u003c\/small\u003e \u003cstrong\u003eMedium\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__size-media\"\u003e\u003ca href=\"#lola-size-medium\" class=\"stb-lola__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Lola-Disc-Pendant-Light-Retro-LED-Ceiling-Pendant-in-Color-Stuberlighting_21.jpg?v=1778589129\" alt=\"Lola Medium Disc Pendant dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-lola__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__size-copy\"\u003e\n\u003cstrong\u003e Ø15.7\" × H4.7\" · ~36W \u003c\/strong\u003e\n\u003cp\u003eDining table, kitchen island or living room accent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- LARGE --\u003e\n\u003carticle class=\"stb-lola__size\"\u003e\n\u003cdiv class=\"stb-lola__size-head\"\u003e\n\u003csmall\u003eStatement\u003c\/small\u003e \u003cstrong\u003eLarge\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__size-media\"\u003e\u003ca href=\"#lola-size-large\" class=\"stb-lola__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Lola-Disc-Pendant-Light-Retro-LED-Ceiling-Pendant-in-Color-Stuberlighting_22.jpg?v=1778589130\" alt=\"Lola Large Disc Pendant dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-lola__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__size-copy\"\u003e\n\u003cstrong\u003e Ø19.6\" × H4.7\" · ~48W \u003c\/strong\u003e\n\u003cp\u003eLarger dining rooms, islands and open-plan spaces.\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=\"lola-size-small\" href=\"#\" class=\"stb-lola__lightbox\"\u003e \u003cspan class=\"stb-lola__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Lola-Disc-Pendant-Light-Retro-LED-Ceiling-Pendant-in-Color-Stuberlighting_19_c8903725-f3f7-4d62-a984-c19a3a42b1f8.jpg?v=1778589129\" alt=\"Enlarged Lola Small dimensions\"\u003e \u003cspan class=\"stb-lola__lightbox-title\"\u003e Small · Ø11.8\" × H4.7\" \u003c\/span\u003e \u003cspan class=\"stb-lola__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"lola-size-medium\" href=\"#\" class=\"stb-lola__lightbox\"\u003e \u003cspan class=\"stb-lola__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Lola-Disc-Pendant-Light-Retro-LED-Ceiling-Pendant-in-Color-Stuberlighting_21.jpg?v=1778589129\" alt=\"Enlarged Lola Medium dimensions\"\u003e \u003cspan class=\"stb-lola__lightbox-title\"\u003e Medium · Ø15.7\" × H4.7\" \u003c\/span\u003e \u003cspan class=\"stb-lola__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"lola-size-large\" href=\"#\" class=\"stb-lola__lightbox\"\u003e \u003cspan class=\"stb-lola__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Lola-Disc-Pendant-Light-Retro-LED-Ceiling-Pendant-in-Color-Stuberlighting_22.jpg?v=1778589130\" alt=\"Enlarged Lola Large dimensions\"\u003e \u003cspan class=\"stb-lola__lightbox-title\"\u003e Large · Ø19.6\" × H4.7\" \u003c\/span\u003e \u003cspan class=\"stb-lola__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       COLOR TEMPERATURE\n  ====================================================== --\u003e\n\u003csection class=\"stb-lola__temperature\"\u003e\n\u003cdiv class=\"stb-lola__temperature-title\"\u003e\n\u003csmall\u003e LED Color Temperature \u003c\/small\u003e \u003cstrong\u003e Choose Your Light Tone. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__temperature-grid\"\u003e\n\u003cdiv class=\"stb-lola__temperature-item\"\u003e\n\u003csmall\u003eWarm\u003c\/small\u003e \u003cstrong\u003e3000K\u003c\/strong\u003e\n\u003cp\u003eBest for warm residential atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__temperature-item\"\u003e\n\u003csmall\u003eNeutral\u003c\/small\u003e \u003cstrong\u003e4000K\u003c\/strong\u003e\n\u003cp\u003eCleaner everyday white light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__temperature-item\"\u003e\n\u003csmall\u003eCool\u003c\/small\u003e \u003cstrong\u003e6000K\u003c\/strong\u003e\n\u003cp\u003eCrisp, cooler illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LED + INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-lola__utility\"\u003e\n\u003cdiv class=\"stb-lola__utility-panel\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Integrated LED Included \u003c\/strong\u003e\n\u003cp\u003eBuilt-in LED panel with approximately 50,000 hours average rated lifespan. No separate bulb or socket compatibility is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__utility-panel\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired · 59\" Adjustable Wire \u003c\/strong\u003e\n\u003cp\u003e150cm adjustable suspension with extension available on request. Professional electrician installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COMPACT SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-lola__specs\"\u003e\n\u003cdiv class=\"stb-lola__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Lola \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__spec-list\"\u003e\n\u003cdiv class=\"stb-lola__spec\"\u003e\n\u003cspan\u003e Sizes \u0026amp; Power \u003c\/span\u003e \u003cstrong\u003e Small Ø11.8\" × H4.7\" · ~28W  |  Medium Ø15.7\" × H4.7\" · ~36W  |  Large Ø19.6\" × H4.7\" · ~48W \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e High-Gloss Lacquered Metal Body · Acrylic LED Diffuser Panel \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e Integrated LED Included · Approx. 50,000-Hour Lifespan \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__spec\"\u003e\n\u003cspan\u003e Color Temperature \u003c\/span\u003e \u003cstrong\u003e 3000K Warm · 4000K Neutral · 6000K Cool · Selected at Installation \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__spec\"\u003e\n\u003cspan\u003e Electrical \u003c\/span\u003e \u003cstrong\u003e AC 110–240V · Hardwired · Standard Wall Switch · Professional Electrician Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Adjustable Wire · Extension Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__spec\"\u003e\n\u003cspan\u003e Rating \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__spec\"\u003e\n\u003cspan\u003e Care \u003c\/span\u003e \u003cstrong\u003e Soft Dry Cloth · Avoid Abrasive Cleaners on Lacquer · Do Not Use Water on LED Diffuser \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__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\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-lola__care\"\u003e\n\u003cdiv class=\"stb-lola__care-mark\"\u003e●\u003c\/div\u003e\n\u003cdiv class=\"stb-lola__care-copy\"\u003e\n\u003cstrong\u003e Gloss lacquer shows its best with gentle care. \u003c\/strong\u003e\n\u003cp\u003eUse a soft dry cloth and avoid abrasive cleaners that can dull the glossy surface. Keep water away from the integrated LED diffuser.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOOD TO KNOW\n  ====================================================== --\u003e\n\u003csection class=\"stb-lola__faq\"\u003e\n\u003ch3 class=\"stb-lola__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Lola size should I choose?\u003c\/summary\u003e\n\u003cp\u003eSmall works well for compact areas and bedside use. Medium is the most flexible choice for dining tables and islands. Large gives stronger visual coverage in larger dining and open-plan spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes Lola require replacement bulbs?\u003c\/summary\u003e\n\u003cp\u003eNo. Lola uses an integrated LED panel that is included with the fixture, so there is no separate bulb to purchase.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich color is easiest to coordinate?\u003c\/summary\u003e\n\u003cp\u003eCream + Burgundy is the most flexible if your room already mixes warm and cool tones. Terracotta works especially well with warm wood, while Sage adds a softer earthy contrast.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer suspension?\u003c\/summary\u003e\n\u003cp\u003eYes. Standard suspension is 59\" \/ 150cm and adjustable. Longer wire lengths can be prepared 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-lola__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\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 11.8\" x H4.7\" \/ Green \/ Warm Light","offer_id":52199282082075,"sku":"STB-LOLA-SG-S1","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 11.8\" x H4.7\" \/ Green \/ Cool Light","offer_id":52199587152155,"sku":"STB-LOLA-SG-S2","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 11.8\" x H4.7\" \/ Red \/ Warm Light","offer_id":52199282114843,"sku":"STB-LOLA-TC-S3","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 11.8\" x H4.7\" \/ Red \/ Cool Light","offer_id":52199587184923,"sku":"STB-LOLA-TC-S4","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 11.8\" x H4.7\" \/ Beige \/ Warm Light","offer_id":52199282147611,"sku":"STB-LOLA-CR-S5","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 11.8\" x H4.7\" \/ Beige \/ Cool Light","offer_id":52199587217691,"sku":"STB-LOLA-CR-S6","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 4.7\" \/ Green \/ Warm Light","offer_id":52199282180379,"sku":"STB-LOLA-SG-M1","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 4.7\" \/ Green \/ Cool Light","offer_id":52199587250459,"sku":"STB-LOLA-SG-M2","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 4.7\" \/ Red \/ Warm Light","offer_id":52199282213147,"sku":"STB-LOLA-TC-M3","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 4.7\" \/ Red \/ Cool Light","offer_id":52199587283227,"sku":"STB-LOLA-TC-M4","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 4.7\" \/ Beige \/ Warm Light","offer_id":52199282245915,"sku":"STB-LOLA-CR-M5","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 4.7\" \/ Beige \/ Cool Light","offer_id":52199587315995,"sku":"STB-LOLA-CR-M6","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6\"xH4.7\" \/ Green \/ Warm Light","offer_id":52199282278683,"sku":"STB-LOLA-SG-L1","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6\"xH4.7\" \/ Green \/ Cool Light","offer_id":52199587348763,"sku":"STB-LOLA-SG-L2","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6\"xH4.7\" \/ Red \/ Warm Light","offer_id":52199282311451,"sku":"STB-LOLA-TC-L3","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6\"xH4.7\" \/ Red \/ Cool Light","offer_id":52199587381531,"sku":"STB-LOLA-TC-L4","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6\"xH4.7\" \/ Beige \/ Warm Light","offer_id":52199282344219,"sku":"STB-LOLA-CR-L5","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6\"xH4.7\" \/ Beige \/ Cool Light","offer_id":52199587414299,"sku":"STB-LOLA-CR-L6","price":225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Lola-Disc-Pendant-Light-Retro-LED-Ceiling-Pendant-in-Color-Stuberlighting_1.jpg?v=1778588640"},{"product_id":"solene-wabi-sabi-chandelier","title":"Solene Wabi-Sabi Chandelier","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — SOLENE WABI-SABI CHANDELIER\n   Warm Gold · Glass · Fabric\n========================================================= *\/\n\n.stb-solene{\n  --cream:#F5EDD8;\n  --ivory:#FFFCF6;\n  --paper:#F2E8D8;\n  --sand:#E8D9C4;\n\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --walnut:#62452E;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n  --warm-gold:#A9824F;\n\n  --clay:#9D6C4B;\n  --clay-soft:#D7BDA7;\n\n  --glass:#EFECE5;\n  --muted:#766554;\n  --line:#DCCDB7;\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:14.5px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-solene *,\n.stb-solene *::before,\n.stb-solene *::after{\n  box-sizing:border-box;\n}\n\n.stb-solene h2,\n.stb-solene 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-solene p{\n  margin-top:0;\n}\n\n.stb-solene__label{\n  display:block;\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  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-solene__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-solene__view{\n  display:block;\n  margin-top:6px;\n\n  color:#795C3F;\n\n  font-size:9.5px;\n  line-height:1.4;\n  font-weight:600;\n  letter-spacing:.05em;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-solene__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 190px;\n  gap:34px;\n  align-items:end;\n\n  padding:4px 0 27px;\n}\n\n.stb-solene__intro-copy{\n  max-width:650px;\n}\n\n.stb-solene__intro h2{\n  max-width:650px;\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.13;\n}\n\n.stb-solene__intro p{\n  margin:0;\n\n  color:#604D3B;\n\n  font-size:14.5px;\n  line-height:1.65;\n}\n\n\n\/* intro material block *\/\n\n.stb-solene__material-signature{\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-solene__signature-main{\n  padding:13px 15px;\n\n  background:var(--warm-gold);\n}\n\n.stb-solene__signature-main small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#F1E0C7;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-solene__signature-main strong{\n  display:block;\n\n  color:#FFF6E8;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-solene__signature-bottom{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-solene__signature-item{\n  padding:10px 12px;\n}\n\n.stb-solene__signature-item:first-child{\n  background:var(--dark);\n}\n\n.stb-solene__signature-item:last-child{\n  background:#D6C6B1;\n}\n\n.stb-solene__signature-item small{\n  display:block;\n  margin-bottom:2px;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.stb-solene__signature-item:first-child small{\n  color:#CDBA9E;\n}\n\n.stb-solene__signature-item:last-child small{\n  color:#75604D;\n}\n\n.stb-solene__signature-item strong{\n  font-size:11.5px;\n}\n\n.stb-solene__signature-item:first-child strong{\n  color:#FFF2E1;\n}\n\n.stb-solene__signature-item:last-child strong{\n  color:#3F2D20;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-solene__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:35px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-solene__fact{\n  padding:14px 13px;\n}\n\n.stb-solene__fact:nth-child(1){\n  background:var(--dark);\n}\n\n.stb-solene__fact:nth-child(2){\n  background:var(--warm-gold);\n}\n\n.stb-solene__fact:nth-child(3){\n  background:var(--clay);\n}\n\n.stb-solene__fact:nth-child(4){\n  background:var(--glass);\n}\n\n.stb-solene__fact small{\n  display:block;\n  margin-bottom:4px;\n\n  font-size:8.5px;\n  line-height:1.35;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-solene__fact:nth-child(-n+3) small{\n  color:#E0CEB7;\n}\n\n.stb-solene__fact:nth-child(4) small{\n  color:#756B62;\n}\n\n.stb-solene__fact strong{\n  display:block;\n\n  font-size:12px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n.stb-solene__fact:nth-child(-n+3) strong{\n  color:#FFF4E5;\n}\n\n.stb-solene__fact:nth-child(4) strong{\n  color:#332920;\n}\n\n\n\/* =========================================================\n   DETAIL IMAGE\n========================================================= *\/\n\n.stb-solene__detail{\n  display:grid;\n  grid-template-columns:175px 1fr;\n  gap:27px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:19px 21px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-left:5px solid var(--clay);\n\n  border-radius:8px;\n}\n\n.stb-solene__detail-media{\n  width:175px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-solene__image-link{\n  display:block;\n\n  width:100%;\n  padding:5px;\n\n  background:#EEE2D1;\n\n  border:1px solid #D7C6AD;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-solene__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-solene__detail-copy h3{\n  margin:0 0 7px;\n\n  font-size:21px;\n  line-height:1.25;\n}\n\n.stb-solene__detail-copy p{\n  margin:0 0 10px;\n\n  color:#604D3B;\n\n  font-size:13px;\n  line-height:1.6;\n}\n\n.stb-solene__tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:6px;\n}\n\n.stb-solene__tag{\n  padding:5px 8px;\n\n  background:#EDE2D3;\n\n  color:#654A36;\n\n  font-size:10px;\n  line-height:1.4;\n\n  border-radius:20px;\n}\n\n\n\/* =========================================================\n   MATERIAL STORY\n========================================================= *\/\n\n.stb-solene__materials{\n  display:grid;\n  grid-template-columns:1fr 1fr 1fr;\n  gap:8px;\n\n  margin-bottom:36px;\n}\n\n.stb-solene__material-card{\n  padding:16px;\n\n  border-radius:8px;\n}\n\n.stb-solene__material-card:nth-child(1){\n  background:var(--warm-gold);\n}\n\n.stb-solene__material-card:nth-child(2){\n  background:#E6E1D8;\n}\n\n.stb-solene__material-card:nth-child(3){\n  background:var(--walnut);\n}\n\n.stb-solene__material-card small{\n  display:block;\n  margin-bottom:4px;\n\n  font-size:8.5px;\n  line-height:1.35;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-solene__material-card:nth-child(1) small,\n.stb-solene__material-card:nth-child(3) small{\n  color:#E7D5BC;\n}\n\n.stb-solene__material-card:nth-child(2) small{\n  color:#756A60;\n}\n\n.stb-solene__material-card strong{\n  display:block;\n  margin-bottom:3px;\n\n  font-size:13px;\n  line-height:1.4;\n}\n\n.stb-solene__material-card:nth-child(1) strong,\n.stb-solene__material-card:nth-child(3) strong{\n  color:#FFF4E5;\n}\n\n.stb-solene__material-card:nth-child(2) strong{\n  color:#342B24;\n}\n\n.stb-solene__material-card p{\n  margin:0;\n\n  font-size:10.8px;\n  line-height:1.5;\n}\n\n.stb-solene__material-card:nth-child(1) p,\n.stb-solene__material-card:nth-child(3) p{\n  color:#EEE1D0;\n}\n\n.stb-solene__material-card:nth-child(2) p{\n  color:#61554B;\n}\n\n\n\/* =========================================================\n   MODEL COMPARISON IMAGE\n========================================================= *\/\n\n.stb-solene__compare{\n  display:grid;\n  grid-template-columns:1fr 225px;\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:37px;\n  padding:20px 21px;\n\n  background:var(--dark);\n\n  border-radius:8px;\n}\n\n.stb-solene__compare-copy .stb-solene__label{\n  color:#D8BA82;\n}\n\n.stb-solene__compare-copy h3{\n  margin:0 0 7px;\n\n  color:#FFF4E4;\n\n  font-size:21px;\n}\n\n.stb-solene__compare-copy p{\n  margin:0 0 12px;\n\n  color:#D6C9B7;\n\n  font-size:12.5px;\n  line-height:1.6;\n}\n\n.stb-solene__compare-options{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:7px;\n}\n\n.stb-solene__compare-option{\n  padding:9px 10px;\n\n  border:1px solid rgba(255,255,255,.13);\n}\n\n.stb-solene__compare-option small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#BDAA91;\n\n  font-size:8.5px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.stb-solene__compare-option strong{\n  display:block;\n\n  color:#FFF1DE;\n\n  font-size:12px;\n}\n\n.stb-solene__compare-media{\n  width:225px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-solene__compare-link{\n  display:block;\n\n  padding:5px;\n\n  background:#E7D8C2;\n\n  border:1px solid #6D5947;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-solene__compare-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}\n\n\n\/* =========================================================\n   SIZE COMPARISON — HORIZONTAL\n========================================================= *\/\n\n.stb-solene__sizes{\n  margin-bottom:38px;\n}\n\n.stb-solene__sizes-head{\n  display:flex;\n  align-items:end;\n  justify-content:space-between;\n  gap:20px;\n\n  margin-bottom:14px;\n}\n\n.stb-solene__sizes-head p{\n  max-width:570px;\n  margin:0;\n\n  color:#66513E;\n\n  font-size:12.5px;\n  line-height:1.6;\n}\n\n.stb-solene__wire-badge{\n  flex-shrink:0;\n\n  padding:7px 10px;\n\n  background:var(--warm-gold);\n\n  color:#FFF4E5;\n\n  font-size:9px;\n  font-weight:600;\n\n  border-radius:4px;\n}\n\n.stb-solene__size-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.stb-solene__size-card{\n  display:grid;\n  grid-template-columns:150px 1fr;\n  gap:15px;\n  align-items:center;\n\n  min-width:0;\n\n  padding:14px;\n\n  border-radius:8px;\n}\n\n.stb-solene__size-card:first-child{\n  background:#EFE4D4;\n\n  border-left:5px solid var(--gold);\n}\n\n.stb-solene__size-card:last-child{\n  background:var(--dark);\n}\n\n.stb-solene__size-media{\n  width:145px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-solene__size-link{\n  display:block;\n\n  padding:5px;\n\n  background:#FFF9F0;\n\n  border:1px solid #D5C4AC;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-solene__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-solene__size-copy small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#92704B;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-solene__size-card:last-child\n.stb-solene__size-copy small{\n  color:#D4B77A;\n}\n\n.stb-solene__size-copy h3{\n  margin:0 0 4px;\n\n  font-size:18px;\n}\n\n.stb-solene__size-card:last-child\n.stb-solene__size-copy h3{\n  color:#FFF3E3;\n}\n\n.stb-solene__size-copy strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12px;\n  line-height:1.4;\n}\n\n.stb-solene__size-card:last-child\n.stb-solene__size-copy strong{\n  color:#FFF0DB;\n}\n\n.stb-solene__size-copy p{\n  margin:0;\n\n  color:#66513E;\n\n  font-size:10.8px;\n  line-height:1.5;\n}\n\n.stb-solene__size-card:last-child\n.stb-solene__size-copy p{\n  color:#D6C8B5;\n}\n\n\n\/* =========================================================\n   SIZE \/ ROOM DECISION\n========================================================= *\/\n\n.stb-solene__fit{\n  display:grid;\n  grid-template-columns:160px 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-solene__fit-title{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px;\n\n  background:var(--clay);\n}\n\n.stb-solene__fit-title small{\n  margin-bottom:4px;\n\n  color:#F0D8C6;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-solene__fit-title strong{\n  color:#FFF4E7;\n\n  font-size:16px;\n  line-height:1.25;\n  font-weight:500;\n}\n\n.stb-solene__fit-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  background:#F0E4D2;\n}\n\n.stb-solene__fit-item{\n  padding:15px;\n\n  border-right:1px solid #D5C3AA;\n}\n\n.stb-solene__fit-item:last-child{\n  border-right:0;\n}\n\n.stb-solene__fit-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#94724A;\n\n  font-size:8.5px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.stb-solene__fit-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:12px;\n}\n\n.stb-solene__fit-item p{\n  margin:0;\n\n  color:#66513E;\n\n  font-size:10.8px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   LIGHT + INSTALLATION\n========================================================= *\/\n\n.stb-solene__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-solene__utility-panel{\n  padding:20px 21px;\n}\n\n.stb-solene__utility-panel:first-child{\n  background:var(--walnut);\n}\n\n.stb-solene__utility-panel:last-child{\n  background:var(--warm-gold);\n}\n\n.stb-solene__utility-panel small{\n  display:block;\n  margin-bottom:5px;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-solene__utility-panel:first-child small{\n  color:#D7BC95;\n}\n\n.stb-solene__utility-panel:last-child small{\n  color:#4E361E;\n}\n\n.stb-solene__utility-panel strong{\n  display:block;\n  margin-bottom:5px;\n\n  font-size:12.8px;\n  line-height:1.4;\n}\n\n.stb-solene__utility-panel:first-child strong{\n  color:#FFF3E2;\n}\n\n.stb-solene__utility-panel:last-child strong{\n  color:#2E1F14;\n}\n\n.stb-solene__utility-panel p{\n  margin:0;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n.stb-solene__utility-panel:first-child p{\n  color:#DCCFBD;\n}\n\n.stb-solene__utility-panel:last-child p{\n  color:#4B3522;\n}\n\n\n\/* =========================================================\n   HANGING GUIDE\n========================================================= *\/\n\n.stb-solene__hanging{\n  display:grid;\n  grid-template-columns:150px 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-solene__hanging-title{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:17px;\n\n  background:#BCA070;\n}\n\n.stb-solene__hanging-title small{\n  margin-bottom:3px;\n\n  color:#574024;\n\n  font-size:8.5px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.stb-solene__hanging-title strong{\n  color:#2D2015;\n\n  font-size:15.5px;\n}\n\n.stb-solene__hanging-copy{\n  padding:17px 20px;\n\n  background:#EAE0D1;\n}\n\n.stb-solene__hanging-copy p{\n  margin:0;\n\n  color:#604D3B;\n\n  font-size:11.7px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   COMPACT SPECIFICATIONS\n========================================================= *\/\n\n.stb-solene__specs{\n  margin-bottom:33px;\n}\n\n.stb-solene__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n\n  padding:13px 16px;\n\n  background:var(--dark);\n\n  border-bottom:3px solid var(--gold);\n}\n\n.stb-solene__spec-head span{\n  color:#D6B87D;\n\n  font-size:9px;\n  line-height:1.35;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-solene__spec-head strong{\n  color:#FFF4E5;\n\n  font-size:16.5px;\n  font-weight:500;\n}\n\n.stb-solene__spec-list{\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n  border-left:1px solid var(--line);\n}\n\n.stb-solene__spec{\n  display:grid;\n  grid-template-columns:29% 71%;\n\n  padding:10px 13px;\n\n  border-bottom:1px solid #E6DAC8;\n}\n\n.stb-solene__spec span{\n  padding-right:10px;\n\n  color:#88725A;\n\n  font-size:10.5px;\n  line-height:1.45;\n}\n\n.stb-solene__spec strong{\n  color:var(--dark);\n\n  font-size:11.7px;\n  line-height:1.5;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-solene__faq{\n  margin-bottom:30px;\n\n  padding:18px 20px 7px;\n\n  background:#EFE3D2;\n\n  border-left:4px solid var(--clay);\n  border-radius:7px;\n}\n\n.stb-solene__faq details{\n  padding:12px 0;\n\n  border-bottom:1px solid #D7C5AC;\n}\n\n.stb-solene__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-solene__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.5px;\n  line-height:1.5;\n  font-weight:500;\n}\n\n.stb-solene__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-solene__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-4px;\n\n  color:var(--clay);\n\n  font-size:22px;\n}\n\n.stb-solene__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-solene__faq details p{\n  margin:8px 0 0;\n\n  color:#65503D;\n\n  font-size:12.2px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-solene__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-solene__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-solene__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.8px;\n  line-height:1.65;\n}\n\n.stb-solene__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-solene__shipping strong{\n  color:var(--dark);\n}\n\n.stb-solene__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-solene__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,12,8,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-solene__lightbox:target{\n  display:flex;\n}\n\n.stb-solene__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-solene__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,.45);\n}\n\n.stb-solene__lightbox-title{\n  margin:9px 0 0 !important;\n\n  color:#E1C99E !important;\n\n  font-size:10px !important;\n  line-height:1.4;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n.stb-solene__lightbox-hint{\n  margin:5px 0 0 !important;\n\n  color:#A99575 !important;\n\n  font-size:9.5px !important;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-solene{\n    font-size:14.5px;\n  }\n\n\n  .stb-solene__intro{\n    grid-template-columns:1fr;\n\n    gap:14px;\n  }\n\n  .stb-solene__intro h2{\n    font-size:25px;\n    line-height:1.17;\n  }\n\n  .stb-solene__intro p{\n    font-size:14px;\n  }\n\n  .stb-solene__material-signature{\n    max-width:300px;\n  }\n\n\n  .stb-solene__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-solene__fact small{\n    font-size:9px;\n  }\n\n  .stb-solene__fact strong{\n    font-size:12px;\n  }\n\n\n  .stb-solene__detail{\n    grid-template-columns:145px 1fr;\n\n    gap:15px;\n    padding:15px;\n  }\n\n  .stb-solene__detail-media{\n    width:145px;\n  }\n\n  .stb-solene__detail-copy h3{\n    font-size:19px;\n  }\n\n  .stb-solene__detail-copy p{\n    font-size:12.7px;\n  }\n\n\n  .stb-solene__materials{\n    grid-template-columns:1fr;\n  }\n\n  .stb-solene__material-card p{\n    font-size:11.5px;\n  }\n\n\n  .stb-solene__compare{\n    grid-template-columns:1fr 180px;\n\n    gap:15px;\n    padding:15px;\n  }\n\n  .stb-solene__compare-media{\n    width:180px;\n  }\n\n  .stb-solene__compare-copy h3{\n    font-size:19px;\n  }\n\n\n  .stb-solene__sizes-head{\n    display:block;\n  }\n\n  .stb-solene__wire-badge{\n    display:inline-block;\n\n    margin-top:8px;\n\n    font-size:9.5px;\n  }\n\n\n  .stb-solene__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-solene__size-card{\n    grid-template-columns:135px 1fr;\n  }\n\n  .stb-solene__size-media{\n    width:125px;\n  }\n\n  .stb-solene__size-copy p{\n    font-size:11px;\n  }\n\n\n  .stb-solene__fit{\n    grid-template-columns:1fr;\n  }\n\n  .stb-solene__fit-title{\n    padding:14px 17px;\n  }\n\n  .stb-solene__fit-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-solene__fit-item{\n    border-right:0;\n    border-bottom:1px solid #D5C3AA;\n  }\n\n  .stb-solene__fit-item:last-child{\n    border-bottom:0;\n  }\n\n\n  .stb-solene__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-solene__hanging{\n    grid-template-columns:135px 1fr;\n  }\n\n\n  .stb-solene__spec{\n    grid-template-columns:35% 65%;\n  }\n\n\n  .stb-solene__shipping{\n    padding:18px;\n  }\n\n  .stb-solene__shipping p{\n    font-size:12.5px;\n  }\n\n\n  .stb-solene__lightbox{\n    padding:14px;\n  }\n\n  .stb-solene__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n@media screen and (max-width:470px){\n\n  .stb-solene__detail,\n  .stb-solene__compare,\n  .stb-solene__hanging{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-solene__detail-media{\n    width:155px;\n  }\n\n\n  .stb-solene__compare-media{\n    grid-row:1;\n\n    width:190px;\n  }\n\n\n  .stb-solene__size-card{\n    grid-template-columns:115px 1fr;\n\n    padding:10px;\n  }\n\n  .stb-solene__size-media{\n    width:105px;\n  }\n\n\n  .stb-solene__spec{\n    grid-template-columns:1fr;\n\n    gap:3px;\n  }\n\n  .stb-solene__spec span{\n    font-size:10.5px;\n    font-weight:600;\n  }\n\n  .stb-solene__spec strong{\n    font-size:11.8px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-solene\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-solene__intro\"\u003e\n\u003cdiv class=\"stb-solene__intro-copy\"\u003e\n\u003cspan class=\"stb-solene__label\"\u003e Warm Gold · Glass · Fabric \u003c\/span\u003e\n\u003ch2\u003eLayered Materials for a Softer, Collected Interior.\u003c\/h2\u003e\n\u003cp\u003eSolene combines warm gold metal, glass globes and soft fabric accents in an organic composition designed for interiors where texture and warmth matter as much as the light itself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__material-signature\"\u003e\n\u003cdiv class=\"stb-solene__signature-main\"\u003e\n\u003csmall\u003e Metal Finish \u003c\/small\u003e \u003cstrong\u003e Warm Gold \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__signature-bottom\"\u003e\n\u003cdiv class=\"stb-solene__signature-item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Glass \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__signature-item\"\u003e\n\u003csmall\u003e Accent \u003c\/small\u003e \u003cstrong\u003e Fabric \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-solene__facts\"\u003e\n\u003cdiv class=\"stb-solene__fact\"\u003e\n\u003csmall\u003e Models \u003c\/small\u003e \u003cstrong\u003e 1-Light \/ 3-Light \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__fact\"\u003e\n\u003csmall\u003e Height \u003c\/small\u003e \u003cstrong\u003e 11.8\" Both Models \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__fact\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__fact\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"solene-detail-section\" class=\"stb-solene__detail\"\u003e\n\u003cdiv class=\"stb-solene__detail-media\"\u003e\u003ca href=\"#solene-detail\" class=\"stb-solene__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/solene-wabi-sabi-chandelier-stuberlighting_20.jpg?v=1778806925\" alt=\"Solene Wabi-Sabi Chandelier warm gold glass and fabric detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-solene__view\"\u003e View Product Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__detail-copy\"\u003e\n\u003cspan class=\"stb-solene__label\"\u003e Product Detail \u003c\/span\u003e\n\u003ch3\u003eThe Contrast Comes From the Materials.\u003c\/h3\u003e\n\u003cp\u003eWarm gold hardware catches the light while glass globes provide the luminous elements and fabric accents soften the composition. The mix creates depth without relying on a single oversized shade.\u003c\/p\u003e\n\u003cdiv class=\"stb-solene__tags\"\u003e\n\u003cspan class=\"stb-solene__tag\"\u003e Warm Gold Metal \u003c\/span\u003e \u003cspan class=\"stb-solene__tag\"\u003e Glass Globes \u003c\/span\u003e \u003cspan class=\"stb-solene__tag\"\u003e Fabric Accents \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"solene-detail\" href=\"#solene-detail-section\" class=\"stb-solene__lightbox\"\u003e \u003cspan class=\"stb-solene__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/solene-wabi-sabi-chandelier-stuberlighting_20.jpg?v=1778806925\" alt=\"Enlarged Solene chandelier detail\"\u003e \u003cspan class=\"stb-solene__lightbox-title\"\u003e Solene · Product Detail \u003c\/span\u003e \u003cspan class=\"stb-solene__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL PALETTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-solene__materials\"\u003e\n\u003cdiv class=\"stb-solene__material-card\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e Warm Gold Metal \u003c\/strong\u003e\n\u003cp\u003eAdds warmth and definition around the softer shade materials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__material-card\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e Glass Globes \u003c\/strong\u003e\n\u003cp\u003eMultiple rounded elements create a softer layered light composition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__material-card\"\u003e\n\u003csmall\u003e Texture \u003c\/small\u003e \u003cstrong\u003e Fabric Accents \u003c\/strong\u003e\n\u003cp\u003eSoftens the metal-and-glass combination for a warmer overall feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MODEL COMPARISON\n  ====================================================== --\u003e\n\u003csection id=\"solene-compare-section\" class=\"stb-solene__compare\"\u003e\n\u003cdiv class=\"stb-solene__compare-copy\"\u003e\n\u003cspan class=\"stb-solene__label\"\u003e Model Comparison \u003c\/span\u003e\n\u003ch3\u003eOne Statement or More Layered Light?\u003c\/h3\u003e\n\u003cp\u003eThe 1-Light keeps the composition more compact. The 3-Light adds width and multiple light sources, making it better suited to dining and living spaces.\u003c\/p\u003e\n\u003cdiv class=\"stb-solene__compare-options\"\u003e\n\u003cdiv class=\"stb-solene__compare-option\"\u003e\n\u003csmall\u003e Compact \u003c\/small\u003e \u003cstrong\u003e 1-Light \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__compare-option\"\u003e\n\u003csmall\u003e Fuller \u003c\/small\u003e \u003cstrong\u003e 3-Light \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__compare-media\"\u003e\u003ca href=\"#solene-compare\" class=\"stb-solene__compare-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/solene-wabi-sabi-chandelier-stuberlighting_13.jpg?v=1778806925\" alt=\"Solene Wabi-Sabi Chandelier 1-Light and 3-Light model comparison\" loading=\"lazy\"\u003e \u003cspan class=\"stb-solene__view\"\u003e View Model Comparison ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARISON LIGHTBOX --\u003e \u003ca id=\"solene-compare\" href=\"#solene-compare-section\" class=\"stb-solene__lightbox\"\u003e \u003cspan class=\"stb-solene__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/solene-wabi-sabi-chandelier-stuberlighting_13.jpg?v=1778806925\" alt=\"Enlarged Solene model comparison\"\u003e \u003cspan class=\"stb-solene__lightbox-title\"\u003e Solene · 1-Light vs 3-Light \u003c\/span\u003e \u003cspan class=\"stb-solene__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE COMPARISON\n  ====================================================== --\u003e\n\u003csection id=\"solene-size-section\" class=\"stb-solene__sizes\"\u003e\n\u003cdiv class=\"stb-solene__sizes-head\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-solene__label\"\u003e Choose Your Size \u003c\/span\u003e\n\u003ch3 class=\"stb-solene__heading\"\u003eTwo Models, Side by Side.\u003c\/h3\u003e\n\u003cp\u003eBoth versions are 11.8\" high and use the same 59\" adjustable suspension. The main difference is width, light count and room coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"stb-solene__wire-badge\"\u003e 59\" Adjustable Wire \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__size-grid\"\u003e\n\u003c!-- 1 LIGHT --\u003e\n\u003carticle class=\"stb-solene__size-card\"\u003e\n\u003cdiv class=\"stb-solene__size-media\"\u003e\u003ca href=\"#solene-size-1\" class=\"stb-solene__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/solene-wabi-sabi-chandelier-stuberlighting_7.jpg?v=1778806924\" alt=\"Solene 1-Light chandelier dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-solene__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__size-copy\"\u003e\n\u003csmall\u003e Compact \u003c\/small\u003e\n\u003ch3\u003e1-Light\u003c\/h3\u003e\n\u003cstrong\u003e Ø19.7\" × H11.8\" \u003c\/strong\u003e\n\u003cp\u003eØ50 × H30cm. Bedrooms, breakfast nooks, smaller dining spaces and home offices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- 3 LIGHT --\u003e\n\u003carticle class=\"stb-solene__size-card\"\u003e\n\u003cdiv class=\"stb-solene__size-media\"\u003e\u003ca href=\"#solene-size-3\" class=\"stb-solene__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/solene-wabi-sabi-chandelier-stuberlighting_15.jpg?v=1778806924\" alt=\"Solene 3-Light chandelier dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-solene__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__size-copy\"\u003e\n\u003csmall\u003e Most Versatile \u003c\/small\u003e\n\u003ch3\u003e3-Light\u003c\/h3\u003e\n\u003cstrong\u003e Ø23.6\" × H11.8\" \u003c\/strong\u003e\n\u003cp\u003eØ60 × H30cm. Dining rooms, living rooms and open-plan spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOXES --\u003e \u003ca id=\"solene-size-1\" href=\"#solene-size-section\" class=\"stb-solene__lightbox\"\u003e \u003cspan class=\"stb-solene__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/solene-wabi-sabi-chandelier-stuberlighting_7.jpg?v=1778806924\" alt=\"Enlarged Solene 1-Light dimensions\"\u003e \u003cspan class=\"stb-solene__lightbox-title\"\u003e 1-Light · Ø19.7\" × H11.8\" \u003c\/span\u003e \u003cspan class=\"stb-solene__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"solene-size-3\" href=\"#solene-size-section\" class=\"stb-solene__lightbox\"\u003e \u003cspan class=\"stb-solene__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/solene-wabi-sabi-chandelier-stuberlighting_15.jpg?v=1778806924\" alt=\"Enlarged Solene 3-Light dimensions\"\u003e \u003cspan class=\"stb-solene__lightbox-title\"\u003e 3-Light · Ø23.6\" × H11.8\" \u003c\/span\u003e \u003cspan class=\"stb-solene__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       ROOM GUIDE\n  ====================================================== --\u003e\n\u003csection class=\"stb-solene__fit\"\u003e\n\u003cdiv class=\"stb-solene__fit-title\"\u003e\n\u003csmall\u003e Quick Guide \u003c\/small\u003e \u003cstrong\u003e Which One Fits Your Room? \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__fit-grid\"\u003e\n\u003cdiv class=\"stb-solene__fit-item\"\u003e\n\u003csmall\u003e 1-Light \u003c\/small\u003e \u003cstrong\u003e Up to ~150 sq ft \u003c\/strong\u003e\n\u003cp\u003eBetter when you want Solene's character without a larger footprint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__fit-item\"\u003e\n\u003csmall\u003e 3-Light \u003c\/small\u003e \u003cstrong\u003e ~150–300 sq ft \u003c\/strong\u003e\n\u003cp\u003eBetter for 4–6 seat dining tables and standard living spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT + INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-solene__utility\"\u003e\n\u003cdiv class=\"stb-solene__utility-panel\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Bulbs Included \u003c\/strong\u003e\n\u003cp\u003e1-Light includes one compatible bulb; 3-Light includes three. Maximum 40W per socket. Compatible dimmable bulbs and a suitable dimmer switch can be used for brightness control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__utility-panel\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired · 59\" Adjustable Wire \u003c\/strong\u003e\n\u003cp\u003eStandard suspension is 59\" \/ 150cm. Longer wire lengths are available on request. Professional electrician installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANGING GUIDE\n  ====================================================== --\u003e\n\u003csection class=\"stb-solene__hanging\"\u003e\n\u003cdiv class=\"stb-solene__hanging-title\"\u003e\n\u003csmall\u003e Hanging Guide \u003c\/small\u003e \u003cstrong\u003e 28–34\" Above Dining Table \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__hanging-copy\"\u003e\n\u003cp\u003eFor dining installations, measure from the tabletop to the lowest glass element. For open living areas, maintain approximately 6.5–7 ft of floor clearance. Standard installation works well with 8–10 ft ceilings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-solene__specs\"\u003e\n\u003cdiv class=\"stb-solene__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Solene \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__spec-list\"\u003e\n\u003cdiv class=\"stb-solene__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e 1-Light Ø19.7\" × H11.8\" · 3-Light Ø23.6\" × H11.8\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__spec\"\u003e\n\u003cspan\u003e Materials \u0026amp; Finish \u003c\/span\u003e \u003cstrong\u003e Warm Gold Metal Frame \u0026amp; Hardware · Glass Globe Shades · Fabric Accents · Warm Gold \/ White \/ Warm Brown \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e E26 \/ E27 Bulbs Included · 1-Light: 1 Bulb · 3-Light: 3 Bulbs · Max 40W Per Socket \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__spec\"\u003e\n\u003cspan\u003e Dimming \u0026amp; Control \u003c\/span\u003e \u003cstrong\u003e Standard Wall Switch · Compatible with Dimmable E26\/E27 Bulbs + Compatible Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__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-solene__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Adjustable Wire · Extension Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__spec\"\u003e\n\u003cspan\u003e Rating \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only · Not Suitable for Bathrooms or Direct Moisture \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Professional Electrician Recommended · Standard 8–10 ft Ceilings Supported \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-solene__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\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-solene__faq\"\u003e\n\u003ch3 class=\"stb-solene__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I choose the 1-Light or 3-Light?\u003c\/summary\u003e\n\u003cp\u003eChoose 1-Light for smaller bedrooms, breakfast nooks or intimate dining areas. Choose 3-Light when you need more visual width and layered light for dining or living spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre bulbs included?\u003c\/summary\u003e\n\u003cp\u003eYes. The 1-Light includes one compatible E26 \/ E27 bulb, while the 3-Light includes three.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer wire?\u003c\/summary\u003e\n\u003cp\u003eYes. Standard suspension is 59\" \/ 150cm and adjustable. Longer suspension can be prepared on request for higher ceilings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-solene__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 19.7\"x H 11.8\" \/ Glass \u0026 Fabric","offer_id":52212137394459,"sku":"STB-SLNE-1L","price":265.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\"x H 11.8\" \/ Glass \u0026 Fabric","offer_id":52212137427227,"sku":"STB-SLNE-3L","price":365.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/solene-wabi-sabi-chandelier-stuberlighting_1.jpg?v=1778806924"},{"product_id":"linora-linear-island-pendant-light","title":"Linora Linear Island Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — LINORA\n   LINEAR ISLAND PENDANT\n\n   LENGTH \/ SURFACE \/ DROP\n   40.5\" LINEAR BAR · 4 LIGHTS\n   GOLD + WALNUT + GLASS\n\n   REFINED PALETTE · READABLE TYPE\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-linora{\n  --ivory:#FFFDF8;\n  --paper:#F4F1EB;\n  --stone:#E8E5DF;\n\n  --espresso:#1C1209;\n  --charcoal:#292724;\n  --brown:#4A3218;\n\n  --walnut:#725039;\n  --walnut-deep:#4B3325;\n  --walnut-soft:#D9C3AF;\n\n  --brass:#B8945E;\n  --brass-soft:#E6D7BE;\n\n  --gold:#C8A96E;\n  --line:#D9D0C4;\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n\n  margin:0 auto;\n\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.62;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-linora *,\n.stb-linora *::before,\n.stb-linora *::after{\n  box-sizing:border-box;\n}\n\n.stb-linora h2,\n.stb-linora h3,\n.stb-linora p{\n  margin-top:0;\n}\n\n.stb-linora h2,\n.stb-linora 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-linora 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-linora a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OPENING\n========================================================= *\/\n\n.linora-open{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,175px);\n\n  gap:30px;\n  align-items:stretch;\n\n  margin-bottom:25px;\n}\n\n.linora-open__copy{\n  min-width:0;\n\n  padding:4px 0 18px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.linora-kicker{\n  margin:0 0 7px !important;\n\n  color:#8A6C47;\n\n  font-size:10px;\n  font-weight:600;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.linora-open h2{\n  max-width:610px;\n\n  margin:0 0 9px;\n\n  font-size:35px;\n  line-height:1.03;\n}\n\n.linora-open__copy \u003e p{\n  max-width:580px;\n\n  margin:0;\n\n  color:#66513F;\n\n  font-size:13px;\n}\n\n.linora-open__facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n\n  margin-top:12px;\n}\n\n.linora-open__facts span{\n  padding:5px 9px;\n\n  border-radius:20px;\n\n  font-size:10px;\n  font-weight:500;\n}\n\n.linora-open__facts span:nth-child(1){\n  background:#1C1209;\n  color:#F5EDD8;\n}\n\n.linora-open__facts span:nth-child(2){\n  background:#725039;\n  color:#FFF8ED;\n}\n\n.linora-open__facts span:nth-child(3){\n  background:#E6D7BE;\n  color:#60492E;\n}\n\n.linora-open__facts span:nth-child(4){\n  background:#E8E5DF;\n  color:#5D574E;\n}\n\n\n\/* LENGTH PANEL *\/\n\n.linora-open__length{\n  display:flex;\n  flex-direction:column;\n  justify-content:space-between;\n\n  min-width:0;\n\n  padding:15px;\n\n  background:#292724;\n\n  border-radius:8px;\n}\n\n.linora-open__length small{\n  color:#C8A96E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.linora-open__length strong{\n  display:block;\n\n  padding:15px 0;\n\n  color:#FFF7EA;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:35px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.linora-open__length span{\n  display:block;\n\n  padding-top:8px;\n\n  border-top:1px solid rgba(255,255,255,.14);\n\n  color:#CBC4BA;\n\n  font-size:11px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   HORIZONTAL PROPORTION\n========================================================= *\/\n\n.linora-proportion{\n  margin-bottom:27px;\n}\n\n.linora-proportion__head{\n  display:grid;\n  grid-template-columns:minmax(0,185px) minmax(0,1fr);\n\n  gap:25px;\n\n  margin-bottom:9px;\n}\n\n.linora-proportion__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.linora-proportion__head p{\n  margin:0;\n\n  color:#74604C;\n\n  font-size:11.5px;\n}\n\n\n\/* ABSTRACT LENGTH LEDGER — NOT PRODUCT DRAWING *\/\n\n.linora-ledger{\n  padding:15px 16px;\n\n  background:#F4F1EB;\n\n  border-top:3px solid #B8945E;\n  border-bottom:1px solid #D9D0C4;\n}\n\n.linora-ledger__line{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  min-height:28px;\n\n  margin-bottom:7px;\n}\n\n.linora-ledger__line::before{\n  content:\"\";\n\n  position:absolute;\n\n  left:0;\n  right:0;\n  top:50%;\n\n  height:2px;\n\n  background:#725039;\n\n  transform:translateY(-50%);\n}\n\n.linora-ledger__dot{\n  position:relative;\n  z-index:1;\n\n  width:9px;\n  height:9px;\n\n  background:#B8945E;\n\n  border:2px solid #FFFDF8;\n  border-radius:50%;\n}\n\n.linora-ledger__labels{\n  display:flex;\n  justify-content:space-between;\n\n  gap:12px;\n\n  color:#76634F;\n\n  font-size:10px;\n}\n\n.linora-ledger__labels strong{\n  color:#281A0E;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   SURFACE FIT\n========================================================= *\/\n\n.linora-fit{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:24px;\n\n  margin-bottom:27px;\n}\n\n.linora-fit__title{\n  min-width:0;\n\n  padding:15px 16px;\n\n  background:#725039;\n\n  border-radius:7px;\n}\n\n.linora-fit__title small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#E1C9AE;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.linora-fit__title h3{\n  margin:0 0 4px;\n\n  color:#FFF8ED;\n\n  font-size:21px;\n}\n\n.linora-fit__title p{\n  margin:0;\n\n  color:#E3D6C8;\n\n  font-size:11px;\n}\n\n.linora-fit__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.linora-fit__row{\n  display:grid;\n  grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n  gap:15px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.linora-fit__row strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.linora-fit__row span{\n  color:#67523F;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   DETAIL IMAGE\n========================================================= *\/\n\n.linora-detail{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:25px;\n  align-items:center;\n\n  width:calc(100% - 42px);\n  min-width:0;\n\n  margin:0 0 27px 42px;\n  padding:13px 15px;\n\n  background:#292724;\n\n  border-radius:8px;\n}\n\n.linora-detail__image{\n  width:170px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#FFFDF8;\n\n  border-radius:6px;\n}\n\n.linora-detail__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.linora-detail__image img{\n  max-height:160px !important;\n}\n\n.linora-zoom{\n  position:absolute;\n\n  right:5px;\n  bottom:5px;\n\n  padding:4px 7px;\n\n  background:rgba(28,18,9,.86);\n\n  border-radius:20px;\n\n  color:#FFF8EB;\n\n  font-size:9px;\n\n  pointer-events:none;\n}\n\n.linora-detail__copy{\n  min-width:0;\n}\n\n.linora-detail__copy small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8A96E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.linora-detail__copy h3{\n  margin:0 0 6px;\n\n  color:#FFF8EB;\n\n  font-size:22px;\n}\n\n.linora-detail__copy p{\n  margin:0;\n\n  color:#D0CBC2;\n\n  font-size:12px;\n}\n\n.linora-detail__tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n\n  margin-top:10px;\n}\n\n.linora-detail__tags span{\n  padding:4px 8px;\n\n  border-radius:20px;\n\n  font-size:9.5px;\n}\n\n.linora-detail__tags span:nth-child(1){\n  background:#B8945E;\n  color:#25180B;\n}\n\n.linora-detail__tags span:nth-child(2){\n  background:#725039;\n  color:#FFF8ED;\n}\n\n.linora-detail__tags span:nth-child(3){\n  background:#E8E5DF;\n  color:#56514A;\n}\n\n\n\/* =========================================================\n   DIMENSIONS\n========================================================= *\/\n\n.linora-size{\n  display:grid;\n  grid-template-columns:minmax(0,130px) minmax(0,1fr) minmax(0,160px);\n\n  gap:20px;\n  align-items:center;\n\n  margin-bottom:27px;\n  padding:13px 15px;\n\n  background:#E8E5DF;\n\n  border-radius:8px;\n}\n\n.linora-size__number{\n  min-width:0;\n\n  padding:13px;\n\n  background:#1C1209;\n\n  border-radius:6px;\n}\n\n.linora-size__number small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#C8A96E;\n\n  font-size:9px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.linora-size__number strong{\n  display:block;\n\n  color:#FFF8EB;\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.linora-size__number span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#CFC5BA;\n\n  font-size:10px;\n}\n\n.linora-size__copy{\n  min-width:0;\n}\n\n.linora-size__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#7B6F60;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.linora-size__copy h3{\n  margin:0 0 5px;\n\n  font-size:21px;\n}\n\n.linora-size__copy p{\n  margin:0;\n\n  color:#61594E;\n\n  font-size:11.5px;\n}\n\n\n\/* DIMENSION IMAGE *\/\n\n.linora-size__image{\n  width:160px;\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.linora-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.linora-size__image img{\n  max-height:150px !important;\n}\n\n\n\/* =========================================================\n   DIMENSION STRIP\n========================================================= *\/\n\n.linora-measures{\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n\n  gap:4px;\n\n  margin:-17px 0 27px;\n}\n\n.linora-measures__item{\n  min-width:0;\n\n  padding:11px 10px;\n\n  background:#F4F1EB;\n\n  border-bottom:2px solid #B8945E;\n}\n\n.linora-measures__item:nth-child(2){\n  border-bottom-color:#725039;\n}\n\n.linora-measures__item:nth-child(3){\n  border-bottom-color:#B8945E;\n}\n\n.linora-measures__item:nth-child(4){\n  border-bottom-color:#1C1209;\n}\n\n.linora-measures__item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#806C55;\n\n  font-size:9px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.linora-measures__item strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   DROP \/ HANGING HEIGHT\n========================================================= *\/\n\n.linora-drop{\n  margin-bottom:27px;\n}\n\n.linora-drop__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:8px;\n}\n\n.linora-drop__head h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.linora-drop__head span{\n  color:#856F55;\n\n  font-size:10px;\n}\n\n.linora-drop__grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:5px;\n}\n\n.linora-drop__item{\n  min-width:0;\n\n  padding:15px 16px;\n\n  border-radius:7px;\n}\n\n.linora-drop__item--island{\n  background:#E6D7BE;\n}\n\n.linora-drop__item--table{\n  background:#725039;\n}\n\n.linora-drop__item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.linora-drop__item strong{\n  display:block;\n\n  margin-bottom:4px;\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.linora-drop__item p{\n  margin:0;\n\n  font-size:11px;\n}\n\n.linora-drop__item--island small{\n  color:#7B6143;\n}\n\n.linora-drop__item--island strong{\n  color:#322113;\n}\n\n.linora-drop__item--island p{\n  color:#68533B;\n}\n\n.linora-drop__item--table small{\n  color:#E2C8AA;\n}\n\n.linora-drop__item--table strong{\n  color:#FFF8ED;\n}\n\n.linora-drop__item--table p{\n  color:#E3D5C8;\n}\n\n\n\/* =========================================================\n   CABLE NOTE\n========================================================= *\/\n\n.linora-cable{\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n\n  gap:11px;\n  align-items:center;\n\n  margin:-17px 0 27px;\n  padding:10px 12px;\n\n  background:#F4F1EB;\n\n  border-left:3px solid #B8945E;\n}\n\n.linora-cable__tag{\n  padding:4px 8px;\n\n  background:#1C1209;\n\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:600;\n}\n\n.linora-cable strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.linora-cable span{\n  display:block;\n\n  margin-top:2px;\n\n  color:#705D49;\n\n  font-size:10.5px;\n}\n\n\n\/* =========================================================\n   LIGHT\n========================================================= *\/\n\n.linora-light{\n  display:grid;\n  grid-template-columns:minmax(0,195px) minmax(0,1fr);\n\n  margin-bottom:27px;\n\n  overflow:hidden;\n\n  border-radius:7px;\n}\n\n.linora-light__lead{\n  min-width:0;\n\n  padding:16px 17px;\n\n  background:#1C1209;\n}\n\n.linora-light__lead small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8A96E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.linora-light__lead h3{\n  margin:0 0 5px;\n\n  color:#F5EDD8;\n\n  font-size:21px;\n}\n\n.linora-light__lead p{\n  margin:0;\n\n  color:#C9BDAE;\n\n  font-size:11.5px;\n}\n\n.linora-light__data{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  min-width:0;\n}\n\n.linora-light__cell{\n  min-width:0;\n\n  padding:13px 14px;\n}\n\n.linora-light__cell:nth-child(1),\n.linora-light__cell:nth-child(4){\n  background:#E8E5DF;\n}\n\n.linora-light__cell:nth-child(2),\n.linora-light__cell:nth-child(3){\n  background:#E6D7BE;\n}\n\n.linora-light__cell small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#75614B;\n\n  font-size:9px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.linora-light__cell strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   DIMMING\n========================================================= *\/\n\n.linora-dimming{\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n\n  gap:11px;\n  align-items:center;\n\n  margin:-17px 0 27px;\n  padding:10px 12px;\n\n  background:#F4F1EB;\n\n  border-left:3px solid #725039;\n}\n\n.linora-dimming__tag{\n  padding:4px 8px;\n\n  background:#725039;\n\n  border-radius:20px;\n\n  color:#FFF8EB;\n\n  font-size:9px;\n  font-weight:600;\n}\n\n.linora-dimming strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.linora-dimming span{\n  display:block;\n\n  margin-top:2px;\n\n  color:#705D49;\n\n  font-size:10.5px;\n}\n\n\n\/* =========================================================\n   BEFORE ORDERING\n========================================================= *\/\n\n.linora-before{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:23px;\n\n  margin-bottom:27px;\n}\n\n.linora-before__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#826A49;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.linora-before__title h3{\n  margin:0;\n\n  font-size:20px;\n}\n\n.linora-before__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.linora-before__row{\n  display:grid;\n  grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n  gap:15px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.linora-before__row strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.linora-before__row p{\n  margin:0;\n\n  color:#67523F;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.linora-specs{\n  margin-bottom:26px;\n}\n\n.linora-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:8px;\n}\n\n.linora-specs__head h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.linora-specs__head span{\n  color:#90785D;\n\n  font-size:10px;\n}\n\n.linora-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.linora-spec-row{\n  display:grid;\n  grid-template-columns:minmax(0,160px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #E4D9CA;\n}\n\n.linora-spec-row:nth-child(even){\n  margin-left:-8px;\n  margin-right:-8px;\n\n  padding-left:8px;\n  padding-right:8px;\n\n  background:#F4F2ED;\n}\n\n.linora-spec-row__label{\n  color:#806C55;\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.linora-spec-row__value{\n  min-width:0;\n\n  color:#27190D;\n\n  font-size:11.5px;\n  font-weight:500;\n  line-height:1.5;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CERTIFICATIONS *\/\n\n.linora-cert{\n  margin-top:9px;\n  padding:11px 13px;\n\n  background:#E6D7BE;\n\n  border-left:3px solid #B8945E;\n\n  border-radius:5px;\n}\n\n.linora-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#7A6448;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.linora-cert strong{\n  display:block;\n\n  color:#352719;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.linora-care{\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n\n  gap:11px;\n  align-items:center;\n\n  margin-bottom:26px;\n  padding:11px 13px;\n\n  background:#292724;\n\n  border-radius:7px;\n}\n\n.linora-care__tag{\n  padding:4px 8px;\n\n  border:1px solid #C8A96E;\n\n  border-radius:20px;\n\n  color:#DABE87;\n\n  font-size:9px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.linora-care strong{\n  display:block;\n\n  color:#FFF8EB;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.linora-care span{\n  display:block;\n\n  margin-top:2px;\n\n  color:#CBC6BD;\n\n  font-size:10.5px;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.linora-shipping{\n  padding:18px 20px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #292724 0%,\n      #292724 76%,\n      #4B3325 100%\n    );\n\n  border-left:4px solid #C8A96E;\n\n  border-radius:7px;\n}\n\n.linora-shipping h3{\n  margin:0 0 8px;\n\n  color:#FFF4E5;\n\n  font-size:20px;\n}\n\n.linora-shipping p{\n  margin:0 0 7px;\n\n  color:#D0CBC2;\n\n  font-size:12px;\n}\n\n.linora-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.linora-shipping strong{\n  color:#FFF8EB;\n}\n\n.linora-shipping a{\n  color:#E3C58D;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.linora-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.linora-lightbox:target{\n  display:flex;\n}\n\n.linora-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.linora-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.linora-lightbox__text{\n  margin-top:9px;\n\n  color:#D9C7A8;\n\n  font-size:10px;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .linora-open{\n    grid-template-columns:minmax(0,1fr) minmax(0,135px);\n\n    gap:16px;\n  }\n\n  .linora-open h2{\n    font-size:29px;\n  }\n\n  .linora-open__copy \u003e p{\n    font-size:13px;\n  }\n\n\n  .linora-proportion__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .linora-fit{\n    grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n    gap:16px;\n  }\n\n\n  .linora-detail{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:16px;\n\n    width:100%;\n\n    margin-left:0;\n  }\n\n  .linora-detail__image{\n    width:125px;\n  }\n\n  .linora-detail__image img{\n    max-height:116px !important;\n  }\n\n\n  .linora-size{\n    grid-template-columns:minmax(0,110px) minmax(0,1fr) minmax(0,120px);\n\n    gap:12px;\n  }\n\n  .linora-size__image{\n    width:120px;\n  }\n\n  .linora-size__image img{\n    max-height:112px !important;\n  }\n\n\n  .linora-measures{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .linora-light{\n    grid-template-columns:1fr;\n  }\n\n\n  .linora-before{\n    grid-template-columns:1fr;\n\n    gap:8px;\n  }\n\n\n  .linora-spec-row{\n    grid-template-columns:minmax(0,130px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n}\n\n\n@media screen and (max-width:500px){\n\n  .linora-open{\n    grid-template-columns:1fr;\n  }\n\n  .linora-open__length{\n    width:150px;\n  }\n\n\n  .linora-fit{\n    grid-template-columns:1fr;\n  }\n\n  .linora-fit__title{\n    width:175px;\n  }\n\n\n  .linora-detail{\n    grid-template-columns:1fr;\n  }\n\n  .linora-detail__image{\n    width:110px;\n\n    margin:0;\n  }\n\n\n  .linora-size{\n    grid-template-columns:1fr;\n  }\n\n  .linora-size__number{\n    width:140px;\n  }\n\n  .linora-size__image{\n    width:105px;\n\n    margin:0;\n  }\n\n  .linora-size__image img{\n    max-height:98px !important;\n  }\n\n\n  .linora-measures{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .linora-drop__grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .linora-cable,\n  .linora-dimming,\n  .linora-care{\n    grid-template-columns:1fr;\n  }\n\n\n  .linora-light__data{\n    grid-template-columns:1fr;\n  }\n\n\n  .linora-specs__head{\n    display:block;\n  }\n\n  .linora-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .linora-spec-row{\n    grid-template-columns:1fr;\n\n    gap:3px;\n\n    padding:9px 0;\n  }\n\n  .linora-spec-row__label{\n    color:#725039;\n\n    font-size:10px;\n    font-weight:600;\n\n    text-transform:uppercase;\n    letter-spacing:.05em;\n  }\n\n  .linora-spec-row__value{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-linora\" id=\"linora-root\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"linora-open\"\u003e\n\u003cdiv class=\"linora-open__copy\"\u003e\n\u003cp class=\"linora-kicker\"\u003eLinora · 4-Light Linear Island Pendant\u003c\/p\u003e\n\u003ch2\u003e40.5 Inches of Light Designed to Follow the Length of the Surface Below\u003c\/h2\u003e\n\u003cp\u003eLinora combines four glass globes with a slim gold-finished linear bar and walnut wood accents. Its horizontal proportion makes it especially suited to kitchen islands and rectangular dining tables where one fixture needs to illuminate the length of the surface rather than one central point.\u003c\/p\u003e\n\u003cdiv class=\"linora-open__facts\"\u003e\n\u003cspan\u003e L40.5\" \u003c\/span\u003e \u003cspan\u003e 4 Lights \u003c\/span\u003e \u003cspan\u003e Gold + Walnut \u003c\/span\u003e \u003cspan\u003e 59\" Adjustable Drop \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-open__length\"\u003e\n\u003csmall\u003e Linear Length \u003c\/small\u003e \u003cstrong\u003e 40.5\" \u003c\/strong\u003e \u003cspan\u003e 103cm long\u003cbr\u003e7.1\" wide × 11\" body height \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HORIZONTAL PROPORTION\n  ====================================================== --\u003e\n\u003csection class=\"linora-proportion\"\u003e\n\u003cdiv class=\"linora-proportion__head\"\u003e\n\u003ch3\u003eOne Long Fixture. Four Points of Light.\u003c\/h3\u003e\n\u003cp\u003eThe four light sources are distributed along a 40.5-inch horizontal span, making Linora more appropriate for long surfaces than a single centered pendant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-ledger\"\u003e\n\u003cdiv class=\"linora-ledger__line\"\u003e\n\u003cspan class=\"linora-ledger__dot\"\u003e\u003c\/span\u003e \u003cspan class=\"linora-ledger__dot\"\u003e\u003c\/span\u003e \u003cspan class=\"linora-ledger__dot\"\u003e\u003c\/span\u003e \u003cspan class=\"linora-ledger__dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-ledger__labels\"\u003e\n\u003cspan\u003e \u003cstrong\u003e4 Lights\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e 40.5\" \/ 103cm overall span \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=\"linora-fit\"\u003e\n\u003cdiv class=\"linora-fit__title\"\u003e\n\u003csmall\u003e Surface Planning \u003c\/small\u003e\n\u003ch3\u003eMatch the Fixture to the Island — Not Just the Room\u003c\/h3\u003e\n\u003cp\u003eLinora is designed around horizontal surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-fit__rows\"\u003e\n\u003cdiv class=\"linora-fit__row\"\u003e\n\u003cstrong\u003e 36–48\" Surface \u003c\/strong\u003e \u003cspan\u003e Center a single Linora directly above the island or table. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-fit__row\"\u003e\n\u003cstrong\u003e 48–72\" Surface \u003c\/strong\u003e \u003cspan\u003e A single 40.5\" Linora creates a balanced linear proportion for many standard islands and dining tables. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-fit__row\"\u003e\n\u003cstrong\u003e 60–84\" Surface \u003c\/strong\u003e \u003cspan\u003e Depending on the room scale and desired visual density, one fixture can be centered or two can be considered for a longer composition. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL IMAGE\n  ====================================================== --\u003e\n\u003csection class=\"linora-detail\"\u003e\n\u003cdiv class=\"linora-detail__image\"\u003e\u003ca href=\"#linora-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linora-linear-island-pendant-light-stuberlighting_11.jpg?v=1778830556\" alt=\"Close-up detail of Linora gold linear pendant showing glass globe and walnut wood accent\" loading=\"lazy\"\u003e \u003cspan class=\"linora-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"linora-detail__copy\"\u003e\n\u003csmall\u003e Material Detail \u003c\/small\u003e\n\u003ch3\u003eWarm Metal, Glass and Walnut in One Line\u003c\/h3\u003e\n\u003cp\u003eGold-finished metal provides the architectural structure, while glass globes soften the visible light sources. Walnut wood accents interrupt the metal-and-glass composition with a warmer natural material.\u003c\/p\u003e\n\u003cdiv class=\"linora-detail__tags\"\u003e\n\u003cspan\u003e Gold-Finished Metal \u003c\/span\u003e \u003cspan\u003e Walnut Wood \u003c\/span\u003e \u003cspan\u003e Glass Globes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSIONS\n  ====================================================== --\u003e\n\u003csection class=\"linora-size\"\u003e\n\u003cdiv class=\"linora-size__number\"\u003e\n\u003csmall\u003e Overall Length \u003c\/small\u003e \u003cstrong\u003e 40.5\" \u003c\/strong\u003e \u003cspan\u003e Approx. 103cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-size__copy\"\u003e\n\u003csmall\u003e Actual Scale \u003c\/small\u003e\n\u003ch3\u003eLong Horizontally. Relatively Shallow Vertically.\u003c\/h3\u003e\n\u003cp\u003eThe fixture body measures approximately 40.5\" long, 7.1\" wide and 11\" high before the adjustable suspension. Each glass globe measures approximately 4.7–5.5\" across.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-size__image\"\u003e\u003ca href=\"#linora-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linora-linear-island-pendant-light-stuberlighting_2.jpg?v=1778830556\" alt=\"Linora Linear Island Pendant dimensions showing 40.5 inch length 7.1 inch width and 11 inch fixture height\" loading=\"lazy\"\u003e \u003cspan class=\"linora-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSIONS STRIP\n  ====================================================== --\u003e\n\u003csection class=\"linora-measures\"\u003e\n\u003cdiv class=\"linora-measures__item\"\u003e\n\u003csmall\u003e Length \u003c\/small\u003e \u003cstrong\u003e 40.5\" \/ 103cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-measures__item\"\u003e\n\u003csmall\u003e Width \u003c\/small\u003e \u003cstrong\u003e 7.1\" \/ 18cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-measures__item\"\u003e\n\u003csmall\u003e Body Height \u003c\/small\u003e \u003cstrong\u003e 11\" \/ 28cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-measures__item\"\u003e\n\u003csmall\u003e Cable \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANGING HEIGHT\n  ====================================================== --\u003e\n\u003csection class=\"linora-drop\"\u003e\n\u003cdiv class=\"linora-drop__head\"\u003e\n\u003ch3\u003eSet the Bottom Edge at the Right Height\u003c\/h3\u003e\n\u003cspan\u003e Measured from surface to lowest globe \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-drop__grid\"\u003e\n\u003cdiv class=\"linora-drop__item linora-drop__item--island\"\u003e\n\u003csmall\u003e Kitchen Island \u003c\/small\u003e \u003cstrong\u003e 28–36\" \u003c\/strong\u003e\n\u003cp\u003eRecommended distance from countertop to the bottom of the lowest glass globe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-drop__item linora-drop__item--table\"\u003e\n\u003csmall\u003e Dining Table \u003c\/small\u003e \u003cstrong\u003e 28–34\" \u003c\/strong\u003e\n\u003cp\u003eRecommended distance from tabletop to the bottom of the lowest globe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CABLE\n  ====================================================== --\u003e\n\u003csection class=\"linora-cable\"\u003e\n\u003cdiv class=\"linora-cable__tag\"\u003eAdjustable Drop\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Standard suspension length is 59\" \/ 150cm. \u003c\/strong\u003e \u003cspan\u003e This works with many standard ceiling heights. Longer cable extensions are available on request. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT + ELECTRICAL\n  ====================================================== --\u003e\n\u003csection class=\"linora-light\"\u003e\n\u003cdiv class=\"linora-light__lead\"\u003e\n\u003csmall\u003e Light \u0026amp; Control \u003c\/small\u003e\n\u003ch3\u003eFour Replaceable Light Sources\u003c\/h3\u003e\n\u003cp\u003eLinora uses four standard E26\/E27 sockets, allowing the light sources to be replaced rather than permanently integrated into the fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-light__data\"\u003e\n\u003cdiv class=\"linora-light__cell\"\u003e\n\u003csmall\u003e Light Heads \u003c\/small\u003e \u003cstrong\u003e 4 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-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=\"linora-light__cell\"\u003e\n\u003csmall\u003e Bulbs Included \u003c\/small\u003e \u003cstrong\u003e Yes · 4 Bulbs \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-light__cell\"\u003e\n\u003csmall\u003e Max Wattage \u003c\/small\u003e \u003cstrong\u003e 40W Each \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMMING\n  ====================================================== --\u003e\n\u003csection class=\"linora-dimming\"\u003e\n\u003cdiv class=\"linora-dimming__tag\"\u003eDimming\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Dimming is possible with compatible components. \u003c\/strong\u003e \u003cspan\u003e Use compatible dimmable E26\/E27 bulbs together with a compatible wall dimmer. Standard wall switch hardware is not included. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BEFORE ORDERING\n  ====================================================== --\u003e\n\u003csection class=\"linora-before\"\u003e\n\u003cdiv class=\"linora-before__title\"\u003e\n\u003csmall\u003e Before You Order \u003c\/small\u003e\n\u003ch3\u003eFour Quick Checks\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-before__rows\"\u003e\n\u003cdiv class=\"linora-before__row\"\u003e\n\u003cstrong\u003e Surface length? \u003c\/strong\u003e\n\u003cp\u003eLinora itself is 40.5 inches long. Compare that dimension with the island or table below before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-before__row\"\u003e\n\u003cstrong\u003e Ceiling height? \u003c\/strong\u003e\n\u003cp\u003eThe standard 59-inch adjustable cable works well with many 8–10 ft ceilings. Longer cable can be requested.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-before__row\"\u003e\n\u003cstrong\u003e Installation? \u003c\/strong\u003e\n\u003cp\u003eLinora is hardwired. Professional electrician installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-before__row\"\u003e\n\u003cstrong\u003e Wet location? \u003c\/strong\u003e\n\u003cp\u003eNo. Linora is IP20 and intended for indoor dry locations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"linora-specs\"\u003e\n\u003cdiv class=\"linora-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Linora · Linear Island Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-spec-list\"\u003e\n\u003cdiv class=\"linora-spec-row\"\u003e\n\u003cspan class=\"linora-spec-row__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"linora-spec-row__value\"\u003e L40.5\" × W7.1\" × H11\" \/ L103 × W18 × H28cm · Globe Ø4.7–5.5\" \/ Ø12–14cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-spec-row\"\u003e\n\u003cspan class=\"linora-spec-row__label\"\u003e Materials \u0026amp; Finish \u003c\/span\u003e \u003cspan class=\"linora-spec-row__value\"\u003e Gold-finished metal bar \u0026amp; hardware · Glass globe shades · Walnut wood finial accents \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-spec-row\"\u003e\n\u003cspan class=\"linora-spec-row__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"linora-spec-row__value\"\u003e 4 × E26 \/ E27 · Bulb Included: Yes · Max 40W per socket \/ 160W combined \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-spec-row\"\u003e\n\u003cspan class=\"linora-spec-row__label\"\u003e Electrical \u0026amp; Control \u003c\/span\u003e \u003cspan class=\"linora-spec-row__value\"\u003e AC 110–240V · Compatible with standard wall switch · Wall switch not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-spec-row\"\u003e\n\u003cspan class=\"linora-spec-row__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"linora-spec-row__value\"\u003e Compatible with dimmable E26\/E27 bulbs and a compatible wall dimmer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-spec-row\"\u003e\n\u003cspan class=\"linora-spec-row__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"linora-spec-row__value\"\u003e 59\" \/ 150cm adjustable cable · Extension available on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-spec-row\"\u003e\n\u003cspan class=\"linora-spec-row__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"linora-spec-row__value\"\u003e Hardwired ceiling installation · Professional electrician recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-spec-row\"\u003e\n\u003cspan class=\"linora-spec-row__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"linora-spec-row__value\"\u003e Indoor dry locations only · IP20 · Not waterproof \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linora-spec-row\"\u003e\n\u003cspan class=\"linora-spec-row__label\"\u003e Maintenance \u003c\/span\u003e \u003cspan class=\"linora-spec-row__value\"\u003e Dry cloth for metal and walnut · Glass globes may be gently damp-wiped and dried before reinstalling \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CERTIFICATIONS --\u003e\n\u003cdiv class=\"linora-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\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       CARE\n  ====================================================== --\u003e\n\u003csection class=\"linora-care\"\u003e\n\u003cdiv class=\"linora-care__tag\"\u003eMaterial Care\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Treat the three visible materials differently. \u003c\/strong\u003e \u003cspan\u003e Wipe gold-finished metal and walnut accents with a soft dry cloth. Glass globes may be gently damp-wiped, then dried completely before reinstalling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"linora-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       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"linora-detail-large\" href=\"#linora-root\" class=\"linora-lightbox\"\u003e \u003cspan class=\"linora-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linora-linear-island-pendant-light-stuberlighting_11.jpg?v=1778830556\" alt=\"Enlarged Linora gold metal walnut wood and glass detail\"\u003e \u003cspan class=\"linora-lightbox__text\"\u003e Gold + Walnut + Glass · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SIZE\n  ====================================================== --\u003e \u003ca id=\"linora-size-large\" href=\"#linora-root\" class=\"linora-lightbox\"\u003e \u003cspan class=\"linora-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linora-linear-island-pendant-light-stuberlighting_2.jpg?v=1778830556\" alt=\"Enlarged Linora Linear Island Pendant dimension drawing\"\u003e \u003cspan class=\"linora-lightbox__text\"\u003e L40.5\" × W7.1\" × H11\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"4-lights L40.5\"xW7.1\"xH11.0\" \/ Walnut color \u0026 Gold","offer_id":52213486682395,"sku":"STB-LNRA-GLD","price":258.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linora-linear-island-pendant-light-stuberlighting_1.jpg?v=1778830556"},{"product_id":"marrakesh-tassel-pendant-light","title":"Marrakesh Tassel Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — MARRAKESH TASSEL PENDANT LIGHT\n   Refined Editorial · Quiet Luxury · Fabric Texture\n========================================================= *\/\n\n.stb-marrakesh{\n  --ivory:#FFFDF8;\n  --soft:#F4ECE1;\n  --sand:#E8DAC7;\n\n  --dark:#21160F;\n  --espresso:#38271D;\n  --brown:#4A3218;\n\n  --gold:#B68E57;\n  --gold-deep:#89683F;\n\n  --muted:#786959;\n  --line:#D8C9B6;\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:14.5px;\n  line-height:1.68;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-marrakesh *,\n.stb-marrakesh *::before,\n.stb-marrakesh *::after{\n  box-sizing:border-box;\n}\n\n.stb-marrakesh h2,\n.stb-marrakesh 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-marrakesh p{\n  margin-top:0;\n}\n\n.stb-marrakesh__eyebrow{\n  display:block;\n  margin-bottom:7px;\n\n  color:var(--gold-deep);\n\n  font-size:10px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-marrakesh__title{\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.stb-marrakesh__section-title{\n  margin:0 0 8px;\n\n  font-size:22px;\n  line-height:1.25;\n}\n\n.stb-marrakesh__view{\n  display:block;\n\n  margin-top:7px;\n\n  color:#7A6551;\n\n  font-size:10px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-marrakesh__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 205px;\n\n  gap:34px;\n  align-items:end;\n\n  padding:8px 0 28px;\n}\n\n.stb-marrakesh__intro-copy{\n  max-width:620px;\n}\n\n.stb-marrakesh__intro-copy p{\n  max-width:610px;\n\n  margin:0;\n\n  color:#5E4C3D;\n\n  font-size:14.5px;\n  line-height:1.7;\n}\n\n.stb-marrakesh__intro-side{\n  padding:17px 18px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-marrakesh__intro-side small{\n  display:block;\n  margin-bottom:6px;\n\n  color:#C6AB85;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-marrakesh__intro-side strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:#FFF5E7;\n\n  font-size:16px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-marrakesh__intro-side span{\n  display:block;\n\n  color:#D5C6B5;\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-marrakesh__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:38px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-marrakesh__fact{\n  padding:15px 14px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-marrakesh__fact:last-child{\n  border-right:0;\n}\n\n.stb-marrakesh__fact small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#89735D;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.stb-marrakesh__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   TASSEL DETAIL\n========================================================= *\/\n\n.stb-marrakesh__detail{\n  display:grid;\n  grid-template-columns:185px minmax(0,1fr);\n\n  gap:30px;\n  align-items:center;\n\n  margin-bottom:40px;\n  padding:21px;\n\n  background:var(--soft);\n\n  border:1px solid #D7C7B3;\n  border-radius:5px;\n}\n\n.stb-marrakesh__detail-media{\n  width:175px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-marrakesh__media-link{\n  display:block;\n\n  width:100%;\n  padding:5px;\n\n  background:var(--ivory);\n\n  border:1px solid #D1C0AB;\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-marrakesh__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:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-marrakesh__detail-copy{\n  max-width:550px;\n}\n\n.stb-marrakesh__detail-copy p{\n  margin:0 0 12px;\n\n  color:#5E4C3D;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n.stb-marrakesh__tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:7px;\n}\n\n.stb-marrakesh__tag{\n  padding:5px 9px;\n\n  background:var(--ivory);\n\n  color:#5F4938;\n\n  font-size:10.5px;\n\n  border:1px solid #D3C2AE;\n  border-radius:20px;\n}\n\n\n\/* =========================================================\n   MATERIAL + LIGHT\n========================================================= *\/\n\n.stb-marrakesh__character{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:40px;\n\n  overflow:hidden;\n\n  border-radius:5px;\n}\n\n.stb-marrakesh__character-panel{\n  padding:21px 22px;\n}\n\n.stb-marrakesh__character-panel:first-child{\n  background:var(--espresso);\n}\n\n.stb-marrakesh__character-panel:last-child{\n  background:#E7DDD1;\n}\n\n.stb-marrakesh__character-panel small{\n  display:block;\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-marrakesh__character-panel:first-child small{\n  color:#CBAE87;\n}\n\n.stb-marrakesh__character-panel:last-child small{\n  color:#816B58;\n}\n\n.stb-marrakesh__character-panel strong{\n  display:block;\n  margin-bottom:6px;\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marrakesh__character-panel:first-child strong{\n  color:#FFF4E5;\n}\n\n.stb-marrakesh__character-panel:last-child strong{\n  color:var(--dark);\n}\n\n.stb-marrakesh__character-panel p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.stb-marrakesh__character-panel:first-child p{\n  color:#D7C8B6;\n}\n\n.stb-marrakesh__character-panel:last-child p{\n  color:#625142;\n}\n\n\n\/* =========================================================\n   SIZE SECTION\n========================================================= *\/\n\n.stb-marrakesh__sizes{\n  margin-bottom:40px;\n}\n\n.stb-marrakesh__sizes-head{\n  display:flex;\n  align-items:end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:15px;\n}\n\n.stb-marrakesh__sizes-head p{\n  max-width:560px;\n\n  margin:0;\n\n  color:#625040;\n\n  font-size:12.8px;\n  line-height:1.65;\n}\n\n.stb-marrakesh__chain{\n  flex-shrink:0;\n\n  padding:7px 10px;\n\n  background:var(--dark);\n\n  color:#FFF4E5;\n\n  font-size:9.5px;\n  font-weight:600;\n\n  border-radius:3px;\n}\n\n\n\/* =========================================================\n   3 SIZE CARDS — HORIZONTAL DESKTOP\n========================================================= *\/\n\n.stb-marrakesh__size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:10px;\n}\n\n.stb-marrakesh__size-card{\n  min-width:0;\n\n  padding:14px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-marrakesh__size-card--featured{\n  border-top:3px solid var(--gold);\n}\n\n.stb-marrakesh__size-media{\n  width:150px;\n  max-width:100%;\n\n  margin:0 auto 11px;\n}\n\n.stb-marrakesh__size-link{\n  display:block;\n\n  padding:4px;\n\n  background:#F5EEE5;\n\n  border:1px solid #D5C6B3;\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-marrakesh__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-marrakesh__size-copy{\n  text-align:center;\n}\n\n.stb-marrakesh__size-copy small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#8A725B;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.stb-marrakesh__size-copy strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marrakesh__size-copy p{\n  margin:0;\n\n  color:#695849;\n\n  font-size:11px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   HANGING GUIDE\n========================================================= *\/\n\n.stb-marrakesh__hanging{\n  display:grid;\n  grid-template-columns:175px minmax(0,1fr);\n\n  margin-bottom:39px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-marrakesh__hanging-title{\n  padding:19px 18px;\n\n  background:var(--soft);\n}\n\n.stb-marrakesh__hanging-title small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#816A55;\n\n  font-size:9px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marrakesh__hanging-title strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marrakesh__hanging-copy{\n  padding:19px 21px;\n\n  background:var(--ivory);\n}\n\n.stb-marrakesh__hanging-copy p{\n  margin:0;\n\n  color:#5F4C3D;\n\n  font-size:12.3px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-marrakesh__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:39px;\n\n  overflow:hidden;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-marrakesh__practical-item{\n  padding:20px 22px;\n}\n\n.stb-marrakesh__practical-item:first-child{\n  border-right:1px solid #49372A;\n}\n\n.stb-marrakesh__practical-item small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#C4A981;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-marrakesh__practical-item strong{\n  display:block;\n  margin-bottom:5px;\n\n  color:#FFF4E5;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marrakesh__practical-item p{\n  margin:0;\n\n  color:#D4C5B3;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.stb-marrakesh__specs{\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-marrakesh__spec-head{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n\n  gap:20px;\n\n  padding:14px 17px;\n\n  background:var(--espresso);\n}\n\n.stb-marrakesh__spec-head span{\n  color:#C8AA82;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-marrakesh__spec-head strong{\n  color:#FFF4E5;\n\n  font-size:16px;\n  font-weight:500;\n}\n\n.stb-marrakesh__spec-list{\n  background:var(--ivory);\n}\n\n.stb-marrakesh__spec{\n  display:grid;\n  grid-template-columns:28% 72%;\n\n  padding:10px 14px;\n\n  border-bottom:1px solid #E5D9CB;\n}\n\n.stb-marrakesh__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-marrakesh__spec span{\n  padding-right:12px;\n\n  color:#88725D;\n\n  font-size:10.5px;\n  line-height:1.45;\n}\n\n.stb-marrakesh__spec strong{\n  color:var(--dark);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-marrakesh__faq{\n  max-width:760px;\n\n  margin:0 auto 34px;\n}\n\n.stb-marrakesh__faq-head{\n  margin-bottom:5px;\n}\n\n.stb-marrakesh__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-marrakesh__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--dark);\n\n  font-size:13.5px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-marrakesh__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-marrakesh__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:20px;\n  font-weight:400;\n}\n\n.stb-marrakesh__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-marrakesh__faq details p{\n  margin:8px 0 0;\n\n  color:#665344;\n\n  font-size:12.2px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-marrakesh__shipping{\n  padding:21px 22px;\n\n  background:var(--soft);\n\n  border-top:2px 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:5px;\n}\n\n.stb-marrakesh__shipping h3{\n  margin:0 0 12px;\n\n  font-size:20px;\n}\n\n.stb-marrakesh__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.8px;\n  line-height:1.65;\n}\n\n.stb-marrakesh__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-marrakesh__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-marrakesh__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,13,9,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-marrakesh__lightbox:target{\n  display:flex;\n}\n\n.stb-marrakesh__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-marrakesh__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 15px 55px rgba(0,0,0,.38);\n}\n\n.stb-marrakesh__lightbox-caption{\n  margin-top:10px;\n\n  color:#D8BE96;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-marrakesh__lightbox-hint{\n  margin-top:4px;\n\n  color:#9E8C77;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-marrakesh{\n    font-size:14.5px;\n  }\n\n\n  .stb-marrakesh__intro{\n    grid-template-columns:1fr;\n\n    gap:14px;\n  }\n\n  .stb-marrakesh__title{\n    font-size:25px;\n  }\n\n  .stb-marrakesh__intro-copy p{\n    font-size:14px;\n  }\n\n  .stb-marrakesh__intro-side{\n    max-width:280px;\n  }\n\n\n  .stb-marrakesh__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-marrakesh__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-marrakesh__fact:nth-child(1),\n  .stb-marrakesh__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-marrakesh__detail{\n    grid-template-columns:155px 1fr;\n\n    gap:16px;\n    padding:16px;\n  }\n\n  .stb-marrakesh__detail-media{\n    width:145px;\n  }\n\n  .stb-marrakesh__detail-copy p{\n    font-size:12.7px;\n  }\n\n\n  .stb-marrakesh__character{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-marrakesh__sizes-head{\n    display:block;\n  }\n\n  .stb-marrakesh__chain{\n    display:inline-block;\n\n    margin-top:8px;\n  }\n\n\n  \/* size cards stack on mobile *\/\n\n  .stb-marrakesh__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marrakesh__size-card{\n    display:grid;\n    grid-template-columns:115px 1fr;\n\n    gap:13px;\n    align-items:center;\n\n    padding:11px;\n  }\n\n  .stb-marrakesh__size-media{\n    width:105px;\n\n    margin:0;\n  }\n\n  .stb-marrakesh__size-copy{\n    text-align:left;\n  }\n\n  .stb-marrakesh__size-copy p{\n    font-size:11px;\n  }\n\n\n  .stb-marrakesh__hanging{\n    grid-template-columns:145px 1fr;\n  }\n\n\n  .stb-marrakesh__practical{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marrakesh__practical-item:first-child{\n    border-right:0;\n    border-bottom:1px solid #49372A;\n  }\n\n\n  .stb-marrakesh__spec{\n    grid-template-columns:35% 65%;\n  }\n\n  .stb-marrakesh__spec strong{\n    font-size:11.8px;\n  }\n\n\n  .stb-marrakesh__shipping{\n    padding:18px;\n  }\n\n  .stb-marrakesh__shipping p{\n    font-size:12.5px;\n  }\n\n\n  .stb-marrakesh__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n@media screen and (max-width:520px){\n\n  .stb-marrakesh__detail{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marrakesh__detail-media{\n    width:160px;\n  }\n\n\n  .stb-marrakesh__hanging{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-marrakesh__spec{\n    grid-template-columns:1fr;\n\n    gap:3px;\n  }\n\n  .stb-marrakesh__spec span{\n    font-weight:600;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-marrakesh\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-marrakesh__intro\"\u003e\n\u003cdiv class=\"stb-marrakesh__intro-copy\"\u003e\n\u003cspan class=\"stb-marrakesh__eyebrow\"\u003e Fabric Tassels · Warm 3000K Light \u003c\/span\u003e\n\u003ch2 class=\"stb-marrakesh__title\"\u003eSoft Texture, Suspended in Light.\u003c\/h2\u003e\n\u003cp\u003eMarrakesh wraps a clean metal frame in layers of fabric tassels, creating a pendant that feels warm and tactile without becoming heavy. When illuminated, the light filters through the fringe for a softer, more atmospheric glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__intro-side\"\u003e\n\u003csmall\u003e Available Sizes \u003c\/small\u003e \u003cstrong\u003e 11.8\" · 20\" · 25.6\" \u003c\/strong\u003e \u003cspan\u003e 39.4\" adjustable chain \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-marrakesh__facts\"\u003e\n\u003cdiv class=\"stb-marrakesh__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Fabric Tassels \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__fact\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e Metal \/ Iron \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__fact\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__fact\"\u003e\n\u003csmall\u003e Color Temperature \u003c\/small\u003e \u003cstrong\u003e 3000K Warm White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"marrakesh-detail-section\" class=\"stb-marrakesh__detail\"\u003e\n\u003cdiv class=\"stb-marrakesh__detail-media\"\u003e\u003ca href=\"#marrakesh-detail\" class=\"stb-marrakesh__media-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marrakesh-tassel-pendant-light-stuberlighting_15.jpg?v=1779603942\" alt=\"Marrakesh Tassel Pendant Light fabric tassel texture detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marrakesh__view\"\u003e View Tassel Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__detail-copy\"\u003e\n\u003cspan class=\"stb-marrakesh__eyebrow\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-marrakesh__section-title\"\u003eThe Tassels Are the Shade.\u003c\/h3\u003e\n\u003cp\u003eInstead of hiding the light inside a solid metal or glass form, Marrakesh uses layered fabric fringe around its frame. The texture remains visible when switched off and becomes softer and more dimensional when the light is on.\u003c\/p\u003e\n\u003cdiv class=\"stb-marrakesh__tags\"\u003e\n\u003cspan class=\"stb-marrakesh__tag\"\u003e Fabric Fringe \u003c\/span\u003e \u003cspan class=\"stb-marrakesh__tag\"\u003e Layered Texture \u003c\/span\u003e \u003cspan class=\"stb-marrakesh__tag\"\u003e Soft Light Effect \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"marrakesh-detail\" href=\"#marrakesh-detail-section\" class=\"stb-marrakesh__lightbox\"\u003e \u003cspan class=\"stb-marrakesh__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marrakesh-tassel-pendant-light-stuberlighting_15.jpg?v=1779603942\" alt=\"Enlarged Marrakesh fabric tassel detail\"\u003e \u003cspan class=\"stb-marrakesh__lightbox-caption\"\u003e Marrakesh · Fabric Tassel Detail \u003c\/span\u003e \u003cspan class=\"stb-marrakesh__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"stb-marrakesh__character\"\u003e\n\u003cdiv class=\"stb-marrakesh__character-panel\"\u003e\n\u003csmall\u003e Texture \u003c\/small\u003e \u003cstrong\u003e Soft Fabric Instead of a Hard Shade. \u003c\/strong\u003e\n\u003cp\u003eThe fringe adds tactile depth and gentle movement, giving the fixture a softer presence than glass or metal pendants.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__character-panel\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Warm, Layered 3000K Glow. \u003c\/strong\u003e\n\u003cp\u003eThe included warm-white LED light filters through the tassels for relaxed ambient illumination rather than a stark exposed-bulb effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE COMPARISON\n  ====================================================== --\u003e\n\u003csection id=\"marrakesh-size-section\" class=\"stb-marrakesh__sizes\"\u003e\n\u003cdiv class=\"stb-marrakesh__sizes-head\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-marrakesh__eyebrow\"\u003e Choose Your Size \u003c\/span\u003e\n\u003ch3 class=\"stb-marrakesh__section-title\"\u003eThree Sizes, Side by Side.\u003c\/h3\u003e\n\u003cp\u003eChoose the 11.8\" version for small accents, the 20\" for most bedrooms and relaxed living spaces, or the 25.6\" when the pendant needs more visual presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"stb-marrakesh__chain\"\u003e Chain · 39.4\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__size-grid\"\u003e\n\u003c!-- SMALL --\u003e\n\u003carticle class=\"stb-marrakesh__size-card\"\u003e\n\u003cdiv class=\"stb-marrakesh__size-media\"\u003e\u003ca href=\"#marrakesh-small\" class=\"stb-marrakesh__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marrakesh-tassel-pendant-light-stuberlighting_4.jpg?v=1779604632\" alt=\"Marrakesh Tassel Pendant Light small dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marrakesh__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__size-copy\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e Ø11.8\" × H11.8\" \u003c\/strong\u003e\n\u003cp\u003eReading nook, entryway, bedside area or compact accent space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- MEDIUM --\u003e\n\u003carticle class=\"stb-marrakesh__size-card stb-marrakesh__size-card--featured\"\u003e\n\u003cdiv class=\"stb-marrakesh__size-media\"\u003e\u003ca href=\"#marrakesh-medium\" class=\"stb-marrakesh__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marrakesh-tassel-pendant-light-stuberlighting_10.jpg?v=1779603942\" alt=\"Marrakesh Tassel Pendant Light medium dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marrakesh__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__size-copy\"\u003e\n\u003csmall\u003e Most Versatile \u003c\/small\u003e \u003cstrong\u003e Ø20\" × H13.8\" \u003c\/strong\u003e\n\u003cp\u003eBedrooms, small living spaces and relaxed seating areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- LARGE --\u003e\n\u003carticle class=\"stb-marrakesh__size-card\"\u003e\n\u003cdiv class=\"stb-marrakesh__size-media\"\u003e\u003ca href=\"#marrakesh-large\" class=\"stb-marrakesh__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marrakesh-tassel-pendant-light-stuberlighting_8.jpg?v=1779604644\" alt=\"Marrakesh Tassel Pendant Light large dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marrakesh__view\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__size-copy\"\u003e\n\u003csmall\u003e Statement \u003c\/small\u003e \u003cstrong\u003e Ø25.6\" × H15\" \u003c\/strong\u003e\n\u003cp\u003eDining tables, larger bedrooms and 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=\"marrakesh-small\" href=\"#marrakesh-size-section\" class=\"stb-marrakesh__lightbox\"\u003e \u003cspan class=\"stb-marrakesh__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marrakesh-tassel-pendant-light-stuberlighting_4.jpg?v=1779604632\" alt=\"Enlarged Marrakesh small dimensions\"\u003e \u003cspan class=\"stb-marrakesh__lightbox-caption\"\u003e Small · Ø11.8\" × H11.8\" \u003c\/span\u003e \u003cspan class=\"stb-marrakesh__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"marrakesh-medium\" href=\"#marrakesh-size-section\" class=\"stb-marrakesh__lightbox\"\u003e \u003cspan class=\"stb-marrakesh__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marrakesh-tassel-pendant-light-stuberlighting_10.jpg?v=1779603942\" alt=\"Enlarged Marrakesh medium dimensions\"\u003e \u003cspan class=\"stb-marrakesh__lightbox-caption\"\u003e Medium · Ø20\" × H13.8\" \u003c\/span\u003e \u003cspan class=\"stb-marrakesh__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"marrakesh-large\" href=\"#marrakesh-size-section\" class=\"stb-marrakesh__lightbox\"\u003e \u003cspan class=\"stb-marrakesh__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marrakesh-tassel-pendant-light-stuberlighting_8.jpg?v=1779604644\" alt=\"Enlarged Marrakesh large dimensions\"\u003e \u003cspan class=\"stb-marrakesh__lightbox-caption\"\u003e Large · Ø25.6\" × H15\" \u003c\/span\u003e \u003cspan class=\"stb-marrakesh__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       HANGING\n  ====================================================== --\u003e\n\u003csection class=\"stb-marrakesh__hanging\"\u003e\n\u003cdiv class=\"stb-marrakesh__hanging-title\"\u003e\n\u003csmall\u003e Dining Height \u003c\/small\u003e \u003cstrong\u003e 30–34\" Above the Table \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__hanging-copy\"\u003e\n\u003cp\u003eFor dining installations, measure from the tabletop to the bottom of the tassel fringe. The standard 39.4\" \/ 100cm chain is adjustable, and additional length is available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRACTICAL DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-marrakesh__practical\"\u003e\n\u003cdiv class=\"stb-marrakesh__practical-item\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 LED Bulb Included \u003c\/strong\u003e\n\u003cp\u003eWarm 3000K light is included with the fixture. Maximum 40W per socket.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__practical-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired Ceiling Pendant \u003c\/strong\u003e\n\u003cp\u003eAC 110–240V and compatible with a standard wall switch. Professional installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-marrakesh__specs\"\u003e\n\u003cdiv class=\"stb-marrakesh__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Marrakesh \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__spec-list\"\u003e\n\u003cdiv class=\"stb-marrakesh__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Small Ø11.8\" × H11.8\" · Medium Ø20\" × H13.8\" · Large Ø25.6\" × H15\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Metal \u0026amp; Iron Frame · Fabric Tassels \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e E26 \/ E27 LED Bulb Included · 3000K Warm White · Max 40W Per Socket \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__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-marrakesh__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Compatible with Standard Wall Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 39.4\" \/ 100cm Adjustable Chain · Extension Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__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-marrakesh__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Professional Installation Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marrakesh__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\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-marrakesh__faq\"\u003e\n\u003cdiv class=\"stb-marrakesh__faq-head\"\u003e\n\u003cspan class=\"stb-marrakesh__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-marrakesh__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Marrakesh size should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose 11.8\" for compact spaces and small accents, 20\" for most bedrooms and relaxed living areas, or 25.6\" for dining tables and larger statement installations.\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 LED bulb in warm 3000K is included with the fixture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer chain?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard chain is 39.4\" \/ 100cm and adjustable. Additional chain length can be prepared 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-marrakesh__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 11.8\"x 11.8\" \/ Beige","offer_id":52249000050971,"sku":"STB-MRKS-S1","price":165.0,"currency_code":"USD","in_stock":true},{"title":"Dia 11.8\"x 11.8\" \/ Pink","offer_id":52249000083739,"sku":"STB-MRKS-S2","price":165.0,"currency_code":"USD","in_stock":true},{"title":"Dia 11.8\"x 11.8\" \/ Multicolor","offer_id":52249000116507,"sku":"STB-MRKS-S3","price":165.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20\"x 13.8\" \/ Beige","offer_id":52249000149275,"sku":"STB-MRKS-M1","price":280.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20\"x 13.8\" \/ Pink","offer_id":52249000182043,"sku":"STB-MRKS-M2","price":280.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20\"x 13.8\" \/ Multicolor","offer_id":52249000214811,"sku":"STB-MRKS-M3","price":280.0,"currency_code":"USD","in_stock":true},{"title":"Dia 25.6\"x 15\" \/ Beige","offer_id":52249000247579,"sku":"STB-MRKS-L1","price":395.0,"currency_code":"USD","in_stock":true},{"title":"Dia 25.6\"x 15\" \/ Pink","offer_id":52249000280347,"sku":"STB-MRKS-L2","price":395.0,"currency_code":"USD","in_stock":true},{"title":"Dia 25.6\"x 15\" \/ Multicolor","offer_id":52249000313115,"sku":"STB-MRKS-L3","price":395.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marrakesh-tassel-pendant-light-stuberlighting_21.jpg?v=1779603942"},{"product_id":"tulum-jute-pendant-light","title":"Tulum Jute Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — TULUM\n   JUTE PENDANT LIGHT\n\n   TEXTURE \/ SCALE \/ DROP\n\n   NATURAL JUTE · FABRIC · TASSELS\n   3 SIZES · E26\/E27\n   3000K BULB INCLUDED\n\n   QUIET EDITORIAL LAYOUT\n   MINIMAL PALETTE · DAWN SAFE\n========================================================= *\/\n\n.stb-tulum{\n  --white:#FFFFFF;\n  --ivory:#FFFDF9;\n  --paper:#F4F0E9;\n\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --muted:#786958;\n\n  --jute:#AD8B64;\n  --jute-deep:#806245;\n  --jute-soft:#DED0BD;\n\n  --gold:#C8A96E;\n  --line:#DED6CA;\n\n  width:100%;\n  max-width:850px;\n  min-width:0;\n  margin:0 auto;\n\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.62;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-tulum *,\n.stb-tulum *::before,\n.stb-tulum *::after{\n  box-sizing:border-box;\n}\n\n.stb-tulum h2,\n.stb-tulum h3,\n.stb-tulum p{\n  margin-top:0;\n}\n\n.stb-tulum h2,\n.stb-tulum 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-tulum 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-tulum a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   MAIN PAPER\n   white panel separates description from store background\n========================================================= *\/\n\n.tulum-paper{\n  background:#FFFFFF;\n\n  border:1px solid #E2DBD1;\n  border-top:4px solid #1C1209;\n\n  padding:24px 25px 0;\n}\n\n\n\/* =========================================================\n   OPENING\n========================================================= *\/\n\n.tulum-open{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,145px);\n\n  gap:30px;\n  align-items:end;\n\n  padding-bottom:23px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.tulum-kicker{\n  margin:0 0 7px !important;\n\n  color:var(--jute-deep);\n\n  font-size:10px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.tulum-open h2{\n  max-width:590px;\n\n  margin:0 0 9px;\n\n  font-size:34px;\n  line-height:1.04;\n}\n\n.tulum-open__copy \u003e p{\n  max-width:570px;\n\n  margin:0;\n\n  color:#675645;\n\n  font-size:13px;\n}\n\n.tulum-open__meta{\n  min-width:0;\n\n  padding-left:15px;\n\n  border-left:2px solid var(--jute);\n}\n\n.tulum-open__meta small{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#846B51;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.tulum-open__meta strong{\n  display:block;\n\n  color:#1C1209;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:25px;\n  line-height:1.05;\n  font-weight:500;\n}\n\n.tulum-open__meta span{\n  display:block;\n\n  margin-top:6px;\n\n  color:#746453;\n\n  font-size:10.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   KEY FACT LINE\n========================================================= *\/\n\n.tulum-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:0;\n\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.tulum-fact{\n  padding:2px 15px;\n\n  border-right:1px solid var(--line);\n\n  color:#5E5042;\n\n  font-size:10.5px;\n}\n\n.tulum-fact:first-child{\n  padding-left:0;\n}\n\n.tulum-fact:last-child{\n  border-right:0;\n}\n\n.tulum-fact strong{\n  color:#26180D;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   MATERIAL EDITORIAL\n========================================================= *\/\n\n.tulum-texture{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:28px;\n  align-items:center;\n\n  padding:28px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.tulum-texture__image{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#F4F0E9;\n\n  border:1px solid #DDD3C6;\n}\n\n.tulum-texture__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.tulum-texture__image img{\n  max-height:165px !important;\n}\n\n.tulum-zoom{\n  position:absolute;\n\n  right:5px;\n  bottom:5px;\n\n  padding:4px 7px;\n\n  background:rgba(28,18,9,.87);\n\n  border-radius:20px;\n\n  color:#FFF8EA;\n\n  font-size:8.5px;\n\n  pointer-events:none;\n}\n\n.tulum-texture__copy{\n  min-width:0;\n}\n\n.tulum-section-label{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--jute-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.tulum-texture__copy h3{\n  margin:0 0 7px;\n\n  font-size:24px;\n  line-height:1.1;\n}\n\n.tulum-texture__copy p{\n  margin:0;\n\n  color:#675747;\n\n  font-size:12px;\n}\n\n.tulum-texture__materials{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:14px;\n\n  margin-top:11px;\n}\n\n.tulum-texture__materials span{\n  position:relative;\n\n  padding-left:9px;\n\n  color:#6F5E4B;\n\n  font-size:10px;\n}\n\n.tulum-texture__materials span::before{\n  content:\"\";\n\n  position:absolute;\n\n  left:0;\n  top:.56em;\n\n  width:3px;\n  height:3px;\n\n  background:#AD8B64;\n\n  border-radius:50%;\n}\n\n\n\/* =========================================================\n   SIZE SELECTOR\n   deliberately plain — no colorful cards\n========================================================= *\/\n\n.tulum-sizing{\n  padding:28px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.tulum-sizing__head{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:25px;\n\n  margin-bottom:14px;\n}\n\n.tulum-sizing__head h3{\n  margin:0;\n\n  font-size:23px;\n}\n\n.tulum-sizing__head p{\n  margin:0;\n\n  color:#726150;\n\n  font-size:11.5px;\n}\n\n\n\/* SIZE ROW *\/\n\n.tulum-size-row{\n  display:grid;\n  grid-template-columns:minmax(0,95px) minmax(0,170px) minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n\n  padding:11px 0;\n\n  border-top:1px solid #E4DDD3;\n}\n\n.tulum-size-row:last-of-type{\n  border-bottom:1px solid #E4DDD3;\n}\n\n.tulum-size-row--featured{\n  margin-left:-10px;\n  margin-right:-10px;\n\n  padding-left:10px;\n  padding-right:10px;\n\n  background:#F4F0E9;\n}\n\n.tulum-size-row__name small{\n  display:block;\n\n  margin-bottom:1px;\n\n  color:#927653;\n\n  font-size:8.5px;\n  font-weight:600;\n  text-transform:uppercase;\n  letter-spacing:.08em;\n}\n\n.tulum-size-row__name strong{\n  color:#281A0E;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  font-weight:500;\n}\n\n.tulum-size-row__measure{\n  padding-left:12px;\n\n  border-left:2px solid #AD8B64;\n}\n\n.tulum-size-row__measure strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.tulum-size-row__measure span{\n  display:block;\n\n  margin-top:2px;\n\n  color:#7A6956;\n\n  font-size:10px;\n}\n\n.tulum-size-row__use{\n  color:#665544;\n\n  font-size:11px;\n}\n\n.tulum-size-row__use strong{\n  color:#281A0E;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   DIMENSION DRAWING\n========================================================= *\/\n\n.tulum-dimension{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,150px);\n\n  gap:24px;\n  align-items:center;\n\n  margin-top:18px;\n}\n\n.tulum-dimension__copy{\n  min-width:0;\n}\n\n.tulum-dimension__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#846B51;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.tulum-dimension__copy h3{\n  margin:0 0 5px;\n\n  font-size:20px;\n}\n\n.tulum-dimension__copy p{\n  margin:0;\n\n  color:#71604F;\n\n  font-size:11px;\n}\n\n.tulum-dimension__image{\n  width:150px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#F6F3EE;\n\n  border:1px solid #DED6CB;\n}\n\n.tulum-dimension__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.tulum-dimension__image img{\n  max-height:140px !important;\n}\n\n\n\/* =========================================================\n   LIGHT + HANGING\n========================================================= *\/\n\n.tulum-utility{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,1fr);\n\n  gap:0;\n\n  margin:28px -25px 0;\n\n  background:#1C1209;\n}\n\n.tulum-utility__light,\n.tulum-utility__drop{\n  min-width:0;\n\n  padding:20px 25px;\n}\n\n.tulum-utility__light{\n  border-right:1px solid rgba(255,255,255,.14);\n}\n\n.tulum-utility small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8A96E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.tulum-utility h3{\n  margin:0 0 6px;\n\n  color:#FFF7EA;\n\n  font-size:21px;\n}\n\n.tulum-utility p{\n  margin:0;\n\n  color:#CDC5B9;\n\n  font-size:11.5px;\n}\n\n.tulum-utility__stats{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:12px;\n\n  margin-top:10px;\n}\n\n.tulum-utility__stats span{\n  color:#E6DED2;\n\n  font-size:10px;\n}\n\n.tulum-utility__stats strong{\n  color:#FFF8EB;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.tulum-place{\n  padding:28px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.tulum-place__head{\n  display:flex;\n  justify-content:space-between;\n  align-items:flex-end;\n\n  gap:20px;\n\n  margin-bottom:8px;\n}\n\n.tulum-place__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.tulum-place__head span{\n  color:#8A7761;\n\n  font-size:10px;\n}\n\n.tulum-place__rows{\n  border-top:1px solid #E4DDD3;\n}\n\n.tulum-place__row{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #E4DDD3;\n}\n\n.tulum-place__row strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.tulum-place__row span{\n  color:#675645;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   BEFORE ORDER\n========================================================= *\/\n\n.tulum-before{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:24px;\n\n  padding:28px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.tulum-before__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#876B4B;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.tulum-before__title h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.tulum-before__rows{\n  border-top:1px solid #DCD3C7;\n}\n\n.tulum-before__row{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:15px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #DCD3C7;\n}\n\n.tulum-before__row strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.tulum-before__row p{\n  margin:0;\n\n  color:#675645;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.tulum-specs{\n  padding:28px 0;\n}\n\n.tulum-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:8px;\n}\n\n.tulum-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.tulum-specs__head span{\n  color:#8A7761;\n\n  font-size:10px;\n}\n\n.tulum-spec-list{\n  border-top:1px solid #DCD3C7;\n}\n\n.tulum-spec-row{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #E4DDD3;\n}\n\n.tulum-spec-row:nth-child(even){\n  margin-left:-8px;\n  margin-right:-8px;\n\n  padding-left:8px;\n  padding-right:8px;\n\n  background:#F6F3EE;\n}\n\n.tulum-spec-row__label{\n  color:#806D58;\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.tulum-spec-row__value{\n  min-width:0;\n\n  color:#281A0E;\n\n  font-size:11.5px;\n  font-weight:500;\n  line-height:1.5;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CERT *\/\n\n.tulum-cert{\n  margin-top:10px;\n  padding:11px 13px;\n\n  background:#F4F0E9;\n\n  border-left:3px solid #AD8B64;\n}\n\n.tulum-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#846B51;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.tulum-cert strong{\n  display:block;\n\n  color:#352719;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   NATURAL FIBER NOTE\n========================================================= *\/\n\n.tulum-natural{\n  margin:0 -25px;\n\n  padding:13px 25px;\n\n  background:#F4F0E9;\n\n  border-top:1px solid #DDD4C8;\n}\n\n.tulum-natural strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#281A0E;\n\n  font-size:10.5px;\n  font-weight:600;\n}\n\n.tulum-natural span{\n  display:block;\n\n  color:#746351;\n\n  font-size:10.5px;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.tulum-shipping{\n  margin:0 -25px;\n\n  padding:19px 25px;\n\n  background:#1C1209;\n\n  border-top:3px solid #AD8B64;\n}\n\n.tulum-shipping h3{\n  margin:0 0 8px;\n\n  color:#FFF4E5;\n\n  font-size:20px;\n}\n\n.tulum-shipping p{\n  margin:0 0 7px;\n\n  color:#D0CBC2;\n\n  font-size:12px;\n}\n\n.tulum-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.tulum-shipping strong{\n  color:#FFF8EB;\n}\n\n.tulum-shipping a{\n  color:#E2C38C;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.tulum-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.tulum-lightbox:target{\n  display:flex;\n}\n\n.tulum-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.tulum-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.tulum-lightbox__text{\n  margin-top:9px;\n\n  color:#D9C7A8;\n\n  font-size:10px;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .tulum-paper{\n    padding:20px 18px 0;\n  }\n\n\n  .tulum-open{\n    grid-template-columns:minmax(0,1fr) minmax(0,120px);\n\n    gap:17px;\n  }\n\n  .tulum-open h2{\n    font-size:29px;\n  }\n\n  .tulum-open__copy \u003e p{\n    font-size:13px;\n  }\n\n\n  .tulum-texture{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:18px;\n  }\n\n  .tulum-texture__image{\n    width:125px;\n  }\n\n  .tulum-texture__image img{\n    max-height:118px !important;\n  }\n\n\n  .tulum-sizing__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .tulum-size-row{\n    grid-template-columns:minmax(0,85px) minmax(0,140px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n\n  .tulum-utility{\n    margin-left:-18px;\n    margin-right:-18px;\n  }\n\n  .tulum-utility__light,\n  .tulum-utility__drop{\n    padding:18px;\n  }\n\n\n  .tulum-before{\n    grid-template-columns:1fr;\n\n    gap:8px;\n  }\n\n\n  .tulum-spec-row{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n\n  .tulum-natural,\n  .tulum-shipping{\n    margin-left:-18px;\n    margin-right:-18px;\n\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n}\n\n\n@media screen and (max-width:500px){\n\n  .tulum-open{\n    grid-template-columns:1fr;\n  }\n\n  .tulum-open__meta{\n    width:155px;\n\n    padding-left:11px;\n  }\n\n\n  .tulum-facts{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n  }\n\n  .tulum-fact{\n    padding:5px 8px 5px 0;\n\n    border-right:0;\n  }\n\n\n  .tulum-texture{\n    grid-template-columns:1fr;\n  }\n\n  .tulum-texture__image{\n    width:110px;\n\n    margin:0;\n  }\n\n\n  .tulum-size-row{\n    grid-template-columns:minmax(0,80px) minmax(0,1fr);\n  }\n\n  .tulum-size-row__use{\n    grid-column:1 \/ -1;\n\n    padding-top:2px;\n  }\n\n\n  .tulum-dimension{\n    grid-template-columns:1fr;\n  }\n\n  .tulum-dimension__image{\n    width:110px;\n\n    margin:0;\n  }\n\n  .tulum-dimension__image img{\n    max-height:105px !important;\n  }\n\n\n  .tulum-utility{\n    grid-template-columns:1fr;\n  }\n\n  .tulum-utility__light{\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.14);\n  }\n\n\n  .tulum-place__head{\n    display:block;\n  }\n\n  .tulum-place__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .tulum-place__row{\n    grid-template-columns:minmax(0,95px) minmax(0,1fr);\n\n    gap:10px;\n  }\n\n\n  .tulum-specs__head{\n    display:block;\n  }\n\n  .tulum-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .tulum-spec-row{\n    grid-template-columns:1fr;\n\n    gap:3px;\n\n    padding:9px 0;\n  }\n\n  .tulum-spec-row__label{\n    color:#806245;\n\n    font-size:10px;\n    font-weight:600;\n\n    text-transform:uppercase;\n    letter-spacing:.05em;\n  }\n\n  .tulum-spec-row__value{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-tulum\" id=\"tulum-root\"\u003e\n\u003cdiv class=\"tulum-paper\"\u003e\n\u003c!-- =====================================================\n         OPENING\n    ====================================================== --\u003e\n\u003csection class=\"tulum-open\"\u003e\n\u003cdiv class=\"tulum-open__copy\"\u003e\n\u003cp class=\"tulum-kicker\"\u003eTulum · Natural Jute Pendant Light\u003c\/p\u003e\n\u003ch2\u003eWoven Texture with a Softer Edge\u003c\/h2\u003e\n\u003cp\u003eTulum combines natural jute rope, fabric and soft tassel fringe in a wide domed shade. The woven surface gives the fixture visible texture while softening the light for bedrooms, dining areas and relaxed living spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-open__meta\"\u003e\n\u003csmall\u003e Available Sizes \u003c\/small\u003e \u003cstrong\u003e 15.7\"\u003cbr\u003e19.7\"\u003cbr\u003e23.6\" \u003c\/strong\u003e \u003cspan\u003e Natural Beige\u003cbr\u003e59\" adjustable cable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         QUICK FACTS\n    ====================================================== --\u003e\n\u003csection class=\"tulum-facts\"\u003e\n\u003cdiv class=\"tulum-fact\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e · Natural Jute\u003c\/div\u003e\n\u003cdiv class=\"tulum-fact\"\u003e\n\u003cstrong\u003eBulb\u003c\/strong\u003e · E26 \/ E27\u003c\/div\u003e\n\u003cdiv class=\"tulum-fact\"\u003e\n\u003cstrong\u003eIncluded\u003c\/strong\u003e · 3000K LED\u003c\/div\u003e\n\u003cdiv class=\"tulum-fact\"\u003e\n\u003cstrong\u003eInstall\u003c\/strong\u003e · Hardwired\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         TEXTURE\n    ====================================================== --\u003e\n\u003csection class=\"tulum-texture\"\u003e\n\u003cdiv class=\"tulum-texture__image\"\u003e\u003ca href=\"#tulum-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/tulum-jute-pendant-light-stuberlighting_7.jpg?v=1779606037\" alt=\"Close-up detail of Tulum Jute Pendant Light woven natural jute and tassel texture\" loading=\"lazy\"\u003e \u003cspan class=\"tulum-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"tulum-texture__copy\"\u003e\n\u003csmall class=\"tulum-section-label\"\u003e Material Detail \u003c\/small\u003e\n\u003ch3\u003eThe Texture Is the Main Decoration\u003c\/h3\u003e\n\u003cp\u003eInstead of polished glass or metal, Tulum relies on the irregular character of natural fiber. Woven jute gives the shade structure, while the fabric tassel edge softens its silhouette.\u003c\/p\u003e\n\u003cdiv class=\"tulum-texture__materials\"\u003e\n\u003cspan\u003e Jute Rope \u003c\/span\u003e \u003cspan\u003e Fabric \u003c\/span\u003e \u003cspan\u003e Tassel Fringe \u003c\/span\u003e \u003cspan\u003e Metal \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         SIZE SELECTOR\n    ====================================================== --\u003e\n\u003csection class=\"tulum-sizing\"\u003e\n\u003cdiv class=\"tulum-sizing__head\"\u003e\n\u003ch3\u003eChoose the Diameter by the Space Below\u003c\/h3\u003e\n\u003cp\u003eThe three versions keep the same overall character. What changes is how much visual width the woven shade occupies in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SMALL --\u003e\n\u003cdiv class=\"tulum-size-row\"\u003e\n\u003cdiv class=\"tulum-size-row__name\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e 15.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-size-row__measure\"\u003e\n\u003cstrong\u003e Ø15.7\" × H8.3\" \u003c\/strong\u003e \u003cspan\u003e Ø40 × H21cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-size-row__use\"\u003e\n\u003cstrong\u003eBest for:\u003c\/strong\u003e entryways, small bedrooms, nooks or grouped installations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MEDIUM --\u003e\n\u003cdiv class=\"tulum-size-row tulum-size-row--featured\"\u003e\n\u003cdiv class=\"tulum-size-row__name\"\u003e\n\u003csmall\u003e Most Versatile \u003c\/small\u003e \u003cstrong\u003e 19.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-size-row__measure\"\u003e\n\u003cstrong\u003e Ø19.7\" × H10.2\" \u003c\/strong\u003e \u003cspan\u003e Ø50 × H26cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-size-row__use\"\u003e\n\u003cstrong\u003eBest for:\u003c\/strong\u003e bedrooms, small living rooms and medium-scale spaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LARGE --\u003e\n\u003cdiv class=\"tulum-size-row\"\u003e\n\u003cdiv class=\"tulum-size-row__name\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e 23.6\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-size-row__measure\"\u003e\n\u003cstrong\u003e Ø23.6\" × H12.2\" \u003c\/strong\u003e \u003cspan\u003e Ø60 × H31cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-size-row__use\"\u003e\n\u003cstrong\u003eBest for:\u003c\/strong\u003e dining tables, larger bedrooms and statement placements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DIMENSION IMAGE --\u003e\n\u003cdiv class=\"tulum-dimension\"\u003e\n\u003cdiv class=\"tulum-dimension__copy\"\u003e\n\u003csmall\u003e Dimension Reference \u003c\/small\u003e\n\u003ch3\u003eCheck the Actual Width Before Ordering\u003c\/h3\u003e\n\u003cp\u003eThe largest shade reaches 23.6 inches across. Compare the selected diameter with the table, bed or open floor area directly below the fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-dimension__image\"\u003e\u003ca href=\"#tulum-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/tulum-jute-pendant-light-stuberlighting_13.jpg?v=1779606037\" alt=\"Tulum Jute Pendant Light dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"tulum-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         LIGHT \/ HANGING\n    ====================================================== --\u003e\n\u003csection class=\"tulum-utility\"\u003e\n\u003cdiv class=\"tulum-utility__light\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e\n\u003ch3\u003eWarm Light Through Natural Fiber\u003c\/h3\u003e\n\u003cp\u003eThe woven shade filters the visible bulb through jute and fabric rather than leaving a completely exposed source.\u003c\/p\u003e\n\u003cdiv class=\"tulum-utility__stats\"\u003e\n\u003cspan\u003e \u003cstrong\u003eE26 \/ E27\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e3000K\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\u003cdiv class=\"tulum-utility__drop\"\u003e\n\u003csmall\u003e Hanging Height \u003c\/small\u003e\n\u003ch3\u003e59\" Adjustable Cable\u003c\/h3\u003e\n\u003cp\u003eAbove a dining table, position the bottom of the shade approximately 30–34 inches above the tabletop. Longer cable is available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         PLACEMENT\n    ====================================================== --\u003e\n\u003csection class=\"tulum-place\"\u003e\n\u003cdiv class=\"tulum-place__head\"\u003e\n\u003ch3\u003eWhere Each Size Works\u003c\/h3\u003e\n\u003cspan\u003e Simple starting points \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-place__rows\"\u003e\n\u003cdiv class=\"tulum-place__row\"\u003e\n\u003cstrong\u003e Bedroom \u003c\/strong\u003e \u003cspan\u003e The 19.7\" version gives the shade enough presence without dominating a typical bedroom. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-place__row\"\u003e\n\u003cstrong\u003e Dining Table \u003c\/strong\u003e \u003cspan\u003e The 23.6\" version provides the strongest single-fixture visual anchor. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-place__row\"\u003e\n\u003cstrong\u003e Entry \/ Nook \u003c\/strong\u003e \u003cspan\u003e The 15.7\" version keeps the woven texture at a more compact scale. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-place__row\"\u003e\n\u003cstrong\u003e Living Area \u003c\/strong\u003e \u003cspan\u003e Select 19.7\" or 23.6\" according to room width and the furniture grouping below. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         BEFORE ORDER\n    ====================================================== --\u003e\n\u003csection class=\"tulum-before\"\u003e\n\u003cdiv class=\"tulum-before__title\"\u003e\n\u003csmall\u003e Before You Order \u003c\/small\u003e\n\u003ch3\u003eThree Useful Checks\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-before__rows\"\u003e\n\u003cdiv class=\"tulum-before__row\"\u003e\n\u003cstrong\u003e Which diameter? \u003c\/strong\u003e\n\u003cp\u003eCompare 15.7\", 19.7\" and 23.6\" with the furniture or open area directly below the pendant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-before__row\"\u003e\n\u003cstrong\u003e High ceiling? \u003c\/strong\u003e\n\u003cp\u003eThe standard adjustable cable is 59\" \/ 150cm. Longer suspension is available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-before__row\"\u003e\n\u003cstrong\u003e Exact fiber texture? \u003c\/strong\u003e\n\u003cp\u003eNatural jute can vary slightly in fiber tone, thickness and woven texture from piece to piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"tulum-specs\"\u003e\n\u003cdiv class=\"tulum-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Tulum · Jute Pendant Light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-spec-list\"\u003e\n\u003cdiv class=\"tulum-spec-row\"\u003e\n\u003cspan class=\"tulum-spec-row__label\"\u003e Sizes \u003c\/span\u003e \u003cspan class=\"tulum-spec-row__value\"\u003e Ø15.7\" × H8.3\" \/ Ø40 × H21cm · Ø19.7\" × H10.2\" \/ Ø50 × H26cm · Ø23.6\" × H12.2\" \/ Ø60 × H31cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-spec-row\"\u003e\n\u003cspan class=\"tulum-spec-row__label\"\u003e Materials \u0026amp; Color \u003c\/span\u003e \u003cspan class=\"tulum-spec-row__value\"\u003e Natural jute rope · Fabric · Tassels · Metal · Natural Beige \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-spec-row\"\u003e\n\u003cspan class=\"tulum-spec-row__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"tulum-spec-row__value\"\u003e E26 \/ E27 · Bulb Included: Yes · 3000K warm white LED included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-spec-row\"\u003e\n\u003cspan class=\"tulum-spec-row__label\"\u003e Electrical \u0026amp; Control \u003c\/span\u003e \u003cspan class=\"tulum-spec-row__value\"\u003e AC 110–240V · Compatible with standard wall switch · Wall switch not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-spec-row\"\u003e\n\u003cspan class=\"tulum-spec-row__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"tulum-spec-row__value\"\u003e 59\" \/ 150cm adjustable cable · Extension available on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-spec-row\"\u003e\n\u003cspan class=\"tulum-spec-row__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"tulum-spec-row__value\"\u003e Hardwired ceiling installation · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-spec-row\"\u003e\n\u003cspan class=\"tulum-spec-row__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"tulum-spec-row__value\"\u003e Indoor dry locations only · IP20 · Not waterproof \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-spec-row\"\u003e\n\u003cspan class=\"tulum-spec-row__label\"\u003e Maintenance \u003c\/span\u003e \u003cspan class=\"tulum-spec-row__value\"\u003e Dust gently with a soft dry brush or cloth · Keep natural jute and tassels away from moisture and chemical cleaners \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tulum-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\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         NATURAL MATERIAL NOTE\n    ====================================================== --\u003e\n\u003csection class=\"tulum-natural\"\u003e\u003cstrong\u003e Natural fiber variation is expected. \u003c\/strong\u003e \u003cspan\u003e Jute tone, fiber thickness, weave and tassel texture may vary slightly from piece to piece. These variations are part of the natural material character, not defects. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- =====================================================\n         SHIPPING \u0026 RETURNS\n    ====================================================== --\u003e\n\u003csection class=\"tulum-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\/div\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"tulum-detail-large\" href=\"#tulum-root\" class=\"tulum-lightbox\"\u003e \u003cspan class=\"tulum-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/tulum-jute-pendant-light-stuberlighting_7.jpg?v=1779606037\" alt=\"Enlarged Tulum natural jute and tassel detail\"\u003e \u003cspan class=\"tulum-lightbox__text\"\u003e Natural Jute + Tassel Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — DIMENSIONS\n  ====================================================== --\u003e \u003ca id=\"tulum-size-large\" href=\"#tulum-root\" class=\"tulum-lightbox\"\u003e \u003cspan class=\"tulum-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/tulum-jute-pendant-light-stuberlighting_13.jpg?v=1779606037\" alt=\"Enlarged Tulum Jute Pendant Light dimension drawing\"\u003e \u003cspan class=\"tulum-lightbox__text\"\u003e 15.7\" · 19.7\" · 23.6\" · Click 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 8.3″ \/ Beige","offer_id":52249316196635,"sku":"STB-TULUM-S","price":280.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.7″ x H 10.2″ \/ Beige","offer_id":52249316229403,"sku":"STB-TULUM-S","price":365.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6″ x H 12.2″ \/ Beige","offer_id":52249316262171,"sku":"STB-TULUM-S","price":510.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/tulum-jute-pendant-light-stuberlighting_1.jpg?v=1779606037"},{"product_id":"bloom-glass-flower-pendant-light","title":"Bloom Glass Flower Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — BLOOM\n   GLASS FLOWER PENDANT LIGHT\n\n   GLASS \/ COLOR \/ SCALE\n\n   SCULPTED GLASS · BRASS\n   CLEAR \/ GREEN \/ BROWN\n   Ø9.8\" × H4.9\"\n\n   QUIET EDITORIAL LUXURY\n   MINIMAL PALETTE · DAWN SAFE\n========================================================= *\/\n\n.stb-bloom{\n  --white:#FFFFFF;\n  --ivory:#FFFDF9;\n  --paper:#F5F2ED;\n  --stone:#E9E4DD;\n\n  --espresso:#1C1209;\n  --charcoal:#2B2926;\n  --brown:#4A3218;\n  --muted:#746556;\n\n  --brass:#A98758;\n  --brass-deep:#765A3C;\n  --brass-soft:#DDD0BD;\n\n  --gold:#C8A96E;\n  --line:#DDD5CA;\n\n  width:100%;\n  max-width:850px;\n  min-width:0;\n\n  margin:0 auto;\n\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.62;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-bloom *,\n.stb-bloom *::before,\n.stb-bloom *::after{\n  box-sizing:border-box;\n}\n\n.stb-bloom h2,\n.stb-bloom h3,\n.stb-bloom p{\n  margin-top:0;\n}\n\n.stb-bloom h2,\n.stb-bloom 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-bloom 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-bloom a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   WHITE EDITORIAL SHEET\n   separates page from store cream background\n========================================================= *\/\n\n.bloom-sheet{\n  background:#FFFFFF;\n\n  border:1px solid #E1D9CE;\n  border-top:4px solid #1C1209;\n\n  padding:25px 26px 0;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.bloom-open{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,145px);\n\n  gap:30px;\n  align-items:end;\n\n  padding-bottom:23px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.bloom-kicker{\n  margin:0 0 7px !important;\n\n  color:#84684A;\n\n  font-size:10px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.bloom-open h2{\n  max-width:590px;\n\n  margin:0 0 9px;\n\n  font-size:34px;\n  line-height:1.04;\n}\n\n.bloom-open__copy \u003e p{\n  max-width:575px;\n\n  margin:0;\n\n  color:#675645;\n\n  font-size:13px;\n}\n\n.bloom-open__scale{\n  min-width:0;\n\n  padding-left:15px;\n\n  border-left:2px solid #A98758;\n}\n\n.bloom-open__scale small{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#846B50;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.bloom-open__scale strong{\n  display:block;\n\n  color:#1C1209;\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.bloom-open__scale span{\n  display:block;\n\n  margin-top:5px;\n\n  color:#746453;\n\n  font-size:10.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   QUICK FACT LINE\n========================================================= *\/\n\n.bloom-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.bloom-fact{\n  padding:2px 15px;\n\n  border-right:1px solid var(--line);\n\n  color:#615346;\n\n  font-size:10.5px;\n}\n\n.bloom-fact:first-child{\n  padding-left:0;\n}\n\n.bloom-fact:last-child{\n  border-right:0;\n}\n\n.bloom-fact strong{\n  color:#281A0E;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   FORM \/ DETAIL\n========================================================= *\/\n\n.bloom-form{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:29px;\n  align-items:center;\n\n  padding:29px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.bloom-form__image{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#F5F2ED;\n\n  border:1px solid #DDD5CA;\n}\n\n.bloom-form__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.bloom-form__image img{\n  max-height:165px !important;\n}\n\n.bloom-zoom{\n  position:absolute;\n\n  right:5px;\n  bottom:5px;\n\n  padding:4px 7px;\n\n  background:rgba(28,18,9,.87);\n\n  border-radius:20px;\n\n  color:#FFF8EB;\n\n  font-size:8.5px;\n\n  pointer-events:none;\n}\n\n.bloom-label{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#84684A;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.bloom-form__copy h3{\n  margin:0 0 7px;\n\n  font-size:24px;\n  line-height:1.08;\n}\n\n.bloom-form__copy p{\n  margin:0;\n\n  color:#675747;\n\n  font-size:12px;\n}\n\n.bloom-form__materials{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:14px;\n\n  margin-top:11px;\n}\n\n.bloom-form__materials span{\n  position:relative;\n\n  padding-left:9px;\n\n  color:#6D5D4C;\n\n  font-size:10px;\n}\n\n.bloom-form__materials span::before{\n  content:\"\";\n\n  position:absolute;\n\n  left:0;\n  top:.56em;\n\n  width:3px;\n  height:3px;\n\n  background:#A98758;\n\n  border-radius:50%;\n}\n\n\n\/* =========================================================\n   COLOR EDITORIAL\n========================================================= *\/\n\n.bloom-colors{\n  padding:29px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.bloom-colors__head{\n  display:grid;\n  grid-template-columns:minmax(0,165px) minmax(0,1fr);\n\n  gap:25px;\n\n  margin-bottom:12px;\n}\n\n.bloom-colors__head h3{\n  margin:0;\n\n  font-size:23px;\n}\n\n.bloom-colors__head p{\n  margin:0;\n\n  color:#71604F;\n\n  font-size:11.5px;\n}\n\n\n\/* NO BIG COLOR CARDS *\/\n\n.bloom-color{\n  display:grid;\n  grid-template-columns:minmax(0,90px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:10px 0;\n\n  border-top:1px solid #E3DBD1;\n}\n\n.bloom-color:last-child{\n  border-bottom:1px solid #E3DBD1;\n}\n\n.bloom-color__name{\n  display:flex;\n  align-items:center;\n\n  gap:8px;\n}\n\n.bloom-color__dot{\n  width:10px;\n  height:10px;\n\n  flex:0 0 auto;\n\n  border:1px solid #B9AEA1;\n  border-radius:50%;\n}\n\n.bloom-color--clear .bloom-color__dot{\n  background:#F8F7F4;\n}\n\n.bloom-color--green .bloom-color__dot{\n  background:#78806C;\n}\n\n.bloom-color--brown .bloom-color__dot{\n  background:#8A674D;\n}\n\n.bloom-color__name strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.bloom-color__copy{\n  color:#665544;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   SCALE\n========================================================= *\/\n\n.bloom-scale{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:24px;\n  align-items:center;\n\n  padding:29px 0 20px;\n}\n\n.bloom-scale__number{\n  min-width:0;\n\n  padding:13px 14px;\n\n  background:#1C1209;\n}\n\n.bloom-scale__number small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#C8A96E;\n\n  font-size:9px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.bloom-scale__number strong{\n  display:block;\n\n  color:#FFF8EB;\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.bloom-scale__number span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#CDC3B6;\n\n  font-size:10px;\n}\n\n.bloom-scale__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#846B50;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.bloom-scale__copy h3{\n  margin:0 0 5px;\n\n  font-size:21px;\n}\n\n.bloom-scale__copy p{\n  margin:0;\n\n  color:#675747;\n\n  font-size:11.5px;\n}\n\n\n\/* =========================================================\n   DIMENSION IMAGE\n========================================================= *\/\n\n.bloom-dimension{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,150px);\n\n  gap:24px;\n  align-items:center;\n\n  padding-bottom:29px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.bloom-dimension__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#846B50;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.bloom-dimension__copy h3{\n  margin:0 0 5px;\n\n  font-size:20px;\n}\n\n.bloom-dimension__copy p{\n  margin:0;\n\n  color:#6F5E4E;\n\n  font-size:11px;\n}\n\n.bloom-dimension__image{\n  width:150px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#F5F2ED;\n\n  border:1px solid #DDD5CA;\n}\n\n.bloom-dimension__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.bloom-dimension__image img{\n  max-height:140px !important;\n}\n\n\n\/* =========================================================\n   GROUPING \/ PLACEMENT\n========================================================= *\/\n\n.bloom-placement{\n  padding:29px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.bloom-placement__head{\n  display:grid;\n  grid-template-columns:minmax(0,165px) minmax(0,1fr);\n\n  gap:25px;\n\n  margin-bottom:9px;\n}\n\n.bloom-placement__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.bloom-placement__head p{\n  margin:0;\n\n  color:#71604F;\n\n  font-size:11.5px;\n}\n\n.bloom-placement__rows{\n  border-top:1px solid #E3DBD1;\n}\n\n.bloom-placement__row{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:17px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #E3DBD1;\n}\n\n.bloom-placement__row strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.bloom-placement__row span{\n  color:#675645;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   DARK UTILITY BAND\n========================================================= *\/\n\n.bloom-utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin:0 -26px;\n\n  background:#1C1209;\n}\n\n.bloom-utility__item{\n  min-width:0;\n\n  padding:20px 26px;\n}\n\n.bloom-utility__item:first-child{\n  border-right:1px solid rgba(255,255,255,.14);\n}\n\n.bloom-utility small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8A96E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.bloom-utility h3{\n  margin:0 0 6px;\n\n  color:#FFF7EA;\n\n  font-size:21px;\n}\n\n.bloom-utility p{\n  margin:0;\n\n  color:#CDC5B9;\n\n  font-size:11.5px;\n}\n\n.bloom-utility__stats{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:12px;\n\n  margin-top:10px;\n}\n\n.bloom-utility__stats span{\n  color:#E3DBD0;\n\n  font-size:10px;\n}\n\n.bloom-utility__stats strong{\n  color:#FFF8EB;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   BEFORE ORDER\n========================================================= *\/\n\n.bloom-before{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:24px;\n\n  padding:29px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.bloom-before__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#846B50;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.bloom-before__title h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.bloom-before__rows{\n  border-top:1px solid #DDD5CA;\n}\n\n.bloom-before__row{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:15px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #DDD5CA;\n}\n\n.bloom-before__row strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.bloom-before__row p{\n  margin:0;\n\n  color:#675645;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.bloom-specs{\n  padding:29px 0;\n}\n\n.bloom-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:8px;\n}\n\n.bloom-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.bloom-specs__head span{\n  color:#887562;\n\n  font-size:10px;\n}\n\n.bloom-spec-list{\n  border-top:1px solid #DDD5CA;\n}\n\n.bloom-spec-row{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #E4DDD3;\n}\n\n.bloom-spec-row:nth-child(even){\n  margin-left:-8px;\n  margin-right:-8px;\n\n  padding-left:8px;\n  padding-right:8px;\n\n  background:#F5F2ED;\n}\n\n.bloom-spec-row__label{\n  color:#806C58;\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.bloom-spec-row__value{\n  min-width:0;\n\n  color:#281A0E;\n\n  font-size:11.5px;\n  font-weight:500;\n  line-height:1.5;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CERT *\/\n\n.bloom-cert{\n  margin-top:10px;\n\n  padding:11px 13px;\n\n  background:#F5F2ED;\n\n  border-left:3px solid #A98758;\n}\n\n.bloom-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#80664A;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.bloom-cert strong{\n  display:block;\n\n  color:#352719;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   GLASS CARE\n========================================================= *\/\n\n.bloom-care{\n  margin:0 -26px;\n\n  padding:13px 26px;\n\n  background:#F5F2ED;\n\n  border-top:1px solid #DDD5CA;\n}\n\n.bloom-care strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#281A0E;\n\n  font-size:10.5px;\n  font-weight:600;\n}\n\n.bloom-care span{\n  display:block;\n\n  color:#71604F;\n\n  font-size:10.5px;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.bloom-shipping{\n  margin:0 -26px;\n\n  padding:19px 26px;\n\n  background:#1C1209;\n\n  border-top:3px solid #A98758;\n}\n\n.bloom-shipping h3{\n  margin:0 0 8px;\n\n  color:#FFF4E5;\n\n  font-size:20px;\n}\n\n.bloom-shipping p{\n  margin:0 0 7px;\n\n  color:#D0CBC2;\n\n  font-size:12px;\n}\n\n.bloom-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.bloom-shipping strong{\n  color:#FFF8EB;\n}\n\n.bloom-shipping a{\n  color:#E2C38C;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.bloom-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.bloom-lightbox:target{\n  display:flex;\n}\n\n.bloom-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.bloom-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.bloom-lightbox__text{\n  margin-top:9px;\n\n  color:#D9C7A8;\n\n  font-size:10px;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .bloom-sheet{\n    padding:20px 18px 0;\n  }\n\n\n  .bloom-open{\n    grid-template-columns:minmax(0,1fr) minmax(0,115px);\n\n    gap:17px;\n  }\n\n  .bloom-open h2{\n    font-size:29px;\n  }\n\n  .bloom-open__copy \u003e p{\n    font-size:13px;\n  }\n\n\n  .bloom-form{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:18px;\n  }\n\n  .bloom-form__image{\n    width:125px;\n  }\n\n  .bloom-form__image img{\n    max-height:118px !important;\n  }\n\n\n  .bloom-colors__head,\n  .bloom-placement__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .bloom-utility{\n    margin-left:-18px;\n    margin-right:-18px;\n  }\n\n  .bloom-utility__item{\n    padding:18px;\n  }\n\n\n  .bloom-before{\n    grid-template-columns:1fr;\n\n    gap:8px;\n  }\n\n\n  .bloom-spec-row{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n\n  .bloom-care,\n  .bloom-shipping{\n    margin-left:-18px;\n    margin-right:-18px;\n\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n}\n\n\n@media screen and (max-width:500px){\n\n  .bloom-open{\n    grid-template-columns:1fr;\n  }\n\n  .bloom-open__scale{\n    width:145px;\n\n    padding-left:11px;\n  }\n\n\n  .bloom-facts{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n  }\n\n  .bloom-fact{\n    padding:5px 8px 5px 0;\n\n    border-right:0;\n  }\n\n\n  .bloom-form{\n    grid-template-columns:1fr;\n  }\n\n  .bloom-form__image{\n    width:110px;\n\n    margin:0;\n  }\n\n\n  .bloom-color{\n    grid-template-columns:minmax(0,85px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n\n  .bloom-scale{\n    grid-template-columns:1fr;\n  }\n\n  .bloom-scale__number{\n    width:135px;\n  }\n\n\n  .bloom-dimension{\n    grid-template-columns:1fr;\n  }\n\n  .bloom-dimension__image{\n    width:110px;\n\n    margin:0;\n  }\n\n  .bloom-dimension__image img{\n    max-height:105px !important;\n  }\n\n\n  .bloom-placement__row{\n    grid-template-columns:minmax(0,95px) minmax(0,1fr);\n\n    gap:10px;\n  }\n\n\n  .bloom-utility{\n    grid-template-columns:1fr;\n  }\n\n  .bloom-utility__item:first-child{\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.14);\n  }\n\n\n  .bloom-specs__head{\n    display:block;\n  }\n\n  .bloom-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .bloom-spec-row{\n    grid-template-columns:1fr;\n\n    gap:3px;\n\n    padding:9px 0;\n  }\n\n  .bloom-spec-row__label{\n    color:#765A3C;\n\n    font-size:10px;\n    font-weight:600;\n\n    text-transform:uppercase;\n    letter-spacing:.05em;\n  }\n\n  .bloom-spec-row__value{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-bloom\" id=\"bloom-root\"\u003e\n\u003cdiv class=\"bloom-sheet\"\u003e\n\u003c!-- =====================================================\n         INTRO\n    ====================================================== --\u003e\n\u003csection class=\"bloom-open\"\u003e\n\u003cdiv class=\"bloom-open__copy\"\u003e\n\u003cp class=\"bloom-kicker\"\u003eBloom · Glass Flower Pendant\u003c\/p\u003e\n\u003ch2\u003eA Small Glass Pendant Shaped Like an Opening Flower\u003c\/h2\u003e\n\u003cp\u003eBloom uses softly curved glass petals around a warm brass fitting. At just 9.8 inches across, it works as a delicate single pendant or can be repeated in pairs and clusters where a larger fixture would feel too heavy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-open__scale\"\u003e\n\u003csmall\u003e Shade Size \u003c\/small\u003e \u003cstrong\u003e Ø9.8\" \u003c\/strong\u003e \u003cspan\u003e H4.9\"\u003cbr\u003eØ25 × H12.5cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         QUICK FACTS\n    ====================================================== --\u003e\n\u003csection class=\"bloom-facts\"\u003e\n\u003cdiv class=\"bloom-fact\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e · Glass + Brass\u003c\/div\u003e\n\u003cdiv class=\"bloom-fact\"\u003e\n\u003cstrong\u003eColors\u003c\/strong\u003e · Clear \/ Green \/ Brown\u003c\/div\u003e\n\u003cdiv class=\"bloom-fact\"\u003e\n\u003cstrong\u003eBulb\u003c\/strong\u003e · E26 \/ E27\u003c\/div\u003e\n\u003cdiv class=\"bloom-fact\"\u003e\n\u003cstrong\u003eIncluded\u003c\/strong\u003e · 3000K LED\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         FORM \/ PRODUCT DETAIL\n    ====================================================== --\u003e\n\u003csection class=\"bloom-form\"\u003e\n\u003cdiv class=\"bloom-form__image\"\u003e\u003ca href=\"#bloom-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/bloom-glass-flower-pendant-light-stuberlighting_19.jpg?v=1779609395\" alt=\"Bloom Glass Flower Pendant Light showing sculpted flower-shaped glass and brass hardware\" loading=\"lazy\"\u003e \u003cspan class=\"bloom-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"bloom-form__copy\"\u003e\n\u003csmall class=\"bloom-label\"\u003e Form \u003c\/small\u003e\n\u003ch3\u003eThe Glass Is the Sculpture\u003c\/h3\u003e\n\u003cp\u003eThe shade opens outward in soft petal-like curves rather than using a conventional cone or globe. Warm brass hardware keeps the upper structure visually simple so the glass remains the focal point.\u003c\/p\u003e\n\u003cdiv class=\"bloom-form__materials\"\u003e\n\u003cspan\u003e Sculpted Glass \u003c\/span\u003e \u003cspan\u003e Brass Hardware \u003c\/span\u003e \u003cspan\u003e Flower Form \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         GLASS COLOR\n    ====================================================== --\u003e\n\u003csection class=\"bloom-colors\"\u003e\n\u003cdiv class=\"bloom-colors__head\"\u003e\n\u003ch3\u003eChoose the Glass Tone\u003c\/h3\u003e\n\u003cp\u003eAll three versions keep the same flower silhouette. The glass color changes how visually light or warm the fixture feels when viewed in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-color bloom-color--clear\"\u003e\n\u003cdiv class=\"bloom-color__name\"\u003e\n\u003cspan class=\"bloom-color__dot\"\u003e\u003c\/span\u003e \u003cstrong\u003e Clear \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-color__copy\"\u003eThe lightest visual presence and the easiest option to pair with different finishes and wall colors.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-color bloom-color--green\"\u003e\n\u003cdiv class=\"bloom-color__name\"\u003e\n\u003cspan class=\"bloom-color__dot\"\u003e\u003c\/span\u003e \u003cstrong\u003e Green \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-color__copy\"\u003eAdds a muted botanical tone that pairs naturally with wood, stone and other organic materials.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-color bloom-color--brown\"\u003e\n\u003cdiv class=\"bloom-color__name\"\u003e\n\u003cspan class=\"bloom-color__dot\"\u003e\u003c\/span\u003e \u003cstrong\u003e Brown \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-color__copy\"\u003eGives the glass a warmer vintage character and stronger contrast against pale walls and ceilings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         SCALE\n    ====================================================== --\u003e\n\u003csection class=\"bloom-scale\"\u003e\n\u003cdiv class=\"bloom-scale__number\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e 9.8\" \u003c\/strong\u003e \u003cspan\u003e Approx. 25cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-scale__copy\"\u003e\n\u003csmall\u003e Mini Pendant Scale \u003c\/small\u003e\n\u003ch3\u003eSmall Enough to Repeat\u003c\/h3\u003e\n\u003cp\u003eBloom measures approximately 9.8 inches across and 4.9 inches high. Its compact scale makes it especially useful where two or three pendants are preferred over one large central fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         DIMENSION IMAGE\n    ====================================================== --\u003e\n\u003csection class=\"bloom-dimension\"\u003e\n\u003cdiv class=\"bloom-dimension__copy\"\u003e\n\u003csmall\u003e Dimension Reference \u003c\/small\u003e\n\u003ch3\u003eCheck the 9.8\" Width Before Planning a Cluster\u003c\/h3\u003e\n\u003cp\u003eWhen using multiple Bloom pendants, allow enough open space between each glass shade so the flower profiles remain distinct.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-dimension__image\"\u003e\u003ca href=\"#bloom-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/bloom-glass-flower-pendant-light-stuberlighting_4.jpg?v=1779609395\" alt=\"Bloom Glass Flower Pendant Light dimension reference\" loading=\"lazy\"\u003e \u003cspan class=\"bloom-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         PLACEMENT\n    ====================================================== --\u003e\n\u003csection class=\"bloom-placement\"\u003e\n\u003cdiv class=\"bloom-placement__head\"\u003e\n\u003ch3\u003eOne Pendant or a Repeated Composition\u003c\/h3\u003e\n\u003cp\u003eBloom's compact diameter makes quantity part of the design decision.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-placement__rows\"\u003e\n\u003cdiv class=\"bloom-placement__row\"\u003e\n\u003cstrong\u003e Kitchen Island \u003c\/strong\u003e \u003cspan\u003e Use two or three in a row to distribute the flower form across a longer surface. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-placement__row\"\u003e\n\u003cstrong\u003e Dining Nook \u003c\/strong\u003e \u003cspan\u003e A single Bloom can comfortably anchor a smaller round or compact dining table. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-placement__row\"\u003e\n\u003cstrong\u003e Bedside \u003c\/strong\u003e \u003cspan\u003e Hang one on each side of the bed to keep nightstand surfaces clear. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-placement__row\"\u003e\n\u003cstrong\u003e Entryway \u003c\/strong\u003e \u003cspan\u003e A single pendant adds sculptural detail without the volume of a larger chandelier. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         LIGHT + DROP\n    ====================================================== --\u003e\n\u003csection class=\"bloom-utility\"\u003e\n\u003cdiv class=\"bloom-utility__item\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e\n\u003ch3\u003eReplaceable E26 \/ E27 Source\u003c\/h3\u003e\n\u003cp\u003eBloom uses a standard replaceable bulb rather than a permanently integrated LED source.\u003c\/p\u003e\n\u003cdiv class=\"bloom-utility__stats\"\u003e\n\u003cspan\u003e \u003cstrong\u003eE26 \/ E27\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eBulb Included: Yes\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e3000K\u003c\/strong\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-utility__item\"\u003e\n\u003csmall\u003e Hanging \u003c\/small\u003e\n\u003ch3\u003e59\" Adjustable Cable\u003c\/h3\u003e\n\u003cp\u003eThe standard suspension is adjustable to 59\" \/ 150cm. Longer cable is available on request, and the fixture is compatible with sloped ceilings up to 30°.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         BEFORE ORDER\n    ====================================================== --\u003e\n\u003csection class=\"bloom-before\"\u003e\n\u003cdiv class=\"bloom-before__title\"\u003e\n\u003csmall\u003e Before You Order \u003c\/small\u003e\n\u003ch3\u003eThree Quick Checks\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-before__rows\"\u003e\n\u003cdiv class=\"bloom-before__row\"\u003e\n\u003cstrong\u003e Single or multiple? \u003c\/strong\u003e\n\u003cp\u003eAt Ø9.8\", Bloom is intentionally compact. Use multiples when more visual coverage is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-before__row\"\u003e\n\u003cstrong\u003e Which glass tone? \u003c\/strong\u003e\n\u003cp\u003eClear feels lighter, Green adds a muted botanical tone, and Brown creates a warmer vintage appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-before__row\"\u003e\n\u003cstrong\u003e Ceiling condition? \u003c\/strong\u003e\n\u003cp\u003eThe standard cable is 59\" adjustable and the canopy supports sloped ceilings up to 30°.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"bloom-specs\"\u003e\n\u003cdiv class=\"bloom-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Bloom · Glass Flower Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-spec-list\"\u003e\n\u003cdiv class=\"bloom-spec-row\"\u003e\n\u003cspan class=\"bloom-spec-row__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"bloom-spec-row__value\"\u003e Ø9.8\" × H4.9\" \/ Ø25 × H12.5cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-spec-row\"\u003e\n\u003cspan class=\"bloom-spec-row__label\"\u003e Materials \u0026amp; Finish \u003c\/span\u003e \u003cspan class=\"bloom-spec-row__value\"\u003e Sculpted glass shade · Brass hardware \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-spec-row\"\u003e\n\u003cspan class=\"bloom-spec-row__label\"\u003e Glass Colors \u003c\/span\u003e \u003cspan class=\"bloom-spec-row__value\"\u003e Clear · Green · Brown \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-spec-row\"\u003e\n\u003cspan class=\"bloom-spec-row__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"bloom-spec-row__value\"\u003e E26 \/ E27 · Bulb Included: Yes · 3000K warm white LED included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-spec-row\"\u003e\n\u003cspan class=\"bloom-spec-row__label\"\u003e Electrical \u0026amp; Control \u003c\/span\u003e \u003cspan class=\"bloom-spec-row__value\"\u003e AC 110–240V · Compatible with standard wall switch · Wall switch not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-spec-row\"\u003e\n\u003cspan class=\"bloom-spec-row__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"bloom-spec-row__value\"\u003e 59\" \/ 150cm adjustable cable · Extension available on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-spec-row\"\u003e\n\u003cspan class=\"bloom-spec-row__label\"\u003e Ceiling Compatibility \u003c\/span\u003e \u003cspan class=\"bloom-spec-row__value\"\u003e Standard ceilings · Sloped ceilings up to 30° \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-spec-row\"\u003e\n\u003cspan class=\"bloom-spec-row__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"bloom-spec-row__value\"\u003e Hardwired ceiling installation · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-spec-row\"\u003e\n\u003cspan class=\"bloom-spec-row__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"bloom-spec-row__value\"\u003e Indoor dry locations only \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-spec-row\"\u003e\n\u003cspan class=\"bloom-spec-row__label\"\u003e Maintenance \u003c\/span\u003e \u003cspan class=\"bloom-spec-row__value\"\u003e Wipe brass with a soft dry cloth · Clean glass gently with a soft slightly damp cloth and dry completely \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bloom-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\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         CARE\n    ====================================================== --\u003e\n\u003csection class=\"bloom-care\"\u003e\u003cstrong\u003e Handle the sculpted glass by the thicker outer areas whenever possible. \u003c\/strong\u003e \u003cspan\u003e Clean the glass gently with a soft cloth and avoid abrasive cleaners. Wipe brass hardware with a soft dry cloth. \u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- =====================================================\n         SHIPPING \u0026 RETURNS\n    ====================================================== --\u003e\n\u003csection class=\"bloom-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\/div\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"bloom-detail-large\" href=\"#bloom-root\" class=\"bloom-lightbox\"\u003e \u003cspan class=\"bloom-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/bloom-glass-flower-pendant-light-stuberlighting_19.jpg?v=1779609395\" alt=\"Enlarged Bloom Glass Flower Pendant Light detail\"\u003e \u003cspan class=\"bloom-lightbox__text\"\u003e Sculpted Glass + Brass · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — DIMENSION \/ PRODUCT REFERENCE\n  ====================================================== --\u003e \u003ca id=\"bloom-size-large\" href=\"#bloom-root\" class=\"bloom-lightbox\"\u003e \u003cspan class=\"bloom-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/bloom-glass-flower-pendant-light-stuberlighting_4.jpg?v=1779609395\" alt=\"Enlarged Bloom Glass Flower Pendant Light dimension reference\"\u003e \u003cspan class=\"bloom-lightbox__text\"\u003e Ø9.8\" × H4.9\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 9.8\" × H 4.9\" \/ Gold \u0026 Clear","offer_id":52250348585243,"sku":"STB-BLOOM-CL","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Dia 9.8\" × H 4.9\" \/ Gold \u0026Green","offer_id":52250348618011,"sku":"STB-BLOOM-CL","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Dia 9.8\" × H 4.9\" \/ Gold \u0026 Brown","offer_id":52250348650779,"sku":"STB-BLOOM-BR","price":135.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/bloom-glass-flower-pendant-light-stuberlighting_1.jpg?v=1779609395"},{"product_id":"pop-mini-colorful-pendant-light","title":"Pop Mini Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — POP MINI COLORFUL PENDANT LIGHT\n   Refined Editorial · Compact Scale · Controlled Color\n========================================================= *\/\n\n.stb-pop{\n  --ivory:#FFFDF8;\n  --soft:#F2EADF;\n  --soft-2:#E8DDD0;\n\n  --dark:#21160F;\n  --espresso:#38271D;\n  --brown:#4A3218;\n\n  --gold:#B78F58;\n  --gold-deep:#89683F;\n\n  --muted:#776859;\n  --line:#D8C9B7;\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:14.5px;\n  line-height:1.68;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-pop *,\n.stb-pop *::before,\n.stb-pop *::after{\n  box-sizing:border-box;\n}\n\n.stb-pop h2,\n.stb-pop 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-pop p{\n  margin-top:0;\n}\n\n.stb-pop__eyebrow{\n  display:block;\n\n  margin-bottom:7px;\n\n  color:var(--gold-deep);\n\n  font-size:10px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-pop__title{\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.stb-pop__section-title{\n  margin:0 0 8px;\n\n  font-size:22px;\n  line-height:1.25;\n}\n\n.stb-pop__view{\n  display:block;\n\n  margin-top:7px;\n\n  color:#7C6754;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-pop__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 205px;\n\n  gap:34px;\n  align-items:end;\n\n  padding:8px 0 28px;\n}\n\n.stb-pop__intro-copy{\n  max-width:620px;\n}\n\n.stb-pop__intro-copy p{\n  max-width:610px;\n\n  margin:0;\n\n  color:#5E4C3D;\n\n  font-size:14.5px;\n  line-height:1.7;\n}\n\n.stb-pop__intro-side{\n  padding:17px 18px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-pop__intro-side small{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:#C5AA84;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-pop__intro-side strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#FFF5E7;\n\n  font-size:16px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-pop__intro-side span{\n  display:block;\n\n  color:#D4C5B4;\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-pop__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:38px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-pop__fact{\n  padding:15px 14px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-pop__fact:last-child{\n  border-right:0;\n}\n\n.stb-pop__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#89735E;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.stb-pop__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   DETAIL\n========================================================= *\/\n\n.stb-pop__detail{\n  display:grid;\n  grid-template-columns:185px minmax(0,1fr);\n\n  gap:30px;\n  align-items:center;\n\n  margin-bottom:40px;\n  padding:21px;\n\n  background:var(--soft);\n\n  border:1px solid #D6C6B3;\n  border-radius:5px;\n}\n\n.stb-pop__detail-media{\n  width:175px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-pop__media-link{\n  display:block;\n\n  width:100%;\n\n  padding:5px;\n\n  background:var(--ivory);\n\n  border:1px solid #D1C0AB;\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-pop__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:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-pop__detail-copy{\n  max-width:550px;\n}\n\n.stb-pop__detail-copy p{\n  margin:0 0 12px;\n\n  color:#5E4C3D;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n.stb-pop__tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:7px;\n}\n\n.stb-pop__tag{\n  padding:5px 9px;\n\n  background:var(--ivory);\n\n  color:#604A39;\n\n  font-size:10.5px;\n\n  border:1px solid #D2C1AD;\n  border-radius:20px;\n}\n\n\n\/* =========================================================\n   COLORS\n========================================================= *\/\n\n.stb-pop__colors{\n  margin-bottom:40px;\n}\n\n.stb-pop__colors-head{\n  max-width:620px;\n\n  margin-bottom:14px;\n}\n\n.stb-pop__colors-head p{\n  margin:0;\n\n  color:#625041;\n\n  font-size:12.8px;\n  line-height:1.65;\n}\n\n.stb-pop__color-row{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-pop__color{\n  padding:14px 8px;\n\n  text-align:center;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-pop__color:last-child{\n  border-right:0;\n}\n\n.stb-pop__swatch{\n  display:block;\n\n  width:28px;\n  height:28px;\n\n  margin:0 auto 7px;\n\n  border:1px solid rgba(33,22,15,.15);\n  border-radius:50%;\n}\n\n.stb-pop__swatch--green{\n  background:#66705D;\n}\n\n.stb-pop__swatch--red{\n  background:#934C43;\n}\n\n.stb-pop__swatch--white{\n  background:#F2EFE8;\n}\n\n.stb-pop__swatch--brown{\n  background:#B28B69;\n}\n\n.stb-pop__swatch--black{\n  background:#272523;\n}\n\n.stb-pop__color strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:10.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   SINGLE \/ GROUPED\n========================================================= *\/\n\n.stb-pop__use{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:40px;\n\n  overflow:hidden;\n\n  border-radius:5px;\n}\n\n.stb-pop__use-panel{\n  padding:21px 22px;\n}\n\n.stb-pop__use-panel:first-child{\n  background:var(--espresso);\n}\n\n.stb-pop__use-panel:last-child{\n  background:#E6DCD0;\n}\n\n.stb-pop__use-panel small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-pop__use-panel:first-child small{\n  color:#CBAE87;\n}\n\n.stb-pop__use-panel:last-child small{\n  color:#806A58;\n}\n\n.stb-pop__use-panel strong{\n  display:block;\n\n  margin-bottom:6px;\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-pop__use-panel:first-child strong{\n  color:#FFF4E5;\n}\n\n.stb-pop__use-panel:last-child strong{\n  color:var(--dark);\n}\n\n.stb-pop__use-panel p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.stb-pop__use-panel:first-child p{\n  color:#D7C8B6;\n}\n\n.stb-pop__use-panel:last-child p{\n  color:#625142;\n}\n\n\n\/* =========================================================\n   DIMENSIONS\n========================================================= *\/\n\n.stb-pop__size{\n  display:grid;\n  grid-template-columns:205px minmax(0,1fr);\n\n  gap:34px;\n  align-items:center;\n\n  margin-bottom:40px;\n\n  padding:22px;\n\n  background:var(--ivory);\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-pop__size-media{\n  width:185px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-pop__size-copy p{\n  max-width:520px;\n\n  margin:0 0 14px;\n\n  color:#5E4C3D;\n\n  font-size:12.8px;\n  line-height:1.65;\n}\n\n.stb-pop__dimension{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:7px;\n\n  margin-bottom:15px;\n}\n\n.stb-pop__dimension span{\n  padding:6px 9px;\n\n  background:var(--soft);\n\n  color:var(--dark);\n\n  font-size:10.8px;\n  font-weight:500;\n\n  border-radius:3px;\n}\n\n\n\/* placement row *\/\n\n.stb-pop__placement{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  border-top:1px solid var(--line);\n}\n\n.stb-pop__placement-item{\n  padding:11px 10px 2px 0;\n}\n\n.stb-pop__placement-item strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--dark);\n\n  font-size:11.2px;\n  font-weight:600;\n}\n\n.stb-pop__placement-item span{\n  display:block;\n\n  color:#786858;\n\n  font-size:10.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   HANGING GUIDE\n========================================================= *\/\n\n.stb-pop__hanging{\n  display:grid;\n  grid-template-columns:175px minmax(0,1fr);\n\n  margin-bottom:39px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-pop__hanging-title{\n  padding:19px 18px;\n\n  background:var(--soft);\n}\n\n.stb-pop__hanging-title small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#816A56;\n\n  font-size:9px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-pop__hanging-title strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-pop__hanging-copy{\n  padding:19px 21px;\n\n  background:var(--ivory);\n}\n\n.stb-pop__hanging-copy p{\n  margin:0;\n\n  color:#5E4C3D;\n\n  font-size:12.3px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-pop__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:39px;\n\n  overflow:hidden;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-pop__practical-item{\n  padding:20px 22px;\n}\n\n.stb-pop__practical-item:first-child{\n  border-right:1px solid #49372A;\n}\n\n.stb-pop__practical-item small{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#C4A981;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-pop__practical-item strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#FFF4E5;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-pop__practical-item p{\n  margin:0;\n\n  color:#D4C5B3;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.stb-pop__specs{\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-pop__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:14px 17px;\n\n  background:var(--espresso);\n}\n\n.stb-pop__spec-head span{\n  color:#C8AA82;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-pop__spec-head strong{\n  color:#FFF4E5;\n\n  font-size:16px;\n  font-weight:500;\n}\n\n.stb-pop__spec-list{\n  background:var(--ivory);\n}\n\n.stb-pop__spec{\n  display:grid;\n  grid-template-columns:28% 72%;\n\n  padding:10px 14px;\n\n  border-bottom:1px solid #E5D9CB;\n}\n\n.stb-pop__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-pop__spec span{\n  padding-right:12px;\n\n  color:#88725D;\n\n  font-size:10.5px;\n  line-height:1.45;\n}\n\n.stb-pop__spec strong{\n  color:var(--dark);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-pop__faq{\n  max-width:760px;\n\n  margin:0 auto 34px;\n}\n\n.stb-pop__faq-head{\n  margin-bottom:5px;\n}\n\n.stb-pop__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-pop__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--dark);\n\n  font-size:13.5px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-pop__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-pop__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:20px;\n}\n\n.stb-pop__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-pop__faq details p{\n  margin:8px 0 0;\n\n  color:#665344;\n\n  font-size:12.2px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-pop__shipping{\n  padding:21px 22px;\n\n  background:var(--soft);\n\n  border-top:2px 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:5px;\n}\n\n.stb-pop__shipping h3{\n  margin:0 0 12px;\n\n  font-size:20px;\n}\n\n.stb-pop__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.8px;\n  line-height:1.65;\n}\n\n.stb-pop__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-pop__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-pop__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,13,9,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-pop__lightbox:target{\n  display:flex;\n}\n\n.stb-pop__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-pop__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 15px 55px rgba(0,0,0,.38);\n}\n\n.stb-pop__lightbox-caption{\n  margin-top:10px;\n\n  color:#D8BE96;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-pop__lightbox-hint{\n  margin-top:4px;\n\n  color:#9E8C77;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-pop{\n    font-size:14.5px;\n  }\n\n\n  .stb-pop__intro{\n    grid-template-columns:1fr;\n\n    gap:14px;\n  }\n\n  .stb-pop__title{\n    font-size:25px;\n  }\n\n  .stb-pop__intro-copy p{\n    font-size:14px;\n  }\n\n  .stb-pop__intro-side{\n    max-width:270px;\n  }\n\n\n  .stb-pop__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-pop__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-pop__fact:nth-child(1),\n  .stb-pop__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-pop__detail{\n    grid-template-columns:155px 1fr;\n\n    gap:16px;\n    padding:16px;\n  }\n\n  .stb-pop__detail-media{\n    width:145px;\n  }\n\n  .stb-pop__detail-copy p{\n    font-size:12.7px;\n  }\n\n\n  .stb-pop__color-row{\n    grid-template-columns:repeat(5,1fr);\n  }\n\n  .stb-pop__color{\n    padding:12px 4px;\n  }\n\n  .stb-pop__swatch{\n    width:25px;\n    height:25px;\n  }\n\n  .stb-pop__color strong{\n    font-size:9.8px;\n  }\n\n\n  .stb-pop__use{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-pop__size{\n    grid-template-columns:175px 1fr;\n\n    gap:18px;\n    padding:17px;\n  }\n\n  .stb-pop__size-media{\n    width:165px;\n  }\n\n  .stb-pop__size-copy p{\n    font-size:12.3px;\n  }\n\n\n  .stb-pop__hanging{\n    grid-template-columns:145px 1fr;\n  }\n\n\n  .stb-pop__practical{\n    grid-template-columns:1fr;\n  }\n\n  .stb-pop__practical-item:first-child{\n    border-right:0;\n    border-bottom:1px solid #49372A;\n  }\n\n\n  .stb-pop__spec{\n    grid-template-columns:35% 65%;\n  }\n\n\n  .stb-pop__shipping{\n    padding:18px;\n  }\n\n  .stb-pop__shipping p{\n    font-size:12.5px;\n  }\n\n\n  .stb-pop__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n@media screen and (max-width:520px){\n\n  .stb-pop__detail{\n    grid-template-columns:1fr;\n  }\n\n  .stb-pop__detail-media{\n    width:160px;\n  }\n\n\n  .stb-pop__color-row{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .stb-pop__color{\n    border-bottom:1px solid var(--line);\n  }\n\n  .stb-pop__color:nth-child(3){\n    border-right:0;\n  }\n\n  .stb-pop__color:nth-child(4),\n  .stb-pop__color:nth-child(5){\n    border-bottom:0;\n  }\n\n\n  .stb-pop__size{\n    grid-template-columns:1fr;\n  }\n\n  .stb-pop__size-media{\n    width:175px;\n  }\n\n\n  .stb-pop__placement{\n    grid-template-columns:1fr;\n  }\n\n  .stb-pop__placement-item{\n    padding:9px 0;\n\n    border-top:1px solid #E3D7CA;\n  }\n\n\n  .stb-pop__hanging{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-pop__spec{\n    grid-template-columns:1fr;\n\n    gap:3px;\n  }\n\n  .stb-pop__spec span{\n    font-weight:600;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-pop\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-pop__intro\"\u003e\n\u003cdiv class=\"stb-pop__intro-copy\"\u003e\n\u003cspan class=\"stb-pop__eyebrow\"\u003e Mini Pendant · Five Finishes · Warm 3000K \u003c\/span\u003e\n\u003ch2 class=\"stb-pop__title\"\u003eSmall Scale. Just Enough Color.\u003c\/h2\u003e\n\u003cp\u003ePop is a compact pendant designed to add color without overwhelming the room. Its clean resin shade measures only 8.2\" wide, making it easy to use alone beside a bed or in multiples above a counter, breakfast bar or small table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__intro-side\"\u003e\n\u003csmall\u003e Overall Size \u003c\/small\u003e \u003cstrong\u003e Ø8.2\" × H11.8\" \u003c\/strong\u003e \u003cspan\u003e 59\" adjustable cable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-pop__facts\"\u003e\n\u003cdiv class=\"stb-pop__fact\"\u003e\n\u003csmall\u003e Colors \u003c\/small\u003e \u003cstrong\u003e Five Options \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Resin \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__fact\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e G9 LED Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__fact\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e Warm 3000K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"pop-detail-section\" class=\"stb-pop__detail\"\u003e\n\u003cdiv class=\"stb-pop__detail-media\"\u003e\u003ca href=\"#pop-detail\" class=\"stb-pop__media-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/pop-mini-colorful-pendant-light-stuberlighting_8.jpg?v=1779611729\" alt=\"Pop Mini Colorful Pendant Light resin shade and hardware detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-pop__view\"\u003e View Product Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__detail-copy\"\u003e\n\u003cspan class=\"stb-pop__eyebrow\"\u003e Product Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-pop__section-title\"\u003eClean Form, Smooth Color.\u003c\/h3\u003e\n\u003cp\u003eThe compact resin shade keeps the silhouette simple, allowing the finish itself to provide the personality. Metal hardware adds structure without making the pendant feel visually heavy.\u003c\/p\u003e\n\u003cdiv class=\"stb-pop__tags\"\u003e\n\u003cspan class=\"stb-pop__tag\"\u003e Resin Shade \u003c\/span\u003e \u003cspan class=\"stb-pop__tag\"\u003e Metal Hardware \u003c\/span\u003e \u003cspan class=\"stb-pop__tag\"\u003e Mini 8.2\" Scale \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"pop-detail\" href=\"#pop-detail-section\" class=\"stb-pop__lightbox\"\u003e \u003cspan class=\"stb-pop__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/pop-mini-colorful-pendant-light-stuberlighting_8.jpg?v=1779611729\" alt=\"Enlarged Pop Mini Pendant detail\"\u003e \u003cspan class=\"stb-pop__lightbox-caption\"\u003e Pop · Product Detail \u003c\/span\u003e \u003cspan class=\"stb-pop__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       COLORS\n  ====================================================== --\u003e\n\u003csection class=\"stb-pop__colors\"\u003e\n\u003cdiv class=\"stb-pop__colors-head\"\u003e\n\u003cspan class=\"stb-pop__eyebrow\"\u003e Choose Your Finish \u003c\/span\u003e\n\u003ch3 class=\"stb-pop__section-title\"\u003eFive Colors, Kept Simple.\u003c\/h3\u003e\n\u003cp\u003eGreen and Red create a stronger accent. White and Light Brown stay softer, while Black gives the pendant a more graphic architectural look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__color-row\"\u003e\n\u003cdiv class=\"stb-pop__color\"\u003e\n\u003cspan class=\"stb-pop__swatch stb-pop__swatch--green\"\u003e\u003c\/span\u003e \u003cstrong\u003e Green \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__color\"\u003e\n\u003cspan class=\"stb-pop__swatch stb-pop__swatch--red\"\u003e\u003c\/span\u003e \u003cstrong\u003e Red \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__color\"\u003e\n\u003cspan class=\"stb-pop__swatch stb-pop__swatch--white\"\u003e\u003c\/span\u003e \u003cstrong\u003e White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__color\"\u003e\n\u003cspan class=\"stb-pop__swatch stb-pop__swatch--brown\"\u003e\u003c\/span\u003e \u003cstrong\u003e Light Brown \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__color\"\u003e\n\u003cspan class=\"stb-pop__swatch stb-pop__swatch--black\"\u003e\u003c\/span\u003e \u003cstrong\u003e Black \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SINGLE OR GROUPED\n  ====================================================== --\u003e\n\u003csection class=\"stb-pop__use\"\u003e\n\u003cdiv class=\"stb-pop__use-panel\"\u003e\n\u003csmall\u003e One Pendant \u003c\/small\u003e \u003cstrong\u003e A Small Accent Without Taking Over. \u003c\/strong\u003e\n\u003cp\u003eUse one beside a bed, above a compact table or in a hallway when you want color without adding a large fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__use-panel\"\u003e\n\u003csmall\u003e Two or Three \u003c\/small\u003e \u003cstrong\u003e Better Coverage, Still Visually Light. \u003c\/strong\u003e\n\u003cp\u003eIts compact 8.2\" width makes Pop easy to repeat above a kitchen counter or breakfast bar without making the ceiling feel crowded.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSIONS\n  ====================================================== --\u003e\n\u003csection id=\"pop-size-section\" class=\"stb-pop__size\"\u003e\n\u003cdiv class=\"stb-pop__size-media\"\u003e\u003ca href=\"#pop-size\" class=\"stb-pop__media-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/pop-mini-colorful-pendant-light-stuberlighting_11.jpg?v=1779611729\" alt=\"Pop Mini Colorful Pendant Light dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-pop__view\"\u003e Enlarge Dimensions ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__size-copy\"\u003e\n\u003cspan class=\"stb-pop__eyebrow\"\u003e Dimensions \u0026amp; Placement \u003c\/span\u003e\n\u003ch3 class=\"stb-pop__section-title\"\u003eCompact by Design.\u003c\/h3\u003e\n\u003cdiv class=\"stb-pop__dimension\"\u003e\n\u003cspan\u003e Ø8.2\" \/ 21cm \u003c\/span\u003e \u003cspan\u003e H11.8\" \/ 30cm \u003c\/span\u003e \u003cspan\u003e Cable 59\" \/ 150cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eAt only 8.2\" wide, Pop works especially well where a full-size pendant would feel oversized.\u003c\/p\u003e\n\u003cdiv class=\"stb-pop__placement\"\u003e\n\u003cdiv class=\"stb-pop__placement-item\"\u003e\n\u003cstrong\u003e Bedside \u003c\/strong\u003e \u003cspan\u003e One on each side \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__placement-item\"\u003e\n\u003cstrong\u003e Counter \u003c\/strong\u003e \u003cspan\u003e Repeat two or three \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__placement-item\"\u003e\n\u003cstrong\u003e Small Table \u003c\/strong\u003e \u003cspan\u003e Compact single accent \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=\"pop-size\" href=\"#pop-size-section\" class=\"stb-pop__lightbox\"\u003e \u003cspan class=\"stb-pop__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/pop-mini-colorful-pendant-light-stuberlighting_11.jpg?v=1779611729\" alt=\"Enlarged Pop Mini Pendant dimensions\"\u003e \u003cspan class=\"stb-pop__lightbox-caption\"\u003e Ø8.2\" × H11.8\" · Ø21 × H30cm \u003c\/span\u003e \u003cspan class=\"stb-pop__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       HANGING GUIDE\n  ====================================================== --\u003e\n\u003csection class=\"stb-pop__hanging\"\u003e\n\u003cdiv class=\"stb-pop__hanging-title\"\u003e\n\u003csmall\u003e Hanging Guide \u003c\/small\u003e \u003cstrong\u003e Easy to Adjust by Location. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__hanging-copy\"\u003e\n\u003cp\u003eAbove a counter, position the bottom of the shade approximately 30–36\" above the surface. For bedside use, approximately 24–30\" above the mattress works well. The 59\" \/ 150cm cable is adjustable and longer lengths are available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRACTICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-pop__practical\"\u003e\n\u003cdiv class=\"stb-pop__practical-item\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e G9 LED Included \u003c\/strong\u003e\n\u003cp\u003eA compatible warm 3000K LED light source is included. Maximum wattage is 40W.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__practical-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired Ceiling Pendant \u003c\/strong\u003e\n\u003cp\u003eAC 110–240V with a 59\" adjustable cable. Compatible with a standard wall switch. Professional installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-pop__specs\"\u003e\n\u003cdiv class=\"stb-pop__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Pop \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__spec-list\"\u003e\n\u003cdiv class=\"stb-pop__spec\"\u003e\n\u003cspan\u003e Dimensions \u003c\/span\u003e \u003cstrong\u003e Ø8.2\" × H11.8\" \/ Ø21 × H30cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Metal · Resin · Polyethylene \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__spec\"\u003e\n\u003cspan\u003e Colors \u003c\/span\u003e \u003cstrong\u003e Green · Red · White · Light Brown · Black \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e G9 LED Included · 3000K Warm White · Max 40W \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__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-pop__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Compatible with Standard Wall Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Adjustable Cable · Extension Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-pop__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-pop__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\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-pop__faq\"\u003e\n\u003cdiv class=\"stb-pop__faq-head\"\u003e\n\u003cspan class=\"stb-pop__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-pop__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Pop suitable for using several pendants together?\u003c\/summary\u003e\n\u003cp\u003eYes. Its compact 8.2\" diameter makes it especially suitable for pairs or groups above counters, breakfast bars and longer surfaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the LED light source included?\u003c\/summary\u003e\n\u003cp\u003eYes. A compatible G9 LED in warm 3000K is included.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer cable?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard cable is 59\" \/ 150cm and adjustable. Additional cable length can be prepared 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-pop__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.2\"xH11.8\" \/ Green","offer_id":52251003388187,"sku":"STB-POP-GR","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.2\"xH11.8\" \/ Red","offer_id":52251003420955,"sku":"STB-POP-RD","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.2\"xH11.8\" \/ White","offer_id":52251003453723,"sku":"STB-POP-WH","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.2\"xH11.8\" \/ Light Brown","offer_id":52251003486491,"sku":"STB-POP-LB","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.2\"xH11.8\" \/ Black","offer_id":52251003519259,"sku":"STB-POP-BK","price":155.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/pop-mini-colorful-pendant-light-stuberlighting_1.jpg?v=1779611729"},{"product_id":"santorini-large-boho-pendant-light","title":"Santorini Large Boho Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — SANTORINI LARGE BOHO PENDANT LIGHT\n   Quiet Editorial · Jute · Tassel · Statement Scale\n========================================================= *\/\n\n.stb-santorini{\n  --ivory:#FFFDF8;\n  --soft:#F1E8DC;\n  --sand:#E4D5C2;\n\n  --dark:#21160F;\n  --espresso:#38271D;\n  --brown:#4A3218;\n\n  --jute:#B19573;\n  --jute-deep:#8A6E51;\n\n  --gold:#B58E57;\n  --gold-deep:#88673F;\n\n  --muted:#776858;\n  --line:#D8C8B5;\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:14.5px;\n  line-height:1.68;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-santorini *,\n.stb-santorini *::before,\n.stb-santorini *::after{\n  box-sizing:border-box;\n}\n\n.stb-santorini h2,\n.stb-santorini 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-santorini p{\n  margin-top:0;\n}\n\n.stb-santorini__eyebrow{\n  display:block;\n\n  margin-bottom:7px;\n\n  color:var(--gold-deep);\n\n  font-size:10px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-santorini__title{\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.stb-santorini__section-title{\n  margin:0 0 8px;\n\n  font-size:22px;\n  line-height:1.25;\n}\n\n.stb-santorini__view{\n  display:block;\n\n  margin-top:7px;\n\n  color:#7C6650;\n\n  font-size:10px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-santorini__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 210px;\n\n  gap:34px;\n  align-items:end;\n\n  padding:8px 0 28px;\n}\n\n.stb-santorini__intro-copy{\n  max-width:620px;\n}\n\n.stb-santorini__intro-copy p{\n  max-width:610px;\n\n  margin:0;\n\n  color:#5E4C3D;\n\n  font-size:14.5px;\n  line-height:1.7;\n}\n\n.stb-santorini__intro-side{\n  padding:17px 18px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-santorini__intro-side small{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:#C6AA84;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-santorini__intro-side strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#FFF5E7;\n\n  font-size:16px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-santorini__intro-side span{\n  display:block;\n\n  color:#D5C6B5;\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-santorini__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:38px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-santorini__fact{\n  padding:15px 14px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-santorini__fact:last-child{\n  border-right:0;\n}\n\n.stb-santorini__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#89735D;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.stb-santorini__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAIL\n========================================================= *\/\n\n.stb-santorini__detail{\n  display:grid;\n  grid-template-columns:190px minmax(0,1fr);\n\n  gap:30px;\n  align-items:center;\n\n  margin-bottom:40px;\n  padding:21px;\n\n  background:var(--soft);\n\n  border:1px solid #D5C4AF;\n  border-radius:5px;\n}\n\n.stb-santorini__detail-media{\n  width:180px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-santorini__media-link{\n  display:block;\n\n  width:100%;\n  padding:5px;\n\n  background:var(--ivory);\n\n  border:1px solid #D1C0AA;\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-santorini__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:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-santorini__detail-copy{\n  max-width:550px;\n}\n\n.stb-santorini__detail-copy p{\n  margin:0 0 12px;\n\n  color:#5E4C3D;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n.stb-santorini__tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:7px;\n}\n\n.stb-santorini__tag{\n  padding:5px 9px;\n\n  background:var(--ivory);\n\n  color:#604A39;\n\n  font-size:10.5px;\n\n  border:1px solid #D2C1AC;\n  border-radius:20px;\n}\n\n\n\/* =========================================================\n   MATERIAL CHARACTER\n========================================================= *\/\n\n.stb-santorini__material{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:40px;\n\n  overflow:hidden;\n\n  border-radius:5px;\n}\n\n.stb-santorini__material-panel{\n  padding:21px 22px;\n}\n\n.stb-santorini__material-panel:first-child{\n  background:var(--espresso);\n}\n\n.stb-santorini__material-panel:last-child{\n  background:#E6DBCE;\n}\n\n.stb-santorini__material-panel small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-santorini__material-panel:first-child small{\n  color:#CBAE87;\n}\n\n.stb-santorini__material-panel:last-child small{\n  color:#806A57;\n}\n\n.stb-santorini__material-panel strong{\n  display:block;\n\n  margin-bottom:6px;\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-santorini__material-panel:first-child strong{\n  color:#FFF4E5;\n}\n\n.stb-santorini__material-panel:last-child strong{\n  color:var(--dark);\n}\n\n.stb-santorini__material-panel p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.stb-santorini__material-panel:first-child p{\n  color:#D7C8B6;\n}\n\n.stb-santorini__material-panel:last-child p{\n  color:#625142;\n}\n\n\n\/* =========================================================\n   COLORS\n========================================================= *\/\n\n.stb-santorini__finishes{\n  margin-bottom:40px;\n}\n\n.stb-santorini__finish-head{\n  max-width:610px;\n\n  margin-bottom:14px;\n}\n\n.stb-santorini__finish-head p{\n  margin:0;\n\n  color:#625041;\n\n  font-size:12.8px;\n  line-height:1.65;\n}\n\n.stb-santorini__finish-row{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  overflow:hidden;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-santorini__finish{\n  display:grid;\n  grid-template-columns:42px minmax(0,1fr);\n\n  gap:13px;\n  align-items:center;\n\n  padding:15px 16px;\n}\n\n.stb-santorini__finish:first-child{\n  border-right:1px solid var(--line);\n}\n\n.stb-santorini__swatch{\n  width:39px;\n  height:39px;\n\n  border-radius:50%;\n}\n\n.stb-santorini__swatch--brown{\n  background:#B99B78;\n\n  border:1px solid #CCB69C;\n}\n\n.stb-santorini__swatch--white{\n  background:#F0EDE6;\n\n  border:1px solid #D5CEC3;\n}\n\n.stb-santorini__finish small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#88715B;\n\n  font-size:9px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-santorini__finish strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n.stb-santorini__finish p{\n  margin:2px 0 0;\n\n  color:#756555;\n\n  font-size:10.7px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   SIZES\n========================================================= *\/\n\n.stb-santorini__sizes{\n  margin-bottom:40px;\n}\n\n.stb-santorini__sizes-head{\n  display:flex;\n  justify-content:space-between;\n  align-items:end;\n\n  gap:20px;\n\n  margin-bottom:15px;\n}\n\n.stb-santorini__sizes-head p{\n  max-width:560px;\n\n  margin:0;\n\n  color:#625040;\n\n  font-size:12.8px;\n  line-height:1.65;\n}\n\n.stb-santorini__chain{\n  flex-shrink:0;\n\n  padding:7px 10px;\n\n  background:var(--dark);\n\n  color:#FFF4E5;\n\n  font-size:9.5px;\n  font-weight:600;\n\n  border-radius:3px;\n}\n\n.stb-santorini__size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:10px;\n}\n\n.stb-santorini__size-card{\n  min-width:0;\n\n  padding:17px 15px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-santorini__size-card--featured{\n  border-top:3px solid var(--gold);\n}\n\n.stb-santorini__size-card small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#8A725B;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.stb-santorini__size-card strong{\n  display:block;\n\n  margin-bottom:7px;\n\n  color:var(--dark);\n\n  font-size:15px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-santorini__size-card p{\n  margin:0;\n\n  color:#685748;\n\n  font-size:11px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   DIMENSION DRAWING\n========================================================= *\/\n\n.stb-santorini__drawing{\n  display:grid;\n  grid-template-columns:210px minmax(0,1fr);\n\n  gap:32px;\n  align-items:center;\n\n  margin-bottom:40px;\n  padding:22px;\n\n  background:var(--ivory);\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-santorini__drawing-media{\n  width:190px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-santorini__drawing-copy p{\n  max-width:520px;\n\n  margin:0 0 13px;\n\n  color:#5E4C3D;\n\n  font-size:12.8px;\n  line-height:1.65;\n}\n\n.stb-santorini__dimension-tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:7px;\n}\n\n.stb-santorini__dimension-tags span{\n  padding:6px 9px;\n\n  background:var(--soft);\n\n  color:var(--dark);\n\n  font-size:10.7px;\n  font-weight:500;\n\n  border-radius:3px;\n}\n\n\n\/* =========================================================\n   HANGING\n========================================================= *\/\n\n.stb-santorini__hanging{\n  display:grid;\n  grid-template-columns:175px minmax(0,1fr);\n\n  margin-bottom:39px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-santorini__hanging-title{\n  padding:19px 18px;\n\n  background:var(--soft);\n}\n\n.stb-santorini__hanging-title small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#816A56;\n\n  font-size:9px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-santorini__hanging-title strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-santorini__hanging-copy{\n  padding:19px 21px;\n\n  background:var(--ivory);\n}\n\n.stb-santorini__hanging-copy p{\n  margin:0;\n\n  color:#5E4C3D;\n\n  font-size:12.3px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-santorini__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:39px;\n\n  overflow:hidden;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-santorini__practical-item{\n  padding:20px 22px;\n}\n\n.stb-santorini__practical-item:first-child{\n  border-right:1px solid #49372A;\n}\n\n.stb-santorini__practical-item small{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#C4A981;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-santorini__practical-item strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#FFF4E5;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-santorini__practical-item p{\n  margin:0;\n\n  color:#D4C5B3;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.stb-santorini__specs{\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-santorini__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:14px 17px;\n\n  background:var(--espresso);\n}\n\n.stb-santorini__spec-head span{\n  color:#C8AA82;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-santorini__spec-head strong{\n  color:#FFF4E5;\n\n  font-size:16px;\n  font-weight:500;\n}\n\n.stb-santorini__spec-list{\n  background:var(--ivory);\n}\n\n.stb-santorini__spec{\n  display:grid;\n  grid-template-columns:28% 72%;\n\n  padding:10px 14px;\n\n  border-bottom:1px solid #E5D9CB;\n}\n\n.stb-santorini__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-santorini__spec span{\n  padding-right:12px;\n\n  color:#88725D;\n\n  font-size:10.5px;\n  line-height:1.45;\n}\n\n.stb-santorini__spec strong{\n  color:var(--dark);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-santorini__faq{\n  max-width:760px;\n\n  margin:0 auto 34px;\n}\n\n.stb-santorini__faq-head{\n  margin-bottom:5px;\n}\n\n.stb-santorini__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-santorini__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--dark);\n\n  font-size:13.5px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-santorini__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-santorini__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:20px;\n}\n\n.stb-santorini__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-santorini__faq details p{\n  margin:8px 0 0;\n\n  color:#665344;\n\n  font-size:12.2px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-santorini__shipping{\n  padding:21px 22px;\n\n  background:var(--soft);\n\n  border-top:2px 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:5px;\n}\n\n.stb-santorini__shipping h3{\n  margin:0 0 12px;\n\n  font-size:20px;\n}\n\n.stb-santorini__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.8px;\n  line-height:1.65;\n}\n\n.stb-santorini__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-santorini__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-santorini__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,13,9,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-santorini__lightbox:target{\n  display:flex;\n}\n\n.stb-santorini__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-santorini__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 15px 55px rgba(0,0,0,.38);\n}\n\n.stb-santorini__lightbox-caption{\n  margin-top:10px;\n\n  color:#D8BE96;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-santorini__lightbox-hint{\n  margin-top:4px;\n\n  color:#9E8C77;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-santorini{\n    font-size:14.5px;\n  }\n\n\n  .stb-santorini__intro{\n    grid-template-columns:1fr;\n\n    gap:14px;\n  }\n\n  .stb-santorini__title{\n    font-size:25px;\n  }\n\n  .stb-santorini__intro-copy p{\n    font-size:14px;\n  }\n\n  .stb-santorini__intro-side{\n    max-width:280px;\n  }\n\n\n  .stb-santorini__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-santorini__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-santorini__fact:nth-child(1),\n  .stb-santorini__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-santorini__detail{\n    grid-template-columns:155px 1fr;\n\n    gap:16px;\n    padding:16px;\n  }\n\n  .stb-santorini__detail-media{\n    width:145px;\n  }\n\n  .stb-santorini__detail-copy p{\n    font-size:12.7px;\n  }\n\n\n  .stb-santorini__material{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-santorini__finish-row{\n    grid-template-columns:1fr;\n  }\n\n  .stb-santorini__finish:first-child{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-santorini__sizes-head{\n    display:block;\n  }\n\n  .stb-santorini__chain{\n    display:inline-block;\n\n    margin-top:8px;\n  }\n\n\n  .stb-santorini__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-santorini__size-card{\n    padding:14px 15px;\n  }\n\n\n  .stb-santorini__drawing{\n    grid-template-columns:175px 1fr;\n\n    gap:18px;\n    padding:17px;\n  }\n\n  .stb-santorini__drawing-media{\n    width:165px;\n  }\n\n\n  .stb-santorini__hanging{\n    grid-template-columns:145px 1fr;\n  }\n\n\n  .stb-santorini__practical{\n    grid-template-columns:1fr;\n  }\n\n  .stb-santorini__practical-item:first-child{\n    border-right:0;\n    border-bottom:1px solid #49372A;\n  }\n\n\n  .stb-santorini__spec{\n    grid-template-columns:35% 65%;\n  }\n\n\n  .stb-santorini__shipping{\n    padding:18px;\n  }\n\n  .stb-santorini__shipping p{\n    font-size:12.5px;\n  }\n\n\n  .stb-santorini__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n@media screen and (max-width:520px){\n\n  .stb-santorini__detail{\n    grid-template-columns:1fr;\n  }\n\n  .stb-santorini__detail-media{\n    width:160px;\n  }\n\n\n  .stb-santorini__drawing{\n    grid-template-columns:1fr;\n  }\n\n  .stb-santorini__drawing-media{\n    width:180px;\n  }\n\n\n  .stb-santorini__hanging{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-santorini__spec{\n    grid-template-columns:1fr;\n\n    gap:3px;\n  }\n\n  .stb-santorini__spec span{\n    font-weight:600;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-santorini\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-santorini__intro\"\u003e\n\u003cdiv class=\"stb-santorini__intro-copy\"\u003e\n\u003cspan class=\"stb-santorini__eyebrow\"\u003e Jute Rope · Tassel Fringe · Statement Scale \u003c\/span\u003e\n\u003ch2 class=\"stb-santorini__title\"\u003eSoft Texture, Made for a Larger Room.\u003c\/h2\u003e\n\u003cp\u003eSantorini combines woven jute rope with a deep tassel fringe in proportions large enough to anchor a room. Available up to 31.4\" wide, it brings texture and softness above a dining table, bedroom or high-ceiling living space without relying on a heavy metal or glass form.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__intro-side\"\u003e\n\u003csmall\u003e Largest Size \u003c\/small\u003e \u003cstrong\u003e Ø31.4\" × H13.7\" \u003c\/strong\u003e \u003cspan\u003e 19.7\" adjustable chain \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-santorini__facts\"\u003e\n\u003cdiv class=\"stb-santorini__fact\"\u003e\n\u003csmall\u003e Sizes \u003c\/small\u003e \u003cstrong\u003e 15.7\" \/ 23.6\" \/ 31.4\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__fact\"\u003e\n\u003csmall\u003e Material \u003c\/small\u003e \u003cstrong\u003e Jute + Tassels \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__fact\"\u003e\n\u003csmall\u003e Finishes \u003c\/small\u003e \u003cstrong\u003e Light Brown \/ White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__fact\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 3000K LED Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"santorini-detail-section\" class=\"stb-santorini__detail\"\u003e\n\u003cdiv class=\"stb-santorini__detail-media\"\u003e\u003ca href=\"#santorini-detail\" class=\"stb-santorini__media-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/santorini-large-boho-pendant-light-stuberlighting_6.jpg?v=1779690187\" alt=\"Santorini Large Boho Pendant Light woven jute and tassel detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-santorini__view\"\u003e View Material Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__detail-copy\"\u003e\n\u003cspan class=\"stb-santorini__eyebrow\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-santorini__section-title\"\u003eWoven Above. Soft Fringe Below.\u003c\/h3\u003e\n\u003cp\u003eThe upper structure uses woven jute rope for natural texture, while the deeper tassel fringe softens the lower edge and gives the pendant movement and visual depth.\u003c\/p\u003e\n\u003cdiv class=\"stb-santorini__tags\"\u003e\n\u003cspan class=\"stb-santorini__tag\"\u003e Jute Rope \u003c\/span\u003e \u003cspan class=\"stb-santorini__tag\"\u003e Deep Tassel Fringe \u003c\/span\u003e \u003cspan class=\"stb-santorini__tag\"\u003e Metal Structure \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"santorini-detail\" href=\"#santorini-detail-section\" class=\"stb-santorini__lightbox\"\u003e \u003cspan class=\"stb-santorini__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/santorini-large-boho-pendant-light-stuberlighting_6.jpg?v=1779690187\" alt=\"Enlarged Santorini woven jute and tassel detail\"\u003e \u003cspan class=\"stb-santorini__lightbox-caption\"\u003e Santorini · Jute \u0026amp; Tassel Detail \u003c\/span\u003e \u003cspan class=\"stb-santorini__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"stb-santorini__material\"\u003e\n\u003cdiv class=\"stb-santorini__material-panel\"\u003e\n\u003csmall\u003e Texture \u003c\/small\u003e \u003cstrong\u003e Natural Jute Gives the Fixture Structure. \u003c\/strong\u003e\n\u003cp\u003eThe woven upper section adds a dry, organic texture that works especially well with wood, linen, plaster and other natural interior materials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__material-panel\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Tassels Soften the Warm 3000K Light. \u003c\/strong\u003e\n\u003cp\u003eThe textile fringe gives the lower half of the pendant a softer visual edge and helps create a relaxed ambient effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINISHES\n  ====================================================== --\u003e\n\u003csection class=\"stb-santorini__finishes\"\u003e\n\u003cdiv class=\"stb-santorini__finish-head\"\u003e\n\u003cspan class=\"stb-santorini__eyebrow\"\u003e Choose Your Finish \u003c\/span\u003e\n\u003ch3 class=\"stb-santorini__section-title\"\u003eLight Brown or White.\u003c\/h3\u003e\n\u003cp\u003eThe shape stays the same. Choose Light Brown for more visible natural texture, or White when you want the fixture to feel lighter against the ceiling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__finish-row\"\u003e\n\u003cdiv class=\"stb-santorini__finish\"\u003e\n\u003cspan class=\"stb-santorini__swatch stb-santorini__swatch--brown\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003csmall\u003e Natural \u0026amp; Warm \u003c\/small\u003e \u003cstrong\u003e Light Brown \u003c\/strong\u003e\n\u003cp\u003ePairs naturally with wood, linen and warmer neutral interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__finish\"\u003e\n\u003cspan class=\"stb-santorini__swatch stb-santorini__swatch--white\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003csmall\u003e Light \u0026amp; Soft \u003c\/small\u003e \u003cstrong\u003e White \u003c\/strong\u003e\n\u003cp\u003eA quieter option for coastal, cream and pale neutral spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE COMPARISON\n  ====================================================== --\u003e\n\u003csection class=\"stb-santorini__sizes\"\u003e\n\u003cdiv class=\"stb-santorini__sizes-head\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-santorini__eyebrow\"\u003e Choose Your Size \u003c\/span\u003e\n\u003ch3 class=\"stb-santorini__section-title\"\u003eThe Scale Changes the Room.\u003c\/h3\u003e\n\u003cp\u003eSantorini is intentionally offered in noticeably different diameters. Choose according to how much visual presence you want, not only the amount of light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"stb-santorini__chain\"\u003e Chain · 19.7\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__size-grid\"\u003e\n\u003carticle class=\"stb-santorini__size-card\"\u003e\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e Ø15.7\" × H8.6\" \u003c\/strong\u003e\n\u003cp\u003eEntryways, reading corners, smaller spaces or grouped installations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-santorini__size-card stb-santorini__size-card--featured\"\u003e\u003csmall\u003e Most Versatile \u003c\/small\u003e \u003cstrong\u003e Ø23.6\" × H10.2\" \u003c\/strong\u003e\n\u003cp\u003eBedrooms, smaller dining tables and medium-scale living spaces.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-santorini__size-card\"\u003e\u003csmall\u003e Statement \u003c\/small\u003e \u003cstrong\u003e Ø31.4\" × H13.7\" \u003c\/strong\u003e\n\u003cp\u003eDining tables, larger rooms and high-ceiling statement installations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSION DRAWING FROM ORIGINAL HTML\n  ====================================================== --\u003e\n\u003csection id=\"santorini-size-section\" class=\"stb-santorini__drawing\"\u003e\n\u003cdiv class=\"stb-santorini__drawing-media\"\u003e\u003ca href=\"#santorini-size\" class=\"stb-santorini__media-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/santorini-large-boho-pendant-light-stuberlighting_14.jpg?v=1779690187\" alt=\"Santorini Large Boho Pendant Light dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-santorini__view\"\u003e Enlarge Dimensions ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__drawing-copy\"\u003e\n\u003cspan class=\"stb-santorini__eyebrow\"\u003e Scale Reference \u003c\/span\u003e\n\u003ch3 class=\"stb-santorini__section-title\"\u003eUp to 31.4\" Wide.\u003c\/h3\u003e\n\u003cp\u003eThe largest version is designed to read as a real statement fixture, while the 15.7\" and 23.6\" versions keep the same material character in a more compact scale.\u003c\/p\u003e\n\u003cdiv class=\"stb-santorini__dimension-tags\"\u003e\n\u003cspan\u003e Small Ø15.7\" \u003c\/span\u003e \u003cspan\u003e Medium Ø23.6\" \u003c\/span\u003e \u003cspan\u003e Large Ø31.4\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"santorini-size\" href=\"#santorini-size-section\" class=\"stb-santorini__lightbox\"\u003e \u003cspan class=\"stb-santorini__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/santorini-large-boho-pendant-light-stuberlighting_14.jpg?v=1779690187\" alt=\"Enlarged Santorini dimension drawing\"\u003e \u003cspan class=\"stb-santorini__lightbox-caption\"\u003e Santorini · Size Reference \u003c\/span\u003e \u003cspan class=\"stb-santorini__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       HANGING GUIDE\n  ====================================================== --\u003e\n\u003csection class=\"stb-santorini__hanging\"\u003e\n\u003cdiv class=\"stb-santorini__hanging-title\"\u003e\n\u003csmall\u003e Dining Height \u003c\/small\u003e \u003cstrong\u003e 30–34\" Above the Table \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__hanging-copy\"\u003e\n\u003cp\u003eFor dining installations, measure from the tabletop to the bottom of the tassel fringe. The standard 19.7\" chain is adjustable, and additional length is available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRACTICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-santorini__practical\"\u003e\n\u003cdiv class=\"stb-santorini__practical-item\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 LED Included \u003c\/strong\u003e\n\u003cp\u003eWarm 3000K LED light is included with the fixture, so no separate bulb purchase is required before installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__practical-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired Ceiling Pendant \u003c\/strong\u003e\n\u003cp\u003eAC 110–240V and compatible with standard wall switches. Professional installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-santorini__specs\"\u003e\n\u003cdiv class=\"stb-santorini__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Santorini \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__spec-list\"\u003e\n\u003cdiv class=\"stb-santorini__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Small Ø15.7\" × H8.6\" · Medium Ø23.6\" × H10.2\" · Large Ø31.4\" × H13.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Jute Rope · Tassels · Metal \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__spec\"\u003e\n\u003cspan\u003e Colors \u003c\/span\u003e \u003cstrong\u003e Light Brown · White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e E26 \/ E27 LED Included · 3000K Warm White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__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-santorini__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Compatible with Standard Wall Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 19.7\" Adjustable Chain · Extension Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-santorini__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-santorini__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\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-santorini__faq\"\u003e\n\u003cdiv class=\"stb-santorini__faq-head\"\u003e\n\u003cspan class=\"stb-santorini__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-santorini__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Santorini size should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose 15.7\" for compact areas, 23.6\" for bedrooms and smaller dining spaces, or 31.4\" when you want Santorini to read as a statement above a dining table or in a larger room.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the LED bulb included?\u003c\/summary\u003e\n\u003cp\u003eYes. A compatible E26 \/ E27 LED in warm 3000K is included with the fixture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer chain?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard chain is 19.7\" and adjustable. Additional chain length can be prepared 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-santorini__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\"xH8.6\" \/ Light Brown \u0026 White","offer_id":52255050662171,"sku":"STB-SNTR-S-LB","price":275.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\"xH10.2 \/ Light Brown \u0026 White","offer_id":52255050694939,"sku":"STB-SNTR-M-LB","price":535.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.4\"xH13.7\" \/ Light Brown \u0026 White","offer_id":52255050727707,"sku":"STB-SNTR-L-LB","price":1185.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/santorini-large-boho-pendant-light-stuberlighting_1.jpg?v=1779690186"},{"product_id":"cairo-metal-lantern-pendant-light","title":"Cairo Metal Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — CAIRO\n   METAL LANTERN PENDANT LIGHT\n\n   PATTERN \/ SCALE \/ DROP\n\n   OPENWORK IRON · 4 SIZES\n   G9 · 3000K BULB INCLUDED\n\n   QUIET EDITORIAL LUXURY\n   WHITE \/ ESPRESSO \/ MUTED BRONZE\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-cairo{\n  --white:#FFFFFF;\n  --paper:#F5F3EF;\n\n  --espresso:#1C1209;\n  --charcoal:#292724;\n  --brown:#4A3218;\n  --muted:#74675A;\n\n  --bronze:#8A6B4B;\n  --gold:#C8A96E;\n\n  --line:#DDD6CD;\n\n  width:100%;\n  max-width:850px;\n  min-width:0;\n\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.62;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-cairo *,\n.stb-cairo *::before,\n.stb-cairo *::after{\n  box-sizing:border-box;\n}\n\n.stb-cairo h2,\n.stb-cairo h3,\n.stb-cairo p{\n  margin-top:0;\n}\n\n.stb-cairo h2,\n.stb-cairo h3{\n  color:var(--espresso);\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.stb-cairo 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\n\/* =========================================================\n   EDITORIAL SHEET\n   clean white surface against store cream background\n========================================================= *\/\n\n.cairo-sheet{\n  background:#FFFFFF;\n\n  border:1px solid #E1DAD1;\n  border-top:4px solid #1C1209;\n\n  padding:26px 27px 0;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.cairo-open{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,145px);\n\n  gap:30px;\n  align-items:end;\n\n  padding-bottom:23px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.cairo-kicker{\n  margin:0 0 7px !important;\n\n  color:#795F48;\n\n  font-size:10px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.cairo-open h2{\n  max-width:590px;\n\n  margin:0 0 9px;\n\n  font-size:35px;\n  line-height:1.03;\n}\n\n.cairo-open__copy \u003e p{\n  max-width:575px;\n\n  margin:0;\n\n  color:#675747;\n\n  font-size:13px;\n}\n\n.cairo-open__meta{\n  min-width:0;\n\n  padding-left:15px;\n\n  border-left:2px solid #8A6B4B;\n}\n\n.cairo-open__meta small{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#7B6855;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.cairo-open__meta strong{\n  display:block;\n\n  color:#1C1209;\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.cairo-open__meta span{\n  display:block;\n\n  margin-top:6px;\n\n  color:#746454;\n\n  font-size:10.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.cairo-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.cairo-fact{\n  padding:2px 15px;\n\n  border-right:1px solid var(--line);\n\n  color:#625448;\n\n  font-size:10.5px;\n}\n\n.cairo-fact:first-child{\n  padding-left:0;\n}\n\n.cairo-fact:last-child{\n  border-right:0;\n}\n\n.cairo-fact strong{\n  color:#281A0E;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   PATTERN \/ DETAIL\n========================================================= *\/\n\n.cairo-pattern{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:30px;\n  align-items:center;\n\n  padding:30px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.cairo-pattern__image{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#F5F3EF;\n\n  border:1px solid #DDD6CD;\n}\n\n.cairo-pattern__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.cairo-pattern__image img{\n  max-height:165px !important;\n}\n\n.cairo-zoom{\n  position:absolute;\n\n  right:5px;\n  bottom:5px;\n\n  padding:4px 7px;\n\n  background:rgba(28,18,9,.88);\n\n  border-radius:20px;\n\n  color:#FFF8EB;\n\n  font-size:8.5px;\n\n  pointer-events:none;\n}\n\n.cairo-label{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#795F48;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.cairo-pattern__copy h3{\n  margin:0 0 7px;\n\n  font-size:24px;\n  line-height:1.08;\n}\n\n.cairo-pattern__copy p{\n  margin:0;\n\n  color:#675747;\n\n  font-size:12px;\n}\n\n.cairo-pattern__line{\n  margin-top:11px;\n  padding-top:10px;\n\n  border-top:1px solid #E2DCD4;\n\n  color:#594A3D;\n\n  font-size:10.5px;\n}\n\n.cairo-pattern__line strong{\n  color:#281A0E;\n}\n\n\n\/* =========================================================\n   SIZE SELECTION\n========================================================= *\/\n\n.cairo-sizing{\n  padding:30px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.cairo-sizing__head{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:25px;\n\n  margin-bottom:13px;\n}\n\n.cairo-sizing__head h3{\n  margin:0;\n\n  font-size:23px;\n}\n\n.cairo-sizing__head p{\n  margin:0;\n\n  color:#71604F;\n\n  font-size:11.5px;\n}\n\n\n\/* SIZE TABLE *\/\n\n.cairo-size{\n  display:grid;\n  grid-template-columns:minmax(0,90px) minmax(0,170px) minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n\n  padding:10px 0;\n\n  border-top:1px solid #E3DDD5;\n}\n\n.cairo-size:last-of-type{\n  border-bottom:1px solid #E3DDD5;\n}\n\n.cairo-size--dining{\n  margin-left:-10px;\n  margin-right:-10px;\n\n  padding-left:10px;\n  padding-right:10px;\n\n  background:#F5F3EF;\n}\n\n.cairo-size__name small{\n  display:block;\n\n  margin-bottom:1px;\n\n  color:#846C55;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.cairo-size__name strong{\n  color:#281A0E;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  font-weight:500;\n}\n\n.cairo-size__measure{\n  padding-left:12px;\n\n  border-left:2px solid #8A6B4B;\n}\n\n.cairo-size__measure strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.cairo-size__measure span{\n  display:block;\n\n  margin-top:2px;\n\n  color:#786857;\n\n  font-size:10px;\n}\n\n.cairo-size__use{\n  color:#665544;\n\n  font-size:11px;\n}\n\n.cairo-size__use strong{\n  color:#281A0E;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   DIMENSION IMAGE\n========================================================= *\/\n\n.cairo-dimension{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,155px);\n\n  gap:25px;\n  align-items:center;\n\n  margin-top:19px;\n}\n\n.cairo-dimension__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#7D664F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.cairo-dimension__copy h3{\n  margin:0 0 5px;\n\n  font-size:20px;\n}\n\n.cairo-dimension__copy p{\n  margin:0;\n\n  color:#6F5F4F;\n\n  font-size:11px;\n}\n\n.cairo-dimension__image{\n  width:155px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#F5F3EF;\n\n  border:1px solid #DDD6CD;\n}\n\n.cairo-dimension__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.cairo-dimension__image img{\n  max-height:145px !important;\n}\n\n\n\/* =========================================================\n   DARK LIGHT \/ DROP BAND\n========================================================= *\/\n\n.cairo-utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin:0 -27px;\n\n  background:#1C1209;\n}\n\n.cairo-utility__item{\n  min-width:0;\n\n  padding:20px 27px;\n}\n\n.cairo-utility__item:first-child{\n  border-right:1px solid rgba(255,255,255,.14);\n}\n\n.cairo-utility small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8A96E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.cairo-utility h3{\n  margin:0 0 6px;\n\n  color:#FFF7EA;\n\n  font-size:21px;\n}\n\n.cairo-utility p{\n  margin:0;\n\n  color:#CDC5BA;\n\n  font-size:11.5px;\n}\n\n.cairo-utility__stats{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:12px;\n\n  margin-top:10px;\n}\n\n.cairo-utility__stats span{\n  color:#E4DDD3;\n\n  font-size:10px;\n}\n\n.cairo-utility__stats strong{\n  color:#FFF8EB;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   LIGHT CHARACTER\n========================================================= *\/\n\n.cairo-lightnote{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:25px;\n\n  padding:29px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.cairo-lightnote__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#7D664F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.cairo-lightnote__title h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.cairo-lightnote__copy{\n  min-width:0;\n}\n\n.cairo-lightnote__copy p{\n  margin:0 0 8px;\n\n  color:#675645;\n\n  font-size:11.5px;\n}\n\n.cairo-lightnote__copy p:last-child{\n  margin-bottom:0;\n}\n\n.cairo-lightnote__copy strong{\n  color:#281A0E;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.cairo-place{\n  padding:29px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.cairo-place__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:8px;\n}\n\n.cairo-place__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.cairo-place__head span{\n  color:#887562;\n\n  font-size:10px;\n}\n\n.cairo-place__rows{\n  border-top:1px solid #E3DDD5;\n}\n\n.cairo-place__row{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #E3DDD5;\n}\n\n.cairo-place__row strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.cairo-place__row span{\n  color:#675645;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   BEFORE ORDER\n========================================================= *\/\n\n.cairo-before{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:24px;\n\n  padding:29px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.cairo-before__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#7D664F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.cairo-before__title h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.cairo-before__rows{\n  border-top:1px solid #DDD6CD;\n}\n\n.cairo-before__row{\n  display:grid;\n  grid-template-columns:minmax(0,130px) minmax(0,1fr);\n\n  gap:15px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #DDD6CD;\n}\n\n.cairo-before__row strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.cairo-before__row p{\n  margin:0;\n\n  color:#675645;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.cairo-specs{\n  padding:29px 0;\n}\n\n.cairo-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:8px;\n}\n\n.cairo-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.cairo-specs__head span{\n  color:#887562;\n\n  font-size:10px;\n}\n\n.cairo-spec-list{\n  border-top:1px solid #DDD6CD;\n}\n\n.cairo-spec-row{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #E4DED6;\n}\n\n.cairo-spec-row:nth-child(even){\n  margin-left:-8px;\n  margin-right:-8px;\n\n  padding-left:8px;\n  padding-right:8px;\n\n  background:#F5F3EF;\n}\n\n.cairo-spec-row__label{\n  color:#806C58;\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.cairo-spec-row__value{\n  min-width:0;\n\n  color:#281A0E;\n\n  font-size:11.5px;\n  font-weight:500;\n  line-height:1.5;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CERT *\/\n\n.cairo-cert{\n  margin-top:10px;\n\n  padding:11px 13px;\n\n  background:#F5F3EF;\n\n  border-left:3px solid #8A6B4B;\n}\n\n.cairo-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#7D664F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.cairo-cert strong{\n  display:block;\n\n  color:#352719;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.cairo-care{\n  margin:0 -27px;\n\n  padding:13px 27px;\n\n  background:#F5F3EF;\n\n  border-top:1px solid #DDD6CD;\n}\n\n.cairo-care strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#281A0E;\n\n  font-size:10.5px;\n  font-weight:600;\n}\n\n.cairo-care span{\n  display:block;\n\n  color:#71604F;\n\n  font-size:10.5px;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.cairo-shipping{\n  margin:0 -27px;\n\n  padding:19px 27px;\n\n  background:#1C1209;\n\n  border-top:3px solid #8A6B4B;\n}\n\n.cairo-shipping h3{\n  margin:0 0 8px;\n\n  color:#FFF4E5;\n\n  font-size:20px;\n}\n\n.cairo-shipping p{\n  margin:0 0 7px;\n\n  color:#D0CBC2;\n\n  font-size:12px;\n}\n\n.cairo-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.cairo-shipping strong{\n  color:#FFF8EB;\n}\n\n.cairo-shipping a{\n  color:#E2C38C;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.cairo-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.cairo-lightbox:target{\n  display:flex;\n}\n\n.cairo-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.cairo-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.cairo-lightbox__text{\n  margin-top:9px;\n\n  color:#D9C7A8;\n\n  font-size:10px;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .cairo-sheet{\n    padding:20px 18px 0;\n  }\n\n\n  .cairo-open{\n    grid-template-columns:minmax(0,1fr) minmax(0,115px);\n\n    gap:17px;\n  }\n\n  .cairo-open h2{\n    font-size:29px;\n  }\n\n  .cairo-open__copy \u003e p{\n    font-size:13px;\n  }\n\n\n  .cairo-pattern{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:18px;\n  }\n\n  .cairo-pattern__image{\n    width:125px;\n  }\n\n  .cairo-pattern__image img{\n    max-height:118px !important;\n  }\n\n\n  .cairo-sizing__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .cairo-size{\n    grid-template-columns:minmax(0,80px) minmax(0,140px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n\n  .cairo-utility{\n    margin-left:-18px;\n    margin-right:-18px;\n  }\n\n  .cairo-utility__item{\n    padding:18px;\n  }\n\n\n  .cairo-before,\n  .cairo-lightnote{\n    grid-template-columns:1fr;\n\n    gap:8px;\n  }\n\n\n  .cairo-spec-row{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n\n  .cairo-care,\n  .cairo-shipping{\n    margin-left:-18px;\n    margin-right:-18px;\n\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n}\n\n\n@media screen and (max-width:500px){\n\n  .cairo-open{\n    grid-template-columns:1fr;\n  }\n\n  .cairo-open__meta{\n    width:150px;\n\n    padding-left:11px;\n  }\n\n\n  .cairo-facts{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n  }\n\n  .cairo-fact{\n    padding:5px 8px 5px 0;\n\n    border-right:0;\n  }\n\n\n  .cairo-pattern{\n    grid-template-columns:1fr;\n  }\n\n  .cairo-pattern__image{\n    width:110px;\n\n    margin:0;\n  }\n\n\n  .cairo-size{\n    grid-template-columns:minmax(0,78px) minmax(0,1fr);\n  }\n\n  .cairo-size__use{\n    grid-column:1 \/ -1;\n\n    padding-top:2px;\n  }\n\n\n  .cairo-dimension{\n    grid-template-columns:1fr;\n  }\n\n  .cairo-dimension__image{\n    width:110px;\n\n    margin:0;\n  }\n\n  .cairo-dimension__image img{\n    max-height:105px !important;\n  }\n\n\n  .cairo-utility{\n    grid-template-columns:1fr;\n  }\n\n  .cairo-utility__item:first-child{\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.14);\n  }\n\n\n  .cairo-place__head{\n    display:block;\n  }\n\n  .cairo-place__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .cairo-place__row{\n    grid-template-columns:minmax(0,95px) minmax(0,1fr);\n\n    gap:10px;\n  }\n\n\n  .cairo-specs__head{\n    display:block;\n  }\n\n  .cairo-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .cairo-spec-row{\n    grid-template-columns:1fr;\n\n    gap:3px;\n\n    padding:9px 0;\n  }\n\n  .cairo-spec-row__label{\n    color:#8A6B4B;\n\n    font-size:10px;\n    font-weight:600;\n\n    text-transform:uppercase;\n    letter-spacing:.05em;\n  }\n\n  .cairo-spec-row__value{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-cairo\" id=\"cairo-root\"\u003e\n\u003cdiv class=\"cairo-sheet\"\u003e\n\u003c!-- =====================================================\n         INTRO\n    ====================================================== --\u003e\n\u003csection class=\"cairo-open\"\u003e\n\u003cdiv class=\"cairo-open__copy\"\u003e\n\u003cp class=\"cairo-kicker\"\u003eCairo · Openwork Iron Pendant\u003c\/p\u003e\n\u003ch2\u003eThe Metalwork Does More Than Hold the Light\u003c\/h2\u003e\n\u003cp\u003eCairo uses an openwork iron shade to break the light into pattern, creating a more atmospheric effect than a conventional solid metal pendant. Four diameters let the same lantern form work from compact corners to larger dining spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-open__meta\"\u003e\n\u003csmall\u003e Four Sizes \u003c\/small\u003e \u003cstrong\u003e 15.7–31.4\" \u003c\/strong\u003e \u003cspan\u003e Openwork iron\u003cbr\u003e59\" suspension \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         QUICK FACTS\n    ====================================================== --\u003e\n\u003csection class=\"cairo-facts\"\u003e\n\u003cdiv class=\"cairo-fact\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e · Metal \/ Iron\u003c\/div\u003e\n\u003cdiv class=\"cairo-fact\"\u003e\n\u003cstrong\u003eLight Source\u003c\/strong\u003e · G9\u003c\/div\u003e\n\u003cdiv class=\"cairo-fact\"\u003e\n\u003cstrong\u003eIncluded\u003c\/strong\u003e · 3000K LED\u003c\/div\u003e\n\u003cdiv class=\"cairo-fact\"\u003e\n\u003cstrong\u003eInstall\u003c\/strong\u003e · Hardwired\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         PATTERN \/ DETAIL\n    ====================================================== --\u003e\n\u003csection class=\"cairo-pattern\"\u003e\n\u003cdiv class=\"cairo-pattern__image\"\u003e\u003ca href=\"#cairo-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cairo-metal-lantern-pendant-light-stuberlighting_8.jpg?v=1779692307\" alt=\"Close-up detail of Cairo Metal Lantern Pendant showing openwork iron metal pattern\" loading=\"lazy\"\u003e \u003cspan class=\"cairo-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"cairo-pattern__copy\"\u003e\n\u003csmall class=\"cairo-label\"\u003e Metalwork Detail \u003c\/small\u003e\n\u003ch3\u003ePattern Becomes Part of the Light\u003c\/h3\u003e\n\u003cp\u003eLight passes through the openings in the iron shade, allowing the metal pattern to appear across nearby ceilings and walls. The effect becomes more visible as the surrounding room light gets lower.\u003c\/p\u003e\n\u003cdiv class=\"cairo-pattern__line\"\u003e\n\u003cstrong\u003eBest understood as atmospheric light:\u003c\/strong\u003e the open shade creates visual texture rather than the even diffusion of fabric or frosted glass.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         SIZE SELECTION\n    ====================================================== --\u003e\n\u003csection class=\"cairo-sizing\"\u003e\n\u003cdiv class=\"cairo-sizing__head\"\u003e\n\u003ch3\u003eChoose the Diameter by the Space Below\u003c\/h3\u003e\n\u003cp\u003eThe shape remains consistent across all four sizes. What changes is the visual weight of the iron shade and how strongly it occupies the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 15.7 --\u003e\n\u003cdiv class=\"cairo-size\"\u003e\n\u003cdiv class=\"cairo-size__name\"\u003e\n\u003csmall\u003e Compact \u003c\/small\u003e \u003cstrong\u003e 15.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-size__measure\"\u003e\n\u003cstrong\u003e Ø15.7\" × H7.4\" \u003c\/strong\u003e \u003cspan\u003e Ø40 × H19cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-size__use\"\u003e\n\u003cstrong\u003eWorks well for:\u003c\/strong\u003e entryways, small corners or grouped pendant installations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 19.6 --\u003e\n\u003cdiv class=\"cairo-size\"\u003e\n\u003cdiv class=\"cairo-size__name\"\u003e\n\u003csmall\u003e Mid Size \u003c\/small\u003e \u003cstrong\u003e 19.6\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-size__measure\"\u003e\n\u003cstrong\u003e Ø19.6\" × H9.4\" \u003c\/strong\u003e \u003cspan\u003e Ø50 × H24cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-size__use\"\u003e\n\u003cstrong\u003eWorks well for:\u003c\/strong\u003e bedrooms and smaller rooms where the pattern should remain restrained.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 23.6 --\u003e\n\u003cdiv class=\"cairo-size cairo-size--dining\"\u003e\n\u003cdiv class=\"cairo-size__name\"\u003e\n\u003csmall\u003e Dining Scale \u003c\/small\u003e \u003cstrong\u003e 23.6\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-size__measure\"\u003e\n\u003cstrong\u003e Ø23.6\" × H11.4\" \u003c\/strong\u003e \u003cspan\u003e Ø60 × H29cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-size__use\"\u003e\n\u003cstrong\u003eWorks well for:\u003c\/strong\u003e dining tables and living areas needing a stronger single-fixture presence.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 31.4 --\u003e\n\u003cdiv class=\"cairo-size\"\u003e\n\u003cdiv class=\"cairo-size__name\"\u003e\n\u003csmall\u003e Statement \u003c\/small\u003e \u003cstrong\u003e 31.4\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-size__measure\"\u003e\n\u003cstrong\u003e Ø31.4\" × H15.3\" \u003c\/strong\u003e \u003cspan\u003e Ø80 × H39cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-size__use\"\u003e\n\u003cstrong\u003eWorks well for:\u003c\/strong\u003e larger dining tables, high ceilings and more dramatic installations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DIMENSION IMAGE --\u003e\n\u003cdiv class=\"cairo-dimension\"\u003e\n\u003cdiv class=\"cairo-dimension__copy\"\u003e\n\u003csmall\u003e Dimension Reference \u003c\/small\u003e\n\u003ch3\u003eThe Largest Version Is 31.4\" Across\u003c\/h3\u003e\n\u003cp\u003eCompare the selected diameter with the table or open floor area below. The larger Cairo sizes carry significant visual width even though the shade remains relatively shallow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-dimension__image\"\u003e\u003ca href=\"#cairo-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cairo-metal-lantern-pendant-light-stuberlighting_4.jpg?v=1779692306\" alt=\"Cairo Metal Lantern Pendant Light dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"cairo-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         LIGHT \/ DROP\n    ====================================================== --\u003e\n\u003csection class=\"cairo-utility\"\u003e\n\u003cdiv class=\"cairo-utility__item\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e\n\u003ch3\u003eReplaceable G9 Light\u003c\/h3\u003e\n\u003cp\u003eCairo uses a replaceable G9 light source. A warm 3000K LED bulb is included with the fixture.\u003c\/p\u003e\n\u003cdiv class=\"cairo-utility__stats\"\u003e\n\u003cspan\u003e \u003cstrong\u003eG9\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e3000K\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eMax 40W\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\u003cdiv class=\"cairo-utility__item\"\u003e\n\u003csmall\u003e Hanging Height \u003c\/small\u003e\n\u003ch3\u003e59\" Adjustable Cable\u003c\/h3\u003e\n\u003cp\u003eAbove a dining table, use approximately 30–34\" between the tabletop and the bottom of the shade as a practical starting point. Longer suspension is available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         LIGHT CHARACTER\n    ====================================================== --\u003e\n\u003csection class=\"cairo-lightnote\"\u003e\n\u003cdiv class=\"cairo-lightnote__title\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e\n\u003ch3\u003eMore Atmosphere Than Diffusion\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-lightnote__copy\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe open iron shade does not conceal the light source like fabric or opal glass.\u003c\/strong\u003e Expect a more directional, patterned visual effect around the fixture rather than a completely uniform glow.\u003c\/p\u003e\n\u003cp\u003eIf Cairo is used above a dining table or in a living room, it works especially well as one layer within a broader lighting plan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         PLACEMENT\n    ====================================================== --\u003e\n\u003csection class=\"cairo-place\"\u003e\n\u003cdiv class=\"cairo-place__head\"\u003e\n\u003ch3\u003eWhere Each Scale Makes Sense\u003c\/h3\u003e\n\u003cspan\u003e Indoor dry locations only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-place__rows\"\u003e\n\u003cdiv class=\"cairo-place__row\"\u003e\n\u003cstrong\u003e Bedroom \u003c\/strong\u003e \u003cspan\u003e 19.6\" keeps the lantern effect visible without bringing the largest scale into the room. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-place__row\"\u003e\n\u003cstrong\u003e Dining Room \u003c\/strong\u003e \u003cspan\u003e 23.6\" or 31.4\" gives the patterned iron shade enough width to anchor the table below. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-place__row\"\u003e\n\u003cstrong\u003e Entryway \u003c\/strong\u003e \u003cspan\u003e 15.7\" or 19.6\" works where the fixture should add character without dominating circulation space. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-place__row\"\u003e\n\u003cstrong\u003e High Ceiling \u003c\/strong\u003e \u003cspan\u003e The 31.4\" version offers the strongest visual scale; request a longer cable if the standard 59\" drop is insufficient. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         BEFORE ORDER\n    ====================================================== --\u003e\n\u003csection class=\"cairo-before\"\u003e\n\u003cdiv class=\"cairo-before__title\"\u003e\n\u003csmall\u003e Before You Order \u003c\/small\u003e\n\u003ch3\u003eThree Useful Checks\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-before__rows\"\u003e\n\u003cdiv class=\"cairo-before__row\"\u003e\n\u003cstrong\u003e Which diameter? \u003c\/strong\u003e\n\u003cp\u003eChoose from 15.7\", 19.6\", 23.6\" and 31.4\". Measure the furniture or open area directly below first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-before__row\"\u003e\n\u003cstrong\u003e Want soft even light? \u003c\/strong\u003e\n\u003cp\u003eCairo is intentionally open and pattern-casting. It does not diffuse light like a closed fabric or frosted-glass shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-before__row\"\u003e\n\u003cstrong\u003e High ceiling? \u003c\/strong\u003e\n\u003cp\u003eStandard cable length is 59\" \/ 150cm. Longer suspension can be requested.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"cairo-specs\"\u003e\n\u003cdiv class=\"cairo-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Cairo · Metal Lantern Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-spec-list\"\u003e\n\u003cdiv class=\"cairo-spec-row\"\u003e\n\u003cspan class=\"cairo-spec-row__label\"\u003e Sizes \u003c\/span\u003e \u003cspan class=\"cairo-spec-row__value\"\u003e Ø15.7\" × H7.4\" \/ Ø40 × H19cm · Ø19.6\" × H9.4\" \/ Ø50 × H24cm · Ø23.6\" × H11.4\" \/ Ø60 × H29cm · Ø31.4\" × H15.3\" \/ Ø80 × H39cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-spec-row\"\u003e\n\u003cspan class=\"cairo-spec-row__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"cairo-spec-row__value\"\u003e Metal · Iron · Openwork lantern shade \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-spec-row\"\u003e\n\u003cspan class=\"cairo-spec-row__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"cairo-spec-row__value\"\u003e G9 · Bulb Included: Yes · 3000K warm white LED included · Max 40W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-spec-row\"\u003e\n\u003cspan class=\"cairo-spec-row__label\"\u003e Electrical \u003c\/span\u003e \u003cspan class=\"cairo-spec-row__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-spec-row\"\u003e\n\u003cspan class=\"cairo-spec-row__label\"\u003e Control \u003c\/span\u003e \u003cspan class=\"cairo-spec-row__value\"\u003e Compatible with standard wall switch · Wall switch not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-spec-row\"\u003e\n\u003cspan class=\"cairo-spec-row__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"cairo-spec-row__value\"\u003e 59\" \/ 150cm adjustable cable · Extension available on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-spec-row\"\u003e\n\u003cspan class=\"cairo-spec-row__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"cairo-spec-row__value\"\u003e Hardwired ceiling installation · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-spec-row\"\u003e\n\u003cspan class=\"cairo-spec-row__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"cairo-spec-row__value\"\u003e Indoor dry locations only · IP20 · Not waterproof \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-spec-row\"\u003e\n\u003cspan class=\"cairo-spec-row__label\"\u003e Maintenance \u003c\/span\u003e \u003cspan class=\"cairo-spec-row__value\"\u003e Dust openwork metal gently with a soft dry brush or cloth · Avoid abrasive cleaners and prolonged moisture \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cairo-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\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         CARE\n    ====================================================== --\u003e\n\u003csection class=\"cairo-care\"\u003e\u003cstrong\u003e Open metalwork is best maintained dry. \u003c\/strong\u003e \u003cspan\u003e Use a soft dry cloth or small soft brush to remove dust from the perforated iron surface. Avoid abrasive pads, chemical cleaners and prolonged moisture. \u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- =====================================================\n         SHIPPING \u0026 RETURNS\n    ====================================================== --\u003e\n\u003csection class=\"cairo-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\/div\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"cairo-detail-large\" href=\"#cairo-root\" class=\"cairo-lightbox\"\u003e \u003cspan class=\"cairo-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cairo-metal-lantern-pendant-light-stuberlighting_8.jpg?v=1779692307\" alt=\"Enlarged Cairo openwork iron metal detail\"\u003e \u003cspan class=\"cairo-lightbox__text\"\u003e Openwork Iron Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SIZE\n  ====================================================== --\u003e \u003ca id=\"cairo-size-large\" href=\"#cairo-root\" class=\"cairo-lightbox\"\u003e \u003cspan class=\"cairo-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cairo-metal-lantern-pendant-light-stuberlighting_4.jpg?v=1779692306\" alt=\"Enlarged Cairo Metal Lantern Pendant dimensions\"\u003e \u003cspan class=\"cairo-lightbox__text\"\u003e 15.7\" · 19.6\" · 23.6\" · 31.4\" · Click 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 7.4\" \/ Beige","offer_id":52255394693403,"sku":"STB-CAIRO-S","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6\" x H9.4\" \/ Beige","offer_id":52255394726171,"sku":"STB-CAIRO-M","price":345.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\" xH 11.4\" \/ Beige","offer_id":52255394758939,"sku":"STB-CAIRO-L","price":575.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.4\" x H 15.3\" \/ Beige","offer_id":52255394791707,"sku":"STB-CAIRO-XL","price":985.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cairo-metal-lantern-pendant-light-stuberlighting_1.jpg?v=1779692306"},{"product_id":"verde-green-tassel-pendant-light","title":"Verde Green Tassel Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — VERDE\n   GREEN TASSEL PENDANT LIGHT\n\n   VERTICAL \/ TEXTURE \/ REPEAT\n\n   WALNUT WOOD · GREEN FABRIC TASSEL\n   Ø8.7\" × H18.9\"\n   E27 · 3000K BULB INCLUDED\n\n   QUIET EDITORIAL LUXURY\n   WHITE \/ ESPRESSO \/ WALNUT \/ MUTED GREEN\n========================================================= *\/\n\n.stb-verde{\n  --white:#FFFFFF;\n  --paper:#F5F3EF;\n\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --muted:#75685A;\n\n  --walnut:#70503A;\n  --green:#6F7862;\n  --gold:#C8A96E;\n\n  --line:#DDD6CD;\n\n  width:100%;\n  max-width:850px;\n  min-width:0;\n\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.62;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-verde *,\n.stb-verde *::before,\n.stb-verde *::after{\n  box-sizing:border-box;\n}\n\n.stb-verde h2,\n.stb-verde h3,\n.stb-verde p{\n  margin-top:0;\n}\n\n.stb-verde h2,\n.stb-verde h3{\n  color:var(--espresso);\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.stb-verde 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\n\/* =========================================================\n   EDITORIAL SHEET\n========================================================= *\/\n\n.verde-sheet{\n  background:#FFFFFF;\n\n  border:1px solid #E1DAD1;\n  border-top:4px solid #1C1209;\n\n  box-shadow:0 8px 30px rgba(28,18,9,.035);\n\n  padding:26px 27px 0;\n}\n\n\n\/* =========================================================\n   OPENING\n========================================================= *\/\n\n.verde-open{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,150px);\n\n  gap:32px;\n  align-items:end;\n\n  padding-bottom:24px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.verde-kicker{\n  margin:0 0 7px !important;\n\n  color:#66705C;\n\n  font-size:10px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.verde-open h2{\n  max-width:590px;\n\n  margin:0 0 9px;\n\n  font-size:35px;\n  line-height:1.03;\n}\n\n.verde-open__copy \u003e p{\n  max-width:575px;\n\n  margin:0;\n\n  color:#675747;\n\n  font-size:13px;\n}\n\n\n\/* PROPORTION INDEX *\/\n\n.verde-open__scale{\n  min-width:0;\n\n  padding-left:16px;\n\n  border-left:2px solid #6F7862;\n}\n\n.verde-open__scale small{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#786A5B;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.verde-open__scale strong{\n  display:block;\n\n  color:#1C1209;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:29px;\n  line-height:.96;\n\n  font-weight:500;\n}\n\n.verde-open__scale span{\n  display:block;\n\n  margin-top:6px;\n\n  color:#746454;\n\n  font-size:10.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   QUICK FACT LINE\n========================================================= *\/\n\n.verde-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.verde-fact{\n  padding:2px 15px;\n\n  border-right:1px solid var(--line);\n\n  color:#625448;\n\n  font-size:10.5px;\n}\n\n.verde-fact:first-child{\n  padding-left:0;\n}\n\n.verde-fact:last-child{\n  border-right:0;\n}\n\n.verde-fact strong{\n  color:#281A0E;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   TEXTURE DETAIL\n========================================================= *\/\n\n.verde-detail{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:30px;\n  align-items:center;\n\n  padding:30px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.verde-detail__image{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#F5F3EF;\n\n  border:1px solid #DDD6CD;\n}\n\n.verde-detail__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.verde-detail__image img{\n  max-height:165px !important;\n}\n\n.verde-zoom{\n  position:absolute;\n\n  right:5px;\n  bottom:5px;\n\n  padding:4px 7px;\n\n  background:rgba(28,18,9,.88);\n\n  border-radius:20px;\n\n  color:#FFF8EB;\n\n  font-size:8.5px;\n\n  pointer-events:none;\n}\n\n.verde-label{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#66705C;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.verde-detail__copy h3{\n  margin:0 0 7px;\n\n  font-size:24px;\n  line-height:1.08;\n}\n\n.verde-detail__copy p{\n  margin:0;\n\n  color:#675747;\n\n  font-size:12px;\n}\n\n.verde-materials{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:14px;\n\n  margin-top:11px;\n}\n\n.verde-materials span{\n  position:relative;\n\n  padding-left:9px;\n\n  color:#6D5D4C;\n\n  font-size:10px;\n}\n\n.verde-materials span::before{\n  content:\"\";\n\n  position:absolute;\n\n  left:0;\n  top:.56em;\n\n  width:3px;\n  height:3px;\n\n  background:#6F7862;\n\n  border-radius:50%;\n}\n\n\n\/* =========================================================\n   PROPORTION\n========================================================= *\/\n\n.verde-proportion{\n  display:grid;\n  grid-template-columns:minmax(0,185px) minmax(0,1fr);\n\n  gap:30px;\n  align-items:center;\n\n  padding:30px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.verde-proportion__figure{\n  padding:18px;\n\n  background:#1C1209;\n}\n\n.verde-proportion__figure small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8A96E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.verde-proportion__figure strong{\n  display:block;\n\n  color:#FFF8EB;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:35px;\n  line-height:.96;\n\n  font-weight:500;\n}\n\n.verde-proportion__figure span{\n  display:block;\n\n  margin-top:8px;\n  padding-top:8px;\n\n  border-top:1px solid rgba(255,255,255,.14);\n\n  color:#CCC4B9;\n\n  font-size:10.5px;\n}\n\n.verde-proportion__copy small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#66705C;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.verde-proportion__copy h3{\n  margin:0 0 7px;\n\n  font-size:24px;\n}\n\n.verde-proportion__copy p{\n  margin:0;\n\n  color:#675747;\n\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   DIMENSION\n========================================================= *\/\n\n.verde-dimension{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,150px);\n\n  gap:25px;\n  align-items:center;\n\n  padding:20px 0 30px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.verde-dimension__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#786753;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.verde-dimension__copy h3{\n  margin:0 0 5px;\n\n  font-size:20px;\n}\n\n.verde-dimension__copy p{\n  margin:0;\n\n  color:#6F5F4F;\n\n  font-size:11px;\n}\n\n.verde-dimension__image{\n  width:150px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#F5F3EF;\n\n  border:1px solid #DDD6CD;\n}\n\n.verde-dimension__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.verde-dimension__image img{\n  max-height:140px !important;\n}\n\n\n\/* =========================================================\n   ONE \/ PAIR \/ THREE\n   product-specific grouping logic\n========================================================= *\/\n\n.verde-repeat{\n  padding:30px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.verde-repeat__head{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:25px;\n\n  margin-bottom:12px;\n}\n\n.verde-repeat__head h3{\n  margin:0;\n\n  font-size:23px;\n}\n\n.verde-repeat__head p{\n  margin:0;\n\n  color:#71604F;\n\n  font-size:11.5px;\n}\n\n.verde-repeat__row{\n  display:grid;\n  grid-template-columns:minmax(0,80px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:10px 0;\n\n  border-top:1px solid #E3DDD5;\n}\n\n.verde-repeat__row:last-child{\n  border-bottom:1px solid #E3DDD5;\n}\n\n.verde-repeat__number{\n  color:#70503A;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:19px;\n  font-weight:500;\n}\n\n.verde-repeat__copy strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.verde-repeat__copy span{\n  display:block;\n\n  color:#675645;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   DARK UTILITY BAND\n========================================================= *\/\n\n.verde-utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin:0 -27px;\n\n  background:#1C1209;\n}\n\n.verde-utility__item{\n  min-width:0;\n\n  padding:20px 27px;\n}\n\n.verde-utility__item:first-child{\n  border-right:1px solid rgba(255,255,255,.14);\n}\n\n.verde-utility small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8A96E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.verde-utility h3{\n  margin:0 0 6px;\n\n  color:#FFF7EA;\n\n  font-size:21px;\n}\n\n.verde-utility p{\n  margin:0;\n\n  color:#CDC5BA;\n\n  font-size:11.5px;\n}\n\n.verde-utility__stats{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:12px;\n\n  margin-top:10px;\n}\n\n.verde-utility__stats span{\n  color:#E4DDD3;\n\n  font-size:10px;\n}\n\n.verde-utility__stats strong{\n  color:#FFF8EB;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.verde-place{\n  padding:30px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.verde-place__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:8px;\n}\n\n.verde-place__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.verde-place__head span{\n  color:#887562;\n\n  font-size:10px;\n}\n\n.verde-place__rows{\n  border-top:1px solid #E3DDD5;\n}\n\n.verde-place__row{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #E3DDD5;\n}\n\n.verde-place__row strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.verde-place__row span{\n  color:#675645;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   BEFORE ORDER\n========================================================= *\/\n\n.verde-before{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:24px;\n\n  padding:30px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.verde-before__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#66705C;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.verde-before__title h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.verde-before__rows{\n  border-top:1px solid #DDD6CD;\n}\n\n.verde-before__row{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:15px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #DDD6CD;\n}\n\n.verde-before__row strong{\n  color:#281A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.verde-before__row p{\n  margin:0;\n\n  color:#675645;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.verde-specs{\n  padding:30px 0;\n}\n\n.verde-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:8px;\n}\n\n.verde-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.verde-specs__head span{\n  color:#887562;\n\n  font-size:10px;\n}\n\n.verde-spec-list{\n  border-top:1px solid #DDD6CD;\n}\n\n.verde-spec-row{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid #E4DED6;\n}\n\n.verde-spec-row:nth-child(even){\n  margin-left:-8px;\n  margin-right:-8px;\n\n  padding-left:8px;\n  padding-right:8px;\n\n  background:#F5F3EF;\n}\n\n.verde-spec-row__label{\n  color:#806C58;\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.verde-spec-row__value{\n  min-width:0;\n\n  color:#281A0E;\n\n  font-size:11.5px;\n  font-weight:500;\n  line-height:1.5;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CERT *\/\n\n.verde-cert{\n  margin-top:10px;\n\n  padding:11px 13px;\n\n  background:#F5F3EF;\n\n  border-left:3px solid #6F7862;\n}\n\n.verde-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#66705C;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.verde-cert strong{\n  display:block;\n\n  color:#352719;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   NATURAL MATERIAL NOTE\n========================================================= *\/\n\n.verde-natural{\n  margin:0 -27px;\n\n  padding:13px 27px;\n\n  background:#F5F3EF;\n\n  border-top:1px solid #DDD6CD;\n}\n\n.verde-natural strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#281A0E;\n\n  font-size:10.5px;\n  font-weight:600;\n}\n\n.verde-natural span{\n  display:block;\n\n  color:#71604F;\n\n  font-size:10.5px;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.verde-shipping{\n  margin:0 -27px;\n\n  padding:19px 27px;\n\n  background:#1C1209;\n\n  border-top:3px solid #6F7862;\n}\n\n.verde-shipping h3{\n  margin:0 0 8px;\n\n  color:#FFF4E5;\n\n  font-size:20px;\n}\n\n.verde-shipping p{\n  margin:0 0 7px;\n\n  color:#D0CBC2;\n\n  font-size:12px;\n}\n\n.verde-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.verde-shipping strong{\n  color:#FFF8EB;\n}\n\n.verde-shipping a{\n  color:#E2C38C;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.verde-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.verde-lightbox:target{\n  display:flex;\n}\n\n.verde-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.verde-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.verde-lightbox__text{\n  margin-top:9px;\n\n  color:#D9C7A8;\n\n  font-size:10px;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .verde-sheet{\n    padding:20px 18px 0;\n  }\n\n\n  .verde-open{\n    grid-template-columns:minmax(0,1fr) minmax(0,115px);\n\n    gap:17px;\n  }\n\n  .verde-open h2{\n    font-size:29px;\n  }\n\n  .verde-open__copy \u003e p{\n    font-size:13px;\n  }\n\n\n  .verde-detail{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:18px;\n  }\n\n  .verde-detail__image{\n    width:125px;\n  }\n\n  .verde-detail__image img{\n    max-height:118px !important;\n  }\n\n\n  .verde-proportion{\n    grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n\n  .verde-repeat__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .verde-utility{\n    margin-left:-18px;\n    margin-right:-18px;\n  }\n\n  .verde-utility__item{\n    padding:18px;\n  }\n\n\n  .verde-before{\n    grid-template-columns:1fr;\n\n    gap:8px;\n  }\n\n\n  .verde-spec-row{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n\n  .verde-natural,\n  .verde-shipping{\n    margin-left:-18px;\n    margin-right:-18px;\n\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n}\n\n\n@media screen and (max-width:500px){\n\n  .verde-open{\n    grid-template-columns:1fr;\n  }\n\n  .verde-open__scale{\n    width:150px;\n\n    padding-left:11px;\n  }\n\n\n  .verde-facts{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n  }\n\n  .verde-fact{\n    padding:5px 8px 5px 0;\n\n    border-right:0;\n  }\n\n\n  .verde-detail{\n    grid-template-columns:1fr;\n  }\n\n  .verde-detail__image{\n    width:110px;\n\n    margin:0;\n  }\n\n\n  .verde-proportion{\n    grid-template-columns:1fr;\n  }\n\n  .verde-proportion__figure{\n    width:150px;\n  }\n\n\n  .verde-dimension{\n    grid-template-columns:1fr;\n  }\n\n  .verde-dimension__image{\n    width:110px;\n\n    margin:0;\n  }\n\n  .verde-dimension__image img{\n    max-height:105px !important;\n  }\n\n\n  .verde-repeat__row{\n    grid-template-columns:minmax(0,55px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n\n  .verde-utility{\n    grid-template-columns:1fr;\n  }\n\n  .verde-utility__item:first-child{\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.14);\n  }\n\n\n  .verde-place__head{\n    display:block;\n  }\n\n  .verde-place__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .verde-place__row{\n    grid-template-columns:minmax(0,95px) minmax(0,1fr);\n\n    gap:10px;\n  }\n\n\n  .verde-specs__head{\n    display:block;\n  }\n\n  .verde-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .verde-spec-row{\n    grid-template-columns:1fr;\n\n    gap:3px;\n\n    padding:9px 0;\n  }\n\n  .verde-spec-row__label{\n    color:#66705C;\n\n    font-size:10px;\n    font-weight:600;\n\n    text-transform:uppercase;\n    letter-spacing:.05em;\n  }\n\n  .verde-spec-row__value{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-verde\" id=\"verde-root\"\u003e\n\u003cdiv class=\"verde-sheet\"\u003e\n\u003c!-- =====================================================\n         INTRO\n    ====================================================== --\u003e\n\u003csection class=\"verde-open\"\u003e\n\u003cdiv class=\"verde-open__copy\"\u003e\n\u003cp class=\"verde-kicker\"\u003eVerde · Green Tassel Pendant\u003c\/p\u003e\n\u003ch2\u003eA Narrow Fall of Green Texture Beneath Warm Walnut\u003c\/h2\u003e\n\u003cp\u003eVerde pairs a walnut wood crown with long green fabric tassels in a slim 8.7-inch profile. Its vertical proportion gives the pendant presence without taking up the visual width of a conventional dome or globe shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-open__scale\"\u003e\n\u003csmall\u003e Shade Proportion \u003c\/small\u003e \u003cstrong\u003e Ø8.7\" \u003c\/strong\u003e \u003cspan\u003e H18.9\"\u003cbr\u003eØ22 × H48cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         QUICK FACTS\n    ====================================================== --\u003e\n\u003csection class=\"verde-facts\"\u003e\n\u003cdiv class=\"verde-fact\"\u003e\n\u003cstrong\u003eColor\u003c\/strong\u003e · Botanical Green\u003c\/div\u003e\n\u003cdiv class=\"verde-fact\"\u003e\n\u003cstrong\u003eTop\u003c\/strong\u003e · Walnut Wood\u003c\/div\u003e\n\u003cdiv class=\"verde-fact\"\u003e\n\u003cstrong\u003eBulb\u003c\/strong\u003e · E27\u003c\/div\u003e\n\u003cdiv class=\"verde-fact\"\u003e\n\u003cstrong\u003eDrop\u003c\/strong\u003e · 59\"\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         DETAIL\n    ====================================================== --\u003e\n\u003csection class=\"verde-detail\"\u003e\n\u003cdiv class=\"verde-detail__image\"\u003e\u003ca href=\"#verde-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/verde-green-tassel-pendant-light-stuberlighting_17.jpg?v=1779789158\" alt=\"Close-up detail of Verde Green Tassel Pendant showing green fabric fringe and walnut wood\" loading=\"lazy\"\u003e \u003cspan class=\"verde-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"verde-detail__copy\"\u003e\n\u003csmall class=\"verde-label\"\u003e Texture Detail \u003c\/small\u003e\n\u003ch3\u003eSoft Fringe Against Natural Wood\u003c\/h3\u003e\n\u003cp\u003eThe pendant uses two very different textures: warm walnut above and long fabric fringe below. The wood gives the top visual weight while the tassels create a softer, more fluid lower silhouette.\u003c\/p\u003e\n\u003cdiv class=\"verde-materials\"\u003e\n\u003cspan\u003e Walnut Wood \u003c\/span\u003e \u003cspan\u003e Green Fabric \u003c\/span\u003e \u003cspan\u003e Metal \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         PROPORTION\n    ====================================================== --\u003e\n\u003csection class=\"verde-proportion\"\u003e\n\u003cdiv class=\"verde-proportion__figure\"\u003e\n\u003csmall\u003e Vertical Ratio \u003c\/small\u003e \u003cstrong\u003e 18.9\" \u003c\/strong\u003e \u003cspan\u003e only 8.7\" across \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-proportion__copy\"\u003e\n\u003csmall\u003e Why the Shape Matters \u003c\/small\u003e\n\u003ch3\u003eTall and Narrow Instead of Wide and Round\u003c\/h3\u003e\n\u003cp\u003eVerde's 18.9-inch height is more than twice its 8.7-inch diameter. That narrow footprint makes it particularly useful beside a bed or when several pendants need to share one long surface such as an island or counter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         DIMENSION\n    ====================================================== --\u003e\n\u003csection class=\"verde-dimension\"\u003e\n\u003cdiv class=\"verde-dimension__copy\"\u003e\n\u003csmall\u003e Dimension Reference \u003c\/small\u003e\n\u003ch3\u003eCheck the 18.9\" Vertical Drop\u003c\/h3\u003e\n\u003cp\u003eThe fixture itself is relatively tall. When planning the final hanging height, allow for both the 18.9-inch shade and the adjustable suspension above it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-dimension__image\"\u003e\u003ca href=\"#verde-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/verde-green-tassel-pendant-light-stuberlighting_8.jpg?v=1779789158\" alt=\"Verde Green Tassel Pendant Light dimension drawing showing 8.7 inch diameter and 18.9 inch height\" loading=\"lazy\"\u003e \u003cspan class=\"verde-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         ONE \/ PAIR \/ THREE\n    ====================================================== --\u003e\n\u003csection class=\"verde-repeat\"\u003e\n\u003cdiv class=\"verde-repeat__head\"\u003e\n\u003ch3\u003eOne Pendant or a Repeated Line\u003c\/h3\u003e\n\u003cp\u003eBecause Verde is only 8.7 inches wide, quantity becomes part of the design rather than simply a way to add more light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-repeat__row\"\u003e\n\u003cdiv class=\"verde-repeat__number\"\u003eOne\u003c\/div\u003e\n\u003cdiv class=\"verde-repeat__copy\"\u003e\n\u003cstrong\u003e A focused vertical accent \u003c\/strong\u003e \u003cspan\u003e Works beside a bed, in an entry or over a compact side surface. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-repeat__row\"\u003e\n\u003cdiv class=\"verde-repeat__number\"\u003ePair\u003c\/div\u003e\n\u003cdiv class=\"verde-repeat__copy\"\u003e\n\u003cstrong\u003e Symmetry without visual bulk \u003c\/strong\u003e \u003cspan\u003e Use one on each side of a bed or two above a shorter counter. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-repeat__row\"\u003e\n\u003cdiv class=\"verde-repeat__number\"\u003eThree\u003c\/div\u003e\n\u003cdiv class=\"verde-repeat__copy\"\u003e\n\u003cstrong\u003e A stronger rhythm over a long surface \u003c\/strong\u003e \u003cspan\u003e Three slim pendants can extend the green texture across a kitchen island without using one oversized shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         LIGHT \/ DROP\n    ====================================================== --\u003e\n\u003csection class=\"verde-utility\"\u003e\n\u003cdiv class=\"verde-utility__item\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e\n\u003ch3\u003eWarm 3000K Light Included\u003c\/h3\u003e\n\u003cp\u003eVerde uses a replaceable E27 light source. A 3000K warm white LED bulb is included with the fixture.\u003c\/p\u003e\n\u003cdiv class=\"verde-utility__stats\"\u003e\n\u003cspan\u003e \u003cstrong\u003eE27\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e3000K\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\u003cdiv class=\"verde-utility__item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e\n\u003ch3\u003e59\" Adjustable Cable\u003c\/h3\u003e\n\u003cp\u003eThe standard 59\" \/ 150cm suspension can be adjusted for the room and extended on request when a longer ceiling drop is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         PLACEMENT\n    ====================================================== --\u003e\n\u003csection class=\"verde-place\"\u003e\n\u003cdiv class=\"verde-place__head\"\u003e\n\u003ch3\u003eWhere the Slim Shape Works Best\u003c\/h3\u003e\n\u003cspan\u003e Ø8.7\" · H18.9\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-place__rows\"\u003e\n\u003cdiv class=\"verde-place__row\"\u003e\n\u003cstrong\u003e Kitchen Island \u003c\/strong\u003e \u003cspan\u003e Use two or three to carry the narrow vertical shape across a longer counter. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-place__row\"\u003e\n\u003cstrong\u003e Bedside \u003c\/strong\u003e \u003cspan\u003e A single pendant can free the nightstand surface while adding color at eye level. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-place__row\"\u003e\n\u003cstrong\u003e Entryway \u003c\/strong\u003e \u003cspan\u003e The narrow 8.7-inch diameter works where a wider pendant could feel visually crowded. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-place__row\"\u003e\n\u003cstrong\u003e Reading Corner \u003c\/strong\u003e \u003cspan\u003e Best treated as an ambient decorative layer rather than a focused task lamp. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         BEFORE ORDER\n    ====================================================== --\u003e\n\u003csection class=\"verde-before\"\u003e\n\u003cdiv class=\"verde-before__title\"\u003e\n\u003csmall\u003e Before You Order \u003c\/small\u003e\n\u003ch3\u003eThree Useful Checks\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-before__rows\"\u003e\n\u003cdiv class=\"verde-before__row\"\u003e\n\u003cstrong\u003e Check the height \u003c\/strong\u003e\n\u003cp\u003eVerde is narrow but relatively tall: the shade itself measures 18.9\" \/ 48cm high.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-before__row\"\u003e\n\u003cstrong\u003e One or multiple? \u003c\/strong\u003e\n\u003cp\u003eAt only 8.7\" wide, Verde is particularly well suited to repeated installations over longer surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-before__row\"\u003e\n\u003cstrong\u003e Expect variation \u003c\/strong\u003e\n\u003cp\u003eNatural walnut grain and tone vary slightly from one fixture to another.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"verde-specs\"\u003e\n\u003cdiv class=\"verde-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Verde · Green Tassel Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-spec-list\"\u003e\n\u003cdiv class=\"verde-spec-row\"\u003e\n\u003cspan class=\"verde-spec-row__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"verde-spec-row__value\"\u003e Ø8.7\" × H18.9\" \/ Ø22 × H48cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-spec-row\"\u003e\n\u003cspan class=\"verde-spec-row__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"verde-spec-row__value\"\u003e Walnut wood crown · Metal · Green fabric tassels \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-spec-row\"\u003e\n\u003cspan class=\"verde-spec-row__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"verde-spec-row__value\"\u003e E27 · Bulb Included: Yes · 3000K warm white LED included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-spec-row\"\u003e\n\u003cspan class=\"verde-spec-row__label\"\u003e Electrical \u003c\/span\u003e \u003cspan class=\"verde-spec-row__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-spec-row\"\u003e\n\u003cspan class=\"verde-spec-row__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"verde-spec-row__value\"\u003e 59\" \/ 150cm adjustable cable · Extension available on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-spec-row\"\u003e\n\u003cspan class=\"verde-spec-row__label\"\u003e Control \u003c\/span\u003e \u003cspan class=\"verde-spec-row__value\"\u003e Compatible with standard wall switch · Wall switch not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-spec-row\"\u003e\n\u003cspan class=\"verde-spec-row__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"verde-spec-row__value\"\u003e Hardwired ceiling installation · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-spec-row\"\u003e\n\u003cspan class=\"verde-spec-row__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"verde-spec-row__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-spec-row\"\u003e\n\u003cspan class=\"verde-spec-row__label\"\u003e Maintenance \u003c\/span\u003e \u003cspan class=\"verde-spec-row__value\"\u003e Wipe walnut and metal with a soft dry cloth · Dust tassels gently with a soft brush · Keep fabric away from moisture and chemical cleaners \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verde-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\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         NATURAL MATERIAL NOTE\n    ====================================================== --\u003e\n\u003csection class=\"verde-natural\"\u003e\u003cstrong\u003e Natural material variation is expected. \u003c\/strong\u003e \u003cspan\u003e Walnut grain, pattern and tone vary naturally from piece to piece. Tassel texture may also show subtle variation. These differences are part of the material character, not defects. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- =====================================================\n         SHIPPING \u0026 RETURNS\n    ====================================================== --\u003e\n\u003csection class=\"verde-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\/div\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"verde-detail-large\" href=\"#verde-root\" class=\"verde-lightbox\"\u003e \u003cspan class=\"verde-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/verde-green-tassel-pendant-light-stuberlighting_17.jpg?v=1779789158\" alt=\"Enlarged Verde green tassel and walnut detail\"\u003e \u003cspan class=\"verde-lightbox__text\"\u003e Walnut + Green Tassel Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — DIMENSIONS\n  ====================================================== --\u003e \u003ca id=\"verde-size-large\" href=\"#verde-root\" class=\"verde-lightbox\"\u003e \u003cspan class=\"verde-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/verde-green-tassel-pendant-light-stuberlighting_8.jpg?v=1779789158\" alt=\"Enlarged Verde Green Tassel Pendant dimensions\"\u003e \u003cspan class=\"verde-lightbox__text\"\u003e Ø8.7\" × H18.9\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 8.7\" xH18.9\" \/ Walnut Color \u0026 Green","offer_id":52259561079067,"sku":"STB-VERDE-01","price":185.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/verde-green-tassel-pendant-light-stuberlighting_1.jpg?v=1779789158"},{"product_id":"linen-drum-pendant-light","title":"Linen Drum Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — LINEN\n   FABRIC \u0026 WOOD PENDANT LIGHT\n\n   PETAL \/ TEXTURE \/ SCALE\n\n   EDITORIAL + SELECTIVE CARDS\n   NO OVERALL BACKGROUND FILL\n\n   ESPRESSO · CREAM · OAT · WOOD · GOLD\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-linen{\n  --espresso:#1C1209;\n  --deep:#2A1B10;\n\n  --brown:#4A3218;\n  --text:#655546;\n  --muted:#82715F;\n\n  --gold:#C8A96E;\n  --gold-deep:#967243;\n\n  --oat:#D9C6A6;\n  --oat-deep:#B59A74;\n\n  --wood:#7B5538;\n  --wood-light:#A47E5B;\n\n  --cream:#F7F0E3;\n  --paper:#FBF8F2;\n  --ivory:#FDFBF7;\n\n  --line:#DED2BD;\n  --line-soft:#EAE1D3;\n\n  width:100%;\n  max-width:850px;\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-linen *,\n.stb-linen *::before,\n.stb-linen *::after{\n  box-sizing:border-box;\n}\n\n.stb-linen h2,\n.stb-linen h3,\n.stb-linen p{\n  margin-top:0;\n}\n\n.stb-linen h2,\n.stb-linen 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-linen 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-linen a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OUTER FRAME\n   NO OVERALL BACKGROUND\n========================================================= *\/\n\n.linen-wrap{\n  position:relative;\n\n  padding:28px 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.linen-wrap::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:8px;\n  left:29px;\n\n  width:62px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.linen-wrap::after{\n  content:\"\";\n\n  position:absolute;\n\n  top:11px;\n  left:29px;\n\n  width:31px;\n  height:1px;\n\n  background:var(--wood-light);\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.linen-intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,150px);\n\n  gap:31px;\n  align-items:end;\n\n  padding:21px 0 25px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.linen-kicker{\n  margin:0 0 7px !important;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.linen-intro h2{\n  max-width:590px;\n\n  margin:0 0 9px;\n\n  font-size:35px;\n  line-height:1.03;\n}\n\n.linen-intro__copy \u003e p{\n  max-width:575px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:13px;\n}\n\n\n\/* INTRO SCALE *\/\n\n.linen-intro__scale{\n  min-width:0;\n\n  padding-left:15px;\n\n  border-left:2px solid var(--oat-deep);\n}\n\n.linen-intro__scale small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--muted);\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.linen-intro__scale strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:26px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.linen-intro__scale span{\n  display:block;\n\n  margin-top:6px;\n\n  color:#756452;\n\n  font-size:10px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   QUICK FACT CARDS\n========================================================= *\/\n\n.linen-quick{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:10px;\n\n  padding:18px 0 29px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.linen-quick__card{\n  position:relative;\n\n  min-width:0;\n\n  padding:14px 15px;\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.linen-quick__card:nth-child(1){\n  background:#F8F2E7;\n}\n\n.linen-quick__card:nth-child(2){\n  background:#F6EFE5;\n}\n\n.linen-quick__card:nth-child(3){\n  background:#FCFAF6;\n}\n\n.linen-quick__card::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:-1px;\n  left:14px;\n\n  width:31px;\n  height:2px;\n}\n\n.linen-quick__card:nth-child(1)::before{\n  background:var(--oat-deep);\n}\n\n.linen-quick__card:nth-child(2)::before{\n  background:var(--wood);\n}\n\n.linen-quick__card:nth-child(3)::before{\n  background:var(--gold);\n}\n\n.linen-quick__card small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--muted);\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.linen-quick__card 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:18px;\n  line-height:1.12;\n\n  font-weight:500;\n}\n\n.linen-quick__card p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:10.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   LABEL\n========================================================= *\/\n\n.linen-label{\n  display:flex;\n  align-items:center;\n\n  gap:8px;\n\n  margin-bottom:7px;\n}\n\n.linen-label strong{\n  color:var(--gold-deep);\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.linen-label span{\n  color:var(--muted);\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.linen-label::after{\n  content:\"\";\n\n  width:34px;\n  height:1px;\n\n  background:var(--oat-deep);\n}\n\n\n\/* =========================================================\n   TEXTURE \/ DETAIL\n========================================================= *\/\n\n.linen-detail{\n  display:grid;\n  grid-template-columns:minmax(0,185px) minmax(0,1fr);\n\n  gap:32px;\n  align-items:center;\n\n  padding:33px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n\n\/* IMAGE *\/\n\n.linen-detail__image{\n  width:185px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--wood-light);\n}\n\n.linen-detail__image 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.linen-detail__image img{\n  max-height:174px !important;\n}\n\n.linen-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:8.5px;\n\n  text-align:center;\n}\n\n\n\/* COPY *\/\n\n.linen-detail__copy h3{\n  margin:0 0 7px;\n\n  font-size:25px;\n  line-height:1.08;\n}\n\n.linen-detail__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:12px;\n}\n\n\n\/* DETAIL LEDGER *\/\n\n.linen-detail__ledger{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:13px;\n}\n\n.linen-detail__item{\n  padding:9px 10px;\n\n  border:1px solid var(--line);\n\n  border-radius:5px;\n}\n\n.linen-detail__item:nth-child(1){\n  background:#F8F2E7;\n}\n\n.linen-detail__item:nth-child(2){\n  background:#FAF7F1;\n}\n\n.linen-detail__item:nth-child(3){\n  background:#F5EEE5;\n}\n\n.linen-detail__item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:7.8px;\n  font-weight:600;\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.linen-detail__item strong{\n  color:var(--espresso);\n\n  font-size:9.8px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   SIZE STUDIO\n========================================================= *\/\n\n.linen-size{\n  padding:33px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.linen-size__head{\n  display:grid;\n  grid-template-columns:minmax(0,180px) minmax(0,1fr);\n\n  gap:30px;\n\n  margin-bottom:15px;\n}\n\n.linen-size__head h3{\n  margin:0;\n\n  font-size:24px;\n}\n\n.linen-size__head p{\n  max-width:480px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n}\n\n\n\/* SIZE CARDS *\/\n\n.linen-size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:9px;\n\n  margin-bottom:17px;\n}\n\n.linen-size-card{\n  position:relative;\n\n  min-width:0;\n\n  padding:15px 14px;\n\n  border:1px solid var(--line);\n\n  border-radius:7px;\n}\n\n.linen-size-card--s{\n  background:#FBF8F2;\n  border-top:2px solid var(--oat-deep);\n}\n\n.linen-size-card--m{\n  background:#F7F0E4;\n  border-top:2px solid var(--gold);\n}\n\n.linen-size-card--l{\n  background:#F4ECE2;\n  border-top:2px solid var(--wood);\n}\n\n.linen-size-card small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--muted);\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.linen-size-card h3{\n  margin:0 0 2px;\n\n  font-size:20px;\n}\n\n.linen-size-card__measure{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-deep);\n\n  font-size:10px;\n  font-weight:600;\n}\n\n.linen-size-card p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:10.3px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   DIMENSION DRAWINGS\n========================================================= *\/\n\n.linen-dimensions{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:9px;\n}\n\n.linen-dimension{\n  min-width:0;\n\n  padding:6px;\n\n  border:1px solid var(--line);\n}\n\n.linen-dimension 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.linen-dimension img{\n  max-height:155px !important;\n}\n\n.linen-dimension p{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:8px;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   LIGHT \/ DROP\n   SINGLE DARK ANCHOR\n========================================================= *\/\n\n.linen-light{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:25px;\n  align-items:center;\n\n  margin:31px 0;\n\n  padding:22px 24px;\n\n  background:var(--espresso);\n\n  border-radius:8px;\n}\n\n.linen-light__mark{\n  padding-right:21px;\n\n  border-right:1px solid rgba(255,255,255,.16);\n}\n\n.linen-light__mark small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--gold);\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.linen-light__mark strong{\n  display:block;\n\n  color:#FFF7E9;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:30px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.linen-light__mark span{\n  display:block;\n\n  margin-top:5px;\n\n  color:#CFC5B7;\n\n  font-size:9.5px;\n}\n\n.linen-light__copy h3{\n  margin:0 0 6px;\n\n  color:#FFF7EA;\n\n  font-size:21px;\n}\n\n.linen-light__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:#D5CCBF;\n\n  font-size:11px;\n}\n\n.linen-light__facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:15px;\n\n  margin-top:11px;\n  padding-top:10px;\n\n  border-top:1px solid rgba(255,255,255,.14);\n}\n\n.linen-light__facts span{\n  color:#D8CFC2;\n\n  font-size:9.5px;\n}\n\n.linen-light__facts strong{\n  color:#FFF7E9;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.linen-specs{\n  padding:31px 0;\n\n  border-top:1px solid var(--line);\n}\n\n.linen-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.linen-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.linen-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.linen-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.linen-spec-row{\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.linen-spec-row__label{\n  color:#806C58;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.linen-spec-row__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11px;\n  font-weight:500;\n  line-height:1.5;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CERT *\/\n\n.linen-cert{\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  border-radius:5px;\n}\n\n.linen-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.linen-cert strong{\n  display:block;\n\n  color:#352719;\n\n  font-size:10.8px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.linen-shipping{\n  position:relative;\n\n  padding:20px 21px;\n\n  background:#F7F0E3;\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n\n  border-radius:7px 7px 0 0;\n}\n\n.linen-shipping::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:6px;\n  left:21px;\n\n  width:52px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.linen-shipping h3{\n  margin:0 0 9px;\n\n  font-size:20px;\n}\n\n.linen-shipping p{\n  margin:0 0 6px;\n\n  color:#5E4F41;\n\n  font-size:11.5px;\n}\n\n.linen-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.linen-shipping strong{\n  color:var(--espresso);\n}\n\n.linen-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.linen-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:20px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.linen-lightbox:target{\n  display:flex;\n}\n\n.linen-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.linen-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.linen-lightbox__inner span{\n  margin-top:10px;\n\n  color:#DEC9A5;\n\n  font-size:9.5px;\n  letter-spacing:.08em;\n\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .linen-wrap{\n    padding:25px 18px 0;\n  }\n\n  .linen-wrap::before,\n  .linen-wrap::after{\n    left:18px;\n  }\n\n\n  .linen-intro{\n    grid-template-columns:minmax(0,1fr) minmax(0,120px);\n\n    gap:18px;\n  }\n\n  .linen-intro h2{\n    font-size:29px;\n  }\n\n\n  .linen-detail{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .linen-detail__image{\n    width:135px;\n  }\n\n  .linen-detail__image img{\n    max-height:126px !important;\n  }\n\n\n  .linen-size__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .linen-spec-row{\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:500px){\n\n  .linen-intro{\n    grid-template-columns:1fr;\n  }\n\n  .linen-intro__scale{\n    width:165px;\n  }\n\n\n  .linen-quick{\n    grid-template-columns:1fr;\n  }\n\n\n  .linen-detail{\n    grid-template-columns:1fr;\n  }\n\n  .linen-detail__image{\n    width:115px;\n\n    margin:0;\n  }\n\n\n  .linen-detail__ledger{\n    grid-template-columns:1fr;\n  }\n\n\n  .linen-size-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .linen-dimensions{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n\n    gap:5px;\n  }\n\n  .linen-dimension{\n    padding:4px;\n  }\n\n  .linen-dimension img{\n    max-height:100px !important;\n  }\n\n  .linen-dimension p{\n    font-size:7.5px;\n  }\n\n\n  .linen-light{\n    grid-template-columns:1fr;\n\n    gap:11px;\n\n    padding:19px;\n  }\n\n  .linen-light__mark{\n    padding:0 0 10px;\n\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.16);\n  }\n\n  .linen-light__mark strong{\n    font-size:27px;\n  }\n\n\n  .linen-specs__head{\n    display:block;\n  }\n\n  .linen-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .linen-spec-row{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .linen-spec-row__label{\n    color:var(--gold-deep);\n\n    font-size:9.5px;\n    font-weight:600;\n\n    letter-spacing:.05em;\n    text-transform:uppercase;\n  }\n\n  .linen-spec-row__value{\n    font-size:11.5px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-linen\" id=\"linen-root\"\u003e\n\u003cdiv class=\"linen-wrap\"\u003e\n\u003c!-- =====================================================\n         INTRO\n    ====================================================== --\u003e\n\u003csection class=\"linen-intro\"\u003e\n\u003cdiv class=\"linen-intro__copy\"\u003e\n\u003cp class=\"linen-kicker\"\u003eLinen · Fabric \u0026amp; Wood Pendant Light\u003c\/p\u003e\n\u003ch2\u003eSoft Fabric, Scalloped Edges and Warm Wood Details\u003c\/h2\u003e\n\u003cp\u003eLinen pairs a softly shaped fabric shade with warm wood details and a delicate scalloped lower edge. The broad silhouette gives the fixture presence, while the pale textile keeps the light visually soft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-intro__scale\"\u003e\n\u003csmall\u003e Three Diameters \u003c\/small\u003e \u003cstrong\u003e 15.7–23.6\" \u003c\/strong\u003e \u003cspan\u003e H13.8\" across all sizes\u003cbr\u003e40 \/ 50 \/ 60cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         QUICK CARDS\n    ====================================================== --\u003e\n\u003csection class=\"linen-quick\"\u003e\n\u003cdiv class=\"linen-quick__card\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Soft Fabric \u003c\/strong\u003e\n\u003cp\u003eDiffuses the bulb into a warmer, gentler glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-quick__card\"\u003e\n\u003csmall\u003e Detail \u003c\/small\u003e \u003cstrong\u003e Wood Accents \u003c\/strong\u003e\n\u003cp\u003eWarm wood at the top and lower decorative detail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-quick__card\"\u003e\n\u003csmall\u003e Scale \u003c\/small\u003e \u003cstrong\u003e 3 Sizes \u003c\/strong\u003e\n\u003cp\u003e15.7\", 19.7\" and 23.6\" for different room proportions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         DETAIL \/ TEXTURE\n    ====================================================== --\u003e\n\u003csection class=\"linen-detail\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"linen-detail__image\"\u003e\u003ca href=\"#linen-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linen-drum-pendant-light-stuberlighting_21.jpg?v=1780035555\" alt=\"Close-up of Linen Pendant Light fabric shade scalloped edge and wood detail\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"linen-caption\"\u003eFabric \u0026amp; wood detail · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-detail__copy\"\u003e\n\u003cdiv class=\"linen-label\"\u003e\n\u003cstrong\u003e 01 \u003c\/strong\u003e \u003cspan\u003e Texture \u0026amp; Form \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eThe Detail Is in the Edge\u003c\/h3\u003e\n\u003cp\u003eThe pale fabric surface is finished with subtle botanical linework and a softly scalloped edge. Wood at the crown and the rounded lower accent adds warmth without making the pendant feel visually heavy.\u003c\/p\u003e\n\u003cdiv class=\"linen-detail__ledger\"\u003e\n\u003cdiv class=\"linen-detail__item\"\u003e\n\u003csmall\u003e Surface \u003c\/small\u003e \u003cstrong\u003e Textured Fabric \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-detail__item\"\u003e\n\u003csmall\u003e Silhouette \u003c\/small\u003e \u003cstrong\u003e Scalloped Edge \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-detail__item\"\u003e\n\u003csmall\u003e Accent \u003c\/small\u003e \u003cstrong\u003e Warm Wood \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         SIZE STUDIO\n    ====================================================== --\u003e\n\u003csection class=\"linen-size\"\u003e\n\u003cdiv class=\"linen-size__head\"\u003e\n\u003ch3\u003eChoose by Room Proportion\u003c\/h3\u003e\n\u003cp\u003eAll three sizes share the same 13.8-inch height. Choose the diameter according to how much visual width you want the pendant to carry in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-size-grid\"\u003e\n\u003c!-- SMALL --\u003e\n\u003cdiv class=\"linen-size-card linen-size-card--s\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e\n\u003ch3\u003e15.7\"\u003c\/h3\u003e\n\u003cspan class=\"linen-size-card__measure\"\u003e Ø15.7\" × H13.8\" \u003c\/span\u003e\n\u003cp\u003eBreakfast nooks, entryways and smaller bedrooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- MEDIUM --\u003e\n\u003cdiv class=\"linen-size-card linen-size-card--m\"\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e\n\u003ch3\u003e19.7\"\u003c\/h3\u003e\n\u003cspan class=\"linen-size-card__measure\"\u003e Ø19.7\" × H13.8\" \u003c\/span\u003e\n\u003cp\u003eBedrooms and smaller dining tables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LARGE --\u003e\n\u003cdiv class=\"linen-size-card linen-size-card--l\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e\n\u003ch3\u003e23.6\"\u003c\/h3\u003e\n\u003cspan class=\"linen-size-card__measure\"\u003e Ø23.6\" × H13.8\" \u003c\/span\u003e\n\u003cp\u003eFull dining tables and kitchen islands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =================================================\n           THREE DIMENSION DRAWINGS\n      ================================================== --\u003e\n\u003cdiv class=\"linen-dimensions\"\u003e\n\u003cdiv class=\"linen-dimension\"\u003e\n\u003ca href=\"#linen-size-s-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linen-drum-pendant-light-stuberlighting_22.jpg?v=1780035787\" alt=\"Linen Pendant Light Small size Ø15.7 inches by H13.8 inches\" loading=\"lazy\"\u003e \u003c\/a\u003e\n\u003cp\u003eSmall · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-dimension\"\u003e\n\u003ca href=\"#linen-size-m-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linen-drum-pendant-light-stuberlighting_18.jpg?v=1780035555\" alt=\"Linen Pendant Light Medium size Ø19.7 inches by H13.8 inches\" loading=\"lazy\"\u003e \u003c\/a\u003e\n\u003cp\u003eMedium · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-dimension\"\u003e\n\u003ca href=\"#linen-size-l-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linen-drum-pendant-light-stuberlighting_23.jpg?v=1780035787\" alt=\"Linen Pendant Light Large size Ø23.6 inches by H13.8 inches\" loading=\"lazy\"\u003e \u003c\/a\u003e\n\u003cp\u003eLarge · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         LIGHT + DROP\n    ====================================================== --\u003e\n\u003csection class=\"linen-light\"\u003e\n\u003cdiv class=\"linen-light__mark\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e \u003cspan\u003e 150cm · extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-light__copy\"\u003e\n\u003ch3\u003eSoft Light Above the Space Below\u003c\/h3\u003e\n\u003cp\u003eThe fabric shade softens the included 3000K LED bulb, making Linen especially comfortable over dining tables, bedrooms and other spaces where harsh exposed light would feel out of place.\u003c\/p\u003e\n\u003cdiv class=\"linen-light__facts\"\u003e\n\u003cspan\u003e \u003cstrong\u003eE26 \/ E27\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eBulb Included\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e3000K\u003c\/strong\u003e warm white \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eMax 40W\u003c\/strong\u003e \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=\"linen-specs\"\u003e\n\u003cdiv class=\"linen-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Linen · Fabric \u0026amp; Wood Pendant Light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-spec-list\"\u003e\n\u003cdiv class=\"linen-spec-row\"\u003e\n\u003cspan class=\"linen-spec-row__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"linen-spec-row__value\"\u003e Small: Ø15.7\" × H13.8\" · Medium: Ø19.7\" × H13.8\" · Large: Ø23.6\" × H13.8\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-spec-row\"\u003e\n\u003cspan class=\"linen-spec-row__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"linen-spec-row__value\"\u003e Natural fabric shade · Wood top · Metal frame \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-spec-row\"\u003e\n\u003cspan class=\"linen-spec-row__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"linen-spec-row__value\"\u003e E26 \/ E27 · Bulb Included: Yes · 3000K warm white LED included · Max 40W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-spec-row\"\u003e\n\u003cspan class=\"linen-spec-row__label\"\u003e Electrical \/ Control \u003c\/span\u003e \u003cspan class=\"linen-spec-row__value\"\u003e AC 110–240V · Compatible with standard wall switch · Wall switch not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-spec-row\"\u003e\n\u003cspan class=\"linen-spec-row__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"linen-spec-row__value\"\u003e 59\" \/ 150cm cable · Extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-spec-row\"\u003e\n\u003cspan class=\"linen-spec-row__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"linen-spec-row__value\"\u003e Hardwired · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-spec-row\"\u003e\n\u003cspan class=\"linen-spec-row__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"linen-spec-row__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"linen-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\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         SHIPPING \u0026 RETURNS\n    ====================================================== --\u003e\n\u003csection class=\"linen-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=\"linen-detail-large\" href=\"#linen-root\" class=\"linen-lightbox\"\u003e \u003cspan class=\"linen-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linen-drum-pendant-light-stuberlighting_21.jpg?v=1780035555\" alt=\"Enlarged Linen Pendant Light fabric scalloped edge and wood detail\"\u003e \u003cspan\u003e Fabric \u0026amp; Wood Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SMALL\n  ====================================================== --\u003e \u003ca id=\"linen-size-s-large\" href=\"#linen-root\" class=\"linen-lightbox\"\u003e \u003cspan class=\"linen-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linen-drum-pendant-light-stuberlighting_22.jpg?v=1780035787\" alt=\"Enlarged Linen Small pendant dimensions\"\u003e \u003cspan\u003e Small · Ø15.7\" × H13.8\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — MEDIUM\n  ====================================================== --\u003e \u003ca id=\"linen-size-m-large\" href=\"#linen-root\" class=\"linen-lightbox\"\u003e \u003cspan class=\"linen-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linen-drum-pendant-light-stuberlighting_18.jpg?v=1780035555\" alt=\"Enlarged Linen Medium pendant dimensions\"\u003e \u003cspan\u003e Medium · Ø19.7\" × H13.8\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — LARGE\n  ====================================================== --\u003e \u003ca id=\"linen-size-l-large\" href=\"#linen-root\" class=\"linen-lightbox\"\u003e \u003cspan class=\"linen-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linen-drum-pendant-light-stuberlighting_23.jpg?v=1780035787\" alt=\"Enlarged Linen Large pendant dimensions\"\u003e \u003cspan\u003e Large · Ø23.6\" × H13.8\" · Click 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 13.8\" \/ Walnut Color \u0026 White","offer_id":52270504935707,"sku":"STB-LINEN-S","price":215.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.7\"x H 13.8\" \/ Walnut Color \u0026 White","offer_id":52270504968475,"sku":"STB-LINEN-M","price":285.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\"x H 13.8\" \/ Walnut Color \u0026 White","offer_id":52270505001243,"sku":"STB-LINEN-L","price":335.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/linen-drum-pendant-light-stuberlighting_1.jpg?v=1780035555"},{"product_id":"petite-mini-flower-pendant-light-for-bathroom-and-bedside","title":"Petite Mini Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — PETITE\n   MINI FLOWER PENDANT LIGHT\n\n   MINI SCALE \/ FLOWER \/ PAIR\n\n   QUIET LUXURY · CONCISE SHOPPER-FIRST LAYOUT\n   NO OVERALL BACKGROUND FILL\n\n   ESPRESSO · CREAM · BRASS · IVORY\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-petite{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#655546;\n  --muted:#81715F;\n\n  --gold:#C8A96E;\n  --gold-deep:#987344;\n  --brass:#A67C47;\n\n  --beige:#E7D8C0;\n  --white:#FCFAF5;\n  --cream:#F7F0E3;\n  --paper:#FBF8F2;\n\n  --line:#DED2BD;\n  --line-soft:#EAE1D3;\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-petite *,\n.stb-petite *::before,\n.stb-petite *::after{\n  box-sizing:border-box;\n}\n\n.stb-petite h2,\n.stb-petite h3,\n.stb-petite p{\n  margin-top:0;\n}\n\n.stb-petite h2,\n.stb-petite 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-petite 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\n\/* =========================================================\n   OUTER FRAME\n========================================================= *\/\n\n.pet-shell{\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.pet-shell::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:8px;\n  left:29px;\n\n  width:62px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.pet-shell::after{\n  content:\"\";\n\n  position:absolute;\n\n  top:11px;\n  left:29px;\n\n  width:31px;\n  height:1px;\n\n  background:var(--brass);\n}\n\n\n\/* =========================================================\n   01 — INTRO\n========================================================= *\/\n\n.pet-intro{\n  padding:20px 0 28px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.pet-intro__top{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,145px);\n\n  gap:31px;\n  align-items:end;\n}\n\n.pet-kicker{\n  margin:0 0 7px !important;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.pet-intro h2{\n  max-width:600px;\n\n  margin:0 0 9px;\n\n  font-size:35px;\n  line-height:1.03;\n}\n\n.pet-intro__copy \u003e p{\n  max-width:575px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:13px;\n}\n\n\n\/* SIZE RAIL *\/\n\n.pet-intro__scale{\n  padding-left:15px;\n\n  border-left:2px solid var(--gold);\n}\n\n.pet-intro__scale small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--muted);\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.pet-intro__scale strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:31px;\n  line-height:.9;\n\n  font-weight:500;\n}\n\n.pet-intro__scale span{\n  display:block;\n\n  margin-top:7px;\n\n  color:#756452;\n\n  font-size:10px;\n  line-height:1.5;\n}\n\n\n\/* QUICK CARDS *\/\n\n.pet-quick{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:9px;\n\n  margin-top:19px;\n}\n\n.pet-quick__item{\n  position:relative;\n\n  min-width:0;\n\n  padding:12px 13px;\n\n  border:1px solid var(--line);\n  border-radius:6px;\n}\n\n.pet-quick__item:nth-child(1){\n  background:#FAF6EF;\n}\n\n.pet-quick__item:nth-child(2){\n  background:#F5EEE3;\n}\n\n.pet-quick__item:nth-child(3){\n  background:#FCFAF5;\n}\n\n.pet-quick__item::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:-1px;\n  left:13px;\n\n  width:29px;\n  height:2px;\n\n  background:var(--gold);\n}\n\n.pet-quick__item:nth-child(2)::before{\n  background:var(--brass);\n}\n\n.pet-quick__item:nth-child(3)::before{\n  background:#C6BAA8;\n}\n\n.pet-quick__item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--muted);\n\n  font-size:7.8px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.pet-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:17px;\n  line-height:1.1;\n\n  font-weight:500;\n}\n\n.pet-quick__item p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:10px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   02 — FLOWER \/ FINISH\n========================================================= *\/\n\n.pet-flower{\n  display:grid;\n  grid-template-columns:minmax(0,180px) minmax(0,1fr);\n\n  gap:32px;\n  align-items:center;\n\n  padding:32px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n\n\/* DETAIL IMAGE *\/\n\n.pet-detail-image{\n  width:180px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--brass);\n}\n\n.pet-detail-image 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.pet-detail-image img{\n  max-height:170px !important;\n}\n\n.pet-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:8.3px;\n\n  text-align:center;\n}\n\n\n\/* COPY *\/\n\n.pet-flower__copy h3{\n  margin:0 0 6px;\n\n  font-size:24px;\n  line-height:1.08;\n}\n\n.pet-flower__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n}\n\n\n\/* FINISH CARDS *\/\n\n.pet-finishes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:14px;\n}\n\n.pet-finish{\n  position:relative;\n\n  min-width:0;\n\n  padding:11px 12px;\n\n  border:1px solid var(--line);\n\n  border-radius:6px;\n}\n\n.pet-finish--beige{\n  background:#F4EBDD;\n}\n\n.pet-finish--white{\n  background:#FCFAF6;\n}\n\n.pet-finish::after{\n  content:\"\";\n\n  position:absolute;\n\n  top:11px;\n  right:11px;\n\n  width:8px;\n  height:8px;\n\n  border-radius:50%;\n}\n\n.pet-finish--beige::after{\n  background:#D4BE9D;\n}\n\n.pet-finish--white::after{\n  background:#F7F5F0;\n\n  border:1px solid #C5BBAE;\n}\n\n.pet-finish small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:7.5px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.pet-finish 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:17px;\n  font-weight:500;\n}\n\n.pet-finish p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:9.8px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   03 — SCALE \/ USE \/ SIZE\n========================================================= *\/\n\n.pet-scale{\n  padding:32px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.pet-scale__main{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,150px);\n\n  gap:31px;\n  align-items:center;\n}\n\n.pet-scale__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n}\n\n.pet-scale__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n}\n\n\n\/* MEASURE *\/\n\n.pet-measures{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:27px;\n\n  margin-top:14px;\n}\n\n.pet-measure{\n  min-width:88px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.pet-measure:nth-child(2){\n  border-color:var(--brass);\n}\n\n.pet-measure small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.pet-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:22px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* DIMENSION *\/\n\n.pet-size-image{\n  width:150px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--gold);\n}\n\n.pet-size-image 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.pet-size-image img{\n  max-height:140px !important;\n}\n\n\n\/* USE STRIP *\/\n\n.pet-use{\n  display:grid;\n  grid-template-columns:minmax(0,118px) minmax(0,1fr);\n\n  gap:23px;\n  align-items:center;\n\n  margin-top:22px;\n\n  padding:18px 20px;\n\n  background:var(--espresso);\n\n  border-radius:7px;\n}\n\n.pet-use__mark{\n  padding-right:19px;\n\n  border-right:1px solid rgba(255,255,255,.16);\n}\n\n.pet-use__mark small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--gold);\n\n  font-size:8px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.pet-use__mark strong{\n  display:block;\n\n  color:#FFF7E9;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:26px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.pet-use__mark span{\n  display:block;\n\n  margin-top:5px;\n\n  color:#CFC5B7;\n\n  font-size:8.8px;\n}\n\n.pet-use__copy h3{\n  margin:0 0 4px;\n\n  color:#FFF7EA;\n\n  font-size:19px;\n}\n\n.pet-use__copy \u003e p{\n  margin:0;\n\n  color:#D5CCBF;\n\n  font-size:10.5px;\n}\n\n.pet-use__facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:14px;\n\n  margin-top:8px;\n  padding-top:8px;\n\n  border-top:1px solid rgba(255,255,255,.14);\n}\n\n.pet-use__facts span{\n  color:#D8CFC2;\n\n  font-size:9px;\n}\n\n.pet-use__facts strong{\n  color:#FFF7E9;\n\n  font-weight:600;\n}\n\n\n\/* BATHROOM NOTE *\/\n\n.pet-dry-note{\n  margin-top:11px;\n\n  padding:9px 11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n}\n\n.pet-dry-note strong{\n  color:var(--espresso);\n\n  font-size:9.8px;\n}\n\n.pet-dry-note span{\n  color:var(--text);\n\n  font-size:9.8px;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.pet-specs{\n  padding:31px 0;\n}\n\n.pet-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.pet-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.pet-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.pet-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.pet-spec-row{\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.pet-spec-row__label{\n  color:#806C58;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.pet-spec-row__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11px;\n  font-weight:500;\n  line-height:1.5;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CERT *\/\n\n.pet-cert{\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  border-radius:5px;\n}\n\n.pet-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:8px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.pet-cert strong{\n  display:block;\n\n  color:#352719;\n\n  font-size:10.8px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.pet-shipping{\n  position:relative;\n\n  padding:20px 21px;\n\n  background:#F7F0E3;\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n\n  border-radius:7px 7px 0 0;\n}\n\n.pet-shipping::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:6px;\n  left:21px;\n\n  width:52px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.pet-shipping h3{\n  margin:0 0 9px;\n\n  font-size:20px;\n}\n\n.pet-shipping p{\n  margin:0 0 6px;\n\n  color:#5E4F41;\n\n  font-size:11.5px;\n}\n\n.pet-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.pet-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.pet-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:20px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.pet-lightbox:target{\n  display:flex;\n}\n\n.pet-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.pet-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.pet-lightbox__inner span{\n  margin-top:10px;\n\n  color:#DEC9A5;\n\n  font-size:9.5px;\n  letter-spacing:.08em;\n\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .pet-shell{\n    padding:25px 18px 0;\n  }\n\n  .pet-shell::before,\n  .pet-shell::after{\n    left:18px;\n  }\n\n\n  .pet-intro__top{\n    grid-template-columns:minmax(0,1fr) minmax(0,115px);\n\n    gap:18px;\n  }\n\n  .pet-intro h2{\n    font-size:29px;\n  }\n\n\n  .pet-flower{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .pet-detail-image{\n    width:135px;\n  }\n\n  .pet-detail-image img{\n    max-height:126px !important;\n  }\n\n\n  .pet-scale__main{\n    grid-template-columns:minmax(0,1fr) minmax(0,125px);\n\n    gap:20px;\n  }\n\n\n  .pet-spec-row{\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:500px){\n\n  .pet-intro__top{\n    grid-template-columns:1fr;\n  }\n\n  .pet-intro__scale{\n    width:155px;\n  }\n\n\n  .pet-quick{\n    grid-template-columns:1fr;\n  }\n\n\n  .pet-flower{\n    grid-template-columns:1fr;\n  }\n\n  .pet-detail-image{\n    width:115px;\n\n    margin:0;\n  }\n\n\n  .pet-finishes{\n    grid-template-columns:1fr;\n  }\n\n\n  .pet-scale__main{\n    grid-template-columns:1fr;\n  }\n\n  .pet-size-image{\n    width:110px;\n\n    margin:0;\n  }\n\n  .pet-size-image img{\n    max-height:103px !important;\n  }\n\n\n  .pet-use{\n    grid-template-columns:1fr;\n\n    gap:9px;\n\n    padding:17px;\n  }\n\n  .pet-use__mark{\n    padding:0 0 9px;\n\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.16);\n  }\n\n\n  .pet-specs__head{\n    display:block;\n  }\n\n  .pet-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .pet-spec-row{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .pet-spec-row__label{\n    color:var(--gold-deep);\n\n    font-size:9.5px;\n    font-weight:600;\n\n    letter-spacing:.05em;\n    text-transform:uppercase;\n  }\n\n  .pet-spec-row__value{\n    font-size:11.5px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-petite\" id=\"petite-root\"\u003e\n\u003cdiv class=\"pet-shell\"\u003e\n\u003c!-- =====================================================\n         01 — INTRO\n    ====================================================== --\u003e\n\u003csection class=\"pet-intro\"\u003e\n\u003cdiv class=\"pet-intro__top\"\u003e\n\u003cdiv class=\"pet-intro__copy\"\u003e\n\u003cp class=\"pet-kicker\"\u003ePetite · Mini Flower Pendant Light\u003c\/p\u003e\n\u003ch2\u003eA Flower Pendant Made for Smaller Spaces\u003c\/h2\u003e\n\u003cp\u003ePetite pairs a softly sculpted resin flower shade with a brass-finish canopy in a compact 5.5-inch profile. Small enough for a vanity or bedside, it adds decorative light without visually crowding the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-intro__scale\"\u003e\n\u003csmall\u003e Shade Size \u003c\/small\u003e \u003cstrong\u003e Ø5.5\" \u003c\/strong\u003e \u003cspan\u003e Ø14cm\u003cbr\u003eH5.9\" \/ 15cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-quick\"\u003e\n\u003cdiv class=\"pet-quick__item\"\u003e\n\u003csmall\u003e Scale \u003c\/small\u003e \u003cstrong\u003e Mini 5.5\" \u003c\/strong\u003e\n\u003cp\u003eDesigned for areas where a standard pendant feels oversized.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-quick__item\"\u003e\n\u003csmall\u003e Finish \u003c\/small\u003e \u003cstrong\u003e Beige \/ White \u003c\/strong\u003e\n\u003cp\u003eBoth paired with the same warm brass-finish canopy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-quick__item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003cp\u003eShorten during installation or request a longer drop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 — FLOWER \/ FINISH\n    ====================================================== --\u003e\n\u003csection class=\"pet-flower\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pet-detail-image\"\u003e\u003ca href=\"#petite-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/petite-mini-flower-pendant-light-for-bathroom-and-bedside-stuberlighting_17.jpg?v=1780728125\" alt=\"Close-up of Petite Mini Flower Pendant Light showing sculpted resin flower shade and brass-finish detail\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"pet-caption\"\u003eFlower detail · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-flower__copy\"\u003e\n\u003ch3\u003eSoft Shape, Small Footprint\u003c\/h3\u003e\n\u003cp\u003eThe hand-cast resin shade gives Petite its floral silhouette without making the fixture visually heavy. Choose Beige for a warmer tonal look or White for a cleaner contrast against the brass.\u003c\/p\u003e\n\u003cdiv class=\"pet-finishes\"\u003e\n\u003cdiv class=\"pet-finish pet-finish--beige\"\u003e\n\u003csmall\u003e Finish 01 \u003c\/small\u003e \u003cstrong\u003e Brass + Beige \u003c\/strong\u003e\n\u003cp\u003eWarmer with cream, wood and soft neutral interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-finish pet-finish--white\"\u003e\n\u003csmall\u003e Finish 02 \u003c\/small\u003e \u003cstrong\u003e Brass + White \u003c\/strong\u003e\n\u003cp\u003eCleaner contrast for light walls and crisp bathrooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         03 — SCALE \/ USE\n    ====================================================== --\u003e\n\u003csection class=\"pet-scale\"\u003e\n\u003cdiv class=\"pet-scale__main\"\u003e\n\u003cdiv class=\"pet-scale__copy\"\u003e\n\u003ch3\u003eSmall Enough to Use One — or Repeat in Pairs\u003c\/h3\u003e\n\u003cp\u003eAt only 5.5 inches across, Petite works where a full-size pendant would feel too large. Use one above a bedside surface or single vanity, or repeat two for a more balanced installation.\u003c\/p\u003e\n\u003cdiv class=\"pet-measures\"\u003e\n\u003cdiv class=\"pet-measure\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e 5.5\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-measure\"\u003e\n\u003csmall\u003e Shade Height \u003c\/small\u003e \u003cstrong\u003e 5.9\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-measure\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pet-size-image\"\u003e\u003ca href=\"#petite-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/petite-mini-flower-pendant-light-for-bathroom-and-bedside-stuberlighting_8.jpg?v=1780728125\" alt=\"Petite Mini Flower Pendant Light dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"pet-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USE \/ INSTALL --\u003e\n\u003cdiv class=\"pet-use\"\u003e\n\u003cdiv class=\"pet-use__mark\"\u003e\n\u003csmall\u003e Best Use \u003c\/small\u003e \u003cstrong\u003e 1 or 2 \u003c\/strong\u003e \u003cspan\u003e single or paired \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-use__copy\"\u003e\n\u003ch3\u003eVanity, Bedside or Compact Entry\u003c\/h3\u003e\n\u003cp\u003ePetite is especially useful when you want pendant lighting without sacrificing visual or surface space.\u003c\/p\u003e\n\u003cdiv class=\"pet-use__facts\"\u003e\n\u003cspan\u003e \u003cstrong\u003eBedside\u003c\/strong\u003e · one each side \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eVanity\u003c\/strong\u003e · single or pair \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eEntry\u003c\/strong\u003e · compact accent \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-dry-note\"\u003e\n\u003cstrong\u003e Bathroom use — \u003c\/strong\u003e \u003cspan\u003e IP20 · indoor dry locations only. Suitable for dry vanity areas; do not install directly above or inside shower \/ tub wet zones. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         04 — PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"pet-specs\"\u003e\n\u003cdiv class=\"pet-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Petite · Mini Flower Pendant Light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-spec-list\"\u003e\n\u003cdiv class=\"pet-spec-row\"\u003e\n\u003cspan class=\"pet-spec-row__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"pet-spec-row__value\"\u003e Ø5.5\" × H5.9\" \/ Ø14 × H15cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-spec-row\"\u003e\n\u003cspan class=\"pet-spec-row__label\"\u003e Materials \/ Finish \u003c\/span\u003e \u003cspan class=\"pet-spec-row__value\"\u003e Brass-finish canopy · Hand-cast resin shade · Brass \u0026amp; Beige \/ Brass \u0026amp; White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-spec-row\"\u003e\n\u003cspan class=\"pet-spec-row__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"pet-spec-row__value\"\u003e E26 \/ E27 · Bulb Included: Yes · Max 40W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-spec-row\"\u003e\n\u003cspan class=\"pet-spec-row__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"pet-spec-row__value\"\u003e Compatible with a dimmable bulb and compatible wall dimmer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-spec-row\"\u003e\n\u003cspan class=\"pet-spec-row__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"pet-spec-row__value\"\u003e 59\" adjustable cord · Extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-spec-row\"\u003e\n\u003cspan class=\"pet-spec-row__label\"\u003e Electrical \/ Control \u003c\/span\u003e \u003cspan class=\"pet-spec-row__value\"\u003e AC 110–240V · Standard wall switch compatible · Wall switch not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-spec-row\"\u003e\n\u003cspan class=\"pet-spec-row__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"pet-spec-row__value\"\u003e Hardwired · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-spec-row\"\u003e\n\u003cspan class=\"pet-spec-row__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"pet-spec-row__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pet-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\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         05 — SHIPPING \u0026 RETURNS\n    ====================================================== --\u003e\n\u003csection class=\"pet-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=\"petite-detail-large\" href=\"#petite-root\" class=\"pet-lightbox\"\u003e \u003cspan class=\"pet-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/petite-mini-flower-pendant-light-for-bathroom-and-bedside-stuberlighting_17.jpg?v=1780728125\" alt=\"Enlarged Petite resin flower pendant detail\"\u003e \u003cspan\u003e Flower Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SIZE\n  ====================================================== --\u003e \u003ca id=\"petite-size-large\" href=\"#petite-root\" class=\"pet-lightbox\"\u003e \u003cspan class=\"pet-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/petite-mini-flower-pendant-light-for-bathroom-and-bedside-stuberlighting_8.jpg?v=1780728125\" alt=\"Enlarged Petite Mini Flower Pendant dimensions\"\u003e \u003cspan\u003e Ø5.5\" × H5.9\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 5.5\"xH5.9\" \/ Brass \u0026 Beige","offer_id":52302120845595,"sku":"STB-PD-PETITE-BEIGE","price":145.0,"currency_code":"USD","in_stock":true},{"title":"Dia 5.5\"xH5.9\" \/ Brass \u0026 White","offer_id":52302120878363,"sku":"STB-PD-PETITE-WHITE","price":145.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/petite-mini-flower-pendant-light-for-bathroom-and-bedside-stuberlighting_2.jpg?v=1780728125"},{"product_id":"olive-glass-and-wood-pendant-light","title":"Olive Glass Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — OLIVE\n   GLASS \u0026 WOOD PENDANT LIGHT\n\n   GLASS \/ WOOD \/ SCALE\n\n   QUIET LUXURY · CONCISE SHOPPER-FIRST LAYOUT\n   EDITORIAL + SELECTIVE CARDS\n   NO OVERALL BACKGROUND FILL\n\n   ESPRESSO · CREAM · NATURAL WOOD · GOLD\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-olive{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#655546;\n  --muted:#81715F;\n\n  --gold:#C8A96E;\n  --gold-deep:#987344;\n\n  --wood:#896649;\n  --wood-deep:#6E4E35;\n  --wood-soft:#C8AE91;\n\n  --cream:#F7F0E3;\n  --paper:#FBF8F2;\n  --ivory:#FCFAF5;\n  --glass:#F8F6F1;\n\n  --line:#DED2BD;\n  --line-soft:#EAE1D3;\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-olive *,\n.stb-olive *::before,\n.stb-olive *::after{\n  box-sizing:border-box;\n}\n\n.stb-olive h2,\n.stb-olive h3,\n.stb-olive p{\n  margin-top:0;\n}\n\n.stb-olive h2,\n.stb-olive 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-olive 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\n\/* =========================================================\n   OUTER FRAME\n========================================================= *\/\n\n.olive-shell{\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.olive-shell::before{\n  content:\"\";\n\n  position:absolute;\n  top:8px;\n  left:29px;\n\n  width:62px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.olive-shell::after{\n  content:\"\";\n\n  position:absolute;\n  top:11px;\n  left:29px;\n\n  width:31px;\n  height:1px;\n\n  background:var(--wood);\n}\n\n\n\/* =========================================================\n   01 — OPENING + MATERIAL DETAIL\n========================================================= *\/\n\n.olive-opening{\n  padding:20px 0 30px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.olive-opening__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.olive-kicker{\n  margin:0 0 7px !important;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n\n  text-transform:uppercase;\n}\n\n.olive-opening h2{\n  max-width:600px;\n\n  margin:0 0 9px;\n\n  font-size:35px;\n  line-height:1.03;\n}\n\n.olive-opening__copy \u003e p{\n  max-width:575px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:13px;\n}\n\n\n\/* SCALE RAIL *\/\n\n.olive-opening__scale{\n  padding-left:15px;\n\n  border-left:2px solid var(--gold);\n}\n\n.olive-opening__scale small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--muted);\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.olive-opening__scale strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:28px;\n  line-height:.92;\n\n  font-weight:500;\n}\n\n.olive-opening__scale span{\n  display:block;\n\n  margin-top:7px;\n\n  color:#756452;\n\n  font-size:10px;\n  line-height:1.5;\n}\n\n\n\/* MATERIAL DETAIL *\/\n\n.olive-material{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:29px;\n  align-items:center;\n\n  margin-top:24px;\n\n  padding-top:23px;\n\n  border-top:1px solid var(--line);\n}\n\n\n\/* IMAGE *\/\n\n.olive-detail-image{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--wood);\n}\n\n.olive-detail-image 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.olive-detail-image img{\n  max-height:165px !important;\n}\n\n.olive-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:8.3px;\n\n  text-align:center;\n}\n\n\n\/* COPY *\/\n\n.olive-material__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.08;\n}\n\n.olive-material__copy \u003e p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n}\n\n\n\/* MATERIAL MICRO CARDS *\/\n\n.olive-material__facts{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:13px;\n}\n\n.olive-material__fact{\n  min-width:0;\n\n  padding:9px 10px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.olive-material__fact:nth-child(1){\n  background:#FBF9F5;\n}\n\n.olive-material__fact:nth-child(2){\n  background:#F4ECE2;\n}\n\n.olive-material__fact:nth-child(3){\n  background:#F8F2E7;\n}\n\n.olive-material__fact small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:7.5px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.olive-material__fact strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:9.7px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   02 — SIZE SELECTOR\n========================================================= *\/\n\n.olive-size{\n  padding:32px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.olive-size__head{\n  display:grid;\n  grid-template-columns:minmax(0,180px) minmax(0,1fr);\n\n  gap:30px;\n\n  margin-bottom:15px;\n}\n\n.olive-size__head h3{\n  margin:0;\n\n  font-size:24px;\n}\n\n.olive-size__head p{\n  max-width:485px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n}\n\n\n\/* SIZE CARDS *\/\n\n.olive-size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:9px;\n}\n\n.olive-size-card{\n  position:relative;\n\n  min-width:0;\n\n  padding:14px;\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.olive-size-card--small{\n  background:#FBF8F2;\n  border-top:2px solid var(--wood-soft);\n}\n\n.olive-size-card--medium{\n  background:#F7F0E4;\n  border-top:2px solid var(--gold);\n}\n\n.olive-size-card--large{\n  background:#F3ECE2;\n  border-top:2px solid var(--wood);\n}\n\n.olive-size-card small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:7.8px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.olive-size-card h3{\n  margin:0 0 2px;\n\n  font-size:20px;\n}\n\n.olive-size-card__measure{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-deep);\n\n  font-size:9.8px;\n  font-weight:600;\n}\n\n.olive-size-card p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:10px;\n  line-height:1.43;\n}\n\n\n\/* =========================================================\n   SIZE DRAWING + GROUPING\n========================================================= *\/\n\n.olive-plan{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:25px;\n  align-items:center;\n\n  margin-top:18px;\n}\n\n\n\/* DIMENSION *\/\n\n.olive-size-image{\n  width:150px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--gold);\n}\n\n.olive-size-image 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.olive-size-image img{\n  max-height:140px !important;\n}\n\n\n\/* GROUPING LEDGER *\/\n\n.olive-plan__copy{\n  min-width:0;\n}\n\n.olive-plan__copy \u003e small{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:var(--gold-deep);\n\n  font-size:8px;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.olive-plan__copy h3{\n  margin:0 0 8px;\n\n  font-size:19px;\n}\n\n.olive-counts{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n}\n\n.olive-count{\n  min-width:0;\n\n  padding:9px 10px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.olive-count:nth-child(1){\n  background:#FCFAF5;\n}\n\n.olive-count:nth-child(2){\n  background:#F8F2E7;\n}\n\n.olive-count:nth-child(3){\n  background:#F4ECE2;\n}\n\n.olive-count 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:18px;\n  font-weight:500;\n}\n\n.olive-count span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:9px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   03 — INSTALL \/ LIGHT\n   SINGLE DARK ANCHOR\n========================================================= *\/\n\n.olive-install{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:24px;\n  align-items:center;\n\n  margin:31px 0;\n\n  padding:21px 23px;\n\n  background:var(--espresso);\n\n  border-radius:8px;\n}\n\n.olive-install__mark{\n  padding-right:20px;\n\n  border-right:1px solid rgba(255,255,255,.16);\n}\n\n.olive-install__mark small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--gold);\n\n  font-size:8px;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.olive-install__mark strong{\n  display:block;\n\n  color:#FFF7E9;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:30px;\n  line-height:.9;\n\n  font-weight:500;\n}\n\n.olive-install__mark span{\n  display:block;\n\n  margin-top:6px;\n\n  color:#CFC5B7;\n\n  font-size:9px;\n}\n\n.olive-install__copy h3{\n  margin:0 0 5px;\n\n  color:#FFF7EA;\n\n  font-size:20px;\n}\n\n.olive-install__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:#D5CCBF;\n\n  font-size:10.5px;\n}\n\n.olive-install__facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:14px;\n\n  margin-top:9px;\n  padding-top:9px;\n\n  border-top:1px solid rgba(255,255,255,.14);\n}\n\n.olive-install__facts span{\n  color:#D8CFC2;\n\n  font-size:9px;\n}\n\n.olive-install__facts strong{\n  color:#FFF7E9;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.olive-specs{\n  padding:31px 0;\n\n  border-top:1px solid var(--line);\n}\n\n.olive-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.olive-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.olive-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.olive-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.olive-spec-row{\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.olive-spec-row__label{\n  color:#806C58;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.olive-spec-row__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11px;\n  font-weight:500;\n  line-height:1.5;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* NATURAL WOOD + CERT *\/\n\n.olive-note{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:12px;\n}\n\n.olive-natural,\n.olive-cert{\n  min-width:0;\n\n  padding:10px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.olive-natural{\n  border-left:3px solid var(--wood);\n}\n\n.olive-cert{\n  border-left:3px solid var(--gold);\n}\n\n.olive-natural small,\n.olive-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:7.8px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.olive-natural span,\n.olive-cert strong{\n  display:block;\n\n  color:#4F4033;\n\n  font-size:9.8px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.olive-shipping{\n  position:relative;\n\n  padding:20px 21px;\n\n  background:#F7F0E3;\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n\n  border-radius:7px 7px 0 0;\n}\n\n.olive-shipping::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:6px;\n  left:21px;\n\n  width:52px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.olive-shipping h3{\n  margin:0 0 9px;\n\n  font-size:20px;\n}\n\n.olive-shipping p{\n  margin:0 0 6px;\n\n  color:#5E4F41;\n\n  font-size:11.5px;\n}\n\n.olive-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.olive-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.olive-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:20px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.olive-lightbox:target{\n  display:flex;\n}\n\n.olive-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.olive-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.olive-lightbox__inner span{\n  margin-top:10px;\n\n  color:#DEC9A5;\n\n  font-size:9.5px;\n  letter-spacing:.08em;\n\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .olive-shell{\n    padding:25px 18px 0;\n  }\n\n  .olive-shell::before,\n  .olive-shell::after{\n    left:18px;\n  }\n\n\n  .olive-opening__top{\n    grid-template-columns:minmax(0,1fr) minmax(0,120px);\n\n    gap:18px;\n  }\n\n  .olive-opening h2{\n    font-size:29px;\n  }\n\n\n  .olive-material{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .olive-detail-image{\n    width:135px;\n  }\n\n  .olive-detail-image img{\n    max-height:125px !important;\n  }\n\n\n  .olive-size__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .olive-install{\n    grid-template-columns:minmax(0,105px) minmax(0,1fr);\n\n    gap:18px;\n  }\n\n\n  .olive-spec-row{\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:500px){\n\n  .olive-opening__top{\n    grid-template-columns:1fr;\n  }\n\n  .olive-opening__scale{\n    width:170px;\n  }\n\n\n  .olive-material{\n    grid-template-columns:1fr;\n  }\n\n  .olive-detail-image{\n    width:115px;\n\n    margin:0;\n  }\n\n\n  .olive-material__facts{\n    grid-template-columns:1fr;\n  }\n\n\n  .olive-size-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .olive-plan{\n    grid-template-columns:1fr;\n\n    gap:12px;\n  }\n\n  .olive-size-image{\n    width:110px;\n\n    margin:0;\n  }\n\n  .olive-size-image img{\n    max-height:102px !important;\n  }\n\n\n  .olive-counts{\n    grid-template-columns:1fr;\n  }\n\n\n  .olive-install{\n    grid-template-columns:1fr;\n\n    gap:9px;\n\n    padding:17px;\n  }\n\n  .olive-install__mark{\n    padding:0 0 9px;\n\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.16);\n  }\n\n\n  .olive-specs__head{\n    display:block;\n  }\n\n  .olive-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .olive-spec-row{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .olive-spec-row__label{\n    color:var(--gold-deep);\n\n    font-size:9.5px;\n    font-weight:600;\n\n    letter-spacing:.05em;\n    text-transform:uppercase;\n  }\n\n  .olive-spec-row__value{\n    font-size:11.5px;\n  }\n\n\n  .olive-note{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-olive\" id=\"olive-root\"\u003e\n\u003cdiv class=\"olive-shell\"\u003e\n\u003c!-- =====================================================\n         01 — INTRO + MATERIAL\n    ====================================================== --\u003e\n\u003csection class=\"olive-opening\"\u003e\n\u003cdiv class=\"olive-opening__top\"\u003e\n\u003cdiv class=\"olive-opening__copy\"\u003e\n\u003cp class=\"olive-kicker\"\u003eOlive · Glass \u0026amp; Wood Pendant Light\u003c\/p\u003e\n\u003ch2\u003eSoft Glass, Warm Wood, Three Easy Proportions\u003c\/h2\u003e\n\u003cp\u003eOlive combines a softly finished glass shade with natural wood and restrained brass-finish hardware. The result feels warm without becoming visually heavy — suitable for a single bedside pendant or repeated above a table or kitchen counter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-opening__scale\"\u003e\n\u003csmall\u003e Three Diameters \u003c\/small\u003e \u003cstrong\u003e 8.3–12.2\" \u003c\/strong\u003e \u003cspan\u003e All sizes H7.1\"\u003cbr\u003e59\" adjustable cord \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MATERIAL DETAIL --\u003e\n\u003cdiv class=\"olive-material\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"olive-detail-image\"\u003e\u003ca href=\"#olive-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/olive-glass-and-wood-pendant-light-stuberlighting_20.jpg?v=1780729442\" alt=\"Close-up of Olive Glass and Wood Pendant Light showing glass shade and natural wood detail\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"olive-caption\"\u003eGlass \u0026amp; wood detail · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-material__copy\"\u003e\n\u003ch3\u003eTwo Materials That Keep the Fixture Quiet\u003c\/h3\u003e\n\u003cp\u003eThe glass carries the light while the natural wood detail adds warmth above it. Brass-finish hardware stays secondary, so the fixture reads through material rather than decoration.\u003c\/p\u003e\n\u003cdiv class=\"olive-material__facts\"\u003e\n\u003cdiv class=\"olive-material__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Hand-Finished Glass \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-material__fact\"\u003e\n\u003csmall\u003e Detail \u003c\/small\u003e \u003cstrong\u003e Natural Wood \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-material__fact\"\u003e\n\u003csmall\u003e Hardware \u003c\/small\u003e \u003cstrong\u003e Brass Finish \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 — SIZE\n    ====================================================== --\u003e\n\u003csection class=\"olive-size\"\u003e\n\u003cdiv class=\"olive-size__head\"\u003e\n\u003ch3\u003eChoose the Diameter by Placement\u003c\/h3\u003e\n\u003cp\u003eAll three versions share the same 7.1-inch shade height. The main decision is how much visual width you want the pendant to carry in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-size-grid\"\u003e\n\u003c!-- SMALL --\u003e\n\u003cdiv class=\"olive-size-card olive-size-card--small\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e\n\u003ch3\u003e8.3\"\u003c\/h3\u003e\n\u003cspan class=\"olive-size-card__measure\"\u003e Ø8.3\" × H7.1\" \u003c\/span\u003e\n\u003cp\u003eBest for bedside use, small entries and compact accent locations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- MEDIUM --\u003e\n\u003cdiv class=\"olive-size-card olive-size-card--medium\"\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e\n\u003ch3\u003e10.6\"\u003c\/h3\u003e\n\u003cspan class=\"olive-size-card__measure\"\u003e Ø10.6\" × H7.1\" \u003c\/span\u003e\n\u003cp\u003eA balanced size for breakfast nooks and smaller dining tables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LARGE --\u003e\n\u003cdiv class=\"olive-size-card olive-size-card--large\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e\n\u003ch3\u003e12.2\"\u003c\/h3\u003e\n\u003cspan class=\"olive-size-card__measure\"\u003e Ø12.2\" × H7.1\" \u003c\/span\u003e\n\u003cp\u003eBetter suited to kitchen bars, islands and larger table settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DIMENSION + QUANTITY --\u003e\n\u003cdiv class=\"olive-plan\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"olive-size-image\"\u003e\u003ca href=\"#olive-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/olive-glass-and-wood-pendant-light-stuberlighting_14.jpg?v=1780729442\" alt=\"Olive Glass and Wood Pendant Light dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"olive-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-plan__copy\"\u003e\n\u003csmall\u003e Quantity Guide \u003c\/small\u003e\n\u003ch3\u003eOne, Two or Three\u003c\/h3\u003e\n\u003cdiv class=\"olive-counts\"\u003e\n\u003cdiv class=\"olive-count\"\u003e\n\u003cstrong\u003e 1 \u003c\/strong\u003e \u003cspan\u003e Bedside, nook or small round table \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-count\"\u003e\n\u003cstrong\u003e 2 \u003c\/strong\u003e \u003cspan\u003e Longer dining table or balanced pair \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-count\"\u003e\n\u003cstrong\u003e 3 \u003c\/strong\u003e \u003cspan\u003e Kitchen island or bar installation \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!-- =====================================================\n         03 — LIGHT \/ INSTALLATION\n    ====================================================== --\u003e\n\u003csection class=\"olive-install\"\u003e\n\u003cdiv class=\"olive-install__mark\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e \u003cspan\u003e adjustable · extendable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-install__copy\"\u003e\n\u003ch3\u003eSet the Drop to the Room\u003c\/h3\u003e\n\u003cp\u003eThe cord can be shortened during installation and extended on request. A standard E26 \/ E27 socket keeps future bulb replacement straightforward.\u003c\/p\u003e\n\u003cdiv class=\"olive-install__facts\"\u003e\n\u003cspan\u003e \u003cstrong\u003eE26 \/ E27\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eBulb Included\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eMax 40W\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\/section\u003e\n\u003c!-- =====================================================\n         04 — PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"olive-specs\"\u003e\n\u003cdiv class=\"olive-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Olive · Glass \u0026amp; Wood Pendant Light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-spec-list\"\u003e\n\u003cdiv class=\"olive-spec-row\"\u003e\n\u003cspan class=\"olive-spec-row__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"olive-spec-row__value\"\u003e Ø8.3\" × H7.1\" · Ø10.6\" × H7.1\" · Ø12.2\" × H7.1\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-spec-row\"\u003e\n\u003cspan class=\"olive-spec-row__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"olive-spec-row__value\"\u003e Brass-finish hardware · Hand-finished glass shade · Natural wood canopy detail \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-spec-row\"\u003e\n\u003cspan class=\"olive-spec-row__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"olive-spec-row__value\"\u003e E26 \/ E27 · Bulb Included: Yes · Max 40W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-spec-row\"\u003e\n\u003cspan class=\"olive-spec-row__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"olive-spec-row__value\"\u003e 59\" adjustable cord · Extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-spec-row\"\u003e\n\u003cspan class=\"olive-spec-row__label\"\u003e Electrical \/ Control \u003c\/span\u003e \u003cspan class=\"olive-spec-row__value\"\u003e AC 110–240V · Standard wall switch compatible · Wall switch not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-spec-row\"\u003e\n\u003cspan class=\"olive-spec-row__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"olive-spec-row__value\"\u003e Hardwired · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-spec-row\"\u003e\n\u003cspan class=\"olive-spec-row__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"olive-spec-row__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-note\"\u003e\n\u003cdiv class=\"olive-natural\"\u003e\n\u003csmall\u003e Natural Wood \u003c\/small\u003e \u003cspan\u003e Real wood grain, pattern and tone naturally vary from piece to piece. These variations are part of the material character, not defects. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"olive-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\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=\"olive-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=\"olive-detail-large\" href=\"#olive-root\" class=\"olive-lightbox\"\u003e \u003cspan class=\"olive-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/olive-glass-and-wood-pendant-light-stuberlighting_20.jpg?v=1780729442\" alt=\"Enlarged Olive glass shade and natural wood detail\"\u003e \u003cspan\u003e Glass + Natural Wood Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SIZE\n  ====================================================== --\u003e \u003ca id=\"olive-size-large\" href=\"#olive-root\" class=\"olive-lightbox\"\u003e \u003cspan class=\"olive-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/olive-glass-and-wood-pendant-light-stuberlighting_14.jpg?v=1780729442\" alt=\"Enlarged Olive Glass and Wood Pendant Light dimension reference\"\u003e \u003cspan\u003e Olive Dimensions · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 8.3\"xH7.1\" \/ Glass \u0026 Wood","offer_id":52302197588251,"sku":"STB-PD-OLIVE-08","price":145.0,"currency_code":"USD","in_stock":true},{"title":"Dia 10.6\"xH7.1\" \/ Glass \u0026 Wood","offer_id":52302197621019,"sku":"STB-PD-OLIVE-10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Dia 12.2\"x H 7.1\" \/ Glass \u0026 Wood","offer_id":52302197653787,"sku":"STB-PD-OLIVE-12","price":185.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/olive-glass-and-wood-pendant-light-stuberlighting_1.jpg?v=1780729442"},{"product_id":"goldie-vintage-brass-bowl-pendant-light","title":"Goldie Brass Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — GOLDIE VINTAGE BRASS BOWL PENDANT\n   Quiet Vintage · Compact Preview Images · No Page Background\n========================================================= *\/\n\n.stb-goldie{\n  --ivory:#FFFDF9;\n  --cream:#F6F0E8;\n  --dark:#211812;\n  --espresso:#35271F;\n\n  --text:#4D3F35;\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-goldie *,\n.stb-goldie *::before,\n.stb-goldie *::after{\n  box-sizing:border-box;\n}\n\n.stb-goldie h2,\n.stb-goldie 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-goldie p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   TYPE\n========================================================= *\/\n\n.stb-goldie__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-goldie__title{\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.stb-goldie__section-title{\n  margin:0 0 7px;\n\n  font-size:21px;\n  line-height:1.25;\n}\n\n.stb-goldie__section-copy{\n  max-width:620px;\n\n  margin:0;\n\n  color:#62564D;\n\n  font-size:12.8px;\n  line-height:1.62;\n}\n\n.stb-goldie__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#837366;\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-goldie__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 185px;\n\n  gap:32px;\n  align-items:end;\n\n  padding:4px 0 23px;\n}\n\n.stb-goldie__intro-copy{\n  max-width:640px;\n}\n\n.stb-goldie__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-goldie__intro-stat{\n  padding:14px 16px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-goldie__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-goldie__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-goldie__intro-stat span{\n  color:#D6C9BC;\n\n  font-size:10.8px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-goldie__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:31px;\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-goldie__fact{\n  padding:13px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-goldie__fact:last-child{\n  border-right:0;\n}\n\n.stb-goldie__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-goldie__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   GLASS DETAIL\n========================================================= *\/\n\n.stb-goldie__detail{\n  display:grid;\n  grid-template-columns:115px minmax(0,1fr);\n\n  gap:20px;\n  align-items:center;\n\n  margin-bottom:31px;\n  padding:14px;\n\n  background:var(--cream);\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-goldie__detail-media{\n  width:105px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-goldie__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-goldie__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-goldie__detail-copy p{\n  max-width:560px;\n\n  margin:0 0 9px;\n\n  color:#5F5249;\n\n  font-size:12.5px;\n  line-height:1.6;\n}\n\n.stb-goldie__tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-goldie__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   BULB AS DESIGN\n========================================================= *\/\n\n.stb-goldie__bulb{\n  display:grid;\n  grid-template-columns:180px minmax(0,1fr);\n\n  margin-bottom:31px;\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-goldie__bulb-title{\n  padding:17px 18px;\n\n  background:var(--espresso);\n}\n\n.stb-goldie__bulb-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-goldie__bulb-title strong{\n  color:#FFF5E8;\n\n  font-size:13.5px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-goldie__bulb-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-goldie__bulb-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 GUIDE\n========================================================= *\/\n\n.stb-goldie__sizes{\n  margin-bottom:31px;\n}\n\n.stb-goldie__sizes-head{\n  margin-bottom:12px;\n}\n\n.stb-goldie__size-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n}\n\n.stb-goldie__size-card{\n  padding:14px 15px;\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-goldie__size-card--featured{\n  border-top:2px solid var(--gold);\n}\n\n.stb-goldie__size-card small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#887568;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n.stb-goldie__size-card strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:var(--dark);\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-goldie__size-card p{\n  margin:0;\n\n  color:#706359;\n\n  font-size:10.8px;\n  line-height:1.52;\n}\n\n\n\/* =========================================================\n   DIMENSION PREVIEW\n========================================================= *\/\n\n.stb-goldie__dimension{\n  display:grid;\n  grid-template-columns:125px minmax(0,1fr);\n\n  gap:20px;\n  align-items:center;\n\n  margin-bottom:31px;\n  padding:13px 15px;\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-goldie__dimension-media{\n  width:115px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-goldie__dimension-link{\n  display:block;\n\n  width:100%;\n  padding:5px;\n\n  background:#FAF6F0;\n\n  border:1px solid #DDD2C5;\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-goldie__dimension-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-goldie__dimension-copy p{\n  max-width:520px;\n\n  margin:0 0 8px;\n\n  color:#62564D;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.stb-goldie__dimension-pills{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-goldie__dimension-pills span{\n  padding:5px 8px;\n\n  background:var(--cream);\n\n  color:var(--dark);\n\n  font-size:10px;\n  font-weight:500;\n\n  border-radius:3px;\n}\n\n\n\/* =========================================================\n   MATERIAL NOTE\n========================================================= *\/\n\n.stb-goldie__material{\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 31px;\n}\n\n.stb-goldie__material-line{\n  background:var(--gold);\n}\n\n.stb-goldie__material strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:12.3px;\n}\n\n.stb-goldie__material p{\n  margin:0;\n\n  color:#675A50;\n\n  font-size:11.7px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-goldie__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-bottom:31px;\n}\n\n.stb-goldie__practical-card{\n  padding:16px 17px;\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-goldie__practical-card:first-child{\n  border-top:2px solid var(--gold);\n}\n\n.stb-goldie__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-goldie__practical-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-goldie__practical-card p{\n  margin:0;\n\n  color:#62564D;\n\n  font-size:11.5px;\n  line-height:1.58;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-goldie__specs{\n  margin-bottom:31px;\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-goldie__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-goldie__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-goldie__spec-head strong{\n  color:#FFF5E8;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-goldie__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-goldie__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-goldie__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-goldie__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-goldie__faq{\n  max-width:750px;\n\n  margin:0 auto 30px;\n}\n\n.stb-goldie__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-goldie__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-goldie__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-goldie__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-goldie__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-goldie__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-goldie__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-goldie__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-goldie__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-goldie__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-goldie__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-goldie__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-goldie__lightbox:target{\n  display:flex;\n}\n\n.stb-goldie__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-goldie__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-goldie__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-goldie__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-goldie__intro{\n    grid-template-columns:1fr;\n\n    gap:12px;\n  }\n\n  .stb-goldie__title{\n    font-size:25px;\n  }\n\n  .stb-goldie__intro-stat{\n    max-width:260px;\n  }\n\n\n  .stb-goldie__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-goldie__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-goldie__fact:nth-child(1),\n  .stb-goldie__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-goldie__detail{\n    grid-template-columns:100px 1fr;\n\n    gap:14px;\n\n    padding:12px;\n  }\n\n  .stb-goldie__detail-media{\n    width:94px;\n  }\n\n\n  .stb-goldie__bulb{\n    grid-template-columns:145px 1fr;\n  }\n\n\n  .stb-goldie__dimension{\n    grid-template-columns:105px 1fr;\n\n    gap:15px;\n  }\n\n  .stb-goldie__dimension-media{\n    width:98px;\n  }\n\n\n  .stb-goldie__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-goldie__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-goldie{\n    font-size:14px;\n  }\n\n\n  .stb-goldie__detail{\n    grid-template-columns:86px 1fr;\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-goldie__detail-media{\n    width:80px;\n  }\n\n\n  .stb-goldie__bulb{\n    grid-template-columns:1fr;\n  }\n\n  .stb-goldie__bulb-copy{\n    border-top:0;\n    border-left:1px solid var(--line);\n  }\n\n\n  .stb-goldie__size-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-goldie__dimension{\n    grid-template-columns:88px 1fr;\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-goldie__dimension-media{\n    width:82px;\n  }\n\n\n  .stb-goldie__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-goldie__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-goldie__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-goldie\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-goldie__intro\"\u003e\n\u003cdiv class=\"stb-goldie__intro-copy\"\u003e\n\u003cspan class=\"stb-goldie__eyebrow\"\u003e Solid Brass · Clear Glass · Vintage Bowl Pendant \u003c\/span\u003e\n\u003ch2 class=\"stb-goldie__title\"\u003eBrass, Clear Glass, and Nothing to Hide.\u003c\/h2\u003e\n\u003cp\u003eGoldie pairs a compact solid-brass frame with a crystal-clear glass bowl shade. The transparent glass keeps the bulb visible, giving the pendant its distinctly vintage character without making the fixture feel heavy or ornate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__intro-stat\"\u003e\n\u003csmall\u003e Two Sizes \u003c\/small\u003e \u003cstrong\u003e Ø5.9\" · Ø7.9\" \u003c\/strong\u003e \u003cspan\u003e Both H7.9\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-goldie__facts\"\u003e\n\u003cdiv class=\"stb-goldie__fact\"\u003e\n\u003csmall\u003eMaterial\u003c\/small\u003e \u003cstrong\u003eSolid Brass\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__fact\"\u003e\n\u003csmall\u003eShade\u003c\/small\u003e \u003cstrong\u003eCrystal-Clear Glass\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003eE14 LED Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__fact\"\u003e\n\u003csmall\u003eSuspension\u003c\/small\u003e \u003cstrong\u003e59\" Adjustable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GLASS DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"goldie-detail-section\" class=\"stb-goldie__detail\"\u003e\n\u003cdiv class=\"stb-goldie__detail-media\"\u003e\u003ca href=\"#goldie-detail\" class=\"stb-goldie__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/goldie-vintage-brass-bowl-pendant-light-stuberlighting-17.jpg?v=1784031442\" alt=\"Goldie Vintage Brass Bowl Pendant Light crystal-clear glass bowl detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-goldie__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__detail-copy\"\u003e\n\u003cspan class=\"stb-goldie__eyebrow\"\u003e Glass Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-goldie__section-title\"\u003eClear Enough to Let the Bulb Be Seen.\u003c\/h3\u003e\n\u003cp\u003eThe transparent bowl keeps the visual weight low and leaves the E14 bulb visible through the glass, preserving Goldie's vintage character from every angle.\u003c\/p\u003e\n\u003cdiv class=\"stb-goldie__tags\"\u003e\n\u003cspan class=\"stb-goldie__tag\"\u003e Clear Glass Bowl \u003c\/span\u003e \u003cspan class=\"stb-goldie__tag\"\u003e Solid Brass \u003c\/span\u003e \u003cspan class=\"stb-goldie__tag\"\u003e Exposed-Bulb Look \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"goldie-detail\" href=\"#goldie-detail-section\" class=\"stb-goldie__lightbox\"\u003e \u003cspan class=\"stb-goldie__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/goldie-vintage-brass-bowl-pendant-light-stuberlighting-17.jpg?v=1784031442\" alt=\"Enlarged Goldie clear glass bowl detail\"\u003e \u003cspan class=\"stb-goldie__lightbox-caption\"\u003e Goldie · Clear Glass Bowl \u003c\/span\u003e \u003cspan class=\"stb-goldie__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       BULB AS PART OF DESIGN\n  ====================================================== --\u003e\n\u003csection class=\"stb-goldie__bulb\"\u003e\n\u003cdiv class=\"stb-goldie__bulb-title\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e The Bulb Is Part of the Fixture. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__bulb-copy\"\u003e\n\u003cp\u003eUnlike a frosted pendant, Goldie's clear glass leaves the bulb exposed. The included E14 LED keeps the fixture ready to use; later, you can swap in a compatible clear filament-style E14 bulb when you want an even stronger vintage appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE GUIDE\n  ====================================================== --\u003e\n\u003csection class=\"stb-goldie__sizes\"\u003e\n\u003cdiv class=\"stb-goldie__sizes-head\"\u003e\n\u003cspan class=\"stb-goldie__eyebrow\"\u003e Choose Your Size \u003c\/span\u003e\n\u003ch3 class=\"stb-goldie__section-title\"\u003eTwo Compact Proportions.\u003c\/h3\u003e\n\u003cp class=\"stb-goldie__section-copy\"\u003eBoth sizes stay intentionally small. Choose 5.9\" where visual space is limited, or 7.9\" when the pendant needs a little more presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__size-grid\"\u003e\n\u003carticle class=\"stb-goldie__size-card\"\u003e\u003csmall\u003e Compact \u003c\/small\u003e \u003cstrong\u003e Ø5.9\" × H7.9\" \u003c\/strong\u003e\n\u003cp\u003eHallways, powder rooms, bedside installations, narrow counters and smaller breakfast areas.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-goldie__size-card stb-goldie__size-card--featured\"\u003e\u003csmall\u003e More Presence \u003c\/small\u003e \u003cstrong\u003e Ø7.9\" × H7.9\" \u003c\/strong\u003e\n\u003cp\u003eSmall dining tables, larger entries or repeated in a cluster above a kitchen island.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSION PREVIEW\n  ====================================================== --\u003e\n\u003csection id=\"goldie-size-section\" class=\"stb-goldie__dimension\"\u003e\n\u003cdiv class=\"stb-goldie__dimension-media\"\u003e\u003ca href=\"#goldie-size\" class=\"stb-goldie__dimension-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/goldie-vintage-brass-bowl-pendant-light-stuberlighting_7.jpg?v=1780796126\" alt=\"Goldie Vintage Brass Bowl Pendant Light dimension reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-goldie__hint\"\u003e Enlarge Dimensions ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__dimension-copy\"\u003e\n\u003cspan class=\"stb-goldie__eyebrow\"\u003e Size Reference \u003c\/span\u003e\n\u003ch3 class=\"stb-goldie__section-title\"\u003eSmall by Design.\u003c\/h3\u003e\n\u003cp\u003eGoldie is intended to feel like a compact point of light, not a large centerpiece. Tap the drawing when you need the full measurement view.\u003c\/p\u003e\n\u003cdiv class=\"stb-goldie__dimension-pills\"\u003e\n\u003cspan\u003e Ø5.9\" × H7.9\" \u003c\/span\u003e \u003cspan\u003e Ø7.9\" × H7.9\" \u003c\/span\u003e \u003cspan\u003e 59\" Cord \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DIMENSION LIGHTBOX --\u003e \u003ca id=\"goldie-size\" href=\"#goldie-size-section\" class=\"stb-goldie__lightbox\"\u003e \u003cspan class=\"stb-goldie__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/goldie-vintage-brass-bowl-pendant-light-stuberlighting_7.jpg?v=1780796126\" alt=\"Enlarged Goldie pendant dimensions\"\u003e \u003cspan class=\"stb-goldie__lightbox-caption\"\u003e Goldie · Size Reference \u003c\/span\u003e \u003cspan class=\"stb-goldie__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       BRASS NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-goldie__material\"\u003e\n\u003cdiv class=\"stb-goldie__material-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Real brass develops character over time. \u003c\/strong\u003e\n\u003cp\u003eThe natural brass surface can gradually develop a softer patina. This subtle change is part of the material rather than a plated finish wearing away.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRACTICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-goldie__practical\"\u003e\n\u003cdiv class=\"stb-goldie__practical-card\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable Cord \u003c\/strong\u003e\n\u003cp\u003eAdjust the drop during installation to suit a bedside, counter, dining area or entry. Additional cord length is available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__practical-card\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired Ceiling Pendant \u003c\/strong\u003e\n\u003cp\u003eAC 110–240V and compatible with a standard wall switch. Professional installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-goldie__specs\"\u003e\n\u003cdiv class=\"stb-goldie__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Goldie \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Ø5.9\" × H7.9\" · Ø7.9\" × H7.9\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Solid Brass · Crystal-Clear Glass Bowl Shade \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__spec\"\u003e\n\u003cspan\u003e Finish \u003c\/span\u003e \u003cstrong\u003e Natural Brass · Clear Glass \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e E14 LED Bulb Included · Max 40W Per Socket \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__spec\"\u003e\n\u003cspan\u003e Bulb Compatibility \u003c\/span\u003e \u003cstrong\u003e Compatible with E14 LED and E14 Filament \/ Candelabra-Style Bulbs \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__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-goldie__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-goldie__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Compatible with Standard Wall Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-goldie__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-goldie__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-goldie__faq\"\u003e\u003cspan class=\"stb-goldie__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-goldie__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Goldie size should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose the 5.9\" version for narrower areas such as hallways, bedside installations and smaller counters. The 7.9\" version gives slightly more visual presence above tables, entries and kitchen islands.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bulb included?\u003c\/summary\u003e\n\u003cp\u003eYes. A compatible E14 LED bulb is included. You can replace it later with another compatible E14 bulb if you want a different visible-bulb look.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the brass change over time?\u003c\/summary\u003e\n\u003cp\u003eNatural brass can gradually develop a softer patina with age. This variation is part of the character of real brass.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer cord?\u003c\/summary\u003e\n\u003cp\u003eYes. Goldie includes a 59\" adjustable suspension cord. Additional length can be prepared 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-goldie__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 15cm x H 20cm \/ ∅ 5.9″ x H 7.9″ \/ Brass+Clear","offer_id":52302215840027,"sku":"STB-PD-GOLDIE-06","price":145.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20cm x H 20cm \/ ∅ 7.9″ x H 7.9″ \/ Brass+Clear","offer_id":52302215872795,"sku":"STB-PD-GOLDIE-08","price":165.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/goldie-vintage-brass-bowl-pendant-light-stuberlighting_6.jpg?v=1780796126"},{"product_id":"shellie-coastal-pendant-light-hand-blown-glass","title":"Shellie Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — SHELLIE COASTAL PENDANT LIGHT\n   Hand-Blown Glass · Compact Editorial · No Page Background\n========================================================= *\/\n\n.stb-shellie{\n  --ivory:#FFFDF9;\n  --cream:#F6F0E8;\n\n  --dark:#211812;\n  --espresso:#35271F;\n\n  --text:#4C3E34;\n  --muted:#776A60;\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-shellie *,\n.stb-shellie *::before,\n.stb-shellie *::after{\n  box-sizing:border-box;\n}\n\n.stb-shellie h2,\n.stb-shellie 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-shellie p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   TYPOGRAPHY\n========================================================= *\/\n\n.stb-shellie__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-shellie__title{\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.stb-shellie__section-title{\n  margin:0 0 7px;\n\n  font-size:21px;\n  line-height:1.25;\n}\n\n.stb-shellie__section-copy{\n  max-width:620px;\n\n  margin:0;\n\n  color:#62564D;\n\n  font-size:12.8px;\n  line-height:1.62;\n}\n\n.stb-shellie__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#837366;\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-shellie__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 185px;\n\n  gap:32px;\n  align-items:end;\n\n  padding:4px 0 23px;\n}\n\n.stb-shellie__intro-copy{\n  max-width:640px;\n}\n\n.stb-shellie__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-shellie__intro-stat{\n  padding:14px 16px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-shellie__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-shellie__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-shellie__intro-stat span{\n  color:#D6C9BC;\n\n  font-size:10.8px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-shellie__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:31px;\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-shellie__fact{\n  padding:13px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-shellie__fact:last-child{\n  border-right:0;\n}\n\n.stb-shellie__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-shellie__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   GLASS DETAIL\n========================================================= *\/\n\n.stb-shellie__detail{\n  display:grid;\n  grid-template-columns:115px minmax(0,1fr);\n\n  gap:20px;\n  align-items:center;\n\n  margin-bottom:31px;\n  padding:14px;\n\n  background:var(--cream);\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-shellie__detail-media{\n  width:105px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-shellie__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-shellie__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-shellie__detail-copy p{\n  max-width:560px;\n\n  margin:0 0 9px;\n\n  color:#5F5249;\n\n  font-size:12.5px;\n  line-height:1.6;\n}\n\n.stb-shellie__tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-shellie__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   DOUBLE GLASS FEATURE\n========================================================= *\/\n\n.stb-shellie__layered{\n  display:grid;\n  grid-template-columns:180px minmax(0,1fr);\n\n  margin-bottom:31px;\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-shellie__layered-title{\n  padding:17px 18px;\n\n  background:var(--espresso);\n}\n\n.stb-shellie__layered-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-shellie__layered-title strong{\n  color:#FFF5E8;\n\n  font-size:13.5px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-shellie__layered-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-shellie__layered-copy p{\n  margin:0;\n\n  color:#60534A;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   LIGHT EFFECT COMPARISON\n========================================================= *\/\n\n.stb-shellie__finishes{\n  margin-bottom:31px;\n}\n\n.stb-shellie__finishes-head{\n  margin-bottom:12px;\n}\n\n.stb-shellie__finish-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n}\n\n.stb-shellie__finish-card{\n  display:grid;\n  grid-template-columns:105px minmax(0,1fr);\n\n  gap:14px;\n  align-items:center;\n\n  min-width:0;\n\n  padding:12px;\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-shellie__finish-card:first-child{\n  background:var(--cream);\n}\n\n.stb-shellie__finish-media{\n  width:98px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-shellie__finish-copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#866F60;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n.stb-shellie__finish-copy strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12.6px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-shellie__finish-copy p{\n  margin:0;\n\n  color:#6E6157;\n\n  font-size:10.7px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   CONFIGURATION\n========================================================= *\/\n\n.stb-shellie__config{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:31px;\n}\n\n.stb-shellie__config-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-shellie__config-card--featured{\n  border-top:2px solid var(--gold);\n}\n\n.stb-shellie__config-card 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-shellie__config-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12.8px;\n  font-weight:500;\n}\n\n.stb-shellie__config-card p{\n  margin:0;\n\n  color:#706359;\n\n  font-size:10.8px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   DIMENSION\n========================================================= *\/\n\n.stb-shellie__dimension{\n  display:grid;\n  grid-template-columns:125px minmax(0,1fr);\n\n  gap:20px;\n  align-items:center;\n\n  margin-bottom:31px;\n  padding:13px 15px;\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-shellie__dimension-media{\n  width:115px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-shellie__dimension-link{\n  display:block;\n\n  width:100%;\n  padding:5px;\n\n  background:#FAF6F0;\n\n  border:1px solid #DDD2C5;\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-shellie__dimension-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-shellie__dimension-copy p{\n  max-width:520px;\n\n  margin:0 0 8px;\n\n  color:#62564D;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.stb-shellie__dimension-pills{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-shellie__dimension-pills span{\n  padding:5px 8px;\n\n  background:var(--cream);\n\n  color:var(--dark);\n\n  font-size:10px;\n  font-weight:500;\n\n  border-radius:3px;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-shellie__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-bottom:31px;\n}\n\n.stb-shellie__practical-card{\n  padding:16px 17px;\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-shellie__practical-card:first-child{\n  border-top:2px solid var(--gold);\n}\n\n.stb-shellie__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-shellie__practical-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-shellie__practical-card p{\n  margin:0;\n\n  color:#62564D;\n\n  font-size:11.5px;\n  line-height:1.58;\n}\n\n\n\/* =========================================================\n   GLASS NOTE\n========================================================= *\/\n\n.stb-shellie__note{\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 31px;\n}\n\n.stb-shellie__note-line{\n  background:var(--gold);\n}\n\n.stb-shellie__note strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:12.3px;\n}\n\n.stb-shellie__note p{\n  margin:0;\n\n  color:#675A50;\n\n  font-size:11.7px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.stb-shellie__specs{\n  margin-bottom:31px;\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-shellie__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-shellie__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-shellie__spec-head strong{\n  color:#FFF5E8;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-shellie__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-shellie__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-shellie__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-shellie__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-shellie__faq{\n  max-width:750px;\n\n  margin:0 auto 30px;\n}\n\n.stb-shellie__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-shellie__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-shellie__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-shellie__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-shellie__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-shellie__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-shellie__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-shellie__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-shellie__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-shellie__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-shellie__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-shellie__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-shellie__lightbox:target{\n  display:flex;\n}\n\n.stb-shellie__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-shellie__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-shellie__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-shellie__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-shellie__intro{\n    grid-template-columns:1fr;\n\n    gap:12px;\n  }\n\n  .stb-shellie__title{\n    font-size:25px;\n  }\n\n  .stb-shellie__intro-stat{\n    max-width:260px;\n  }\n\n\n  .stb-shellie__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-shellie__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-shellie__fact:nth-child(1),\n  .stb-shellie__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-shellie__detail{\n    grid-template-columns:100px 1fr;\n\n    gap:14px;\n\n    padding:12px;\n  }\n\n  .stb-shellie__detail-media{\n    width:94px;\n  }\n\n\n  .stb-shellie__layered{\n    grid-template-columns:145px 1fr;\n  }\n\n\n  .stb-shellie__finish-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-shellie__dimension{\n    grid-template-columns:105px 1fr;\n\n    gap:15px;\n  }\n\n  .stb-shellie__dimension-media{\n    width:98px;\n  }\n\n\n  .stb-shellie__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-shellie__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-shellie{\n    font-size:14px;\n  }\n\n\n  .stb-shellie__detail{\n    grid-template-columns:86px 1fr;\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-shellie__detail-media{\n    width:80px;\n  }\n\n\n  .stb-shellie__layered{\n    grid-template-columns:1fr;\n  }\n\n  .stb-shellie__layered-copy{\n    border-top:0;\n    border-left:1px solid var(--line);\n  }\n\n\n  .stb-shellie__finish-card{\n    grid-template-columns:88px 1fr;\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-shellie__finish-media{\n    width:82px;\n  }\n\n\n  .stb-shellie__config{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-shellie__dimension{\n    grid-template-columns:88px 1fr;\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-shellie__dimension-media{\n    width:82px;\n  }\n\n\n  .stb-shellie__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-shellie__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-shellie__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-shellie\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-shellie__intro\"\u003e\n\u003cdiv class=\"stb-shellie__intro-copy\"\u003e\n\u003cspan class=\"stb-shellie__eyebrow\"\u003e Hand-Blown Glass · Brass · Nested Globe Design \u003c\/span\u003e\n\u003ch2 class=\"stb-shellie__title\"\u003eTwo Layers of Glass, One Soft Point of Light.\u003c\/h2\u003e\n\u003cp\u003eShellie nests an inner glass sphere inside a clear hand-blown outer globe, with a slim brass stem holding the composition together. Light passes through both layers, giving this compact pendant more depth than a conventional single-globe shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__intro-stat\"\u003e\n\u003csmall\u003e Overall Size \u003c\/small\u003e \u003cstrong\u003e Ø7.9\" × H8.3\" \u003c\/strong\u003e \u003cspan\u003e Ø20 × H21cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-shellie__facts\"\u003e\n\u003cdiv class=\"stb-shellie__fact\"\u003e\n\u003csmall\u003e Glass \u003c\/small\u003e \u003cstrong\u003e Hand-Blown · 2 Layers \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__fact\"\u003e\n\u003csmall\u003e Finishes \u003c\/small\u003e \u003cstrong\u003e Amber \/ Clear \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__fact\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__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       GLASS DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"shellie-detail-section\" class=\"stb-shellie__detail\"\u003e\n\u003cdiv class=\"stb-shellie__detail-media\"\u003e\u003ca href=\"#shellie-detail\" class=\"stb-shellie__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shellie-coastal-pendant-light-hand-blown-glass-stuberlighting_27.jpg?v=1780800925\" alt=\"Shellie Coastal Pendant Light hand-blown nested glass detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-shellie__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__detail-copy\"\u003e\n\u003cspan class=\"stb-shellie__eyebrow\"\u003e Glass Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-shellie__section-title\"\u003eA Globe Inside a Globe.\u003c\/h3\u003e\n\u003cp\u003eThe clear outer glass forms the silhouette, while the smaller inner sphere surrounds the bulb. The brass stem adds just enough warmth without competing with the glass itself.\u003c\/p\u003e\n\u003cdiv class=\"stb-shellie__tags\"\u003e\n\u003cspan class=\"stb-shellie__tag\"\u003e Hand-Blown Glass \u003c\/span\u003e \u003cspan class=\"stb-shellie__tag\"\u003e Nested Spheres \u003c\/span\u003e \u003cspan class=\"stb-shellie__tag\"\u003e Brass Stem \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GLASS DETAIL LIGHTBOX --\u003e \u003ca id=\"shellie-detail\" href=\"#shellie-detail-section\" class=\"stb-shellie__lightbox\"\u003e \u003cspan class=\"stb-shellie__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shellie-coastal-pendant-light-hand-blown-glass-stuberlighting_27.jpg?v=1780800925\" alt=\"Enlarged Shellie hand-blown glass detail\"\u003e \u003cspan class=\"stb-shellie__lightbox-caption\"\u003e Shellie · Hand-Blown Glass Detail \u003c\/span\u003e \u003cspan class=\"stb-shellie__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LAYERED GLASS\n  ====================================================== --\u003e\n\u003csection class=\"stb-shellie__layered\"\u003e\n\u003cdiv class=\"stb-shellie__layered-title\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e The Second Layer Changes the Glow. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__layered-copy\"\u003e\n\u003cp\u003eInstead of placing the bulb directly behind one glass surface, Shellie surrounds it with an inner globe first. Light then continues through the clear outer sphere, creating a softer layered appearance with more visual depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       AMBER \/ CLEAR LIGHT EFFECT\n  ====================================================== --\u003e\n\u003csection class=\"stb-shellie__finishes\"\u003e\n\u003cdiv class=\"stb-shellie__finishes-head\"\u003e\n\u003cspan class=\"stb-shellie__eyebrow\"\u003e Choose the Glass Mood \u003c\/span\u003e\n\u003ch3 class=\"stb-shellie__section-title\"\u003eAmber for Warmth. Clear for Clarity.\u003c\/h3\u003e\n\u003cp class=\"stb-shellie__section-copy\"\u003eThe shape stays the same. What changes is how the inner glass reads when the pendant is switched on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__finish-grid\"\u003e\n\u003c!-- AMBER --\u003e\n\u003carticle id=\"shellie-amber-section\" class=\"stb-shellie__finish-card\"\u003e\n\u003cdiv class=\"stb-shellie__finish-media\"\u003e\u003ca href=\"#shellie-amber\" class=\"stb-shellie__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shellie-coastal-pendant-light-hand-blown-glass-stuberlighting_14.jpg?v=1780800924\" alt=\"Shellie Brass and Amber pendant light switched off and illuminated comparison\" loading=\"lazy\"\u003e \u003cspan class=\"stb-shellie__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__finish-copy\"\u003e\n\u003csmall\u003e Brass \u0026amp; Amber \u003c\/small\u003e \u003cstrong\u003e Warmer, Softer Glow \u003c\/strong\u003e\n\u003cp\u003eThe amber inner glass adds warmth and gives the pendant a more atmospheric, sunset-like appearance after dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- CLEAR --\u003e\n\u003carticle id=\"shellie-clear-section\" class=\"stb-shellie__finish-card\"\u003e\n\u003cdiv class=\"stb-shellie__finish-media\"\u003e\u003ca href=\"#shellie-clear\" class=\"stb-shellie__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shellie-coastal-pendant-light-hand-blown-glass-stuberlighting_15.jpg?v=1780800924\" alt=\"Shellie Brass and Clear pendant light switched off and illuminated comparison\" loading=\"lazy\"\u003e \u003cspan class=\"stb-shellie__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__finish-copy\"\u003e\n\u003csmall\u003e Brass \u0026amp; Clear \u003c\/small\u003e \u003cstrong\u003e Cleaner, More Transparent \u003c\/strong\u003e\n\u003cp\u003eClear-on-clear glass keeps the fixture visually lighter and works naturally in brighter, more minimal coastal-modern interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       AMBER \/ CLEAR LIGHTBOXES\n  ====================================================== --\u003e \u003ca id=\"shellie-amber\" href=\"#shellie-amber-section\" class=\"stb-shellie__lightbox\"\u003e \u003cspan class=\"stb-shellie__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shellie-coastal-pendant-light-hand-blown-glass-stuberlighting_14.jpg?v=1780800924\" alt=\"Enlarged Shellie amber on and off comparison\"\u003e \u003cspan class=\"stb-shellie__lightbox-caption\"\u003e Shellie · Brass \u0026amp; Amber \u003c\/span\u003e \u003cspan class=\"stb-shellie__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"shellie-clear\" href=\"#shellie-clear-section\" class=\"stb-shellie__lightbox\"\u003e \u003cspan class=\"stb-shellie__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shellie-coastal-pendant-light-hand-blown-glass-stuberlighting_15.jpg?v=1780800924\" alt=\"Enlarged Shellie clear on and off comparison\"\u003e \u003cspan class=\"stb-shellie__lightbox-caption\"\u003e Shellie · Brass \u0026amp; Clear \u003c\/span\u003e \u003cspan class=\"stb-shellie__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SINGLE \/ SET OF TWO\n  ====================================================== --\u003e\n\u003csection class=\"stb-shellie__config\"\u003e\n\u003cdiv class=\"stb-shellie__config-card\"\u003e\n\u003csmall\u003e Single Fixture \u003c\/small\u003e \u003cstrong\u003e One Quiet Accent \u003c\/strong\u003e\n\u003cp\u003eWorks well above one nightstand, in an entry, reading corner or over a small dining area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__config-card stb-shellie__config-card--featured\"\u003e\n\u003csmall\u003e Set of Two \u003c\/small\u003e \u003cstrong\u003e Better for Symmetry \u003c\/strong\u003e\n\u003cp\u003eChoose two for matching bedside pendants, double-vanity layouts or a balanced pair above a breakfast bar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSIONS\n  ====================================================== --\u003e\n\u003csection id=\"shellie-size-section\" class=\"stb-shellie__dimension\"\u003e\n\u003cdiv class=\"stb-shellie__dimension-media\"\u003e\u003ca href=\"#shellie-size\" class=\"stb-shellie__dimension-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shellie-coastal-pendant-light-hand-blown-glass-stuberlighting_6.jpg?v=1780800925\" alt=\"Shellie Coastal Pendant Light dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-shellie__hint\"\u003e Enlarge Dimensions ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__dimension-copy\"\u003e\n\u003cspan class=\"stb-shellie__eyebrow\"\u003e Compact Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-shellie__section-title\"\u003eSmall Enough for Bedside or Vanity Use.\u003c\/h3\u003e\n\u003cp\u003eShellie's 7.9\" diameter keeps the fixture compact enough to install singly or in pairs without making the surrounding wall or ceiling feel crowded.\u003c\/p\u003e\n\u003cdiv class=\"stb-shellie__dimension-pills\"\u003e\n\u003cspan\u003e Ø7.9\" \/ 20cm \u003c\/span\u003e \u003cspan\u003e H8.3\" \/ 21cm \u003c\/span\u003e \u003cspan\u003e 59\" Cord \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DIMENSION LIGHTBOX --\u003e \u003ca id=\"shellie-size\" href=\"#shellie-size-section\" class=\"stb-shellie__lightbox\"\u003e \u003cspan class=\"stb-shellie__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shellie-coastal-pendant-light-hand-blown-glass-stuberlighting_6.jpg?v=1780800925\" alt=\"Enlarged Shellie pendant dimensions\"\u003e \u003cspan class=\"stb-shellie__lightbox-caption\"\u003e Ø7.9\" × H8.3\" · Ø20 × H21cm \u003c\/span\u003e \u003cspan class=\"stb-shellie__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-shellie__practical\"\u003e\n\u003cdiv class=\"stb-shellie__practical-card\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 LED Bulb Included \u003c\/strong\u003e\n\u003cp\u003eStandard replaceable socket makes future bulb changes simple. Compatible E26 \/ E27 LED or Edison-style bulbs can also be used up to 40W.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__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 or request additional suspension length when installing beneath a taller ceiling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GLASS NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-shellie__note\"\u003e\n\u003cdiv class=\"stb-shellie__note-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Amber and clear glass create noticeably different moods after dark. \u003c\/strong\u003e\n\u003cp\u003eChoose Amber when you want the pendant itself to add warmth. Choose Clear when you want the brass and layered glass structure to read more cleanly and transparently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-shellie__specs\"\u003e\n\u003cdiv class=\"stb-shellie__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Shellie \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__spec\"\u003e\n\u003cspan\u003e Dimensions \u003c\/span\u003e \u003cstrong\u003e Ø7.9\" × H8.3\" \/ Ø20 × H21cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Metal  · Brass  ·  Glass \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__spec\"\u003e\n\u003cspan\u003e Finishes \u003c\/span\u003e \u003cstrong\u003e Brass \u0026amp; Amber · Brass \u0026amp; Clear \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__spec\"\u003e\n\u003cspan\u003e Configuration \u003c\/span\u003e \u003cstrong\u003e Single Fixture · Set of Two \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e E14 LED Bulb Included · Compatible with LED or Edison-Style Bulbs · Max 40W Per Socket \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__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-shellie__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-shellie__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Compatible with Standard Wall Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-shellie__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-shellie__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-shellie__faq\"\u003e\u003cspan class=\"stb-shellie__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-shellie__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the difference between Amber and Clear?\u003c\/summary\u003e\n\u003cp\u003eAmber adds more warmth to the appearance of the illuminated inner glass. Clear keeps the fixture brighter and visually more transparent, while preserving the same nested-globe structure.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I order one or a set of two?\u003c\/summary\u003e\n\u003cp\u003eOne fixture works well as an individual accent. A set of two is better for symmetrical bedside installations, double vanities or paired placement over a counter.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bulb included?\u003c\/summary\u003e\n\u003cp\u003eYes. A compatible E14 LED bulb is included. The standard socket also allows future replacement with another compatible LED or Edison-style bulb.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hanging length be extended?\u003c\/summary\u003e\n\u003cp\u003eYes. Shellie includes a 59\" adjustable cord. Additional suspension 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-shellie__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 7.9\"xH8.3\" \/ Brass \u0026 Clear","offer_id":52305898078491,"sku":"STB-PD-SHELLIE-CLEAR-S1","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 7.9\"xH8.3\" \/ Brass \u0026 Amber","offer_id":52305898111259,"sku":"STB-PD-SHELLIE-AMBER-S1","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Set Of 2 \/ Brass \u0026 Clear","offer_id":52305898144027,"sku":"STB-PD-SHELLIE-CLEAR-S2","price":295.0,"currency_code":"USD","in_stock":true},{"title":"Set Of 2 \/ Brass \u0026 Amber","offer_id":52305898176795,"sku":"STB-PD-SHELLIE-AMBER-S2","price":295.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shellie-coastal-pendant-light-hand-blown-glass-stuberlighting_1.jpg?v=1780800925"},{"product_id":"ginkgo-botanical-brass-porcelain-pendant-light","title":"Ginkgo Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — GINKGO\n   BOTANICAL BRASS \u0026 PORCELAIN PENDANT\n\n   LEAF \/ MODEL \/ GLOW\n\n   QUIET LUXURY · CONCISE SHOPPER-FIRST\n   EDITORIAL + SELECTIVE CARDS\n   NO FULL BACKGROUND FILL\n\n   ESPRESSO · PORCELAIN · BRASS · CREAM\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-ginkgo{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#655546;\n  --muted:#81715F;\n\n  --gold:#C8A96E;\n  --gold-deep:#987344;\n  --brass:#A47A48;\n\n  --porcelain:#FAF8F3;\n  --cream:#F7F0E3;\n  --paper:#FBF8F2;\n  --ivory:#FFFDF8;\n\n  --line:#DED2BD;\n  --line-soft:#EAE1D3;\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-ginkgo *,\n.stb-ginkgo *::before,\n.stb-ginkgo *::after{\n  box-sizing:border-box;\n}\n\n.stb-ginkgo h2,\n.stb-ginkgo h3,\n.stb-ginkgo p{\n  margin-top:0;\n}\n\n.stb-ginkgo h2,\n.stb-ginkgo 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-ginkgo 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\n\/* =========================================================\n   OUTER FRAME\n========================================================= *\/\n\n.gin-shell{\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.gin-shell::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.gin-shell::after{\n  content:\"\";\n\n  position:absolute;\n  top:11px;\n  left:29px;\n\n  width:31px;\n  height:1px;\n\n  background:var(--brass);\n}\n\n\n\/* =========================================================\n   01 — INTRO \/ COMPARISON\n========================================================= *\/\n\n.gin-intro{\n  padding:20px 0 30px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.gin-intro__top{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,145px);\n\n  gap:31px;\n  align-items:end;\n}\n\n.gin-kicker{\n  margin:0 0 7px !important;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.gin-intro h2{\n  max-width:600px;\n\n  margin:0 0 9px;\n\n  font-size:35px;\n  line-height:1.03;\n}\n\n.gin-intro__copy \u003e p{\n  max-width:575px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:13px;\n}\n\n\n\/* SCALE RAIL *\/\n\n.gin-intro__scale{\n  padding-left:15px;\n\n  border-left:2px solid var(--gold);\n}\n\n.gin-intro__scale small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--muted);\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.gin-intro__scale 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:.92;\n\n  font-weight:500;\n}\n\n.gin-intro__scale span{\n  display:block;\n\n  margin-top:7px;\n\n  color:#756452;\n\n  font-size:10px;\n  line-height:1.5;\n}\n\n\n\/* COMPARISON *\/\n\n.gin-comparison{\n  display:grid;\n  grid-template-columns:minmax(0,220px) minmax(0,1fr);\n\n  gap:27px;\n  align-items:center;\n\n  margin-top:23px;\n  padding-top:22px;\n\n  border-top:1px solid var(--line);\n}\n\n.gin-comparison__image{\n  width:220px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--gold);\n}\n\n.gin-comparison__image 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.gin-comparison__image img{\n  max-height:205px !important;\n}\n\n.gin-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:8.3px;\n\n  text-align:center;\n}\n\n\n\/* QUICK DECISIONS *\/\n\n.gin-comparison__copy \u003e small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--gold-deep);\n\n  font-size:8px;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.gin-comparison__copy h3{\n  margin:0 0 7px;\n\n  font-size:22px;\n}\n\n.gin-comparison__copy \u003e p{\n  max-width:480px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11px;\n}\n\n.gin-quick{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:12px;\n}\n\n.gin-quick__item{\n  min-width:0;\n\n  padding:9px 10px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.gin-quick__item:nth-child(1){\n  background:#F7F0E4;\n}\n\n.gin-quick__item:nth-child(2){\n  background:#FAF8F3;\n}\n\n.gin-quick__item:nth-child(3){\n  background:#F4ECE1;\n}\n\n.gin-quick__item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:7.3px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.gin-quick__item strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:9.6px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   02 — LEAF \/ MODEL SELECTOR\n========================================================= *\/\n\n.gin-model{\n  padding:32px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.gin-model__head{\n  display:grid;\n  grid-template-columns:minmax(0,180px) minmax(0,1fr);\n\n  gap:30px;\n\n  margin-bottom:16px;\n}\n\n.gin-model__head h3{\n  margin:0;\n\n  font-size:24px;\n}\n\n.gin-model__head p{\n  max-width:485px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n}\n\n\n\/* LEAF DETAIL + MODELS *\/\n\n.gin-model-layout{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:21px;\n}\n\n\n\/* DETAIL *\/\n\n.gin-detail{\n  min-width:0;\n\n  padding:7px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--brass);\n\n  border-radius:6px;\n}\n\n.gin-detail__image{\n  width:155px;\n  max-width:100%;\n\n  margin:0 auto;\n\n  overflow:hidden;\n}\n\n.gin-detail__image a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.gin-detail__image img{\n  max-height:150px !important;\n}\n\n.gin-detail__copy{\n  padding:8px 5px 3px;\n}\n\n.gin-detail__copy small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:7.5px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.gin-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  font-weight:500;\n}\n\n.gin-detail__copy p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:9.5px;\n  line-height:1.4;\n}\n\n\n\/* MODEL GRID *\/\n\n.gin-model-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n}\n\n.gin-model-card{\n  min-width:0;\n\n  padding:8px 8px 12px;\n\n  border:1px solid var(--line);\n\n  border-radius:6px;\n}\n\n.gin-model-card--a{\n  background:#F7F0E4;\n  border-top:2px solid var(--gold);\n}\n\n.gin-model-card--b{\n  background:#FAF8F3;\n  border-top:2px solid #B8AA95;\n}\n\n\n\/* MODEL IMAGE *\/\n\n.gin-model-card__image{\n  width:135px;\n  max-width:100%;\n\n  margin:0 auto 8px;\n\n  overflow:hidden;\n}\n\n.gin-model-card__image a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.gin-model-card__image img{\n  max-height:128px !important;\n}\n\n.gin-model-card small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:7.4px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.gin-model-card h3{\n  margin:1px 0 3px;\n\n  font-size:18px;\n}\n\n.gin-model-card__size{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n}\n\n.gin-model-card p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:9.6px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   03 — GLOW \/ DROP\n========================================================= *\/\n\n.gin-glow{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:24px;\n  align-items:center;\n\n  margin:31px 0;\n\n  padding:22px 23px;\n\n  background:var(--espresso);\n\n  border-radius:8px;\n}\n\n.gin-glow__mark{\n  padding-right:20px;\n\n  border-right:1px solid rgba(255,255,255,.16);\n}\n\n.gin-glow__mark small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--gold);\n\n  font-size:8px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.gin-glow__mark strong{\n  display:block;\n\n  color:#FFF7E9;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:30px;\n  line-height:.9;\n\n  font-weight:500;\n}\n\n.gin-glow__mark span{\n  display:block;\n\n  margin-top:6px;\n\n  color:#CFC5B7;\n\n  font-size:9px;\n}\n\n.gin-glow__copy h3{\n  margin:0 0 5px;\n\n  color:#FFF7EA;\n\n  font-size:20px;\n}\n\n.gin-glow__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:#D5CCBF;\n\n  font-size:10.5px;\n}\n\n.gin-glow__facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:14px;\n\n  margin-top:9px;\n  padding-top:9px;\n\n  border-top:1px solid rgba(255,255,255,.14);\n}\n\n.gin-glow__facts span{\n  color:#D8CFC2;\n\n  font-size:9px;\n}\n\n.gin-glow__facts strong{\n  color:#FFF7E9;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.gin-specs{\n  padding:31px 0;\n\n  border-top:1px solid var(--line);\n}\n\n.gin-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.gin-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.gin-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.gin-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.gin-spec-row{\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.gin-spec-row__label{\n  color:#806C58;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.gin-spec-row__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11px;\n  font-weight:500;\n  line-height:1.5;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* NOTES *\/\n\n.gin-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:12px;\n}\n\n.gin-handmade,\n.gin-cert{\n  min-width:0;\n\n  padding:10px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.gin-handmade{\n  border-left:3px solid var(--brass);\n}\n\n.gin-cert{\n  border-left:3px solid var(--gold);\n}\n\n.gin-handmade small,\n.gin-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:7.8px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.gin-handmade span,\n.gin-cert strong{\n  display:block;\n\n  color:#4F4033;\n\n  font-size:9.8px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.gin-shipping{\n  position:relative;\n\n  padding:20px 21px;\n\n  background:#F7F0E3;\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n\n  border-radius:7px 7px 0 0;\n}\n\n.gin-shipping::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:6px;\n  left:21px;\n\n  width:52px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.gin-shipping h3{\n  margin:0 0 9px;\n\n  font-size:20px;\n}\n\n.gin-shipping p{\n  margin:0 0 6px;\n\n  color:#5E4F41;\n\n  font-size:11.5px;\n}\n\n.gin-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.gin-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.gin-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:20px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.gin-lightbox:target{\n  display:flex;\n}\n\n.gin-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.gin-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.gin-lightbox__inner span{\n  margin-top:10px;\n\n  color:#DEC9A5;\n\n  font-size:9.5px;\n  letter-spacing:.08em;\n\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .gin-shell{\n    padding:25px 18px 0;\n  }\n\n  .gin-shell::before,\n  .gin-shell::after{\n    left:18px;\n  }\n\n\n  .gin-intro__top{\n    grid-template-columns:minmax(0,1fr) minmax(0,115px);\n\n    gap:18px;\n  }\n\n  .gin-intro h2{\n    font-size:29px;\n  }\n\n\n  .gin-comparison{\n    grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .gin-comparison__image{\n    width:170px;\n  }\n\n  .gin-comparison__image img{\n    max-height:160px !important;\n  }\n\n\n  .gin-model__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .gin-model-layout{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n    gap:15px;\n  }\n\n\n  .gin-glow{\n    grid-template-columns:minmax(0,105px) minmax(0,1fr);\n\n    gap:18px;\n  }\n\n\n  .gin-spec-row{\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:500px){\n\n  .gin-intro__top{\n    grid-template-columns:1fr;\n  }\n\n  .gin-intro__scale{\n    width:160px;\n  }\n\n\n  .gin-comparison{\n    grid-template-columns:1fr;\n  }\n\n  .gin-comparison__image{\n    width:170px;\n\n    margin:0;\n  }\n\n\n  .gin-quick{\n    grid-template-columns:1fr;\n  }\n\n\n  .gin-model-layout{\n    grid-template-columns:1fr;\n  }\n\n  .gin-detail{\n    width:135px;\n  }\n\n  .gin-detail__image{\n    width:120px;\n  }\n\n\n  .gin-model-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .gin-model-card__image{\n    width:105px;\n  }\n\n\n  .gin-glow{\n    grid-template-columns:1fr;\n\n    gap:9px;\n\n    padding:17px;\n  }\n\n  .gin-glow__mark{\n    padding:0 0 9px;\n\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.16);\n  }\n\n\n  .gin-specs__head{\n    display:block;\n  }\n\n  .gin-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .gin-spec-row{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .gin-spec-row__label{\n    color:var(--gold-deep);\n\n    font-size:9.5px;\n    font-weight:600;\n\n    letter-spacing:.05em;\n    text-transform:uppercase;\n  }\n\n  .gin-spec-row__value{\n    font-size:11.5px;\n  }\n\n\n  .gin-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-ginkgo\" id=\"ginkgo-root\"\u003e\n\u003cdiv class=\"gin-shell\"\u003e\n\u003c!-- =====================================================\n         01 — INTRO + COMPARISON\n    ====================================================== --\u003e\n\u003csection class=\"gin-intro\"\u003e\n\u003cdiv class=\"gin-intro__top\"\u003e\n\u003cdiv class=\"gin-intro__copy\"\u003e\n\u003cp class=\"gin-kicker\"\u003eGinkgo · Botanical Brass \u0026amp; Porcelain Pendant\u003c\/p\u003e\n\u003ch2\u003eChoose the Leaf Composition, Not the Size\u003c\/h2\u003e\n\u003cp\u003eGinkgo brings hand-cast porcelain leaves around a frosted glass orb and brass halo. Model A and Model B share the same overall dimensions — the difference is how the leaves shape the silhouette around the light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-intro__scale\"\u003e\n\u003csmall\u003e Both Models \u003c\/small\u003e \u003cstrong\u003e Ø15.7\" \u003c\/strong\u003e \u003cspan\u003e H11.8\" \/ 30cm\u003cbr\u003eØ40cm overall \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COMPARISON IMAGE --\u003e\n\u003cdiv class=\"gin-comparison\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gin-comparison__image\"\u003e\u003ca href=\"#gin-comparison-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ginkgo-botanical-brass-porcelain-pendant-light-stuberlighting_14.jpg?v=1780820450\" alt=\"Ginkgo Botanical Brass and Porcelain Pendant Light showing two leaf-cluster compositions\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"gin-caption\"\u003eModel comparison · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-comparison__copy\"\u003e\n\u003csmall\u003e Leaf \/ Model \/ Glow \u003c\/small\u003e\n\u003ch3\u003eSame Materials. Two Different Silhouettes.\u003c\/h3\u003e\n\u003cp\u003eChoose A when you want the porcelain leaves to feel fuller around the light. Choose B when you prefer more open space between the brass ring, leaves and glass orb.\u003c\/p\u003e\n\u003cdiv class=\"gin-quick\"\u003e\n\u003cdiv class=\"gin-quick__item\"\u003e\n\u003csmall\u003e Model A \u003c\/small\u003e \u003cstrong\u003e Denser Leaves \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-quick__item\"\u003e\n\u003csmall\u003e Model B \u003c\/small\u003e \u003cstrong\u003e Airier Leaves \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-quick__item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 — LEAF DETAIL + MODEL SELECTOR\n    ====================================================== --\u003e\n\u003csection class=\"gin-model\"\u003e\n\u003cdiv class=\"gin-model__head\"\u003e\n\u003ch3\u003eLook at the Leaves First\u003c\/h3\u003e\n\u003cp\u003eThe hand-cast porcelain gives the fixture its character. Both models use the same porcelain, frosted glass and brass; only the arrangement changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-model-layout\"\u003e\n\u003c!-- PORCELAIN DETAIL --\u003e\n\u003cdiv class=\"gin-detail\"\u003e\n\u003cdiv class=\"gin-detail__image\"\u003e\u003ca href=\"#gin-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ginkgo-botanical-brass-porcelain-pendant-light-stuberlighting_2.jpg?v=1780820450\" alt=\"Close-up of hand-cast white porcelain ginkgo leaf with brass structure\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"gin-detail__copy\"\u003e\n\u003csmall\u003e Porcelain Detail \u003c\/small\u003e \u003cstrong\u003e Soft Veins, Matte White \u003c\/strong\u003e\n\u003cp\u003eSlight variation is part of the hand-cast porcelain character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TWO MODELS --\u003e\n\u003cdiv class=\"gin-model-grid\"\u003e\n\u003c!-- MODEL A --\u003e\n\u003cdiv class=\"gin-model-card gin-model-card--a\"\u003e\n\u003cdiv class=\"gin-model-card__image\"\u003e\u003ca href=\"#gin-model-a-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ginkgo-botanical-brass-porcelain-pendant-light-stuberlighting_21.jpg?v=1780820450\" alt=\"Ginkgo Model A dimension drawing showing 15.7 inch diameter and 11.8 inch height\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Model A \u003c\/small\u003e\n\u003ch3\u003eFuller Composition\u003c\/h3\u003e\n\u003cspan class=\"gin-model-card__size\"\u003e Ø15.7\" × H11.8\" \u003c\/span\u003e\n\u003cp\u003eDenser leaf placement creates a more sculptural, wrapped appearance around the orb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- MODEL B --\u003e\n\u003cdiv class=\"gin-model-card gin-model-card--b\"\u003e\n\u003cdiv class=\"gin-model-card__image\"\u003e\u003ca href=\"#gin-model-b-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ginkgo-botanical-brass-porcelain-pendant-light-stuberlighting_4.jpg?v=1780820450\" alt=\"Ginkgo Model B dimension drawing showing 15.7 inch diameter and 11.8 inch height\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Model B \u003c\/small\u003e\n\u003ch3\u003eMore Open Composition\u003c\/h3\u003e\n\u003cspan class=\"gin-model-card__size\"\u003e Ø15.7\" × H11.8\" \u003c\/span\u003e\n\u003cp\u003eMore dispersed leaves reveal more of the brass halo and give the silhouette extra breathing room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         03 — GLOW \/ DROP\n    ====================================================== --\u003e\n\u003csection class=\"gin-glow\"\u003e\n\u003cdiv class=\"gin-glow__mark\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e \u003cspan\u003e adjustable\u003cbr\u003eextendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-glow__copy\"\u003e\n\u003ch3\u003eSoft Light Inside a Sculptural Frame\u003c\/h3\u003e\n\u003cp\u003eThe frosted glass orb softens the bulb while the porcelain leaves break up the silhouette around it. Use the adjustable suspension to set the fixture at the right visual height for the room.\u003c\/p\u003e\n\u003cdiv class=\"gin-glow__facts\"\u003e\n\u003cspan\u003e \u003cstrong\u003eE12\u003c\/strong\u003e North America \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eBulb Included\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eDimmer Compatible\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\/section\u003e\n\u003c!-- =====================================================\n         04 — PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"gin-specs\"\u003e\n\u003cdiv class=\"gin-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Ginkgo · Brass \u0026amp; Porcelain Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-spec-list\"\u003e\n\u003cdiv class=\"gin-spec-row\"\u003e\n\u003cspan class=\"gin-spec-row__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"gin-spec-row__value\"\u003e Model A \/ Model B · Ø15.7\" × H11.8\" \/ Ø40 × H30cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-spec-row\"\u003e\n\u003cspan class=\"gin-spec-row__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"gin-spec-row__value\"\u003e Brass halo · Frosted glass orb · Hand-cast porcelain leaves \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-spec-row\"\u003e\n\u003cspan class=\"gin-spec-row__label\"\u003e Finish \u003c\/span\u003e \u003cspan class=\"gin-spec-row__value\"\u003e Gold \/ Brass · White Porcelain \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-spec-row\"\u003e\n\u003cspan class=\"gin-spec-row__label\"\u003e Configuration \u003c\/span\u003e \u003cspan class=\"gin-spec-row__value\"\u003e Model A — denser leaf cluster · Model B — softer, more dispersed arrangement \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-spec-row\"\u003e\n\u003cspan class=\"gin-spec-row__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"gin-spec-row__value\"\u003e E12 (North America) · Bulb Included: Yes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-spec-row\"\u003e\n\u003cspan class=\"gin-spec-row__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"gin-spec-row__value\"\u003e Compatible with a dimmable bulb and compatible wall dimmer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-spec-row\"\u003e\n\u003cspan class=\"gin-spec-row__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"gin-spec-row__value\"\u003e 59\" adjustable cord · Extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-spec-row\"\u003e\n\u003cspan class=\"gin-spec-row__label\"\u003e Electrical \/ Control \u003c\/span\u003e \u003cspan class=\"gin-spec-row__value\"\u003e AC 110–240V · Standard wall switch or compatible dimmer · Control not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-spec-row\"\u003e\n\u003cspan class=\"gin-spec-row__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"gin-spec-row__value\"\u003e Hardwired · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-spec-row\"\u003e\n\u003cspan class=\"gin-spec-row__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"gin-spec-row__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-notes\"\u003e\n\u003cdiv class=\"gin-handmade\"\u003e\n\u003csmall\u003e Porcelain Note \u003c\/small\u003e \u003cspan\u003e Each porcelain leaf is hand-cast, so slight differences in shape and surface are part of the material character. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gin-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\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=\"gin-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 — COMPARISON\n  ====================================================== --\u003e \u003ca id=\"gin-comparison-large\" href=\"#ginkgo-root\" class=\"gin-lightbox\"\u003e \u003cspan class=\"gin-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ginkgo-botanical-brass-porcelain-pendant-light-stuberlighting_14.jpg?v=1780820450\" alt=\"Enlarged Ginkgo Model A and Model B comparison\"\u003e \u003cspan\u003e Model A \/ Model B · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — PORCELAIN DETAIL\n  ====================================================== --\u003e \u003ca id=\"gin-detail-large\" href=\"#ginkgo-root\" class=\"gin-lightbox\"\u003e \u003cspan class=\"gin-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ginkgo-botanical-brass-porcelain-pendant-light-stuberlighting_2.jpg?v=1780820450\" alt=\"Enlarged hand-cast porcelain ginkgo leaf detail\"\u003e \u003cspan\u003e Hand-Cast Porcelain Leaf · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — MODEL A\n  ====================================================== --\u003e \u003ca id=\"gin-model-a-large\" href=\"#ginkgo-root\" class=\"gin-lightbox\"\u003e \u003cspan class=\"gin-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ginkgo-botanical-brass-porcelain-pendant-light-stuberlighting_21.jpg?v=1780820450\" alt=\"Enlarged Ginkgo Model A dimensions\"\u003e \u003cspan\u003e Model A · Ø15.7\" × H11.8\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — MODEL B\n  ====================================================== --\u003e \u003ca id=\"gin-model-b-large\" href=\"#ginkgo-root\" class=\"gin-lightbox\"\u003e \u003cspan class=\"gin-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ginkgo-botanical-brass-porcelain-pendant-light-stuberlighting_4.jpg?v=1780820450\" alt=\"Enlarged Ginkgo Model B dimensions\"\u003e \u003cspan\u003e Model B · Ø15.7\" × H11.8\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Model A  15.7\"x H 11.8\" \/Dia 40cm x H 30cm \/ Gold \u0026 White","offer_id":52306321637659,"sku":"STB-PD-GINKGO-A","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Model B  15.7\"xH11.8\"\/Dia 40cmxH 30cm \/ Gold \u0026 White","offer_id":52306321670427,"sku":"STB-PD-GINKGO-B","price":225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ginkgo-botanical-brass-porcelain-pendant-light-stuberlighting_1.jpg?v=1780820450"},{"product_id":"mochi-mini-led-pendant-light-reading-corner-desk","title":"Mochi Mini Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — MOCHI MINI LED PENDANT\n   Compact Task Light · Quiet Editorial · No Page Background\n========================================================= *\/\n\n.stb-mochi{\n  --ivory:#FFFDF9;\n  --cream:#F6F0E8;\n\n  --dark:#211812;\n  --espresso:#35271F;\n\n  --text:#4C3E34;\n  --muted:#776A60;\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-mochi *,\n.stb-mochi *::before,\n.stb-mochi *::after{\n  box-sizing:border-box;\n}\n\n.stb-mochi h2,\n.stb-mochi 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-mochi p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   TYPE\n========================================================= *\/\n\n.stb-mochi__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-mochi__title{\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.stb-mochi__section-title{\n  margin:0 0 7px;\n\n  font-size:21px;\n  line-height:1.25;\n}\n\n.stb-mochi__section-copy{\n  max-width:620px;\n\n  margin:0;\n\n  color:#62564D;\n\n  font-size:12.8px;\n  line-height:1.62;\n}\n\n.stb-mochi__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#837366;\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-mochi__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 180px;\n\n  gap:30px;\n  align-items:end;\n\n  padding:4px 0 22px;\n}\n\n.stb-mochi__intro-copy{\n  max-width:640px;\n}\n\n.stb-mochi__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-mochi__intro-stat{\n  padding:14px 16px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-mochi__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-mochi__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-mochi__intro-stat span{\n  color:#D6C9BC;\n\n  font-size:10.8px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-mochi__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:29px;\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-mochi__fact{\n  padding:12px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-mochi__fact:last-child{\n  border-right:0;\n}\n\n.stb-mochi__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-mochi__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   PRODUCT DETAIL\n========================================================= *\/\n\n.stb-mochi__detail{\n  display:grid;\n  grid-template-columns:115px minmax(0,1fr);\n\n  gap:20px;\n  align-items:center;\n\n  margin-bottom:29px;\n  padding:14px;\n\n  background:var(--cream);\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-mochi__detail-media{\n  width:105px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-mochi__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  overflow:visible;\n}\n\n.stb-mochi__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-mochi__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-mochi__tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-mochi__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 THE SCALE WORKS\n========================================================= *\/\n\n.stb-mochi__scale{\n  display:grid;\n  grid-template-columns:165px minmax(0,1fr);\n\n  margin-bottom:29px;\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-mochi__scale-title{\n  padding:16px 17px;\n\n  background:var(--espresso);\n}\n\n.stb-mochi__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-mochi__scale-title strong{\n  color:#FFF5E8;\n\n  font-size:13.3px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-mochi__scale-copy{\n  padding:16px 18px;\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-mochi__scale-copy p{\n  margin:0;\n\n  color:#60534A;\n\n  font-size:11.9px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   USE CASE STRIP\n========================================================= *\/\n\n.stb-mochi__uses{\n  margin-bottom:29px;\n}\n\n.stb-mochi__uses-head{\n  margin-bottom:11px;\n}\n\n.stb-mochi__use-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n}\n\n.stb-mochi__use-card{\n  padding:13px 14px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-mochi__use-card--featured{\n  border-top:2px solid var(--gold);\n}\n\n.stb-mochi__use-card 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-mochi__use-card strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:12px;\n  font-weight:500;\n}\n\n.stb-mochi__use-card p{\n  margin:0;\n\n  color:#706359;\n\n  font-size:10.6px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   COLOR TEMPERATURE\n========================================================= *\/\n\n.stb-mochi__temperature{\n  margin-bottom:29px;\n}\n\n.stb-mochi__temperature-head{\n  display:flex;\n  align-items:end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:10px;\n}\n\n.stb-mochi__temperature-head p{\n  max-width:430px;\n\n  margin:0;\n\n  color:#706359;\n\n  font-size:11.5px;\n  line-height:1.55;\n}\n\n.stb-mochi__temperature-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  overflow:hidden;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-mochi__temperature-item{\n  padding:13px 14px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-mochi__temperature-item:last-child{\n  border-right:0;\n}\n\n.stb-mochi__temperature-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#887467;\n\n  font-size:9px;\n  font-weight:600;\n}\n\n.stb-mochi__temperature-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:12.3px;\n  font-weight:500;\n}\n\n.stb-mochi__temperature-item p{\n  margin:0;\n\n  color:#74675D;\n\n  font-size:10.4px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   DIMENSION\n========================================================= *\/\n\n.stb-mochi__dimension{\n  display:grid;\n  grid-template-columns:125px minmax(0,1fr);\n\n  gap:20px;\n  align-items:center;\n\n  margin-bottom:29px;\n  padding:13px 15px;\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-mochi__dimension-media{\n  width:115px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-mochi__dimension-link{\n  display:block;\n\n  width:100%;\n\n  padding:5px;\n\n  background:#FAF6F0;\n\n  border:1px solid #DDD2C5;\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-mochi__dimension-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-mochi__dimension-copy p{\n  max-width:520px;\n\n  margin:0 0 8px;\n\n  color:#62564D;\n\n  font-size:12px;\n  line-height:1.58;\n}\n\n.stb-mochi__dimension-pills{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-mochi__dimension-pills span{\n  padding:5px 8px;\n\n  background:var(--cream);\n\n  color:var(--dark);\n\n  font-size:10px;\n  font-weight:500;\n\n  border-radius:3px;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-mochi__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-bottom:29px;\n}\n\n.stb-mochi__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-mochi__practical-card:first-child{\n  border-top:2px solid var(--gold);\n}\n\n.stb-mochi__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-mochi__practical-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12.6px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-mochi__practical-card p{\n  margin:0;\n\n  color:#62564D;\n\n  font-size:11.3px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   READING HEIGHT NOTE\n========================================================= *\/\n\n.stb-mochi__note{\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 29px;\n}\n\n.stb-mochi__note-line{\n  background:var(--gold);\n}\n\n.stb-mochi__note strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:12.3px;\n}\n\n.stb-mochi__note p{\n  margin:0;\n\n  color:#675A50;\n\n  font-size:11.7px;\n  line-height:1.58;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.stb-mochi__specs{\n  margin-bottom:29px;\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-mochi__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-mochi__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-mochi__spec-head strong{\n  color:#FFF5E8;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-mochi__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-mochi__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-mochi__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-mochi__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-mochi__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n}\n\n.stb-mochi__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-mochi__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-mochi__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-mochi__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-mochi__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-mochi__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-mochi__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-mochi__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-mochi__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-mochi__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-mochi__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-mochi__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-mochi__lightbox:target{\n  display:flex;\n}\n\n.stb-mochi__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-mochi__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-mochi__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-mochi__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-mochi__intro{\n    grid-template-columns:1fr;\n\n    gap:12px;\n  }\n\n  .stb-mochi__title{\n    font-size:25px;\n  }\n\n  .stb-mochi__intro-stat{\n    max-width:250px;\n  }\n\n\n  .stb-mochi__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-mochi__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-mochi__fact:nth-child(1),\n  .stb-mochi__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-mochi__detail{\n    grid-template-columns:100px 1fr;\n\n    gap:14px;\n\n    padding:12px;\n  }\n\n  .stb-mochi__detail-media{\n    width:94px;\n  }\n\n\n  .stb-mochi__scale{\n    grid-template-columns:140px 1fr;\n  }\n\n\n  .stb-mochi__use-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-mochi__dimension{\n    grid-template-columns:105px 1fr;\n\n    gap:15px;\n  }\n\n  .stb-mochi__dimension-media{\n    width:98px;\n  }\n\n\n  .stb-mochi__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-mochi__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-mochi{\n    font-size:14px;\n  }\n\n\n  .stb-mochi__detail{\n    grid-template-columns:86px 1fr;\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-mochi__detail-media{\n    width:80px;\n  }\n\n\n  .stb-mochi__scale{\n    grid-template-columns:1fr;\n  }\n\n  .stb-mochi__scale-copy{\n    border-top:0;\n    border-left:1px solid var(--line);\n  }\n\n\n  .stb-mochi__temperature-head{\n    display:block;\n  }\n\n  .stb-mochi__temperature-head p{\n    margin-top:4px;\n  }\n\n  .stb-mochi__temperature-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-mochi__temperature-item{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .stb-mochi__temperature-item:last-child{\n    border-bottom:0;\n  }\n\n\n  .stb-mochi__dimension{\n    grid-template-columns:88px 1fr;\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-mochi__dimension-media{\n    width:82px;\n  }\n\n\n  .stb-mochi__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-mochi__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-mochi__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-mochi\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-mochi__intro\"\u003e\n\u003cdiv class=\"stb-mochi__intro-copy\"\u003e\n\u003cspan class=\"stb-mochi__eyebrow\"\u003e Mini Pendant · Wood + Brass · Integrated LED \u003c\/span\u003e\n\u003ch2 class=\"stb-mochi__title\"\u003eSmall Enough for the Corners Bigger Pendants Miss.\u003c\/h2\u003e\n\u003cp\u003eMochi is only 5.9\" wide — a compact pendant designed for reading corners, desks, breakfast nooks and narrow spaces. A rounded wood shade directs light downward through frosted glass, keeping the glow focused without feeling harsh.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__intro-stat\"\u003e\n\u003csmall\u003e Fixture Size \u003c\/small\u003e \u003cstrong\u003e Ø5.9\" × H3.9\" \u003c\/strong\u003e \u003cspan\u003e Ø15 × H10cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-mochi__facts\"\u003e\n\u003cdiv class=\"stb-mochi__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Natural Wood \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__fact\"\u003e\n\u003csmall\u003e Diffuser \u003c\/small\u003e \u003cstrong\u003e Frosted Glass \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__fact\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e Integrated LED Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__fact\"\u003e\n\u003csmall\u003e CCT \u003c\/small\u003e \u003cstrong\u003e 3000K \/ 4000K \/ 6000K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHADE DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"mochi-detail-section\" class=\"stb-mochi__detail\"\u003e\n\u003cdiv class=\"stb-mochi__detail-media\"\u003e\u003ca href=\"#mochi-detail\" class=\"stb-mochi__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mochi-mini-led-pendant-light-reading-corner-desk-stuberlighting_12.jpg?v=1780882146\" alt=\"Mochi Mini LED Pendant Light wood shade and frosted glass diffuser detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-mochi__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__detail-copy\"\u003e\n\u003cspan class=\"stb-mochi__eyebrow\"\u003e Shade Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-mochi__section-title\"\u003eWood Above. Soft Diffusion Below.\u003c\/h3\u003e\n\u003cp\u003eThe hemispherical wood shade keeps the silhouette simple, while a frosted glass underside softens the integrated LED before the light reaches the surface below.\u003c\/p\u003e\n\u003cdiv class=\"stb-mochi__tags\"\u003e\n\u003cspan class=\"stb-mochi__tag\"\u003e Wood Hemisphere \u003c\/span\u003e \u003cspan class=\"stb-mochi__tag\"\u003e Brass Stem \u003c\/span\u003e \u003cspan class=\"stb-mochi__tag\"\u003e Frosted Diffuser \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SHADE LIGHTBOX --\u003e \u003ca id=\"mochi-detail\" href=\"#mochi-detail-section\" class=\"stb-mochi__lightbox\"\u003e \u003cspan class=\"stb-mochi__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mochi-mini-led-pendant-light-reading-corner-desk-stuberlighting_12.jpg?v=1780882146\" alt=\"Enlarged Mochi wood shade detail\"\u003e \u003cspan class=\"stb-mochi__lightbox-caption\"\u003e Mochi · Wood \u0026amp; Frosted Glass Detail \u003c\/span\u003e \u003cspan class=\"stb-mochi__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-mochi__scale\"\u003e\n\u003cdiv class=\"stb-mochi__scale-title\"\u003e\n\u003csmall\u003e Why 5.9\" \u003c\/small\u003e \u003cstrong\u003e Intentionally Smaller Than a Standard Pendant. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__scale-copy\"\u003e\n\u003cp\u003eMochi is designed for secondary lighting positions where an 8–12\" pendant can feel oversized. Its compact width adds useful light without visually taking over a desk, chair, narrow hallway or small counter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BEST USE\n  ====================================================== --\u003e\n\u003csection class=\"stb-mochi__uses\"\u003e\n\u003cdiv class=\"stb-mochi__uses-head\"\u003e\n\u003cspan class=\"stb-mochi__eyebrow\"\u003e Where Mochi Makes Sense \u003c\/span\u003e\n\u003ch3 class=\"stb-mochi__section-title\"\u003eSmall Positions, Better Light.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__use-grid\"\u003e\n\u003cdiv class=\"stb-mochi__use-card stb-mochi__use-card--featured\"\u003e\n\u003csmall\u003e Reading Corner \u003c\/small\u003e \u003cstrong\u003e Soft Shoulder-Level Light \u003c\/strong\u003e\n\u003cp\u003eA compact alternative to a floor lamp beside an occasional chair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__use-card\"\u003e\n\u003csmall\u003e Desk \u003c\/small\u003e \u003cstrong\u003e Focus Without Clutter \u003c\/strong\u003e\n\u003cp\u003eKeeps the desktop clear while directing useful light downward.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__use-card\"\u003e\n\u003csmall\u003e Small Nook \u003c\/small\u003e \u003cstrong\u003e Just Enough Presence \u003c\/strong\u003e\n\u003cp\u003eWorks above breakfast corners, narrow counters or quiet hallway positions.\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-mochi__temperature\"\u003e\n\u003cdiv class=\"stb-mochi__temperature-head\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-mochi__eyebrow\"\u003e Three Light Temperatures \u003c\/span\u003e\n\u003ch3 class=\"stb-mochi__section-title\"\u003eChange the Light to Match the Task.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eSwitch between the three available color temperatures from the wall control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__temperature-grid\"\u003e\n\u003cdiv class=\"stb-mochi__temperature-item\"\u003e\n\u003csmall\u003e Warm \u003c\/small\u003e \u003cstrong\u003e 3000K \u003c\/strong\u003e\n\u003cp\u003eEvening reading and softer ambient light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__temperature-item\"\u003e\n\u003csmall\u003e Neutral \u003c\/small\u003e \u003cstrong\u003e 4000K \u003c\/strong\u003e\n\u003cp\u003eDaytime desk work and general focus.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__temperature-item\"\u003e\n\u003csmall\u003e Cool \u003c\/small\u003e \u003cstrong\u003e 6000K \u003c\/strong\u003e\n\u003cp\u003eDetailed tasks and brighter work light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSION\n  ====================================================== --\u003e\n\u003csection id=\"mochi-size-section\" class=\"stb-mochi__dimension\"\u003e\n\u003cdiv class=\"stb-mochi__dimension-media\"\u003e\u003ca href=\"#mochi-size\" class=\"stb-mochi__dimension-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mochi-mini-led-pendant-light-reading-corner-desk-stuberlighting_8.jpg?v=1780882146\" alt=\"Mochi Mini LED Pendant Light dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-mochi__hint\"\u003e Enlarge Dimensions ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__dimension-copy\"\u003e\n\u003cspan class=\"stb-mochi__eyebrow\"\u003e Compact Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-mochi__section-title\"\u003eOnly 5.9\" Across.\u003c\/h3\u003e\n\u003cp\u003eThe small shade is the point. Mochi adds a defined pool of light without introducing the visual weight of a conventional pendant.\u003c\/p\u003e\n\u003cdiv class=\"stb-mochi__dimension-pills\"\u003e\n\u003cspan\u003e Ø5.9\" \/ 15cm \u003c\/span\u003e \u003cspan\u003e H3.9\" \/ 10cm \u003c\/span\u003e \u003cspan\u003e 59\" Cord \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DIMENSION LIGHTBOX --\u003e \u003ca id=\"mochi-size\" href=\"#mochi-size-section\" class=\"stb-mochi__lightbox\"\u003e \u003cspan class=\"stb-mochi__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mochi-mini-led-pendant-light-reading-corner-desk-stuberlighting_8.jpg?v=1780882146\" alt=\"Enlarged Mochi pendant dimensions\"\u003e \u003cspan class=\"stb-mochi__lightbox-caption\"\u003e Ø5.9\" × H3.9\" · Ø15 × H10cm \u003c\/span\u003e \u003cspan class=\"stb-mochi__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-mochi__practical\"\u003e\n\u003cdiv class=\"stb-mochi__practical-card\"\u003e\n\u003csmall\u003e Integrated Light \u003c\/small\u003e \u003cstrong\u003e LED Included · Approx. 50,000 Hours \u003c\/strong\u003e\n\u003cp\u003eNo separate bulb is required. The integrated LED keeps the compact shade clean and supports all three color temperatures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__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, or request additional suspension length for a taller ceiling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALL HEIGHT NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-mochi__note\"\u003e\n\u003cdiv class=\"stb-mochi__note-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Installing beside a reading chair? \u003c\/strong\u003e\n\u003cp\u003eA useful starting point is approximately 30–36\" between the chair seat and the pendant, then adjust according to your eye line and preferred light level.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-mochi__specs\"\u003e\n\u003cdiv class=\"stb-mochi__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Mochi \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__spec\"\u003e\n\u003cspan\u003e Dimensions \u003c\/span\u003e \u003cstrong\u003e Ø5.9\" × H3.9\" \/ Ø15 × H10cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Brass Stem · Wood Hemispherical Shade · Frosted Glass Diffuser \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__spec\"\u003e\n\u003cspan\u003e Finish \u003c\/span\u003e \u003cstrong\u003e Natural Wood \u0026amp; Brass · Frosted Glass Underside \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e Integrated LED Included · Approx. 50,000-Hour Rated Lifespan \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__spec\"\u003e\n\u003cspan\u003e Color Temperature \u003c\/span\u003e \u003cstrong\u003e 3000K Warm · 4000K Neutral · 6000K Cool · Switchable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e 40W \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__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-mochi__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-mochi__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Compatible with Standard Wall Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mochi__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-mochi__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-mochi__faq\"\u003e\u003cspan class=\"stb-mochi__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-mochi__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Mochi really only 5.9\" wide?\u003c\/summary\u003e\n\u003cp\u003eYes. The fixture measures approximately Ø5.9\" × H3.9\", making it intentionally smaller than many conventional pendant lights.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the LED included?\u003c\/summary\u003e\n\u003cp\u003eYes. Mochi uses an integrated LED light source, so no separate bulb is required.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I change the color temperature?\u003c\/summary\u003e\n\u003cp\u003eYes. Mochi supports 3000K warm, 4000K neutral and 6000K cool light.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the cord be longer?\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-mochi__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.9\"xH3.9\" \/ Wood \u0026 Glass","offer_id":52308726284571,"sku":"STB-PD-MOCHI-06","price":135.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mochi-mini-led-pendant-light-reading-corner-desk-stuberlighting_6.jpg?v=1780882146"},{"product_id":"aura-oversized-disc-tyvek-pendant-light","title":"Aura Disc Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AURA\n   OVERSIZED DISC TYVEK PENDANT\n\n   DISC \/ PAPER \/ SCALE\n\n   BAUHAUS-INSPIRED GEOMETRY\n   QUIET LUXURY · SHOPPER-FIRST\n   NO FULL-PAGE BACKGROUND FILL\n\n   ESPRESSO · TYVEK WHITE · PARCHMENT · GOLD\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-aura{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#655546;\n  --muted:#81715F;\n\n  --gold:#C8A96E;\n  --gold-deep:#967243;\n\n  --tyvek:#FAF9F5;\n  --cream:#F6EFE3;\n  --paper:#FBF8F2;\n  --sand:#E9DDC9;\n  --ivory:#FFFDF8;\n\n  --line:#DDD2BF;\n  --line-soft:#EBE3D7;\n\n  width:100%;\n  max-width:850px;\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-aura *,\n.stb-aura *::before,\n.stb-aura *::after{\n  box-sizing:border-box;\n}\n\n.stb-aura h2,\n.stb-aura h3,\n.stb-aura p{\n  margin-top:0;\n}\n\n.stb-aura h2,\n.stb-aura 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-aura 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-aura a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OUTER FRAME\n========================================================= *\/\n\n.aura-shell{\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.aura-shell::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:8px;\n  left:29px;\n\n  width:66px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.aura-shell::after{\n  content:\"\";\n\n  position:absolute;\n\n  top:11px;\n  left:29px;\n\n  width:32px;\n  height:1px;\n\n  background:#A99B87;\n}\n\n\n\/* =========================================================\n   01 — INTRO + MATERIAL\n========================================================= *\/\n\n.aura-intro{\n  padding:20px 0 30px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.aura-intro__top{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,155px);\n\n  gap:32px;\n  align-items:end;\n}\n\n.aura-kicker{\n  margin:0 0 7px !important;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.16em;\n  text-transform:uppercase;\n}\n\n.aura-intro h2{\n  max-width:610px;\n\n  margin:0 0 9px;\n\n  font-size:35px;\n  line-height:1.03;\n}\n\n.aura-intro__copy \u003e p{\n  max-width:575px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:13px;\n}\n\n\n\/* PROPORTION INDEX *\/\n\n.aura-ratio{\n  padding-left:15px;\n\n  border-left:2px solid var(--gold);\n}\n\n.aura-ratio small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--muted);\n\n  font-size:8.3px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.aura-ratio strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:28px;\n  line-height:.92;\n\n  font-weight:500;\n}\n\n.aura-ratio span{\n  display:block;\n\n  margin-top:7px;\n\n  color:#756452;\n\n  font-size:9.6px;\n  line-height:1.5;\n}\n\n\n\/* DETAIL MATERIAL *\/\n\n.aura-material{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:29px;\n  align-items:center;\n\n  margin-top:24px;\n  padding-top:23px;\n\n  border-top:1px solid var(--line);\n}\n\n\n\/* IMAGE *\/\n\n.aura-detail-image{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  background:var(--tyvek);\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--gold);\n}\n\n.aura-detail-image 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.aura-detail-image img{\n  max-height:165px !important;\n}\n\n.aura-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:8.3px;\n\n  text-align:center;\n}\n\n\n\/* MATERIAL COPY *\/\n\n.aura-material__copy \u003e small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--gold-deep);\n\n  font-size:8px;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.aura-material__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.08;\n}\n\n.aura-material__copy \u003e p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n}\n\n\n\/* MATERIAL LEDGER *\/\n\n.aura-material__facts{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:13px;\n}\n\n.aura-material__fact{\n  min-width:0;\n\n  padding:9px 10px;\n\n  border:1px solid var(--line);\n}\n\n.aura-material__fact:nth-child(1){\n  background:#FCFBF7;\n}\n\n.aura-material__fact:nth-child(2){\n  background:#F6EFE4;\n}\n\n.aura-material__fact:nth-child(3){\n  background:#FAF7F1;\n}\n\n.aura-material__fact small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:7.4px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.aura-material__fact strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:9.5px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   02 — SIZE \/ PROPORTION\n========================================================= *\/\n\n.aura-size{\n  padding:32px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.aura-size__head{\n  display:grid;\n  grid-template-columns:minmax(0,185px) minmax(0,1fr);\n\n  gap:30px;\n\n  margin-bottom:16px;\n}\n\n.aura-size__head h3{\n  margin:0;\n\n  font-size:24px;\n  line-height:1.08;\n}\n\n.aura-size__head p{\n  max-width:485px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n}\n\n\n\/* SIZE CARDS *\/\n\n.aura-size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:9px;\n}\n\n.aura-size-card{\n  min-width:0;\n\n  padding:8px 8px 13px;\n\n  border:1px solid var(--line);\n}\n\n.aura-size-card--small{\n  background:#FCFAF6;\n  border-top:2px solid #C8BBA9;\n}\n\n.aura-size-card--medium{\n  background:#F7F0E5;\n  border-top:2px solid var(--gold);\n}\n\n.aura-size-card--large{\n  background:#F3ECE2;\n  border-top:2px solid var(--espresso);\n}\n\n\n\/* SIZE IMAGE *\/\n\n.aura-size-card__image{\n  width:135px;\n  max-width:100%;\n\n  margin:0 auto 8px;\n\n  overflow:hidden;\n}\n\n.aura-size-card__image a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.aura-size-card__image img{\n  max-height:126px !important;\n}\n\n\n\/* COPY *\/\n\n.aura-size-card small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:7.4px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.aura-size-card h3{\n  margin:1px 0 2px;\n\n  font-size:20px;\n}\n\n.aura-size-card__measure{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:var(--gold-deep);\n\n  font-size:9.2px;\n  font-weight:600;\n}\n\n.aura-size-card p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:9.6px;\n  line-height:1.42;\n}\n\n\n\/* PROPORTION STRIP *\/\n\n.aura-proportion{\n  display:grid;\n  grid-template-columns:minmax(0,112px) minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-top:17px;\n\n  padding:16px 18px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--espresso);\n}\n\n.aura-proportion__mark{\n  padding-right:18px;\n\n  border-right:1px solid var(--line);\n}\n\n.aura-proportion__mark small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:7.5px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.aura-proportion__mark strong{\n  display:block;\n\n  color:var(--espresso);\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.aura-proportion__copy{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:11px;\n}\n\n.aura-proportion__item{\n  min-width:0;\n}\n\n.aura-proportion__item strong{\n  display:block;\n\n  margin-bottom:1px;\n\n  color:var(--espresso);\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.aura-proportion__item span{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:8.5px;\n}\n\n\n\/* =========================================================\n   03 — LIGHT \/ DROP\n========================================================= *\/\n\n.aura-light{\n  display:grid;\n  grid-template-columns:minmax(0,128px) minmax(0,1fr);\n\n  gap:24px;\n  align-items:center;\n\n  margin:31px 0;\n\n  padding:22px 23px;\n\n  background:var(--espresso);\n}\n\n.aura-light__mark{\n  padding-right:20px;\n\n  border-right:1px solid rgba(255,255,255,.16);\n}\n\n.aura-light__mark small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--gold);\n\n  font-size:7.8px;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.aura-light__mark strong{\n  display:block;\n\n  color:#FFF7E9;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:30px;\n  line-height:.9;\n\n  font-weight:500;\n}\n\n.aura-light__mark span{\n  display:block;\n\n  margin-top:6px;\n\n  color:#CFC5B7;\n\n  font-size:8.8px;\n}\n\n.aura-light__copy h3{\n  margin:0 0 5px;\n\n  color:#FFF7EA;\n\n  font-size:20px;\n}\n\n.aura-light__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:#D5CCBF;\n\n  font-size:10.5px;\n}\n\n\n\/* CCT *\/\n\n.aura-cct{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:11px;\n}\n\n.aura-cct__item{\n  min-width:0;\n\n  padding:8px 9px;\n\n  border:1px solid rgba(255,255,255,.14);\n}\n\n.aura-cct__item strong{\n  display:flex;\n  align-items:center;\n\n  gap:6px;\n\n  margin-bottom:1px;\n\n  color:#FFF7E9;\n\n  font-size:9.4px;\n  font-weight:600;\n}\n\n.aura-cct__item strong::before{\n  content:\"\";\n\n  width:7px;\n  height:7px;\n\n  flex:0 0 7px;\n\n  border-radius:50%;\n\n  border:1px solid rgba(255,255,255,.2);\n}\n\n.aura-cct__item--warm strong::before{\n  background:#E5B96D;\n}\n\n.aura-cct__item--neutral strong::before{\n  background:#EEE6D6;\n}\n\n.aura-cct__item--cool strong::before{\n  background:#E7EAEB;\n}\n\n.aura-cct__item span{\n  display:block;\n\n  color:#BDB2A4;\n\n  font-size:8.2px;\n}\n\n\n\/* LIGHT FACTS *\/\n\n.aura-light__facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:14px;\n\n  margin-top:10px;\n  padding-top:9px;\n\n  border-top:1px solid rgba(255,255,255,.14);\n}\n\n.aura-light__facts span{\n  color:#D8CFC2;\n\n  font-size:9px;\n}\n\n.aura-light__facts strong{\n  color:#FFF7E9;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.aura-specs{\n  padding:31px 0;\n\n  border-top:1px solid var(--line);\n}\n\n.aura-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.aura-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.aura-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.aura-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.aura-spec-row{\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.aura-spec-row__label{\n  color:#806C58;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.aura-spec-row__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11px;\n  font-weight:500;\n  line-height:1.5;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* INFO NOTES *\/\n\n.aura-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:12px;\n}\n\n.aura-care,\n.aura-cert{\n  min-width:0;\n\n  padding:10px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.aura-care{\n  border-left:3px solid #9D927F;\n}\n\n.aura-cert{\n  border-left:3px solid var(--gold);\n}\n\n.aura-care small,\n.aura-cert small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:7.8px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.aura-care span,\n.aura-cert strong{\n  display:block;\n\n  color:#4F4033;\n\n  font-size:9.7px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.aura-shipping{\n  position:relative;\n\n  padding:20px 21px;\n\n  background:#F7F0E3;\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n\n  border-radius:6px 6px 0 0;\n}\n\n.aura-shipping::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:6px;\n  left:21px;\n\n  width:52px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.aura-shipping h3{\n  margin:0 0 9px;\n\n  font-size:20px;\n}\n\n.aura-shipping p{\n  margin:0 0 6px;\n\n  color:#5E4F41;\n\n  font-size:11.5px;\n}\n\n.aura-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.aura-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.aura-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:20px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.aura-lightbox:target{\n  display:flex;\n}\n\n.aura-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.aura-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.aura-lightbox__inner span{\n  margin-top:10px;\n\n  color:#DEC9A5;\n\n  font-size:9.5px;\n  letter-spacing:.08em;\n\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .aura-shell{\n    padding:25px 18px 0;\n  }\n\n  .aura-shell::before,\n  .aura-shell::after{\n    left:18px;\n  }\n\n\n  .aura-intro__top{\n    grid-template-columns:minmax(0,1fr) minmax(0,120px);\n\n    gap:18px;\n  }\n\n  .aura-intro h2{\n    font-size:29px;\n  }\n\n\n  .aura-material{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .aura-detail-image{\n    width:135px;\n  }\n\n  .aura-detail-image img{\n    max-height:125px !important;\n  }\n\n\n  .aura-size__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .aura-light{\n    grid-template-columns:minmax(0,105px) minmax(0,1fr);\n\n    gap:18px;\n  }\n\n\n  .aura-spec-row{\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:500px){\n\n  .aura-intro__top{\n    grid-template-columns:1fr;\n  }\n\n  .aura-ratio{\n    width:175px;\n  }\n\n\n  .aura-material{\n    grid-template-columns:1fr;\n  }\n\n  .aura-detail-image{\n    width:120px;\n\n    margin:0;\n  }\n\n\n  .aura-material__facts{\n    grid-template-columns:1fr;\n  }\n\n\n  .aura-size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .aura-size-card__image{\n    width:110px;\n  }\n\n\n  .aura-proportion{\n    grid-template-columns:1fr;\n\n    gap:9px;\n  }\n\n  .aura-proportion__mark{\n    padding:0 0 8px;\n\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .aura-proportion__copy{\n    grid-template-columns:1fr;\n  }\n\n\n  .aura-light{\n    grid-template-columns:1fr;\n\n    gap:9px;\n\n    padding:17px;\n  }\n\n  .aura-light__mark{\n    padding:0 0 9px;\n\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.16);\n  }\n\n\n  .aura-cct{\n    grid-template-columns:1fr;\n  }\n\n\n  .aura-specs__head{\n    display:block;\n  }\n\n  .aura-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .aura-spec-row{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .aura-spec-row__label{\n    color:var(--gold-deep);\n\n    font-size:9.5px;\n    font-weight:600;\n\n    letter-spacing:.05em;\n    text-transform:uppercase;\n  }\n\n  .aura-spec-row__value{\n    font-size:11.5px;\n  }\n\n\n  .aura-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-aura\" id=\"aura-root\"\u003e\n\u003cdiv class=\"aura-shell\"\u003e\n\u003c!-- =====================================================\n         01 — DISC \/ MATERIAL\n    ====================================================== --\u003e\n\u003csection class=\"aura-intro\"\u003e\n\u003cdiv class=\"aura-intro__top\"\u003e\n\u003cdiv class=\"aura-intro__copy\"\u003e\n\u003cp class=\"aura-kicker\"\u003eAura · Bauhaus-Inspired Disc Pendant\u003c\/p\u003e\n\u003ch2\u003eWide in the Room. Remarkably Shallow in Profile.\u003c\/h2\u003e\n\u003cp\u003eAura turns a simple horizontal disc into a statement light. Its wide Tyvek shade creates visual scale across the ceiling while keeping the fixture only 4.7 to 7 inches deep, depending on the diameter selected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-ratio\"\u003e\n\u003csmall\u003e Diameter Range \u003c\/small\u003e \u003cstrong\u003e 23.6–39.3\" \u003c\/strong\u003e \u003cspan\u003e Only H4.7–7\"\u003cbr\u003eacross all sizes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MATERIAL --\u003e\n\u003cdiv class=\"aura-material\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"aura-detail-image\"\u003e\u003ca href=\"#aura-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/aura-oversized-disc-tyvek-pendant-light-stuberlighting_7.jpg?v=1780903586\" alt=\"Close-up detail of Aura oversized disc Tyvek pendant shade\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"aura-caption\"\u003eTyvek surface detail · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-material__copy\"\u003e\n\u003csmall\u003e Material \/ Structure \u003c\/small\u003e\n\u003ch3\u003eA Paper-Like Surface with an Architectural Structure\u003c\/h3\u003e\n\u003cp\u003eSoft white Tyvek stretches across a fiberglass frame, keeping the oversized disc visually light. The material diffuses the integrated LED rather than exposing a conventional bulb or heavy glass shade.\u003c\/p\u003e\n\u003cdiv class=\"aura-material__facts\"\u003e\n\u003cdiv class=\"aura-material__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e DuPont Tyvek \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-material__fact\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e Fiberglass Frame \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-material__fact\"\u003e\n\u003csmall\u003e Finish \u003c\/small\u003e \u003cstrong\u003e Soft White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 — SCALE\n    ====================================================== --\u003e\n\u003csection class=\"aura-size\"\u003e\n\u003cdiv class=\"aura-size__head\"\u003e\n\u003ch3\u003eChoose by Diameter, Then Check the Height\u003c\/h3\u003e\n\u003cp\u003eAura becomes wider as it scales up, but remains deliberately shallow. Choose the diameter according to how much ceiling presence the room needs rather than choosing by drop alone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-size-grid\"\u003e\n\u003c!-- 23.6 --\u003e\n\u003cdiv class=\"aura-size-card aura-size-card--small\"\u003e\n\u003cdiv class=\"aura-size-card__image\"\u003e\u003ca href=\"#aura-small-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/aura-oversized-disc-tyvek-pendant-light-stuberlighting_4.jpg?v=1780903586\" alt=\"Aura 23.6 inch disc pendant dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Compact Disc \u003c\/small\u003e\n\u003ch3\u003e23.6\"\u003c\/h3\u003e\n\u003cspan class=\"aura-size-card__measure\"\u003e Ø23.6\" × H4.7\" \u003c\/span\u003e\n\u003cp\u003eA balanced scale for breakfast nooks, bedrooms and medium dining areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 31.4 --\u003e\n\u003cdiv class=\"aura-size-card aura-size-card--medium\"\u003e\n\u003cdiv class=\"aura-size-card__image\"\u003e\u003ca href=\"#aura-medium-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/aura-oversized-disc-tyvek-pendant-light-stuberlighting_17.jpg?v=1780903586\" alt=\"Aura 31.4 inch disc pendant dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Medium Disc \u003c\/small\u003e\n\u003ch3\u003e31.4\"\u003c\/h3\u003e\n\u003cspan class=\"aura-size-card__measure\"\u003e Ø31.4\" × H5.9\" \u003c\/span\u003e\n\u003cp\u003eA stronger ceiling anchor for living rooms and larger dining tables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 39.3 --\u003e\n\u003cdiv class=\"aura-size-card aura-size-card--large\"\u003e\n\u003cdiv class=\"aura-size-card__image\"\u003e\u003ca href=\"#aura-large-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/aura-oversized-disc-tyvek-pendant-light-stuberlighting_20.jpg?v=1780903586\" alt=\"Aura 39.3 inch oversized disc pendant dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Oversized Disc \u003c\/small\u003e\n\u003ch3\u003e39.3\"\u003c\/h3\u003e\n\u003cspan class=\"aura-size-card__measure\"\u003e Ø39.3\" × H7\" \u003c\/span\u003e\n\u003cp\u003eDesigned for larger entries, open living spaces and rooms needing greater visual scale.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-proportion\"\u003e\n\u003cdiv class=\"aura-proportion__mark\"\u003e\n\u003csmall\u003e Profile \u003c\/small\u003e \u003cstrong\u003e Wide \/ Low \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-proportion__copy\"\u003e\n\u003cdiv class=\"aura-proportion__item\"\u003e\n\u003cstrong\u003e 23.6\" \u003c\/strong\u003e \u003cspan\u003e only 4.7\" high \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-proportion__item\"\u003e\n\u003cstrong\u003e 31.4\" \u003c\/strong\u003e \u003cspan\u003e only 5.9\" high \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-proportion__item\"\u003e\n\u003cstrong\u003e 39.3\" \u003c\/strong\u003e \u003cspan\u003e only 7\" high \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         03 — LIGHT \/ SUSPENSION\n    ====================================================== --\u003e\n\u003csection class=\"aura-light\"\u003e\n\u003cdiv class=\"aura-light__mark\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e \u003cspan\u003e adjustable\u003cbr\u003eextendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-light__copy\"\u003e\n\u003ch3\u003eOne Disc. Three Light Temperatures.\u003c\/h3\u003e\n\u003cp\u003eThe integrated LED spreads light through the Tyvek surface for a broad, even glow. Switch between warm, neutral and cool white depending on the room and time of day.\u003c\/p\u003e\n\u003cdiv class=\"aura-cct\"\u003e\n\u003cdiv class=\"aura-cct__item aura-cct__item--warm\"\u003e\n\u003cstrong\u003e 3000K \u003c\/strong\u003e \u003cspan\u003e Warm White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-cct__item aura-cct__item--neutral\"\u003e\n\u003cstrong\u003e 4000K \u003c\/strong\u003e \u003cspan\u003e Neutral White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-cct__item aura-cct__item--cool\"\u003e\n\u003cstrong\u003e 6000K \u003c\/strong\u003e \u003cspan\u003e Cool White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-light__facts\"\u003e\n\u003cspan\u003e \u003cstrong\u003eIntegrated LED\u003c\/strong\u003e · Included \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e50,000 h\u003c\/strong\u003e rated life \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eMax 40W\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\/section\u003e\n\u003c!-- =====================================================\n         04 — PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"aura-specs\"\u003e\n\u003cdiv class=\"aura-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Aura · Oversized Disc Tyvek Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec-list\"\u003e\n\u003cdiv class=\"aura-spec-row\"\u003e\n\u003cspan class=\"aura-spec-row__label\"\u003e Available Sizes \u003c\/span\u003e \u003cspan class=\"aura-spec-row__value\"\u003e Ø23.6\" × H4.7\" · Ø31.4\" × H5.9\" · Ø39.3\" × H7\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec-row\"\u003e\n\u003cspan class=\"aura-spec-row__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"aura-spec-row__value\"\u003e DuPont Tyvek paper · Fiberglass frame \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec-row\"\u003e\n\u003cspan class=\"aura-spec-row__label\"\u003e Finish \u003c\/span\u003e \u003cspan class=\"aura-spec-row__value\"\u003e Soft white Tyvek shade \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec-row\"\u003e\n\u003cspan class=\"aura-spec-row__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"aura-spec-row__value\"\u003e Integrated LED · Included · Separate Bulb: Not required · Rated life up to 50,000 hours \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec-row\"\u003e\n\u003cspan class=\"aura-spec-row__label\"\u003e Color Temperature \u003c\/span\u003e \u003cspan class=\"aura-spec-row__value\"\u003e 3000K Warm · 4000K Neutral · 6000K Cool · Switchable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec-row\"\u003e\n\u003cspan class=\"aura-spec-row__label\"\u003e Rated Max Wattage \u003c\/span\u003e \u003cspan class=\"aura-spec-row__value\"\u003e 40W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec-row\"\u003e\n\u003cspan class=\"aura-spec-row__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"aura-spec-row__value\"\u003e 59\" adjustable cord · Extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec-row\"\u003e\n\u003cspan class=\"aura-spec-row__label\"\u003e Electrical \/ Control \u003c\/span\u003e \u003cspan class=\"aura-spec-row__value\"\u003e AC 110–240V · Standard wall switch compatible · Wall switch not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec-row\"\u003e\n\u003cspan class=\"aura-spec-row__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"aura-spec-row__value\"\u003e Hardwired · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec-row\"\u003e\n\u003cspan class=\"aura-spec-row__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"aura-spec-row__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-notes\"\u003e\n\u003cdiv class=\"aura-care\"\u003e\n\u003csmall\u003e Tyvek Care \u003c\/small\u003e \u003cspan\u003e Keep the shade away from sharp objects, direct heat sources and prolonged moisture. Handle the disc gently during installation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\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=\"aura-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 — TYVEK DETAIL\n  ====================================================== --\u003e \u003ca id=\"aura-detail-large\" href=\"#aura-root\" class=\"aura-lightbox\"\u003e \u003cspan class=\"aura-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/aura-oversized-disc-tyvek-pendant-light-stuberlighting_7.jpg?v=1780903586\" alt=\"Enlarged Aura Tyvek shade detail\"\u003e \u003cspan\u003e Tyvek Surface Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — 23.6\n  ====================================================== --\u003e \u003ca id=\"aura-small-large\" href=\"#aura-root\" class=\"aura-lightbox\"\u003e \u003cspan class=\"aura-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/aura-oversized-disc-tyvek-pendant-light-stuberlighting_4.jpg?v=1780903586\" alt=\"Enlarged Aura 23.6 inch dimensions\"\u003e \u003cspan\u003e Ø23.6\" × H4.7\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — 31.4\n  ====================================================== --\u003e \u003ca id=\"aura-medium-large\" href=\"#aura-root\" class=\"aura-lightbox\"\u003e \u003cspan class=\"aura-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/aura-oversized-disc-tyvek-pendant-light-stuberlighting_17.jpg?v=1780903586\" alt=\"Enlarged Aura 31.4 inch dimensions\"\u003e \u003cspan\u003e Ø31.4\" × H5.9\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — 39.3\n  ====================================================== --\u003e \u003ca id=\"aura-large-large\" href=\"#aura-root\" class=\"aura-lightbox\"\u003e \u003cspan class=\"aura-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/aura-oversized-disc-tyvek-pendant-light-stuberlighting_20.jpg?v=1780903586\" alt=\"Enlarged Aura 39.3 inch dimensions\"\u003e \u003cspan\u003e Ø39.3\" × H7\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 23.6\"xH4.7\" \/ White \/ 3000K","offer_id":52309583626523,"sku":"STB-PD-AURA-24","price":365.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.4\"x H 5.9\" \/ White \/ 3000K","offer_id":52309583659291,"sku":"STB-PD-AURA-31","price":575.0,"currency_code":"USD","in_stock":true},{"title":"Dia 39.3\"xH7\" \/ White \/ 3000K","offer_id":52309583692059,"sku":"STB-PD-AURA-39","price":855.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/aura-oversized-disc-tyvek-pendant-light-stuberlighting_1.jpg?v=1780903586"},{"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":"cora-mini-milky-glass-flower-pendant-light","title":"Cora Mini Milky Glass Flower Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — CORA MINI\n   MILKY GLASS FLOWER PENDANT\n\n   BLOOM \/ SCALE \/ REPEAT\n\n   QUIET LUXURY · SOFT SCULPTURAL\n   CONCISE · SHOPPER-FIRST\n   NO FULL-PAGE BACKGROUND FILL\n\n   ESPRESSO · MILKY GLASS · ASH · BRASS · CREAM\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-cora{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#655548;\n  --muted:#817365;\n\n  --gold:#C8A96E;\n  --gold-deep:#967143;\n  --brass:#A67B49;\n\n  --ash:#B6946F;\n  --ash-soft:#E7D6C1;\n\n  --milk:#FAF8F3;\n  --cream:#F6EFE3;\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\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-cora *,\n.stb-cora *::before,\n.stb-cora *::after{\n  box-sizing:border-box;\n}\n\n.stb-cora h2,\n.stb-cora h3,\n.stb-cora p{\n  margin-top:0;\n}\n\n.stb-cora h2,\n.stb-cora 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-cora 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-cora a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OUTER FRAME\n========================================================= *\/\n\n.cora-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.cora-frame::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:8px;\n  left:29px;\n\n  width:64px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.cora-frame::after{\n  content:\"\";\n\n  position:absolute;\n\n  top:11px;\n  left:29px;\n\n  width:31px;\n  height:1px;\n\n  background:var(--ash);\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.cora-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:.13em;\n  text-transform:uppercase;\n}\n\n.cora-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 \/ THREE FORMS\n========================================================= *\/\n\n.cora-intro{\n  padding:20px 0 29px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.cora-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.cora-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.cora-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.cora-intro__stat{\n  padding-left:15px;\n\n  border-left:2px solid var(--gold);\n}\n\n.cora-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:.07em;\n  text-transform:uppercase;\n}\n\n.cora-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:28px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.cora-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\/* COLLECTION IMAGE *\/\n\n.cora-family{\n  display:grid;\n  grid-template-columns:minmax(0,220px) minmax(0,1fr);\n\n  gap:27px;\n  align-items:center;\n\n  margin-top:22px;\n  padding-top:21px;\n\n  border-top:1px solid var(--line);\n}\n\n.cora-family__media{\n  width:220px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  background:var(--milk);\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--gold);\n}\n\n.cora-family__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  text-decoration:none;\n}\n\n.cora-family__media img{\n  max-height:205px !important;\n}\n\n\n\/* INTRO BUYING PATH *\/\n\n.cora-family__copy h3{\n  margin:0 0 6px;\n\n  font-size:22px;\n  line-height:1.1;\n}\n\n.cora-family__copy \u003e p{\n  max-width:500px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11px;\n  line-height:1.58;\n}\n\n.cora-path{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:12px;\n}\n\n.cora-path__item{\n  min-width:0;\n\n  padding:9px 10px;\n\n  border:1px solid var(--line);\n}\n\n.cora-path__item:nth-child(1){\n  background:#FBF8F2;\n}\n\n.cora-path__item:nth-child(2){\n  background:#F7F0E6;\n}\n\n.cora-path__item:nth-child(3){\n  background:#F3EADD;\n}\n\n.cora-path__item 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.cora-path__item strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:9.8px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   02 — GLASS \/ REPEAT\n========================================================= *\/\n\n.cora-glass{\n  display:grid;\n  grid-template-columns:minmax(0,165px) minmax(0,1fr);\n\n  gap:29px;\n  align-items:center;\n\n  padding:31px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n\n\/* DETAIL IMAGE *\/\n\n.cora-glass__media{\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(--brass);\n}\n\n.cora-glass__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  text-decoration:none;\n}\n\n.cora-glass__media img{\n  max-height:155px !important;\n}\n\n\n\/* COPY *\/\n\n.cora-glass__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.cora-glass__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.58;\n}\n\n\n\/* MATERIAL FACTS *\/\n\n.cora-materials{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:13px;\n}\n\n.cora-material{\n  min-width:0;\n\n  padding:9px 10px;\n\n  border:1px solid var(--line);\n}\n\n.cora-material:nth-child(1){\n  background:#FBF9F5;\n}\n\n.cora-material:nth-child(2){\n  background:#F5EDE2;\n}\n\n.cora-material:nth-child(3){\n  background:#F8F3EB;\n}\n\n.cora-material 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.cora-material strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:9.8px;\n  font-weight:600;\n}\n\n\n\/* SINGLE \/ GROUP *\/\n\n.cora-repeat{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-top:16px;\n\n  padding:17px 19px;\n\n  background:var(--espresso);\n\n  border-radius:4px;\n}\n\n.cora-repeat__mark{\n  padding-right:19px;\n\n  border-right:1px solid rgba(255,255,255,.15);\n}\n\n.cora-repeat__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.cora-repeat__mark strong{\n  display:block;\n\n  color:#FFF7E9;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:26px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.cora-repeat__mark span{\n  display:block;\n\n  margin-top:5px;\n\n  color:#CFC6BB;\n\n  font-size:9px;\n}\n\n.cora-repeat__copy h3{\n  margin:0 0 4px;\n\n  color:#FFF8ED;\n\n  font-size:18px;\n}\n\n.cora-repeat__copy p{\n  max-width:520px;\n\n  margin:0;\n\n  color:#D6CDC1;\n\n  font-size:10.5px;\n  line-height:1.5;\n}\n\n.cora-repeat__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.cora-repeat__facts span{\n  color:#D8CFC3;\n\n  font-size:9px;\n}\n\n.cora-repeat__facts strong{\n  color:#FFF7E9;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   03 — SIZE SELECTOR\n========================================================= *\/\n\n.cora-sizes{\n  padding:31px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.cora-sizes__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.cora-sizes__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.cora-sizes__head p{\n  max-width:500px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* SIZE GRID *\/\n\n.cora-size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:9px;\n}\n\n.cora-size-card{\n  min-width:0;\n\n  padding:9px 9px 12px;\n\n  border:1px solid var(--line);\n}\n\n.cora-size-card--mini{\n  background:#FCFAF6;\n  border-top:2px solid var(--ash);\n}\n\n.cora-size-card--medium{\n  background:#F7F0E5;\n  border-top:2px solid var(--gold);\n}\n\n.cora-size-card--large{\n  background:#F2EADF;\n  border-top:2px solid var(--espresso);\n}\n\n\n\/* SIZE IMAGE *\/\n\n.cora-size-card__media{\n  width:125px;\n  max-width:100%;\n\n  margin:0 auto 8px;\n\n  overflow:hidden;\n}\n\n.cora-size-card__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.cora-size-card__media img{\n  max-height:116px !important;\n}\n\n\n\/* SIZE COPY *\/\n\n.cora-size-card 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.cora-size-card h3{\n  margin:1px 0 2px;\n\n  font-size:19px;\n}\n\n.cora-size-card__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.cora-size-card p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:9.8px;\n  line-height:1.43;\n}\n\n\n\/* SIZE GUIDANCE *\/\n\n.cora-size-guide{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:11px;\n}\n\n.cora-size-guide__item{\n  min-width:0;\n\n  padding:9px 10px;\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n}\n\n.cora-size-guide__item:nth-child(2){\n  border-left-color:var(--ash);\n}\n\n.cora-size-guide__item:nth-child(3){\n  border-left-color:var(--espresso);\n}\n\n.cora-size-guide__item strong{\n  display:block;\n\n  margin-bottom:1px;\n\n  color:var(--espresso);\n\n  font-size:9.5px;\n  font-weight:600;\n}\n\n.cora-size-guide__item span{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.cora-specs{\n  padding:31px 0;\n}\n\n.cora-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.cora-specs__head h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.cora-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.cora-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.cora-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.cora-spec__label{\n  color:#806F60;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.cora-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* NOTES *\/\n\n.cora-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:12px;\n}\n\n.cora-note{\n  min-width:0;\n\n  padding:10px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.cora-note--material{\n  border-left:3px solid var(--ash);\n}\n\n.cora-note--cert{\n  border-left:3px solid var(--gold);\n}\n\n.cora-note small{\n  display:block;\n\n  margin-bottom:2px;\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.cora-note span,\n.cora-note strong{\n  display:block;\n\n  color:#514337;\n\n  font-size:9.8px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.cora-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.cora-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.cora-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.cora-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.cora-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.cora-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.cora-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.cora-lightbox:target{\n  display:flex;\n}\n\n.cora-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.cora-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.cora-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.cora-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  .cora-frame{\n    padding:25px 18px 0;\n  }\n\n  .cora-frame::before,\n  .cora-frame::after{\n    left:18px;\n  }\n\n\n  .cora-intro__top{\n    grid-template-columns:minmax(0,1fr) minmax(0,120px);\n\n    gap:18px;\n  }\n\n  .cora-intro h2{\n    font-size:27px;\n  }\n\n\n  .cora-family{\n    grid-template-columns:minmax(0,165px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .cora-family__media{\n    width:165px;\n  }\n\n  .cora-family__media img{\n    max-height:155px !important;\n  }\n\n\n  .cora-glass{\n    grid-template-columns:minmax(0,130px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .cora-glass__media{\n    width:130px;\n  }\n\n  .cora-glass__media img{\n    max-height:120px !important;\n  }\n\n\n  .cora-sizes__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .cora-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  .cora-intro__top{\n    grid-template-columns:1fr;\n  }\n\n  .cora-intro__stat{\n    width:175px;\n  }\n\n\n  .cora-family{\n    grid-template-columns:1fr;\n  }\n\n  .cora-family__media{\n    width:175px;\n\n    margin:0;\n  }\n\n\n  .cora-path{\n    grid-template-columns:1fr;\n  }\n\n\n  .cora-glass{\n    grid-template-columns:1fr;\n  }\n\n  .cora-glass__media{\n    width:120px;\n\n    margin:0;\n  }\n\n\n  .cora-materials{\n    grid-template-columns:1fr;\n  }\n\n\n  .cora-repeat{\n    grid-template-columns:1fr;\n\n    gap:8px;\n\n    padding:16px;\n  }\n\n  .cora-repeat__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  .cora-size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .cora-size-card{\n    display:grid;\n    grid-template-columns:minmax(0,100px) minmax(0,1fr);\n\n    gap:11px;\n    align-items:center;\n\n    padding:9px 10px;\n  }\n\n  .cora-size-card__media{\n    grid-column:1;\n    grid-row:1 \/ span 4;\n\n    width:94px;\n\n    margin:0;\n  }\n\n  .cora-size-card small,\n  .cora-size-card h3,\n  .cora-size-card__dim,\n  .cora-size-card p{\n    grid-column:2;\n  }\n\n\n  .cora-size-guide{\n    grid-template-columns:1fr;\n  }\n\n\n  .cora-specs__head{\n    display:block;\n  }\n\n  .cora-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .cora-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .cora-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  .cora-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-cora\" id=\"cora-root\"\u003e\n\u003cdiv class=\"cora-frame\"\u003e\n\u003c!-- =====================================================\n         01 — BLOOM \/ THREE SIZES\n    ====================================================== --\u003e\n\u003csection class=\"cora-intro\"\u003e\n\u003cdiv class=\"cora-intro__top\"\u003e\n\u003cdiv class=\"cora-intro__copy\"\u003e\n\u003cspan class=\"cora-eyebrow\"\u003e Cora Mini · Milky Glass Flower Pendant \u003c\/span\u003e\n\u003ch2\u003eOne Flower Shape, Three Ways to Scale It\u003c\/h2\u003e\n\u003cp\u003eCora Mini combines an opaque milky-glass flower shade with warm brass and a small ash-wood accent. Choose the diameter by how you plan to use it — compact in a group, balanced on its own, or larger as a single focal pendant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-intro__stat\"\u003e\n\u003csmall\u003e Three Diameters \u003c\/small\u003e \u003cstrong\u003e 5.9–9.8\" \u003c\/strong\u003e \u003cspan\u003e Single pendant\u003cbr\u003eor repeated group \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-family\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"cora-family__media\"\u003e\u003ca href=\"#cora-family-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_20.jpg?v=1781146643\" alt=\"Cora Mini milky glass flower pendant showing three available models\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"cora-caption\"\u003eThree-size collection · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-family__copy\"\u003e\n\u003cspan class=\"cora-eyebrow\"\u003e Bloom \/ Scale \/ Repeat \u003c\/span\u003e\n\u003ch3\u003eStart with How Many You Want to Hang\u003c\/h3\u003e\n\u003cp\u003eThe smaller sizes are easier to repeat over a long surface. The largest size carries more visual presence when installed alone.\u003c\/p\u003e\n\u003cdiv class=\"cora-path\"\u003e\n\u003cdiv class=\"cora-path__item\"\u003e\n\u003csmall\u003e 5.9\" \u003c\/small\u003e \u003cstrong\u003e Best for Repetition \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-path__item\"\u003e\n\u003csmall\u003e 7.9\" \u003c\/small\u003e \u003cstrong\u003e Most Versatile \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-path__item\"\u003e\n\u003csmall\u003e 9.8\" \u003c\/small\u003e \u003cstrong\u003e Stronger Solo Scale \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 — GLASS \/ CLUSTER\n    ====================================================== --\u003e\n\u003csection class=\"cora-glass\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"cora-glass__media\"\u003e\u003ca href=\"#cora-glass-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_9.jpg?v=1781146643\" alt=\"Close-up of Cora Mini hand-blown milky white flower glass shade\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"cora-caption\"\u003eMilky glass detail · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-glass__copy\"\u003e\n\u003cspan class=\"cora-eyebrow\"\u003e Glass \/ Material \u003c\/span\u003e\n\u003ch3\u003eThe Bulb Disappears. The Flower Glows.\u003c\/h3\u003e\n\u003cp\u003eThe hand-blown glass is finished in an opaque milky white, hiding the bulb from normal view and allowing the flower-shaped shade itself to become the illuminated surface.\u003c\/p\u003e\n\u003cdiv class=\"cora-materials\"\u003e\n\u003cdiv class=\"cora-material\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Hand-Blown Glass \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-material\"\u003e\n\u003csmall\u003e Collar \u003c\/small\u003e \u003cstrong\u003e Brass-Finish Metal \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-material\"\u003e\n\u003csmall\u003e Accent \u003c\/small\u003e \u003cstrong\u003e Natural Ash Wood \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-repeat\"\u003e\n\u003cdiv class=\"cora-repeat__mark\"\u003e\n\u003csmall\u003e Layout \u003c\/small\u003e \u003cstrong\u003e 1 \/ 2–5 \u003c\/strong\u003e \u003cspan\u003e solo or repeated \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-repeat__copy\"\u003e\n\u003ch3\u003eOne Pendant or a Repeated Line\u003c\/h3\u003e\n\u003cp\u003eInstall one above a compact focal area, or repeat several pendants where a longer surface needs rhythm rather than one large chandelier.\u003c\/p\u003e\n\u003cdiv class=\"cora-repeat__facts\"\u003e\n\u003cspan\u003e \u003cstrong\u003eSingle\u003c\/strong\u003e · bedside \/ foyer \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e2–3\u003c\/strong\u003e · dining \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e3–5\u003c\/strong\u003e · island \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!-- =====================================================\n         03 — SIZE SELECTOR\n    ====================================================== --\u003e\n\u003csection class=\"cora-sizes\"\u003e\n\u003cdiv class=\"cora-sizes__head\"\u003e\n\u003ch3\u003eChoose the Diameter by Visual Weight\u003c\/h3\u003e\n\u003cp\u003eAll three keep the same Cora flower language, but the 9.8-inch version is shorter and visually broader. Check both diameter and height before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-size-grid\"\u003e\n\u003c!-- 5.9 --\u003e\n\u003carticle class=\"cora-size-card cora-size-card--mini\"\u003e\n\u003cdiv class=\"cora-size-card__media\"\u003e\u003ca href=\"#cora-size-mini\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_10.jpg?v=1781146643\" alt=\"Cora Mini 5.9 inch flower pendant dimension drawing\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Mini \u003c\/small\u003e\n\u003ch3\u003e5.9\"\u003c\/h3\u003e\n\u003cspan class=\"cora-size-card__dim\"\u003e Ø5.9\" × H11\" \u003c\/span\u003e\n\u003cp\u003eBest when you want a lighter scale or several pendants in repetition.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- 7.9 --\u003e\n\u003carticle class=\"cora-size-card cora-size-card--medium\"\u003e\n\u003cdiv class=\"cora-size-card__media\"\u003e\u003ca href=\"#cora-size-medium\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_25.jpg?v=1781146643\" alt=\"Cora Mini 7.9 inch flower pendant dimension drawing\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e\n\u003ch3\u003e7.9\"\u003c\/h3\u003e\n\u003cspan class=\"cora-size-card__dim\"\u003e Ø7.9\" × H11\" \u003c\/span\u003e\n\u003cp\u003eBalanced for either a single pendant or a small repeated arrangement.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- 9.8 --\u003e\n\u003carticle class=\"cora-size-card cora-size-card--large\"\u003e\n\u003cdiv class=\"cora-size-card__media\"\u003e\u003ca href=\"#cora-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_23.jpg?v=1781146643\" alt=\"Cora Mini 9.8 inch flower pendant dimension drawing\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Large \u003c\/small\u003e\n\u003ch3\u003e9.8\"\u003c\/h3\u003e\n\u003cspan class=\"cora-size-card__dim\"\u003e Ø9.8\" × H8.3\" \u003c\/span\u003e\n\u003cp\u003eBroader and lower for a stronger single-pendant presence.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-size-guide\"\u003e\n\u003cdiv class=\"cora-size-guide__item\"\u003e\n\u003cstrong\u003e 5.9\" — Repeat \u003c\/strong\u003e \u003cspan\u003e Compact grouping and smaller spaces. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-size-guide__item\"\u003e\n\u003cstrong\u003e 7.9\" — Flexible \u003c\/strong\u003e \u003cspan\u003e Easy to use alone or in a pair. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-size-guide__item\"\u003e\n\u003cstrong\u003e 9.8\" — Solo \u003c\/strong\u003e \u003cspan\u003e More flower volume from one fixture. \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=\"cora-specs\"\u003e\n\u003cdiv class=\"cora-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Cora Mini · Milky Glass Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-spec-list\"\u003e\n\u003cdiv class=\"cora-spec\"\u003e\n\u003cspan class=\"cora-spec__label\"\u003e Available Sizes \u003c\/span\u003e \u003cspan class=\"cora-spec__value\"\u003e Ø5.9\" × H11\" · Ø7.9\" × H11\" · Ø9.8\" × H8.3\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-spec\"\u003e\n\u003cspan class=\"cora-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"cora-spec__value\"\u003e Hand-blown milky white glass · Brass-finished metal collar · Natural ash wood top cap \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-spec\"\u003e\n\u003cspan class=\"cora-spec__label\"\u003e Finish \u003c\/span\u003e \u003cspan class=\"cora-spec__value\"\u003e Milky White · Warm Brass · Natural Ash Wood \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-spec\"\u003e\n\u003cspan class=\"cora-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"cora-spec__value\"\u003e E26 \/ E27 · Bulb Included: Yes · Max 40W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-spec\"\u003e\n\u003cspan class=\"cora-spec__label\"\u003e Electrical \u003c\/span\u003e \u003cspan class=\"cora-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-spec\"\u003e\n\u003cspan class=\"cora-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"cora-spec__value\"\u003e Compatible with a dimmable bulb and compatible wall dimmer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-spec\"\u003e\n\u003cspan class=\"cora-spec__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"cora-spec__value\"\u003e 59\" adjustable steel cable · Extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-spec\"\u003e\n\u003cspan class=\"cora-spec__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"cora-spec__value\"\u003e Hardwired · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-spec\"\u003e\n\u003cspan class=\"cora-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"cora-spec__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-notes\"\u003e\n\u003cdiv class=\"cora-note cora-note--material\"\u003e\n\u003csmall\u003e Natural Material \u003c\/small\u003e \u003cspan\u003e Ash wood grain and tone naturally vary from piece to piece. These differences are part of the material character, not defects. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cora-note cora-note--cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\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=\"cora-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 — THREE SIZES\n  ====================================================== --\u003e \u003ca id=\"cora-family-large\" href=\"#cora-root\" class=\"cora-lightbox\"\u003e \u003cspan class=\"cora-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_20.jpg?v=1781146643\" alt=\"Enlarged Cora Mini three-size collection\"\u003e \u003cspan class=\"cora-lightbox__caption\"\u003e Cora Mini · Three Available Sizes \u003c\/span\u003e \u003cspan class=\"cora-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — GLASS\n  ====================================================== --\u003e \u003ca id=\"cora-glass-large\" href=\"#cora-root\" class=\"cora-lightbox\"\u003e \u003cspan class=\"cora-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_9.jpg?v=1781146643\" alt=\"Enlarged Cora hand-blown milky white flower glass detail\"\u003e \u003cspan class=\"cora-lightbox__caption\"\u003e Hand-Blown Milky Glass Detail \u003c\/span\u003e \u003cspan class=\"cora-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — 5.9\n  ====================================================== --\u003e \u003ca id=\"cora-size-mini\" href=\"#cora-root\" class=\"cora-lightbox\"\u003e \u003cspan class=\"cora-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_10.jpg?v=1781146643\" alt=\"Enlarged Cora 5.9 inch dimensions\"\u003e \u003cspan class=\"cora-lightbox__caption\"\u003e Ø5.9\" × H11\" \u003c\/span\u003e \u003cspan class=\"cora-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — 7.9\n  ====================================================== --\u003e \u003ca id=\"cora-size-medium\" href=\"#cora-root\" class=\"cora-lightbox\"\u003e \u003cspan class=\"cora-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_25.jpg?v=1781146643\" alt=\"Enlarged Cora 7.9 inch dimensions\"\u003e \u003cspan class=\"cora-lightbox__caption\"\u003e Ø7.9\" × H11\" \u003c\/span\u003e \u003cspan class=\"cora-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — 9.8\n  ====================================================== --\u003e \u003ca id=\"cora-size-large\" href=\"#cora-root\" class=\"cora-lightbox\"\u003e \u003cspan class=\"cora-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_23.jpg?v=1781146643\" alt=\"Enlarged Cora 9.8 inch dimensions\"\u003e \u003cspan class=\"cora-lightbox__caption\"\u003e Ø9.8\" × H8.3\" \u003c\/span\u003e \u003cspan class=\"cora-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 5.9″ x H 11″ \/ Walnut wood \u0026 White","offer_id":52330726228251,"sku":"STB-PL-26-10001","price":145.0,"currency_code":"USD","in_stock":true},{"title":"Dia 7.9″ x H 11″ \/ Walnut wood \u0026 White","offer_id":52330726261019,"sku":"STB-PL-26-10002","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Dia 9.8″ x H 8.3″ \/ Walnut wood \u0026 White","offer_id":52330726293787,"sku":"STB-PL-26-10003","price":155.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/cora-mini-milky-glass-flower-pendant-light-stuberlighting_5.jpg?v=1781146643"},{"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":"norra-concrete-mini-pendant-bathroom-vanity-kitchen-island","title":"Norra Concrete Mini Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — NORRA\n   CONCRETE MINI PENDANT\n\n   CAST \/ COLOR \/ REPEAT\n\n   ARCHITECTURAL · QUIET · SHOPPER-FIRST\n   ESPRESSO · CEMENT · CREAM · GOLD\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-norra{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#625449;\n  --muted:#817468;\n\n  --gold:#C8A96E;\n  --gold-deep:#967243;\n\n  --cement:#9A938A;\n  --cement-light:#E9E5DF;\n  --cement-soft:#F3F0EB;\n\n  --cream:#F6EFE3;\n  --paper:#FBF8F2;\n  --ivory:#FFFDF8;\n\n  --line:#DED2BD;\n  --line-soft:#ECE4D8;\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-norra *,\n.stb-norra *::before,\n.stb-norra *::after{\n  box-sizing:border-box;\n}\n\n.stb-norra h2,\n.stb-norra h3,\n.stb-norra p{\n  margin-top:0;\n}\n\n.stb-norra h2,\n.stb-norra 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-norra 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-norra a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OUTER FRAME\n========================================================= *\/\n\n.norra-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.norra-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.norra-frame::after{\n  content:\"\";\n\n  position:absolute;\n  top:11px;\n  left:29px;\n\n  width:30px;\n  height:1px;\n\n  background:var(--cement);\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.norra-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:.13em;\n  text-transform:uppercase;\n}\n\n.norra-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.norra-intro{\n  padding:20px 0 28px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.norra-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.norra-intro h2{\n  max-width:595px;\n\n  margin:0 0 9px;\n\n  font-size:31px;\n  line-height:1.06;\n}\n\n.norra-intro__copy \u003e p{\n  max-width:570px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:12.5px;\n  line-height:1.62;\n}\n\n\n\/* SIZE STAT *\/\n\n.norra-intro__stat{\n  padding-left:15px;\n\n  border-left:2px solid var(--gold);\n}\n\n.norra-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:.07em;\n  text-transform:uppercase;\n}\n\n.norra-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.norra-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 FACTS *\/\n\n.norra-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.norra-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.norra-quick__item:nth-child(1){\n  background:#F2EEE9;\n}\n\n.norra-quick__item:nth-child(2){\n  background:#FBF8F2;\n}\n\n.norra-quick__item:nth-child(3){\n  background:#F5EEE4;\n}\n\n.norra-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.norra-quick__item:nth-child(1)::before{\n  background:var(--cement);\n}\n\n.norra-quick__item:nth-child(2)::before{\n  background:var(--gold);\n}\n\n.norra-quick__item:nth-child(3)::before{\n  background:var(--espresso);\n}\n\n.norra-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.norra-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.norra-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 — CAST \/ COLOR\n========================================================= *\/\n\n.norra-material{\n  padding:30px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.norra-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.norra-detail{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  background:var(--cement-soft);\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--cement);\n}\n\n.norra-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.norra-detail img{\n  max-height:165px !important;\n}\n\n\n\/* MATERIAL COPY *\/\n\n.norra-material__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.norra-material__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.58;\n}\n\n\n\/* MATERIAL FACTS *\/\n\n.norra-materials{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:7px;\n\n  margin-top:13px;\n}\n\n.norra-material-card{\n  min-width:0;\n\n  padding:9px 10px;\n\n  border:1px solid var(--line);\n}\n\n.norra-material-card:first-child{\n  background:#F1EDE8;\n}\n\n.norra-material-card:last-child{\n  background:#FAF7F1;\n}\n\n.norra-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.norra-material-card strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:10px;\n  font-weight:600;\n}\n\n\n\/* COLORS *\/\n\n.norra-colors{\n  margin-top:16px;\n  padding-top:14px;\n\n  border-top:1px solid var(--line);\n}\n\n.norra-colors__label{\n  display:block;\n\n  margin-bottom:7px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.norra-color-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n}\n\n.norra-color{\n  position:relative;\n\n  min-width:0;\n\n  padding:10px 9px 10px 31px;\n\n  border:1px solid var(--line);\n\n  background:var(--ivory);\n}\n\n.norra-color::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:12px;\n  left:10px;\n\n  width:11px;\n  height:11px;\n\n  border-radius:50%;\n}\n\n.norra-color--black::before{\n  background:#24211F;\n}\n\n.norra-color--grey::before{\n  background:#AAA7A1;\n}\n\n.norra-color--pink::before{\n  background:#D2A7A0;\n}\n\n.norra-color strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:9.8px;\n  font-weight:600;\n}\n\n.norra-color span{\n  display:block;\n\n  margin-top:1px;\n\n  color:var(--muted);\n\n  font-size:9px;\n  line-height:1.35;\n}\n\n\n\/* =========================================================\n   03 — SCALE \/ REPEAT\n========================================================= *\/\n\n.norra-scale{\n  padding:30px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.norra-scale__layout{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:28px;\n  align-items:center;\n}\n\n\n\/* SIZE IMAGE *\/\n\n.norra-size-image{\n  width:145px;\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.norra-size-image 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.norra-size-image img{\n  max-height:135px !important;\n}\n\n\n\/* SCALE COPY *\/\n\n.norra-scale__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.norra-scale__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.58;\n}\n\n\n\/* MEASURES *\/\n\n.norra-measures{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:24px;\n\n  margin-top:13px;\n}\n\n.norra-measure{\n  min-width:84px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.norra-measure:nth-child(2){\n  border-color:var(--cement);\n}\n\n.norra-measure:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.norra-measure 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.norra-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\/* REPEAT PANEL *\/\n\n.norra-repeat{\n  display:grid;\n  grid-template-columns:minmax(0,130px) minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-top:18px;\n\n  padding:18px 20px;\n\n  background:var(--espresso);\n\n  border-radius:4px;\n}\n\n.norra-repeat__mark{\n  padding-right:19px;\n\n  border-right:1px solid rgba(255,255,255,.15);\n}\n\n.norra-repeat__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.norra-repeat__mark strong{\n  display:block;\n\n  color:#FFF7E9;\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.norra-repeat__mark span{\n  display:block;\n\n  margin-top:5px;\n\n  color:#CFC6BB;\n\n  font-size:9px;\n}\n\n.norra-repeat__copy h3{\n  margin:0 0 4px;\n\n  color:#FFF8ED;\n\n  font-size:18px;\n}\n\n.norra-repeat__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:#D6CDC1;\n\n  font-size:10.5px;\n  line-height:1.5;\n}\n\n.norra-repeat__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.norra-repeat__facts span{\n  color:#D8CFC3;\n\n  font-size:9px;\n}\n\n.norra-repeat__facts strong{\n  color:#FFF7E9;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.norra-specs{\n  padding:30px 0;\n}\n\n.norra-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.norra-specs__head h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.norra-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.norra-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.norra-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.norra-spec__label{\n  color:#806F60;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.norra-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\/* NOTES *\/\n\n.norra-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:12px;\n}\n\n.norra-note{\n  min-width:0;\n\n  padding:10px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.norra-note--material{\n  border-left:3px solid var(--cement);\n}\n\n.norra-note--cert{\n  border-left:3px solid var(--gold);\n}\n\n.norra-note small{\n  display:block;\n\n  margin-bottom:2px;\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.norra-note span,\n.norra-note strong{\n  display:block;\n\n  color:#514337;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.norra-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.norra-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.norra-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.norra-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.norra-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.norra-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.norra-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.norra-lightbox:target{\n  display:flex;\n}\n\n.norra-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.norra-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.norra-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.norra-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  .norra-frame{\n    padding:25px 18px 0;\n  }\n\n  .norra-frame::before,\n  .norra-frame::after{\n    left:18px;\n  }\n\n\n  .norra-intro__top{\n    grid-template-columns:minmax(0,1fr) minmax(0,120px);\n\n    gap:18px;\n  }\n\n  .norra-intro h2{\n    font-size:27px;\n  }\n\n\n  .norra-material__layout{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .norra-detail{\n    width:135px;\n  }\n\n  .norra-detail img{\n    max-height:125px !important;\n  }\n\n\n  .norra-scale__layout{\n    grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n\n  .norra-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  .norra-intro__top{\n    grid-template-columns:1fr;\n  }\n\n  .norra-intro__stat{\n    width:175px;\n  }\n\n\n  .norra-quick{\n    grid-template-columns:1fr;\n  }\n\n\n  .norra-material__layout{\n    grid-template-columns:1fr;\n  }\n\n  .norra-detail{\n    width:120px;\n\n    margin:0;\n  }\n\n\n  .norra-materials{\n    grid-template-columns:1fr;\n  }\n\n\n  .norra-color-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .norra-scale__layout{\n    grid-template-columns:1fr;\n  }\n\n  .norra-size-image{\n    width:110px;\n\n    margin:0;\n  }\n\n  .norra-size-image img{\n    max-height:103px !important;\n  }\n\n\n  .norra-repeat{\n    grid-template-columns:1fr;\n\n    gap:8px;\n\n    padding:16px;\n  }\n\n  .norra-repeat__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  .norra-specs__head{\n    display:block;\n  }\n\n  .norra-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .norra-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .norra-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  .norra-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-norra\" id=\"norra-root\"\u003e\n\u003cdiv class=\"norra-frame\"\u003e\n\u003c!-- =====================================================\n         01 — INTRO\n    ====================================================== --\u003e\n\u003csection class=\"norra-intro\"\u003e\n\u003cdiv class=\"norra-intro__top\"\u003e\n\u003cdiv class=\"norra-intro__copy\"\u003e\n\u003cspan class=\"norra-eyebrow\"\u003e Norra · Hand-Cast Cement Mini Pendant \u003c\/span\u003e\n\u003ch2\u003eSmall by Design. Stronger in Repetition.\u003c\/h2\u003e\n\u003cp\u003eNorra pairs a compact hand-cast cement shade with a clean acrylic diffuser. At only 4.7 inches across, it can work alone in a small zone or repeat naturally across a vanity, kitchen island or longer surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-intro__stat\"\u003e\n\u003csmall\u003e Mini Diameter \u003c\/small\u003e \u003cstrong\u003e Ø4.7\" \u003c\/strong\u003e \u003cspan\u003e H9.8\"\u003cbr\u003eØ12 × H25cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-quick\"\u003e\n\u003cdiv class=\"norra-quick__item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Hand-Cast Cement \u003c\/strong\u003e\n\u003cp\u003eGenuine cast surface with subtle texture and tonal variation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-quick__item\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e G9 LED Included \u003c\/strong\u003e\n\u003cp\u003eCompact warm-white light behind an acrylic diffuser.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-quick__item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003cp\u003eStandard wire length with longer drops available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 — CAST \/ COLOR\n    ====================================================== --\u003e\n\u003csection class=\"norra-material\"\u003e\n\u003cdiv class=\"norra-material__layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"norra-detail\"\u003e\u003ca href=\"#norra-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/norra-concrete-mini-pendant-bathroom-vanity-kitchen-island-stuberlighting_4.jpg?v=1781751251\" alt=\"Close-up detail of Norra hand-cast cement mini pendant\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"norra-caption\"\u003eCast surface detail · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-material__copy\"\u003e\n\u003cspan class=\"norra-eyebrow\"\u003e Cast \/ Surface \u003c\/span\u003e\n\u003ch3\u003eThe Texture Comes from the Material Itself\u003c\/h3\u003e\n\u003cp\u003eEach cement shade is cast and finished individually. Small differences in surface texture and tone are expected, giving the fixture a more architectural character than a perfectly uniform painted shade.\u003c\/p\u003e\n\u003cdiv class=\"norra-materials\"\u003e\n\u003cdiv class=\"norra-material-card\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Hand-Cast Cement \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-material-card\"\u003e\n\u003csmall\u003e Diffuser \u003c\/small\u003e \u003cstrong\u003e White Acrylic \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-colors\"\u003e\n\u003cspan class=\"norra-colors__label\"\u003e Choose the Color \u003c\/span\u003e\n\u003cdiv class=\"norra-color-grid\"\u003e\n\u003cdiv class=\"norra-color norra-color--black\"\u003e\n\u003cstrong\u003e Black \u0026amp; White \u003c\/strong\u003e \u003cspan\u003e Stronger graphic contrast. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-color norra-color--grey\"\u003e\n\u003cstrong\u003e Grey \u0026amp; White \u003c\/strong\u003e \u003cspan\u003e Quieter architectural neutral. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-color norra-color--pink\"\u003e\n\u003cstrong\u003e Pink \u0026amp; White \u003c\/strong\u003e \u003cspan\u003e Softer visual character. \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         03 — SCALE \/ REPEAT\n    ====================================================== --\u003e\n\u003csection class=\"norra-scale\"\u003e\n\u003cdiv class=\"norra-scale__layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"norra-size-image\"\u003e\u003ca href=\"#norra-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/norra-concrete-mini-pendant-bathroom-vanity-kitchen-island-stuberlighting_8.jpg?v=1781751251\" alt=\"Norra Concrete Mini Pendant dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"norra-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-scale__copy\"\u003e\n\u003cspan class=\"norra-eyebrow\"\u003e Scale \/ Repeat \u003c\/span\u003e\n\u003ch3\u003e4.7 Inches Is Small on Purpose\u003c\/h3\u003e\n\u003cp\u003eNorra is compact enough to repeat without making the ceiling feel heavy. Use one where the space is tight, or let several fixtures create a longer lighting rhythm across the room.\u003c\/p\u003e\n\u003cdiv class=\"norra-measures\"\u003e\n\u003cdiv class=\"norra-measure\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e 4.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-measure\"\u003e\n\u003csmall\u003e Height \u003c\/small\u003e \u003cstrong\u003e 9.8\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-measure\"\u003e\n\u003csmall\u003e Wire \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-repeat\"\u003e\n\u003cdiv class=\"norra-repeat__mark\"\u003e\n\u003csmall\u003e Layout \u003c\/small\u003e \u003cstrong\u003e 1 \/ 2 \/ 3+ \u003c\/strong\u003e \u003cspan\u003e choose by surface width \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-repeat__copy\"\u003e\n\u003ch3\u003eOne for Focus. Multiple for Rhythm.\u003c\/h3\u003e\n\u003cp\u003eThe mini scale makes Norra especially useful when several small light points feel more appropriate than one oversized pendant.\u003c\/p\u003e\n\u003cdiv class=\"norra-repeat__facts\"\u003e\n\u003cspan\u003e \u003cstrong\u003e1\u003c\/strong\u003e · compact zone \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e2\u003c\/strong\u003e · vanity \/ bedside \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e3+\u003c\/strong\u003e · island \/ long surface \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=\"norra-specs\"\u003e\n\u003cdiv class=\"norra-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Norra · Concrete Mini Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec-list\"\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e Ø4.7\" × H9.8\" \/ Ø12 × H25cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e Hand-cast cement · White acrylic diffuser \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Color Options \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e Black \u0026amp; White · Grey \u0026amp; White · Pink \u0026amp; White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e G9 LED · Bulb Included: Yes · Warm White · Max 40W per socket \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e 2700K warm-white G9 LED · Non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e Dimming possible with a compatible dimmable G9 bulb and compatible wall dimmer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Electrical \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e 59\" standard wire · Extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Control \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e Standard wall switch · Switch not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e Hardwired · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-spec\"\u003e\n\u003cspan class=\"norra-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"norra-spec__value\"\u003e Indoor dry locations only · IP20 · For bathroom use, install only outside wet or direct-spray zones \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-notes\"\u003e\n\u003cdiv class=\"norra-note norra-note--material\"\u003e\n\u003csmall\u003e Hand-Cast Surface \u003c\/small\u003e \u003cspan\u003e Slight differences in surface texture and tonal depth are normal characteristics of individually cast cement, not defects. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"norra-note norra-note--cert\"\u003e\n\u003csmall\u003e Certifications \u003c\/small\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\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=\"norra-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=\"norra-detail-large\" href=\"#norra-root\" class=\"norra-lightbox\"\u003e \u003cspan class=\"norra-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/norra-concrete-mini-pendant-bathroom-vanity-kitchen-island-stuberlighting_4.jpg?v=1781751251\" alt=\"Enlarged Norra hand-cast cement pendant detail\"\u003e \u003cspan class=\"norra-lightbox__caption\"\u003e Norra · Hand-Cast Cement Detail \u003c\/span\u003e \u003cspan class=\"norra-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=\"norra-size-large\" href=\"#norra-root\" class=\"norra-lightbox\"\u003e \u003cspan class=\"norra-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/norra-concrete-mini-pendant-bathroom-vanity-kitchen-island-stuberlighting_8.jpg?v=1781751251\" alt=\"Enlarged Norra Concrete Mini Pendant dimensions\"\u003e \u003cspan class=\"norra-lightbox__caption\"\u003e Ø4.7\" × H9.8\" · Ø12 × H25cm \u003c\/span\u003e \u003cspan class=\"norra-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":"Dia4.7\"xH9.8\" \/ Black \u0026 White","offer_id":52370247254299,"sku":"STB-PL-26-10006","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Dia4.7\"xH9.8\" \/ Grey \u0026 White","offer_id":52370247287067,"sku":"STB-PL-26-10007","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Dia4.7\"xH9.8\" \/ Pink \u0026 White","offer_id":52370247319835,"sku":"STB-PL-26-1000","price":135.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/norra-concrete-mini-pendant-bathroom-vanity-kitchen-island-stuberlighting_18.jpg?v=1781751250"},{"product_id":"hayden-walnut-wood-modern-dome-pendant-light","title":"Hayden Modern Walnut Wood Dome Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — HAYDEN\n   Walnut Wood · Aluminum Dome · Mid-Century\n   Quiet Editorial \/ Compact \/ Responsive\n========================================================= *\/\n\n.stb-hayden{\n  --ivory:#FFFDF9;\n  --cream:#F6F0E8;\n  --walnut-soft:#F1E8DD;\n\n  --dark:#211812;\n  --espresso:#35271F;\n\n  --text:#4C4037;\n  --muted:#776B61;\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  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-hayden *,\n.stb-hayden *::before,\n.stb-hayden *::after{\n  box-sizing:border-box;\n}\n\n.stb-hayden h2,\n.stb-hayden 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-hayden p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   TYPE\n========================================================= *\/\n\n.stb-hayden__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-hayden__title{\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.stb-hayden__section-title{\n  margin:0 0 7px;\n\n  font-size:21px;\n  line-height:1.25;\n}\n\n.stb-hayden__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-hayden__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-hayden__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 185px;\n\n  gap:32px;\n  align-items:end;\n\n  padding:4px 0 23px;\n}\n\n.stb-hayden__intro-copy{\n  max-width:650px;\n}\n\n.stb-hayden__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-hayden__intro-stat{\n  padding:14px 16px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-hayden__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-hayden__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-hayden__intro-stat span{\n  color:#D6C9BC;\n\n  font-size:10.8px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-hayden__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-hayden__fact{\n  padding:13px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-hayden__fact:last-child{\n  border-right:0;\n}\n\n.stb-hayden__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-hayden__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   FINISH SELECTOR\n========================================================= *\/\n\n.stb-hayden__finish{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:30px;\n  padding:14px 16px;\n\n  background:var(--cream);\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-hayden__finish-media{\n  width:132px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-hayden__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:4px;\n\n  background:var(--ivory);\n\n  border:1px solid #D6C9BC;\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-hayden__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-hayden__finish-options{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  margin-top:12px;\n\n  border-top:1px solid #D8CCBF;\n}\n\n.stb-hayden__finish-option{\n  padding:10px 10px 0 0;\n}\n\n.stb-hayden__finish-option + .stb-hayden__finish-option{\n  padding-left:10px;\n\n  border-left:1px solid #D8CCBF;\n}\n\n.stb-hayden__finish-option 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  text-transform:uppercase;\n}\n\n.stb-hayden__finish-option strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.5px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-hayden__finish-option p{\n  margin:0;\n\n  color:#706359;\n\n  font-size:9.9px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   MATERIAL DETAIL\n========================================================= *\/\n\n.stb-hayden__material{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 115px;\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:30px;\n}\n\n.stb-hayden__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  box-shadow:0 5px 18px rgba(35,25,18,.02);\n}\n\n.stb-hayden__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-hayden__material-media{\n  width:104px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n\n\/* =========================================================\n   SIZE SELECTOR\n========================================================= *\/\n\n.stb-hayden__sizes{\n  margin-bottom:30px;\n}\n\n.stb-hayden__size-layout{\n  display:grid;\n  grid-template-columns:125px minmax(0,1fr);\n\n  gap:20px;\n  align-items:center;\n\n  padding:14px;\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-hayden__size-media{\n  width:112px;\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-hayden__size-media a{\n  display:block;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.stb-hayden__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-hayden__size-options{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:11px;\n}\n\n.stb-hayden__size-option{\n  padding:11px 12px;\n\n  background:var(--cream);\n\n  border:1px solid #DDD2C5;\n  border-radius:4px;\n}\n\n.stb-hayden__size-option--featured{\n  border-top:2px solid var(--gold);\n}\n\n.stb-hayden__size-option 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  text-transform:uppercase;\n}\n\n.stb-hayden__size-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-hayden__size-option p{\n  margin:0;\n\n  color:#706359;\n\n  font-size:10.2px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   APPLICATION STRIP\n========================================================= *\/\n\n.stb-hayden__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-hayden__placement-item{\n  padding:14px 15px;\n}\n\n.stb-hayden__placement-item:first-child{\n  border-right:1px solid var(--line);\n}\n\n.stb-hayden__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-hayden__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-hayden__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-hayden__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-hayden__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-hayden__practical-card:first-child{\n  border-top:2px solid var(--gold);\n}\n\n.stb-hayden__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-hayden__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-hayden__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 WOOD NOTE\n========================================================= *\/\n\n.stb-hayden__variation{\n  margin-bottom:30px;\n  padding:11px 14px;\n\n  background:var(--walnut-soft);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-hayden__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-hayden__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-hayden__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-hayden__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-hayden__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-hayden__spec-head strong{\n  color:#FFF5E8;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-hayden__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-hayden__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-hayden__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-hayden__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-hayden__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n}\n\n.stb-hayden__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-hayden__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-hayden__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-hayden__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-hayden__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-hayden__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-hayden__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-hayden__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-hayden__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-hayden__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-hayden__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-hayden__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\n  cursor:zoom-out;\n}\n\n.stb-hayden__lightbox:target{\n  display:flex;\n}\n\n.stb-hayden__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-hayden__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-hayden__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-hayden__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-hayden__intro{\n    grid-template-columns:1fr;\n\n    gap:12px;\n  }\n\n  .stb-hayden__title{\n    font-size:25px;\n  }\n\n  .stb-hayden__intro-stat{\n    max-width:270px;\n  }\n\n\n  .stb-hayden__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-hayden__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-hayden__fact:nth-child(1),\n  .stb-hayden__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-hayden__finish{\n    grid-template-columns:120px 1fr;\n  }\n\n  .stb-hayden__finish-media{\n    width:110px;\n  }\n\n\n  .stb-hayden__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-hayden{\n    font-size:14px;\n  }\n\n\n  .stb-hayden__finish{\n    grid-template-columns:90px 1fr;\n\n    gap:12px;\n\n    padding:10px;\n  }\n\n  .stb-hayden__finish-media{\n    width:84px;\n  }\n\n  .stb-hayden__finish-options{\n    grid-template-columns:1fr;\n  }\n\n  .stb-hayden__finish-option{\n    padding:8px 0;\n  }\n\n  .stb-hayden__finish-option + .stb-hayden__finish-option{\n    padding-left:0;\n\n    border-left:0;\n    border-top:1px solid #D8CCBF;\n  }\n\n\n  .stb-hayden__material{\n    grid-template-columns:1fr 82px;\n\n    gap:11px;\n  }\n\n  .stb-hayden__material-media{\n    width:76px;\n  }\n\n  .stb-hayden__material-copy{\n    padding:13px 14px;\n  }\n\n\n  .stb-hayden__size-layout{\n    grid-template-columns:84px 1fr;\n\n    gap:12px;\n\n    padding:10px;\n  }\n\n  .stb-hayden__size-media{\n    width:78px;\n  }\n\n  .stb-hayden__size-options{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-hayden__placement{\n    grid-template-columns:1fr;\n  }\n\n  .stb-hayden__placement-item:first-child{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-hayden__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-hayden__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-hayden__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-hayden__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-hayden\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-hayden__intro\"\u003e\n\u003cdiv class=\"stb-hayden__intro-copy\"\u003e\n\u003cspan class=\"stb-hayden__eyebrow\"\u003e Solid Walnut · Aluminum Dome · Mid-Century \u003c\/span\u003e\n\u003ch2 class=\"stb-hayden__title\"\u003eA Clean Dome, Warmed by Walnut.\u003c\/h2\u003e\n\u003cp\u003eHayden pairs a simple spun-aluminum dome with real walnut wood at the canopy and connecting details. The metal keeps the silhouette architectural, while the walnut gives it the warmth of a piece of furniture rather than a purely technical ceiling fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__intro-stat\"\u003e\n\u003csmall\u003e Two Sizes \u003c\/small\u003e \u003cstrong\u003e Ø13.7\" · Ø19.6\" \u003c\/strong\u003e \u003cspan\u003e Beige · White · Black \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-hayden__facts\"\u003e\n\u003cdiv class=\"stb-hayden__fact\"\u003e\n\u003csmall\u003e Dome \u003c\/small\u003e \u003cstrong\u003e Spun Aluminum \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__fact\"\u003e\n\u003csmall\u003e Wood \u003c\/small\u003e \u003cstrong\u003e Solid Walnut \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__fact\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__fact\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable Wire \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINISH\n  ====================================================== --\u003e\n\u003csection id=\"hayden-finish-section\" class=\"stb-hayden__finish\"\u003e\n\u003cdiv class=\"stb-hayden__finish-media\"\u003e\u003ca href=\"#hayden-finish\" class=\"stb-hayden__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/hayden-walnut-wood-modern-dome-pendant-light-stuberlighting_23.jpg?v=1781753650\" alt=\"Hayden dome pendant light black beige and walnut finish comparison\" loading=\"lazy\"\u003e \u003cspan class=\"stb-hayden__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-hayden__eyebrow\"\u003e Choose the Finish \u003c\/span\u003e\n\u003ch3 class=\"stb-hayden__section-title\"\u003eSame Walnut. Three Different Moods.\u003c\/h3\u003e\n\u003cp class=\"stb-hayden__section-copy\"\u003eThe walnut detail stays warm across every version. Choose the dome color according to how much contrast you want against the room.\u003c\/p\u003e\n\u003cdiv class=\"stb-hayden__finish-options\"\u003e\n\u003cdiv class=\"stb-hayden__finish-option\"\u003e\n\u003csmall\u003e Beige \u003c\/small\u003e \u003cstrong\u003e Warm \u0026amp; Tonal \u003c\/strong\u003e\n\u003cp\u003eNatural woods, cream walls and warmer neutral interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__finish-option\"\u003e\n\u003csmall\u003e White \u003c\/small\u003e \u003cstrong\u003e Light \u0026amp; Quiet \u003c\/strong\u003e\n\u003cp\u003eWhite walls, pale woods and cleaner Scandinavian spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__finish-option\"\u003e\n\u003csmall\u003e Black \u003c\/small\u003e \u003cstrong\u003e Graphic Contrast \u003c\/strong\u003e\n\u003cp\u003eDark accents, architectural interiors and stronger contrast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINISH LIGHTBOX --\u003e \u003ca id=\"hayden-finish\" href=\"#hayden-finish-section\" class=\"stb-hayden__lightbox\"\u003e \u003cspan class=\"stb-hayden__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/hayden-walnut-wood-modern-dome-pendant-light-stuberlighting_23.jpg?v=1781753650\" alt=\"Enlarged Hayden finish comparison\"\u003e \u003cspan class=\"stb-hayden__lightbox-caption\"\u003e Hayden · Beige \/ White \/ Black + Walnut \u003c\/span\u003e \u003cspan class=\"stb-hayden__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=\"hayden-detail-section\" class=\"stb-hayden__material\"\u003e\n\u003cdiv class=\"stb-hayden__material-copy\"\u003e\n\u003cspan class=\"stb-hayden__eyebrow\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-hayden__section-title\"\u003eMetal for Shape. Walnut for Warmth.\u003c\/h3\u003e\n\u003cp\u003eThe dome is formed from aluminum for a clean, lightweight profile. Solid walnut at the ceiling canopy and connectors introduces visible grain and natural warmth, softening the otherwise minimal metal form.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__material-media\"\u003e\u003ca href=\"#hayden-detail\" class=\"stb-hayden__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/hayden-walnut-wood-modern-dome-pendant-light-stuberlighting_2.jpg?v=1781753650\" alt=\"Hayden pendant solid walnut wood and aluminum dome detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-hayden__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"hayden-detail\" href=\"#hayden-detail-section\" class=\"stb-hayden__lightbox\"\u003e \u003cspan class=\"stb-hayden__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/hayden-walnut-wood-modern-dome-pendant-light-stuberlighting_2.jpg?v=1781753650\" alt=\"Enlarged Hayden walnut and aluminum material detail\"\u003e \u003cspan class=\"stb-hayden__lightbox-caption\"\u003e Hayden · Solid Walnut \u0026amp; Aluminum \u003c\/span\u003e \u003cspan class=\"stb-hayden__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE\n  ====================================================== --\u003e\n\u003csection id=\"hayden-size-section\" class=\"stb-hayden__sizes\"\u003e\n\u003cdiv class=\"stb-hayden__size-layout\"\u003e\n\u003cdiv class=\"stb-hayden__size-media\"\u003e\u003ca href=\"#hayden-size\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/hayden-walnut-wood-modern-dome-pendant-light-stuberlighting_17.jpg?v=1781753650\" alt=\"Hayden walnut dome pendant dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-hayden__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-hayden__eyebrow\"\u003e Choose the Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-hayden__section-title\"\u003e13.7\" for Repetition. 19.6\" for Presence.\u003c\/h3\u003e\n\u003cp class=\"stb-hayden__section-copy\"\u003eThe smaller version is easy to repeat over an island. The larger dome has enough visual weight to work as a single pendant above a dining table.\u003c\/p\u003e\n\u003cdiv class=\"stb-hayden__size-options\"\u003e\n\u003cdiv class=\"stb-hayden__size-option\"\u003e\n\u003csmall\u003e Compact \u003c\/small\u003e \u003cstrong\u003e Ø13.7\" × H8.3\" \u003c\/strong\u003e\n\u003cp\u003eKitchen islands, bedside, desk, hallway or smaller entry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__size-option stb-hayden__size-option--featured\"\u003e\n\u003csmall\u003e Statement \u003c\/small\u003e \u003cstrong\u003e Ø19.6\" × H9.6\" \u003c\/strong\u003e\n\u003cp\u003eDining table, larger room or taller-ceiling application.\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=\"hayden-size\" href=\"#hayden-size-section\" class=\"stb-hayden__lightbox\"\u003e \u003cspan class=\"stb-hayden__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/hayden-walnut-wood-modern-dome-pendant-light-stuberlighting_17.jpg?v=1781753650\" alt=\"Enlarged Hayden pendant dimensions\"\u003e \u003cspan class=\"stb-hayden__lightbox-caption\"\u003e Hayden · Ø13.7\" \/ Ø19.6\" \u003c\/span\u003e \u003cspan class=\"stb-hayden__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-hayden__placement\"\u003e\n\u003cdiv class=\"stb-hayden__placement-item\"\u003e\n\u003csmall\u003e Kitchen Island \u003c\/small\u003e \u003cstrong\u003e Use the 13.7\" in Multiples \u003c\/strong\u003e\n\u003cp\u003eTwo or three smaller pendants create better rhythm and horizontal coverage above a longer island.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__placement-item\"\u003e\n\u003csmall\u003e Dining Table \u003c\/small\u003e \u003cstrong\u003e Start with the 19.6\" \u003c\/strong\u003e\n\u003cp\u003eThe larger dome has enough scale to read clearly as a single centerpiece over many dining tables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRACTICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-hayden__practical\"\u003e\n\u003cdiv class=\"stb-hayden__practical-card\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 LED Bulb Included \u003c\/strong\u003e\n\u003cp\u003eWarm-white 2700K LED included. Replaceable standard socket. Maximum 40W.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__practical-card\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable Wire \u003c\/strong\u003e\n\u003cp\u003eShorten during installation. Longer suspension can be prepared on request for taller ceilings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__practical-card\"\u003e\n\u003csmall\u003e Dimming \u003c\/small\u003e \u003cstrong\u003e Dimming Can Be Added \u003c\/strong\u003e\n\u003cp\u003eThe included 2700K bulb is non-dimmable. For dimming, replace it with a compatible dimmable bulb and use a compatible wall dimmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       WOOD VARIATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-hayden__variation\"\u003e\u003cstrong\u003e Natural walnut will vary slightly from piece to piece. \u003c\/strong\u003e\n\u003cp\u003eSmall differences in wood grain, tone and pattern are normal characteristics of real hardwood and are not considered defects.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-hayden__specs\"\u003e\n\u003cdiv class=\"stb-hayden__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Hayden \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__spec\"\u003e\n\u003cspan\u003e Dimensions \u003c\/span\u003e \u003cstrong\u003e Ø13.7\" × H8.3\" · Ø19.6\" × H9.6\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Spun Aluminum Dome · Solid Walnut Hardwood Canopy \u0026amp; Connectors \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__spec\"\u003e\n\u003cspan\u003e Finishes \u003c\/span\u003e \u003cstrong\u003e Beige \u0026amp; Walnut · White \u0026amp; Walnut · Black \u0026amp; Walnut \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e E26 \/ E27 Warm-White LED Bulb Included · Standard 2700K · Max 40W \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Included Bulb Is Non-Dimmable · Fixture Can Be Used with a Compatible Dimmable E26 \/ E27 Bulb and Compatible Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__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-hayden__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 59\" Standard Adjustable Wire · Extension Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Standard Wall Switch Compatible \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-hayden__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-hayden__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-hayden__faq\"\u003e\u003cspan class=\"stb-hayden__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-hayden__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose the 13.7\" version when using multiple pendants over a kitchen island or for smaller applications. The 19.6\" version works better when one pendant needs to create more visual presence above a dining table or in a larger room.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich color works best with walnut furniture?\u003c\/summary\u003e\n\u003cp\u003eBeige creates the warmest tonal combination. White gives walnut more contrast while keeping the room light, and Black creates the strongest architectural contrast.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer hanging wire?\u003c\/summary\u003e\n\u003cp\u003eYes. Hayden includes approximately 59\" of suspension wire. Additional length can be prepared on request for taller ceiling installations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-hayden__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.7\"x H 8.3\" \/ Beige \u0026 Walnut","offer_id":52370883707163,"sku":"STB-PL-26-10009","price":295.0,"currency_code":"USD","in_stock":true},{"title":"Dia 13.7\"x H 8.3\" \/ White \u0026 Walnut","offer_id":52370883739931,"sku":"STB-PL-26-10010","price":295.0,"currency_code":"USD","in_stock":true},{"title":"Dia 13.7\"x H 8.3\" \/ Black \u0026 Walnut","offer_id":52370883772699,"sku":"STB-PL-26-10011","price":295.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6\"xH9.6\" \/ Beige \u0026 Walnut","offer_id":52370883805467,"sku":"STB-PL-26-10012","price":425.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6\"xH9.6\" \/ White \u0026 Walnut","offer_id":52370883838235,"sku":"STB-PL-26-10013","price":425.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6\"xH9.6\" \/ Black \u0026 Walnut","offer_id":52370883871003,"sku":"STB-PL-26-10014","price":425.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/hayden-walnut-wood-modern-dome-pendant-light-stuberlighting_27.jpg?v=1781753650"},{"product_id":"colette-wood-blown-glass-french-country-column-pendant","title":"Colette Wood \u0026 Blown Glass Column Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — COLETTE\n   WOOD + BLOWN GLASS COLUMN PENDANT\n\n   COLUMN \/ FINISH \/ GLOW\n\n   FRENCH COUNTRY · QUIET LUXURY\n   MATERIAL-FIRST · SHOPPER-FIRST\n   CONCISE · DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-colette{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#625348;\n  --muted:#817365;\n\n  --gold:#C8A96E;\n  --gold-deep:#967143;\n\n  --wood:#B08A63;\n  --walnut:#66432F;\n  --black:#292521;\n\n  --cream:#F6EFE3;\n  --paper:#FBF8F2;\n  --soft:#F2E9DE;\n  --ivory:#FFFDF8;\n  --glass:#F8F6F1;\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-colette *,\n.stb-colette *::before,\n.stb-colette *::after{\n  box-sizing:border-box;\n}\n\n.stb-colette h2,\n.stb-colette h3,\n.stb-colette p{\n  margin-top:0;\n}\n\n.stb-colette h2,\n.stb-colette 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-colette 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-colette a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OUTER FRAME\n========================================================= *\/\n\n.colette-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.colette-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.colette-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(--walnut);\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.colette-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.colette-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 \/ COLUMN\n========================================================= *\/\n\n.colette-intro{\n  padding:20px 0 29px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.colette-intro__layout{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,185px);\n\n  gap:32px;\n  align-items:center;\n}\n\n.colette-intro h2{\n  max-width:585px;\n\n  margin:0 0 9px;\n\n  font-size:31px;\n  line-height:1.06;\n}\n\n.colette-intro__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\/* RATIO *\/\n\n.colette-ratio{\n  display:flex;\n  align-items:flex-end;\n\n  gap:18px;\n\n  margin-top:19px;\n}\n\n.colette-ratio__item{\n  min-width:92px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.colette-ratio__item:nth-child(2){\n  border-color:var(--walnut);\n}\n\n.colette-ratio__item 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.colette-ratio__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:24px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.colette-ratio__note{\n  max-width:190px;\n\n  padding-left:13px;\n\n  border-left:1px solid var(--line);\n}\n\n.colette-ratio__note span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:10.8px;\n  line-height:1.45;\n}\n\n\n\/* DETAIL PORTRAIT *\/\n\n.colette-detail{\n  width:185px;\n  max-width:100%;\n  min-width:0;\n\n  padding:7px;\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.colette-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  text-decoration:none;\n}\n\n.colette-detail img{\n  max-height:175px !important;\n}\n\n\n\/* =========================================================\n   02 — MATERIAL \/ FINISH\n========================================================= *\/\n\n.colette-material{\n  padding:31px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.colette-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.colette-material__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.colette-material__head p{\n  max-width:505px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* MATERIAL LEDGER *\/\n\n.colette-materials{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n}\n\n.colette-material-card{\n  position:relative;\n\n  min-width:0;\n\n  padding:11px 12px;\n\n  border:1px solid var(--line);\n}\n\n.colette-material-card:nth-child(1){\n  background:#F4ECE2;\n}\n\n.colette-material-card:nth-child(2){\n  background:#FBF9F5;\n}\n\n.colette-material-card:nth-child(3){\n  background:#F7F2EA;\n}\n\n.colette-material-card::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:-1px;\n  left:-1px;\n\n  width:30px;\n  height:2px;\n}\n\n.colette-material-card:nth-child(1)::before{\n  background:var(--wood);\n}\n\n.colette-material-card:nth-child(2)::before{\n  background:var(--gold);\n}\n\n.colette-material-card:nth-child(3)::before{\n  background:var(--espresso);\n}\n\n.colette-material-card 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.colette-material-card 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.colette-material-card p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11px;\n  line-height:1.45;\n}\n\n\n\/* FINISH SELECT *\/\n\n.colette-finishes{\n  margin-top:17px;\n  padding-top:15px;\n\n  border-top:1px solid var(--line);\n}\n\n.colette-finishes__label{\n  display:block;\n\n  margin-bottom:8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.colette-finish-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n}\n\n.colette-finish{\n  position:relative;\n\n  min-width:0;\n\n  padding:11px 11px 11px 35px;\n\n  border:1px solid var(--line);\n}\n\n.colette-finish::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:14px;\n  left:12px;\n\n  width:11px;\n  height:11px;\n\n  border-radius:50%;\n}\n\n.colette-finish--wood{\n  background:#FBF8F2;\n}\n\n.colette-finish--wood::before{\n  background:#C5A47F;\n}\n\n.colette-finish--walnut{\n  background:#F3E9DF;\n}\n\n.colette-finish--walnut::before{\n  background:#684632;\n}\n\n.colette-finish--black{\n  background:#F8F6F2;\n}\n\n.colette-finish--black::before{\n  background:#292521;\n}\n\n.colette-finish strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:10.5px;\n  font-weight:600;\n}\n\n.colette-finish span{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--muted);\n\n  font-size:10px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   03 — SCALE \/ REPEAT \/ LIGHT\n========================================================= *\/\n\n.colette-scale{\n  padding:31px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.colette-scale__layout{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:28px;\n  align-items:center;\n}\n\n\n\/* SIZE IMAGE *\/\n\n.colette-size{\n  width:145px;\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(--walnut);\n}\n\n.colette-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  text-decoration:none;\n}\n\n.colette-size img{\n  max-height:135px !important;\n}\n\n\n\/* SCALE COPY *\/\n\n.colette-scale__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.colette-scale__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* QUICK SCALE *\/\n\n.colette-scale-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:24px;\n\n  margin-top:13px;\n}\n\n.colette-scale-fact{\n  min-width:88px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.colette-scale-fact:nth-child(2){\n  border-color:var(--walnut);\n}\n\n.colette-scale-fact:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.colette-scale-fact 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.colette-scale-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:21px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* DARK REPEAT PANEL *\/\n\n.colette-repeat{\n  display:grid;\n  grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-top:18px;\n\n  padding:18px 20px;\n\n  background:var(--espresso);\n\n  border-radius:4px;\n}\n\n.colette-repeat__mark{\n  padding-right:19px;\n\n  border-right:1px solid rgba(255,255,255,.15);\n}\n\n.colette-repeat__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.colette-repeat__mark strong{\n  display:block;\n\n  color:#FFF7E9;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:26px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.colette-repeat__mark span{\n  display:block;\n\n  margin-top:5px;\n\n  color:#CFC6BB;\n\n  font-size:9px;\n}\n\n.colette-repeat__copy h3{\n  margin:0 0 4px;\n\n  color:#FFF8ED;\n\n  font-size:18px;\n}\n\n.colette-repeat__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.colette-repeat__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.colette-repeat__facts span{\n  color:#D8CFC3;\n\n  font-size:9.5px;\n}\n\n.colette-repeat__facts strong{\n  color:#FFF7E9;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.colette-specs{\n  padding:31px 0;\n}\n\n.colette-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.colette-specs__head h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.colette-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.colette-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.colette-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.colette-spec__label{\n  color:#806F60;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.colette-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\/* NOTES *\/\n\n.colette-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:12px;\n}\n\n.colette-note{\n  min-width:0;\n\n  padding:10px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.colette-note--material{\n  border-left:3px solid var(--walnut);\n}\n\n.colette-note--cert{\n  border-left:3px solid var(--gold);\n}\n\n.colette-note small{\n  display:block;\n\n  margin-bottom:2px;\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.colette-note span,\n.colette-note strong{\n  display:block;\n\n  color:#514337;\n\n  font-size:10.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.colette-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.colette-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.colette-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.colette-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.colette-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.colette-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.colette-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.colette-lightbox:target{\n  display:flex;\n}\n\n.colette-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.colette-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.colette-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.colette-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  .colette-frame{\n    padding:25px 18px 0;\n  }\n\n  .colette-frame::before,\n  .colette-frame::after{\n    left:18px;\n  }\n\n\n  .colette-intro__layout{\n    grid-template-columns:minmax(0,1fr) minmax(0,145px);\n\n    gap:20px;\n  }\n\n  .colette-intro h2{\n    font-size:27px;\n  }\n\n  .colette-detail{\n    width:145px;\n  }\n\n  .colette-detail img{\n    max-height:135px !important;\n  }\n\n\n  .colette-material__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .colette-scale__layout{\n    grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n\n  .colette-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  .colette-intro__layout{\n    grid-template-columns:1fr;\n  }\n\n  .colette-detail{\n    width:135px;\n\n    margin:0;\n  }\n\n\n  .colette-ratio{\n    flex-wrap:wrap;\n  }\n\n\n  .colette-materials{\n    grid-template-columns:1fr;\n  }\n\n\n  .colette-finish-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .colette-scale__layout{\n    grid-template-columns:1fr;\n  }\n\n  .colette-size{\n    width:110px;\n\n    margin:0;\n  }\n\n  .colette-size img{\n    max-height:103px !important;\n  }\n\n\n  .colette-repeat{\n    grid-template-columns:1fr;\n\n    gap:8px;\n\n    padding:16px;\n  }\n\n  .colette-repeat__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  .colette-specs__head{\n    display:block;\n  }\n\n  .colette-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .colette-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .colette-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  .colette-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-colette\" id=\"colette-root\"\u003e\n\u003cdiv class=\"colette-frame\"\u003e\n\u003c!-- =====================================================\n         01 — COLUMN\n    ====================================================== --\u003e\n\u003csection class=\"colette-intro\"\u003e\n\u003cdiv class=\"colette-intro__layout\"\u003e\n\u003cdiv class=\"colette-intro__copy\"\u003e\n\u003cspan class=\"colette-eyebrow\"\u003e Colette · Wood \u0026amp; Blown Glass Column Pendant \u003c\/span\u003e\n\u003ch2\u003eTall and Slender, with the Warmth of Real Materials\u003c\/h2\u003e\n\u003cp\u003eColette pairs a turned hardwood column with a hand-blown glass shade in a narrow vertical silhouette. The 5.9-inch diameter keeps the ceiling light, while the 19.7-inch height gives it enough presence to feel architectural rather than miniature.\u003c\/p\u003e\n\u003cdiv class=\"colette-ratio\"\u003e\n\u003cdiv class=\"colette-ratio__item\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e 5.9\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-ratio__item\"\u003e\n\u003csmall\u003e Body Height \u003c\/small\u003e \u003cstrong\u003e 19.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-ratio__note\"\u003e\u003cspan\u003e A narrow footprint with noticeably more vertical presence than a conventional bowl-shaped pendant. \u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"colette-detail\"\u003e\u003ca href=\"#colette-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/colette-wood-blown-glass-french-country-column-pendant-stuberlighting_13.jpg?v=1781767879\" alt=\"Close-up of Colette turned wood and hand-blown glass pendant detail\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"colette-caption\"\u003eWood \u0026amp; glass detail · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 — MATERIAL \/ FINISH\n    ====================================================== --\u003e\n\u003csection class=\"colette-material\"\u003e\n\u003cdiv class=\"colette-material__head\"\u003e\n\u003ch3\u003eWood, Glass, and Very Little Else\u003c\/h3\u003e\n\u003cp\u003eThe design depends on material rather than ornament: a real hardwood column, hand-blown glass and restrained metal hardware. Three finishes change the mood without changing the silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-materials\"\u003e\n\u003cdiv class=\"colette-material-card\"\u003e\n\u003csmall\u003e Column \u003c\/small\u003e \u003cstrong\u003e Turned Hardwood \u003c\/strong\u003e\n\u003cp\u003eReal wood gives the tall spindle form natural grain and visual warmth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-material-card\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Hand-Blown Glass \u003c\/strong\u003e\n\u003cp\u003eHand-formed glass softens the light and keeps the narrow pendant visually light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-material-card\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e E14 LED Included \u003c\/strong\u003e\n\u003cp\u003eShips with a 2700K warm-white LED bulb for immediate installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-finishes\"\u003e\n\u003cspan class=\"colette-finishes__label\"\u003e Choose the Finish \u003c\/span\u003e\n\u003cdiv class=\"colette-finish-grid\"\u003e\n\u003cdiv class=\"colette-finish colette-finish--wood\"\u003e\n\u003cstrong\u003e Wood \u0026amp; White \u003c\/strong\u003e \u003cspan\u003e Lightest and most relaxed; pairs naturally with pale woods and cream interiors. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-finish colette-finish--walnut\"\u003e\n\u003cstrong\u003e Walnut \u0026amp; White \u003c\/strong\u003e \u003cspan\u003e Warmer and richer for deeper wood tones and traditional rooms. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-finish colette-finish--black\"\u003e\n\u003cstrong\u003e Black \u0026amp; White \u003c\/strong\u003e \u003cspan\u003e Stronger contrast for transitional and modern French-country spaces. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         03 — SCALE \/ REPEAT\n    ====================================================== --\u003e\n\u003csection class=\"colette-scale\"\u003e\n\u003cdiv class=\"colette-scale__layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"colette-size\"\u003e\u003ca href=\"#colette-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/colette-wood-blown-glass-french-country-column-pendant-stuberlighting_12.jpg?v=1781767879\" alt=\"Colette Wood and Blown Glass Column Pendant dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"colette-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-scale__copy\"\u003e\n\u003cspan class=\"colette-eyebrow\"\u003e Scale \/ Suspension \u003c\/span\u003e\n\u003ch3\u003eA Vertical Pendant That Repeats Easily\u003c\/h3\u003e\n\u003cp\u003eThe narrow 5.9-inch width allows Colette to work alone in a smaller zone or repeat across a longer surface without creating the visual weight of several wide shades.\u003c\/p\u003e\n\u003cdiv class=\"colette-scale-facts\"\u003e\n\u003cdiv class=\"colette-scale-fact\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e 5.9\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-scale-fact\"\u003e\n\u003csmall\u003e Height \u003c\/small\u003e \u003cstrong\u003e 19.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-scale-fact\"\u003e\n\u003csmall\u003e Wire \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-repeat\"\u003e\n\u003cdiv class=\"colette-repeat__mark\"\u003e\n\u003csmall\u003e Arrangement \u003c\/small\u003e \u003cstrong\u003e 1 \/ 2 \/ 3 \u003c\/strong\u003e \u003cspan\u003e single or repeated \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-repeat__copy\"\u003e\n\u003ch3\u003eOne for a Vertical Accent. More for Rhythm.\u003c\/h3\u003e\n\u003cp\u003eUse a single pendant where one narrow focal light is enough, or repeat several across an island or dining surface when a longer composition is needed.\u003c\/p\u003e\n\u003cdiv class=\"colette-repeat__facts\"\u003e\n\u003cspan\u003e \u003cstrong\u003e1\u003c\/strong\u003e · small focal zone \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e2\u003c\/strong\u003e · kitchen island \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e3\u003c\/strong\u003e · longer table \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=\"colette-specs\"\u003e\n\u003cdiv class=\"colette-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Colette · French Country Column Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec-list\"\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"colette-spec__value\"\u003e Ø5.9\" × H19.7\" \/ Ø15 × H50cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"colette-spec__value\"\u003e Real turned hardwood column · Hand-blown glass shade · Metal hardware \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Finishes \u003c\/span\u003e \u003cspan class=\"colette-spec__value\"\u003e Wood \u0026amp; White · Walnut \u0026amp; White · Black \u0026amp; White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"colette-spec__value\"\u003e E14 · Bulb Included: Yes · Max 40W per socket \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"colette-spec__value\"\u003e 2700K warm-white E14 LED · Non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"colette-spec__value\"\u003e Fixture is dimming-compatible when used with a dimmable E14 bulb and compatible wall dimmer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Electrical \u003c\/span\u003e \u003cspan class=\"colette-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"colette-spec__value\"\u003e 59\" adjustable wire · Extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"colette-spec__value\"\u003e Hardwired · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"colette-spec__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-spec\"\u003e\n\u003cspan class=\"colette-spec__label\"\u003e Certifications \u003c\/span\u003e \u003cspan class=\"colette-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=\"colette-notes\"\u003e\n\u003cdiv class=\"colette-note colette-note--material\"\u003e\n\u003csmall\u003e Natural Materials \u003c\/small\u003e \u003cspan\u003e Real wood grain, pattern and tone naturally vary from piece to piece. Hand-blown glass may show slight differences in thickness or curvature. These are material characteristics, not defects. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colette-note colette-note--cert\"\u003e\n\u003csmall\u003e Before Ordering \u003c\/small\u003e \u003cstrong\u003e The included 2700K LED bulb is non-dimmable. For dimming, replace it with a compatible dimmable E14 bulb and use a compatible wall dimmer. \u003c\/strong\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=\"colette-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=\"colette-detail-large\" href=\"#colette-root\" class=\"colette-lightbox\"\u003e \u003cspan class=\"colette-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/colette-wood-blown-glass-french-country-column-pendant-stuberlighting_13.jpg?v=1781767879\" alt=\"Enlarged Colette turned hardwood and hand-blown glass detail\"\u003e \u003cspan class=\"colette-lightbox__caption\"\u003e Colette · Wood \u0026amp; Blown Glass Detail \u003c\/span\u003e \u003cspan class=\"colette-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=\"colette-size-large\" href=\"#colette-root\" class=\"colette-lightbox\"\u003e \u003cspan class=\"colette-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/colette-wood-blown-glass-french-country-column-pendant-stuberlighting_12.jpg?v=1781767879\" alt=\"Enlarged Colette column pendant dimensions\"\u003e \u003cspan class=\"colette-lightbox__caption\"\u003e Ø5.9\" × H19.7\" · Ø15 × H50cm \u003c\/span\u003e \u003cspan class=\"colette-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 5.9\"x H 19.7\" \/ Black \u0026 White","offer_id":52370966675739,"sku":"STB-PL-26-10015","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 5.9\"x H 19.7\" \/ Walnut Color \u0026 White","offer_id":52370966708507,"sku":"STB-PL-26-10016","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 5.9\"x H 19.7\" \/ Wood Color \u0026 White","offer_id":52370966741275,"sku":"STB-PL-26-10017","price":155.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/colette-wood-blown-glass-french-country-column-pendant-stuberlighting_19.jpg?v=1781767879"},{"product_id":"margaux-pleated-glass-brass-french-vintage-mini-pendant","title":"Margaux Pleated Glass Mini Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — MARGAUX\n   Pleated Glass · Brass · French Vintage Mini Pendant\n   Quiet Editorial \/ Compact \/ Responsive\n========================================================= *\/\n\n.stb-margaux{\n  --ivory:#FFFDF9;\n  --cream:#F7F1E9;\n  --glass:#F2ECE5;\n\n  --dark:#211914;\n  --espresso:#382A23;\n\n  --text:#4C4038;\n  --muted:#776B62;\n\n  --gold:#B49362;\n  --gold-deep:#80613E;\n\n  --line:#D9CFC5;\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-margaux *,\n.stb-margaux *::before,\n.stb-margaux *::after{\n  box-sizing:border-box;\n}\n\n.stb-margaux h2,\n.stb-margaux 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-margaux p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   TYPE\n========================================================= *\/\n\n.stb-margaux__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-margaux__title{\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.stb-margaux__section-title{\n  margin:0 0 7px;\n\n  font-size:21px;\n  line-height:1.25;\n}\n\n.stb-margaux__section-copy{\n  max-width:620px;\n\n  margin:0;\n\n  color:#62574F;\n\n  font-size:12.7px;\n  line-height:1.62;\n}\n\n.stb-margaux__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#83756B;\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-margaux__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 180px;\n\n  gap:32px;\n  align-items:end;\n\n  padding:4px 0 23px;\n}\n\n.stb-margaux__intro-copy{\n  max-width:650px;\n}\n\n.stb-margaux__intro-copy p{\n  max-width:610px;\n\n  margin:0;\n\n  color:#5D524A;\n\n  font-size:14px;\n  line-height:1.7;\n}\n\n.stb-margaux__intro-stat{\n  padding:14px 16px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-margaux__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-margaux__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-margaux__intro-stat span{\n  color:#D6C9BC;\n\n  font-size:10.8px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-margaux__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-margaux__fact{\n  padding:13px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-margaux__fact:last-child{\n  border-right:0;\n}\n\n.stb-margaux__fact small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#88786D;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n.stb-margaux__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 EDITORIAL\n========================================================= *\/\n\n.stb-margaux__colors{\n  display:grid;\n  grid-template-columns:155px minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:30px;\n  padding:14px 16px;\n\n  background:var(--cream);\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-margaux__color-media{\n  width:142px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-margaux__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:4px;\n\n  background:var(--ivory);\n\n  border:1px solid #D6CBC0;\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-margaux__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-margaux__color-rule{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n\n  margin-top:11px;\n}\n\n.stb-margaux__color-rule span{\n  padding:4px 8px;\n\n  background:var(--ivory);\n\n  color:#66594F;\n\n  border:1px solid #D9CDC1;\n  border-radius:18px;\n\n  font-size:9.6px;\n}\n\n\n\/* =========================================================\n   DETAIL\n========================================================= *\/\n\n.stb-margaux__detail{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 112px;\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:30px;\n}\n\n.stb-margaux__detail-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  box-shadow:0 5px 18px rgba(35,25,18,.02);\n}\n\n.stb-margaux__detail-copy p{\n  max-width:570px;\n\n  margin:0;\n\n  color:#61554C;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n.stb-margaux__detail-media{\n  width:102px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n\n\/* =========================================================\n   GLASS EFFECT\n========================================================= *\/\n\n.stb-margaux__glass{\n  display:grid;\n  grid-template-columns:175px 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-margaux__glass-title{\n  padding:17px 18px;\n\n  background:var(--espresso);\n}\n\n.stb-margaux__glass-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-margaux__glass-title strong{\n  color:#FFF5E8;\n\n  font-size:13.4px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-margaux__glass-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-margaux__glass-copy p{\n  margin:0;\n\n  color:#60544B;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   SCALE + DIMENSION\n========================================================= *\/\n\n.stb-margaux__scale{\n  margin-bottom:30px;\n\n  padding:14px;\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-margaux__scale-inner{\n  display:grid;\n  grid-template-columns:120px minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n}\n\n.stb-margaux__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-margaux__size-media a{\n  display:block;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.stb-margaux__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-margaux__scale-copy strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-margaux__scale-copy p{\n  max-width:560px;\n\n  margin:0;\n\n  color:#6B5F56;\n\n  font-size:10.9px;\n  line-height:1.54;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.stb-margaux__placement{\n  display:grid;\n  grid-template-columns:repeat(3,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-margaux__placement-item{\n  padding:13px 14px;\n}\n\n.stb-margaux__placement-item + .stb-margaux__placement-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-margaux__placement-item 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-margaux__placement-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-margaux__placement-item p{\n  margin:0;\n\n  color:#70645B;\n\n  font-size:10.2px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-margaux__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-margaux__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-margaux__practical-card:first-child{\n  border-top:2px solid var(--gold);\n}\n\n.stb-margaux__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  text-transform:uppercase;\n}\n\n.stb-margaux__practical-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:11.9px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-margaux__practical-card p{\n  margin:0;\n\n  color:#655950;\n\n  font-size:10.7px;\n  line-height:1.52;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-margaux__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-margaux__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-margaux__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-margaux__spec-head strong{\n  color:#FFF5E8;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-margaux__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-margaux__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-margaux__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-margaux__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-margaux__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n}\n\n.stb-margaux__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-margaux__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-margaux__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-margaux__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-margaux__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-margaux__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-margaux__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-margaux__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-margaux__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-margaux__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-margaux__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-margaux__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\n  cursor:zoom-out;\n}\n\n.stb-margaux__lightbox:target{\n  display:flex;\n}\n\n.stb-margaux__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-margaux__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-margaux__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-margaux__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-margaux__intro{\n    grid-template-columns:1fr;\n    gap:12px;\n  }\n\n  .stb-margaux__title{\n    font-size:25px;\n  }\n\n  .stb-margaux__intro-stat{\n    max-width:260px;\n  }\n\n\n  .stb-margaux__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-margaux__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-margaux__fact:nth-child(1),\n  .stb-margaux__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-margaux__colors{\n    grid-template-columns:125px 1fr;\n  }\n\n  .stb-margaux__color-media{\n    width:115px;\n  }\n\n\n  .stb-margaux__placement{\n    grid-template-columns:1fr;\n  }\n\n  .stb-margaux__placement-item + .stb-margaux__placement-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-margaux__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-margaux__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-margaux{\n    font-size:14px;\n  }\n\n\n  .stb-margaux__colors{\n    grid-template-columns:90px 1fr;\n\n    gap:12px;\n    padding:10px;\n  }\n\n  .stb-margaux__color-media{\n    width:84px;\n  }\n\n\n  .stb-margaux__detail{\n    grid-template-columns:1fr 80px;\n\n    gap:11px;\n  }\n\n  .stb-margaux__detail-media{\n    width:74px;\n  }\n\n  .stb-margaux__detail-copy{\n    padding:13px 14px;\n  }\n\n\n  .stb-margaux__glass{\n    grid-template-columns:1fr;\n  }\n\n  .stb-margaux__glass-copy{\n    border-top:0;\n    border-left:1px solid var(--line);\n  }\n\n\n  .stb-margaux__scale-inner{\n    grid-template-columns:82px 1fr;\n\n    gap:11px;\n  }\n\n  .stb-margaux__size-media{\n    width:76px;\n  }\n\n\n  .stb-margaux__spec{\n    grid-template-columns:1fr;\n    gap:2px;\n  }\n\n  .stb-margaux__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-margaux__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-margaux\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-margaux__intro\"\u003e\n\u003cdiv class=\"stb-margaux__intro-copy\"\u003e\n\u003cspan class=\"stb-margaux__eyebrow\"\u003e Pleated Glass · Brass Detail · French Vintage \u003c\/span\u003e\n\u003ch2 class=\"stb-margaux__title\"\u003eA Small Pendant With the Detail of a Much Larger Fixture.\u003c\/h2\u003e\n\u003cp\u003eMargaux pairs a pleated glass shade with a slim brass-toned stem, giving a compact pendant the softness and detail associated with French vintage interiors. The fluted glass catches the light gently, so the fixture feels decorative without becoming ornate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__intro-stat\"\u003e\n\u003csmall\u003e Mini Pendant \u003c\/small\u003e \u003cstrong\u003e Compact Scale \u003c\/strong\u003e \u003cspan\u003e Four glass shade options \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-margaux__facts\"\u003e\n\u003cdiv class=\"stb-margaux__fact\"\u003e\n\u003csmall\u003eShade\u003c\/small\u003e \u003cstrong\u003ePleated Glass\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__fact\"\u003e\n\u003csmall\u003eHardware\u003c\/small\u003e \u003cstrong\u003eBrass-Toned Metal\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__fact\"\u003e\n\u003csmall\u003eColors\u003c\/small\u003e \u003cstrong\u003eFour Glass Options\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__fact\"\u003e\n\u003csmall\u003eStyle\u003c\/small\u003e \u003cstrong\u003eFrench Vintage\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COLOR COMPARISON\n  ====================================================== --\u003e\n\u003csection id=\"margaux-color-section\" class=\"stb-margaux__colors\"\u003e\n\u003cdiv class=\"stb-margaux__color-media\"\u003e\u003ca href=\"#margaux-color\" class=\"stb-margaux__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/margaux-pleated-glass-brass-french-vintage-mini-pendant-stuberlighting_27.jpg?v=1781771395\" alt=\"Margaux pleated glass pendant four glass shade color comparison\" loading=\"lazy\"\u003e \u003cspan class=\"stb-margaux__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-margaux__eyebrow\"\u003e Choose the Glass Tone \u003c\/span\u003e\n\u003ch3 class=\"stb-margaux__section-title\"\u003eFour Shades. The Brass Stays Warm.\u003c\/h3\u003e\n\u003cp class=\"stb-margaux__section-copy\"\u003eThe glass color changes how strongly Margaux appears against the room while the brass-toned hardware keeps every version visually connected. Use the comparison image as the most accurate color reference.\u003c\/p\u003e\n\u003cdiv class=\"stb-margaux__color-rule\"\u003e\n\u003cspan\u003e Warm Neutrals \u003c\/span\u003e \u003cspan\u003e Light Interiors \u003c\/span\u003e \u003cspan\u003e Deeper Contrast \u003c\/span\u003e \u003cspan\u003e Easy to Mix \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLOR LIGHTBOX --\u003e \u003ca id=\"margaux-color\" href=\"#margaux-color-section\" class=\"stb-margaux__lightbox\"\u003e \u003cspan class=\"stb-margaux__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/margaux-pleated-glass-brass-french-vintage-mini-pendant-stuberlighting_27.jpg?v=1781771395\" alt=\"Enlarged Margaux glass shade color comparison\"\u003e \u003cspan class=\"stb-margaux__lightbox-caption\"\u003e Margaux · Four Glass Shade Options \u003c\/span\u003e \u003cspan class=\"stb-margaux__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=\"margaux-detail-section\" class=\"stb-margaux__detail\"\u003e\n\u003cdiv class=\"stb-margaux__detail-copy\"\u003e\n\u003cspan class=\"stb-margaux__eyebrow\"\u003e Glass Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-margaux__section-title\"\u003ePleats Give the Glass Its Character.\u003c\/h3\u003e\n\u003cp\u003eThe vertical folds add depth to the shade and break up the light across the glass surface. Up close, the pleating gives Margaux more texture than a conventional smooth mini pendant, while the slim brass connection keeps the silhouette delicate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__detail-media\"\u003e\u003ca href=\"#margaux-detail\" class=\"stb-margaux__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/margaux-pleated-glass-brass-french-vintage-mini-pendant-stuberlighting_36.jpg?v=1781771395\" alt=\"Margaux pleated glass and brass pendant detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-margaux__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"margaux-detail\" href=\"#margaux-detail-section\" class=\"stb-margaux__lightbox\"\u003e \u003cspan class=\"stb-margaux__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/margaux-pleated-glass-brass-french-vintage-mini-pendant-stuberlighting_36.jpg?v=1781771395\" alt=\"Enlarged Margaux pleated glass detail\"\u003e \u003cspan class=\"stb-margaux__lightbox-caption\"\u003e Margaux · Pleated Glass \u0026amp; Brass Detail \u003c\/span\u003e \u003cspan class=\"stb-margaux__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-margaux__glass\"\u003e\n\u003cdiv class=\"stb-margaux__glass-title\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Texture Makes a Small Pendant Feel Softer. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__glass-copy\"\u003e\n\u003cp\u003eThe pleated shade keeps the fixture from feeling visually flat. When illuminated, the raised and recessed sections catch the light differently, creating a softer and more dimensional glow around the glass.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE + DIMENSION\n  ====================================================== --\u003e\n\u003csection id=\"margaux-size-section\" class=\"stb-margaux__scale\"\u003e\n\u003cdiv class=\"stb-margaux__scale-inner\"\u003e\n\u003cdiv class=\"stb-margaux__size-media\"\u003e\u003ca href=\"#margaux-size\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/margaux-pleated-glass-brass-french-vintage-mini-pendant-stuberlighting_39.jpg?v=1781771395\" alt=\"Margaux pleated glass mini pendant dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-margaux__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__scale-copy\"\u003e\n\u003cspan class=\"stb-margaux__eyebrow\"\u003e Compact Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-margaux__section-title\"\u003eSmall Enough to Repeat.\u003c\/h3\u003e\n\u003cstrong\u003e Check the Dimension Drawing Before Ordering \u003c\/strong\u003e\n\u003cp\u003eMargaux is intentionally compact. Use one where the fixture should remain delicate, or repeat two or three above a longer surface when you want the pleated glass rhythm to become part of the composition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"margaux-size\" href=\"#margaux-size-section\" class=\"stb-margaux__lightbox\"\u003e \u003cspan class=\"stb-margaux__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/margaux-pleated-glass-brass-french-vintage-mini-pendant-stuberlighting_39.jpg?v=1781771395\" alt=\"Enlarged Margaux pendant dimensions\"\u003e \u003cspan class=\"stb-margaux__lightbox-caption\"\u003e Margaux · Dimension Reference \u003c\/span\u003e \u003cspan class=\"stb-margaux__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-margaux__placement\"\u003e\n\u003cdiv class=\"stb-margaux__placement-item\"\u003e\n\u003csmall\u003e Bedside \u003c\/small\u003e \u003cstrong\u003e Use as a Pair \u003c\/strong\u003e\n\u003cp\u003eA compact alternative to table lamps when you want to keep the nightstands clear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__placement-item\"\u003e\n\u003csmall\u003e Kitchen Island \u003c\/small\u003e \u003cstrong\u003e Repeat 2–3 Pendants \u003c\/strong\u003e\n\u003cp\u003eThe small shade works naturally when repeated with even spacing above a longer surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__placement-item\"\u003e\n\u003csmall\u003e Powder Room \/ Hall \u003c\/small\u003e \u003cstrong\u003e One Small Accent \u003c\/strong\u003e\n\u003cp\u003eFrench-vintage detail adds character without requiring a large ceiling fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRACTICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-margaux__practical\"\u003e\n\u003cdiv class=\"stb-margaux__practical-card\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e LED Bulb Included \u003c\/strong\u003e\n\u003cp\u003eA compatible bulb is included, so no separate bulb purchase is required for standard use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__practical-card\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired Ceiling Pendant \u003c\/strong\u003e\n\u003cp\u003eProfessional installation is recommended for a clean and secure ceiling connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__practical-card\"\u003e\n\u003csmall\u003e Light Mood \u003c\/small\u003e \u003cstrong\u003e Best With Warm Light \u003c\/strong\u003e\n\u003cp\u003eWarm illumination complements the brass-toned hardware and keeps the pleated glass feeling soft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-margaux__specs\"\u003e\n\u003cdiv class=\"stb-margaux__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Margaux \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__spec\"\u003e\n\u003cspan\u003e Type \u003c\/span\u003e \u003cstrong\u003e French Vintage Mini Pendant Light \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Pleated Glass Shade · Brass-Toned Metal Hardware \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__spec\"\u003e\n\u003cspan\u003e Shade Options \u003c\/span\u003e \u003cstrong\u003e Four Glass Color Options · Refer to Product Options \u0026amp; Comparison Image \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__spec\"\u003e\n\u003cspan\u003e Dimensions \u003c\/span\u003e \u003cstrong\u003e See Dimension Drawing Above \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e Replaceable LED Bulb Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__spec\"\u003e\n\u003cspan\u003e Wiring \u003c\/span\u003e \u003cstrong\u003e Hardwired Ceiling Installation \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Professional Installation Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e Indoor Dry Locations \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-margaux__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-margaux__faq\"\u003e\u003cspan class=\"stb-margaux__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-margaux__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Margaux large enough to use alone?\u003c\/summary\u003e\n\u003cp\u003eMargaux is intentionally a mini pendant. A single fixture works naturally for a bedside, hallway, powder room, small table or accent position. For longer kitchen islands or counters, multiple pendants usually create better visual balance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich glass color should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose according to the amount of contrast you want in the room. Lighter glass tones blend more quietly into pale interiors, while deeper tones give the small pendant more visual presence. Use the four-color comparison image above as your most useful visual reference.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use several Margaux pendants together?\u003c\/summary\u003e\n\u003cp\u003eYes. The compact scale makes Margaux particularly suitable for repeated installations above kitchen islands, bar counters or long bedside walls. Keep the spacing consistent for the cleanest result.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bulb included?\u003c\/summary\u003e\n\u003cp\u003eYes. A compatible LED bulb is included, so no separate bulb purchase is required for standard use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-margaux__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":"⌀ 9.8\" × H 5.1\" \/ Brass \u0026White","offer_id":52371211419931,"sku":"STB-PL-26-10018","price":135.0,"currency_code":"USD","in_stock":true},{"title":"⌀ 9.8\" × H 5.1\" \/ Brass \u0026 Beige","offer_id":52371211452699,"sku":"STB-PL-26-10019","price":135.0,"currency_code":"USD","in_stock":true},{"title":"⌀ 9.8\" × H 5.1\" \/ Brass\u0026 Pink","offer_id":52371211485467,"sku":"STB-PL-26-10020","price":135.0,"currency_code":"USD","in_stock":true},{"title":"⌀ 9.8\" × H 5.1\" \/ Brass \u0026 Blue","offer_id":52371211518235,"sku":"STB-PL-26-10021","price":135.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/margaux-pleated-glass-brass-french-vintage-mini-pendant-stuberlighting_37.jpg?v=1781771395"},{"product_id":"freya-pleated-ceramic-brass-nordic-mini-pendant","title":"Freya Pleated Ceramic Mini Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — FREYA\n   PLEATED CERAMIC \u0026 BRASS MINI PENDANT\n\n   PLEAT \/ PAIR \/ PROPORTION\n\n   NORDIC · QUIET LUXURY · SHOPPER-FIRST\n   CONCISE · DISTINCT FROM DAWN BACKGROUND\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-freya{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#625348;\n  --muted:#817365;\n\n  --gold:#C8A96E;\n  --gold-deep:#967143;\n  --brass:#A77C48;\n\n  --ceramic:#F3F0E9;\n  --ceramic-deep:#E8E1D6;\n\n  --cream:#F6EFE3;\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-freya *,\n.stb-freya *::before,\n.stb-freya *::after{\n  box-sizing:border-box;\n}\n\n.stb-freya h2,\n.stb-freya h3,\n.stb-freya p{\n  margin-top:0;\n}\n\n.stb-freya h2,\n.stb-freya 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-freya 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-freya a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OUTER FRAME\n========================================================= *\/\n\n.freya-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.freya-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.freya-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(--brass);\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.freya-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.freya-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 \/ CONFIGURATION\n========================================================= *\/\n\n.freya-intro{\n  padding:20px 0 29px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.freya-intro__top{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,145px);\n\n  gap:31px;\n  align-items:end;\n}\n\n.freya-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.freya-intro__copy \u003e p{\n  max-width:570px;\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 SCALE *\/\n\n.freya-intro__stat{\n  padding-left:15px;\n\n  border-left:2px solid var(--gold);\n}\n\n.freya-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.freya-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:28px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.freya-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\/* SINGLE \/ SET *\/\n\n.freya-choice{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-top:19px;\n}\n\n.freya-choice__item{\n  position:relative;\n\n  min-width:0;\n\n  padding:13px 14px;\n\n  border:1px solid var(--line);\n}\n\n.freya-choice__item--single{\n  background:#FBF9F5;\n\n  border-top:2px solid var(--brass);\n}\n\n.freya-choice__item--pair{\n  background:#F3EBDF;\n\n  border-top:2px solid var(--espresso);\n}\n\n.freya-choice__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  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n.freya-choice__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:18px;\n  line-height:1.1;\n\n  font-weight:500;\n}\n\n.freya-choice__item p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11px;\n  line-height:1.45;\n}\n\n.freya-choice__tag{\n  display:inline-block;\n\n  margin-top:7px;\n  padding-top:6px;\n\n  border-top:1px solid var(--line);\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   02 — PLEATED CERAMIC\n========================================================= *\/\n\n.freya-pleat{\n  padding:31px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.freya-pleat__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.freya-detail{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  background:var(--ceramic);\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--brass);\n}\n\n.freya-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.freya-detail img{\n  max-height:165px !important;\n}\n\n\n\/* COPY *\/\n\n.freya-pleat__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.freya-pleat__copy \u003e p{\n  max-width:515px;\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 ROW *\/\n\n.freya-materials{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:13px;\n}\n\n.freya-material{\n  min-width:0;\n\n  padding:10px 11px;\n\n  border:1px solid var(--line);\n}\n\n.freya-material--ceramic{\n  background:#F4F1EB;\n\n  border-top:2px solid #AAA096;\n}\n\n.freya-material--brass{\n  background:#F8F1E7;\n\n  border-top:2px solid var(--gold);\n}\n\n.freya-material 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.freya-material 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.freya-material span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:10px;\n  line-height:1.42;\n}\n\n\n\/* CONTRAST STRIP *\/\n\n.freya-surface{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:20px;\n  align-items:center;\n\n  margin-top:16px;\n\n  padding:15px 17px;\n\n  background:var(--espresso);\n\n  border-radius:4px;\n}\n\n.freya-surface__mark{\n  padding-right:17px;\n\n  border-right:1px solid rgba(255,255,255,.15);\n}\n\n.freya-surface__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:.07em;\n  text-transform:uppercase;\n}\n\n.freya-surface__mark strong{\n  display:block;\n\n  color:#FFF7E9;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:24px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.freya-surface__copy h3{\n  margin:0 0 3px;\n\n  color:#FFF8ED;\n\n  font-size:17px;\n}\n\n.freya-surface__copy 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\n\/* =========================================================\n   03 — PROPORTION \/ DROP\n========================================================= *\/\n\n.freya-scale{\n  padding:31px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.freya-scale__layout{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:28px;\n  align-items:center;\n}\n\n\n\/* SIZE IMAGE *\/\n\n.freya-size{\n  width:145px;\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.freya-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.freya-size img{\n  max-height:135px !important;\n}\n\n\n\/* SCALE COPY *\/\n\n.freya-scale__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.freya-scale__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\/* SCALE FACTS *\/\n\n.freya-measures{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:24px;\n\n  margin-top:13px;\n}\n\n.freya-measure{\n  min-width:88px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.freya-measure:nth-child(2){\n  border-color:#A79E94;\n}\n\n.freya-measure:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.freya-measure 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.freya-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\/* PLACEMENT CHOICE *\/\n\n.freya-placement{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:17px;\n}\n\n.freya-placement__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.freya-placement__item:nth-child(2){\n  border-left-color:var(--brass);\n}\n\n.freya-placement__item:nth-child(3){\n  border-left-color:var(--espresso);\n}\n\n.freya-placement__item 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.freya-placement__item strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:10px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.freya-specs{\n  padding:31px 0;\n}\n\n.freya-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.freya-specs__head h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.freya-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.freya-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.freya-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.freya-spec__label{\n  color:#806F60;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.freya-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 NOTE *\/\n\n.freya-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(--brass);\n}\n\n.freya-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.freya-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.freya-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.freya-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.freya-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.freya-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.freya-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.freya-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.freya-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.freya-lightbox:target{\n  display:flex;\n}\n\n.freya-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.freya-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.freya-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.freya-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  .freya-frame{\n    padding:25px 18px 0;\n  }\n\n  .freya-frame::before,\n  .freya-frame::after{\n    left:18px;\n  }\n\n\n  .freya-intro__top{\n    grid-template-columns:minmax(0,1fr) minmax(0,115px);\n\n    gap:18px;\n  }\n\n  .freya-intro h2{\n    font-size:27px;\n  }\n\n\n  .freya-pleat__layout{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .freya-detail{\n    width:135px;\n  }\n\n  .freya-detail img{\n    max-height:125px !important;\n  }\n\n\n  .freya-scale__layout{\n    grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n\n  .freya-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  .freya-intro__top{\n    grid-template-columns:1fr;\n  }\n\n  .freya-intro__stat{\n    width:175px;\n  }\n\n\n  .freya-choice{\n    grid-template-columns:1fr;\n  }\n\n\n  .freya-pleat__layout{\n    grid-template-columns:1fr;\n  }\n\n  .freya-detail{\n    width:120px;\n\n    margin:0;\n  }\n\n\n  .freya-materials{\n    grid-template-columns:1fr;\n  }\n\n\n  .freya-surface{\n    grid-template-columns:1fr;\n\n    gap:8px;\n  }\n\n  .freya-surface__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  .freya-scale__layout{\n    grid-template-columns:1fr;\n  }\n\n  .freya-size{\n    width:110px;\n\n    margin:0;\n  }\n\n  .freya-size img{\n    max-height:103px !important;\n  }\n\n\n  .freya-placement{\n    grid-template-columns:1fr;\n  }\n\n\n  .freya-specs__head{\n    display:block;\n  }\n\n  .freya-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .freya-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .freya-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-freya\" id=\"freya-root\"\u003e\n\u003cdiv class=\"freya-frame\"\u003e\n\u003c!-- =====================================================\n         01 — PLEAT \/ PAIR\n    ====================================================== --\u003e\n\u003csection class=\"freya-intro\"\u003e\n\u003cdiv class=\"freya-intro__top\"\u003e\n\u003cdiv class=\"freya-intro__copy\"\u003e\n\u003cspan class=\"freya-eyebrow\"\u003e Pleat \/ Pair \/ Proportion \u003c\/span\u003e\n\u003ch2\u003eSoft Ceramic Texture, Made to Work Alone or in Pairs\u003c\/h2\u003e\n\u003cp\u003eFreya pairs a matte pleated ceramic shade with a single polished brass accent. Its compact cocoon proportion keeps the fixture quiet enough for smaller spaces, while the repeated pleats give it depth even when the light is off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-intro__stat\"\u003e\n\u003csmall\u003e Fixture Size \u003c\/small\u003e \u003cstrong\u003e Ø6.7\" \u003c\/strong\u003e \u003cspan\u003e H8.7\"\u003cbr\u003eØ17 × H22cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-choice\"\u003e\n\u003cdiv class=\"freya-choice__item freya-choice__item--single\"\u003e\n\u003csmall\u003e Configuration 01 \u003c\/small\u003e \u003cstrong\u003e Single \u003c\/strong\u003e\n\u003cp\u003eBest when one compact pendant is enough — above a sink, small vanity, bedside or accent zone.\u003c\/p\u003e\n\u003cspan class=\"freya-choice__tag\"\u003e One complete fixture \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-choice__item freya-choice__item--pair\"\u003e\n\u003csmall\u003e Configuration 02 \u003c\/small\u003e \u003cstrong\u003e Set of 2 \u003c\/strong\u003e\n\u003cp\u003eA more natural choice for islands, bedside pairs and balanced installations around a mirror or architectural feature.\u003c\/p\u003e\n\u003cspan class=\"freya-choice__tag\"\u003e Bundle configuration \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 — CERAMIC\n    ====================================================== --\u003e\n\u003csection class=\"freya-pleat\"\u003e\n\u003cdiv class=\"freya-pleat__layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"freya-detail\"\u003e\u003ca href=\"#freya-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/freya-pleated-ceramic-brass-nordic-mini-pendant-stuberlighting_15.jpg?v=1781917268\" alt=\"Close-up of Freya matte pleated ceramic and brass pendant detail\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"freya-caption\"\u003ePleated ceramic detail · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-pleat__copy\"\u003e\n\u003cspan class=\"freya-eyebrow\"\u003e Surface \/ Material \u003c\/span\u003e\n\u003ch3\u003eMatte Pleats Instead of Gloss\u003c\/h3\u003e\n\u003cp\u003eVertical pleats give the ceramic shade shadow and texture without adding decoration. The matte white surface stays visually soft, while the polished brass stem adds one controlled point of warmth.\u003c\/p\u003e\n\u003cdiv class=\"freya-materials\"\u003e\n\u003cdiv class=\"freya-material freya-material--ceramic\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Hand-Pleated Ceramic \u003c\/strong\u003e \u003cspan\u003e Matte white surface with vertical folded texture. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-material freya-material--brass\"\u003e\n\u003csmall\u003e Accent \u003c\/small\u003e \u003cstrong\u003e Polished Brass \u003c\/strong\u003e \u003cspan\u003e A restrained warm-metal contrast above the ceramic. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-surface\"\u003e\n\u003cdiv class=\"freya-surface__mark\"\u003e\n\u003csmall\u003e Light Effect \u003c\/small\u003e \u003cstrong\u003e DOWNWARD \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-surface__copy\"\u003e\n\u003ch3\u003eThe Shade Stays Quiet. The Light Falls Below.\u003c\/h3\u003e\n\u003cp\u003eUnlike translucent glass, the ceramic body remains visually opaque, keeping most of the useful light directed through the lower opening.\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 — PROPORTION \/ DROP\n    ====================================================== --\u003e\n\u003csection class=\"freya-scale\"\u003e\n\u003cdiv class=\"freya-scale__layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"freya-size\"\u003e\u003ca href=\"#freya-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/freya-pleated-ceramic-brass-nordic-mini-pendant-stuberlighting_7.jpg?v=1781917267\" alt=\"Freya Pleated Ceramic Brass Mini Pendant dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"freya-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-scale__copy\"\u003e\n\u003cspan class=\"freya-eyebrow\"\u003e Proportion \/ Drop \u003c\/span\u003e\n\u003ch3\u003eCompact Width, Taller Cocoon Profile\u003c\/h3\u003e\n\u003cp\u003eFreya is only 6.7 inches across but 8.7 inches tall, giving it more vertical presence than a wide bowl pendant. The 59-inch suspension keeps the finished drop adjustable for different ceiling and furniture heights.\u003c\/p\u003e\n\u003cdiv class=\"freya-measures\"\u003e\n\u003cdiv class=\"freya-measure\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e 6.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-measure\"\u003e\n\u003csmall\u003e Height \u003c\/small\u003e \u003cstrong\u003e 8.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-measure\"\u003e\n\u003csmall\u003e Wire \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-placement\"\u003e\n\u003cdiv class=\"freya-placement__item\"\u003e\n\u003csmall\u003e One \u003c\/small\u003e \u003cstrong\u003e Sink \/ Small Accent \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-placement__item\"\u003e\n\u003csmall\u003e Two \u003c\/small\u003e \u003cstrong\u003e Island \/ Bedside Pair \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-placement__item\"\u003e\n\u003csmall\u003e Three \u003c\/small\u003e \u003cstrong\u003e Longer Dining Surface \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=\"freya-specs\"\u003e\n\u003cdiv class=\"freya-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Freya · Nordic Mini Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec-list\"\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e Ø6.7\" × H8.7\" \/ Ø17 × H22cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e Hand-pleated matte ceramic shade · Polished brass stem \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Finish \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e Matte White Ceramic · Warm Polished Brass \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Configurations \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e Single · Set of 2 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e E26 \/ E27 · Bulb Included: Yes · Max 40W per socket \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e 2700K warm-white LED \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e Included bulb is non-dimmable · Dimming requires a compatible dimmable E26\/E27 bulb and compatible wall dimmer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Electrical \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e 59\" standard wire · Extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e Hardwired · Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"freya-spec__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"freya-spec\"\u003e\n\u003cspan class=\"freya-spec__label\"\u003e Certifications \u003c\/span\u003e \u003cspan class=\"freya-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=\"freya-care\"\u003e\n\u003csmall\u003e Ceramic Care \u003c\/small\u003e \u003cspan\u003e Dust with a soft dry cloth or microfiber duster. For deeper cleaning, use a slightly damp soft cloth. Avoid abrasive cleaners or scrubbers. Slight variation in pleat depth and ceramic surface 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=\"freya-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=\"freya-detail-large\" href=\"#freya-root\" class=\"freya-lightbox\"\u003e \u003cspan class=\"freya-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/freya-pleated-ceramic-brass-nordic-mini-pendant-stuberlighting_15.jpg?v=1781917268\" alt=\"Enlarged Freya pleated ceramic and polished brass detail\"\u003e \u003cspan class=\"freya-lightbox__caption\"\u003e Freya · Pleated Ceramic \u0026amp; Brass Detail \u003c\/span\u003e \u003cspan class=\"freya-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=\"freya-size-large\" href=\"#freya-root\" class=\"freya-lightbox\"\u003e \u003cspan class=\"freya-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/freya-pleated-ceramic-brass-nordic-mini-pendant-stuberlighting_7.jpg?v=1781917267\" alt=\"Enlarged Freya Pleated Ceramic Brass Mini Pendant dimensions\"\u003e \u003cspan class=\"freya-lightbox__caption\"\u003e Ø6.7\" × H8.7\" · Ø17 × H22cm \u003c\/span\u003e \u003cspan class=\"freya-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.7\"xH8.7\" \/ Brass \u0026 White","offer_id":52378507051291,"sku":"STB-PL-26-10022","price":125.0,"currency_code":"USD","in_stock":true},{"title":"Set Of2 \/ Brass \u0026 White","offer_id":52378507084059,"sku":"STB-PL-26-10023","price":235.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/freya-pleated-ceramic-brass-nordic-mini-pendant-stuberlighting_10.jpg?v=1781917267"},{"product_id":"nelson-style-bubble-pendant-light-mid-century","title":"Nelson Style Bubble Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — BUBBLE FAMILY\n   9 Shapes · 22 Sizes · Spun Polymer\n   Mid-Century Editorial \/ Compact Selector\n========================================================= *\/\n\n.stb-bubble{\n  --ivory:#FFFDF9;\n  --cream:#F5F0E9;\n  --soft:#F8F5F0;\n\n  --dark:#211A16;\n  --graphite:#332D29;\n\n  --text:#4D433C;\n  --muted:#776E67;\n\n  --gold:#B39362;\n  --gold-deep:#80613E;\n\n  --line:#D9D1C9;\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:14.5px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-bubble *,\n.stb-bubble *::before,\n.stb-bubble *::after{\n  box-sizing:border-box;\n}\n\n.stb-bubble h2,\n.stb-bubble 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-bubble p{\n  margin-top:0;\n}\n\n.stb-bubble__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-deep);\n\n  font-size:9.8px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-bubble__title{\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.stb-bubble__section-title{\n  margin:0 0 7px;\n\n  font-size:21px;\n  line-height:1.25;\n}\n\n.stb-bubble__section-copy{\n  max-width:650px;\n\n  margin:0;\n\n  color:#625A54;\n\n  font-size:12.7px;\n  line-height:1.62;\n}\n\n.stb-bubble__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#80776F;\n\n  font-size:9.2px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-bubble__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 195px;\n\n  gap:30px;\n  align-items:end;\n\n  padding:4px 0 23px;\n}\n\n.stb-bubble__intro-copy{\n  max-width:650px;\n}\n\n.stb-bubble__intro-copy p{\n  max-width:610px;\n\n  margin:0;\n\n  color:#5D554F;\n\n  font-size:14px;\n  line-height:1.7;\n}\n\n.stb-bubble__intro-stat{\n  padding:14px 16px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-bubble__intro-stat small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8AE88;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.stb-bubble__intro-stat strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#FFF7ED;\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-bubble__intro-stat span{\n  color:#D7CEC7;\n\n  font-size:10.7px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-bubble__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(30,25,21,.025);\n\n  overflow:hidden;\n}\n\n.stb-bubble__fact{\n  padding:13px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-bubble__fact:last-child{\n  border-right:0;\n}\n\n.stb-bubble__fact small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#887E76;\n\n  font-size:8.8px;\n  font-weight:600;\n\n  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n.stb-bubble__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:11.6px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   COLLECTION SELECTOR\n========================================================= *\/\n\n.stb-bubble__selector{\n  display:grid;\n  grid-template-columns:175px minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:30px;\n  padding:15px;\n\n  background:var(--cream);\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-bubble__collection-media{\n  width:160px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-bubble__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:4px;\n\n  background:var(--ivory);\n\n  border:1px solid #D7CFC8;\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-bubble__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-bubble__shape-list{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:0;\n\n  margin-top:11px;\n\n  border-top:1px solid #D8D0C8;\n}\n\n.stb-bubble__shape{\n  padding:9px 10px 8px 0;\n\n  border-bottom:1px solid #E0D9D2;\n}\n\n.stb-bubble__shape:nth-child(even){\n  padding-left:12px;\n\n  border-left:1px solid #D8D0C8;\n}\n\n.stb-bubble__shape:nth-last-child(-n+2){\n  border-bottom:0;\n}\n\n.stb-bubble__shape small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#8A7D72;\n\n  font-size:8.6px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-bubble__shape strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:11.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-bubble__shape p{\n  margin:2px 0 0;\n\n  color:#70675F;\n\n  font-size:9.9px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   MATERIAL STRIP\n========================================================= *\/\n\n.stb-bubble__material{\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(30,25,21,.03);\n}\n\n.stb-bubble__material-title{\n  padding:17px 18px;\n\n  background:var(--graphite);\n}\n\n.stb-bubble__material-title small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8AF8B;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.stb-bubble__material-title strong{\n  color:#FFF7ED;\n\n  font-size:13.3px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-bubble__material-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-bubble__material-copy p{\n  margin:0;\n\n  color:#605851;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   MODEL ACCORDION\n========================================================= *\/\n\n.stb-bubble__models{\n  margin-bottom:30px;\n}\n\n.stb-bubble__models-head{\n  margin-bottom:12px;\n}\n\n.stb-bubble__model-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:7px;\n}\n\n.stb-bubble__model{\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-bubble__model summary{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:42px minmax(0,1fr);\n\n  gap:10px;\n  align-items:center;\n\n  padding:11px 34px 11px 12px;\n\n  color:var(--dark);\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-bubble__model summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-bubble__model summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:12px;\n  top:50%;\n\n  color:var(--gold-deep);\n\n  font-size:18px;\n  font-weight:400;\n\n  transform:translateY(-50%);\n}\n\n.stb-bubble__model[open] summary::after{\n  content:\"−\";\n}\n\n.stb-bubble__model-code{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:35px;\n  height:35px;\n\n  background:var(--cream);\n\n  color:var(--gold-deep);\n\n  border:1px solid #DBD1C7;\n  border-radius:50%;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.stb-bubble__model-summary strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--dark);\n\n  font-size:11.8px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-bubble__model-summary span{\n  display:block;\n\n  color:#7A7068;\n\n  font-size:9.6px;\n  line-height:1.4;\n}\n\n.stb-bubble__model-body{\n  display:grid;\n  grid-template-columns:100px minmax(0,1fr);\n\n  gap:13px;\n  align-items:center;\n\n  padding:10px 12px 13px;\n\n  border-top:1px solid #E8E2DC;\n}\n\n.stb-bubble__dimension{\n  width:92px;\n  max-width:100%;\n\n  padding:4px;\n\n  background:#FAF7F2;\n\n  border:1px solid #DDD5CD;\n  border-radius:4px;\n\n  overflow:visible;\n}\n\n.stb-bubble__dimension a{\n  display:block;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.stb-bubble__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-bubble__size-list{\n  margin:0;\n  padding:0;\n\n  list-style:none;\n}\n\n.stb-bubble__size-list li{\n  padding:3px 0;\n\n  color:#675E56;\n\n  font-size:10.1px;\n  line-height:1.4;\n\n  border-bottom:1px solid #ECE6E0;\n}\n\n.stb-bubble__size-list li:last-child{\n  border-bottom:0;\n}\n\n.stb-bubble__size-list strong{\n  color:var(--dark);\n\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   SIZE GUIDE\n========================================================= *\/\n\n.stb-bubble__scale{\n  margin-bottom:30px;\n}\n\n.stb-bubble__scale-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-top:12px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-bubble__scale-item{\n  padding:13px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-bubble__scale-item:last-child{\n  border-right:0;\n}\n\n.stb-bubble__scale-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#877A70;\n\n  font-size:8.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-bubble__scale-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11px;\n  line-height:1.38;\n  font-weight:500;\n}\n\n.stb-bubble__scale-item p{\n  margin:0;\n\n  color:#71675F;\n\n  font-size:9.8px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-bubble__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-bubble__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-bubble__practical-card:first-child{\n  border-top:2px solid var(--gold);\n}\n\n.stb-bubble__practical-card small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#83776D;\n\n  font-size:8.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-bubble__practical-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:11.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-bubble__practical-card p{\n  margin:0;\n\n  color:#665D56;\n\n  font-size:10.6px;\n  line-height:1.52;\n}\n\n\n\/* =========================================================\n   STYLE NOTE\n========================================================= *\/\n\n.stb-bubble__note{\n  display:grid;\n  grid-template-columns:3px minmax(0,1fr);\n\n  gap:13px;\n\n  max-width:770px;\n\n  margin:0 auto 30px;\n}\n\n.stb-bubble__note-line{\n  background:var(--gold);\n}\n\n.stb-bubble__note strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.9px;\n  font-weight:500;\n}\n\n.stb-bubble__note p{\n  margin:0;\n\n  color:#675F58;\n\n  font-size:10.9px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.stb-bubble__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(30,25,21,.02);\n\n  overflow:hidden;\n}\n\n.stb-bubble__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(--graphite);\n}\n\n.stb-bubble__spec-head span{\n  color:#C8AF8B;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-bubble__spec-head strong{\n  color:#FFF6EC;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-bubble__spec{\n  display:grid;\n  grid-template-columns:27% 73%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E7E1DC;\n}\n\n.stb-bubble__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-bubble__spec span{\n  padding-right:10px;\n\n  color:#817870;\n\n  font-size:10.2px;\n  line-height:1.45;\n}\n\n.stb-bubble__spec strong{\n  color:var(--dark);\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-bubble__faq{\n  max-width:760px;\n\n  margin:0 auto 29px;\n}\n\n.stb-bubble__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-bubble__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--dark);\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-bubble__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-bubble__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-bubble__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-bubble__faq details p{\n  margin:7px 0 0;\n\n  color:#665E57;\n\n  font-size:11.8px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-bubble__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-bubble__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-bubble__shipping p{\n  margin:0 0 7px;\n\n  color:#5E5650;\n\n  font-size:12.4px;\n  line-height:1.62;\n}\n\n.stb-bubble__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-bubble__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-bubble__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-bubble__lightbox:target{\n  display:flex;\n}\n\n.stb-bubble__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-bubble__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-bubble__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-bubble__lightbox-hint{\n  margin-top:3px;\n\n  color:#9F958D;\n\n  font-size:9.4px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-bubble__intro{\n    grid-template-columns:1fr;\n    gap:12px;\n  }\n\n  .stb-bubble__title{\n    font-size:25px;\n  }\n\n  .stb-bubble__intro-stat{\n    max-width:275px;\n  }\n\n\n  .stb-bubble__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-bubble__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-bubble__fact:nth-child(1),\n  .stb-bubble__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-bubble__selector{\n    grid-template-columns:135px 1fr;\n  }\n\n  .stb-bubble__collection-media{\n    width:125px;\n  }\n\n\n  .stb-bubble__material{\n    grid-template-columns:145px 1fr;\n  }\n\n\n  .stb-bubble__scale-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-bubble__scale-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-bubble__scale-item:nth-child(1),\n  .stb-bubble__scale-item:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-bubble__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-bubble__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-bubble{\n    font-size:14px;\n  }\n\n\n  .stb-bubble__selector{\n    grid-template-columns:92px 1fr;\n\n    gap:12px;\n    padding:10px;\n  }\n\n  .stb-bubble__collection-media{\n    width:86px;\n  }\n\n  .stb-bubble__shape-list{\n    grid-template-columns:1fr;\n  }\n\n  .stb-bubble__shape{\n    padding:7px 0;\n  }\n\n  .stb-bubble__shape:nth-child(even){\n    padding-left:0;\n\n    border-left:0;\n  }\n\n  .stb-bubble__shape:nth-last-child(-n+2){\n    border-bottom:1px solid #E0D9D2;\n  }\n\n  .stb-bubble__shape:last-child{\n    border-bottom:0;\n  }\n\n\n  .stb-bubble__material{\n    grid-template-columns:1fr;\n  }\n\n  .stb-bubble__material-copy{\n    border-top:0;\n    border-left:1px solid var(--line);\n  }\n\n\n  .stb-bubble__model-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-bubble__model-body{\n    grid-template-columns:82px 1fr;\n  }\n\n  .stb-bubble__dimension{\n    width:76px;\n  }\n\n\n  .stb-bubble__scale-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-bubble__scale-item{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .stb-bubble__scale-item:last-child{\n    border-bottom:0;\n  }\n\n\n  .stb-bubble__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-bubble__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-bubble__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-bubble\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-bubble__intro\"\u003e\n\u003cdiv class=\"stb-bubble__intro-copy\"\u003e\n\u003cspan class=\"stb-bubble__eyebrow\"\u003e Bubble Family · 9 Shapes · 22 Sizes \u003c\/span\u003e\n\u003ch2 class=\"stb-bubble__title\"\u003eOne Soft Glow. Nine Different Silhouettes.\u003c\/h2\u003e\n\u003cp\u003eThe Bubble Family pairs translucent spun-polymer shades with lightweight steel armatures. Each shape changes the proportion of the fixture, while the softly glowing white surface keeps the entire collection visually connected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__intro-stat\"\u003e\n\u003csmall\u003e Collection Range \u003c\/small\u003e \u003cstrong\u003e 7.9\" – 31.4\" \u003c\/strong\u003e \u003cspan\u003e Models A through I \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-bubble__facts\"\u003e\n\u003cdiv class=\"stb-bubble__fact\"\u003e\n\u003csmall\u003e Collection \u003c\/small\u003e \u003cstrong\u003e 9 Models \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__fact\"\u003e\n\u003csmall\u003e Variations \u003c\/small\u003e \u003cstrong\u003e 22 Sizes \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Spun Polymer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__fact\"\u003e\n\u003csmall\u003e Color \u003c\/small\u003e \u003cstrong\u003e Translucent White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COLLECTION \/ SHAPE SELECTOR\n  ====================================================== --\u003e\n\u003csection id=\"bubble-collection-section\" class=\"stb-bubble__selector\"\u003e\n\u003cdiv class=\"stb-bubble__collection-media\"\u003e\u003ca href=\"#bubble-collection\" class=\"stb-bubble__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_11.jpg?v=1781946171\" alt=\"Bubble pendant light collection showing multiple silhouettes\" loading=\"lazy\"\u003e \u003cspan class=\"stb-bubble__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-bubble__eyebrow\"\u003e Choose by Shape First \u003c\/span\u003e\n\u003ch3 class=\"stb-bubble__section-title\"\u003eMatch the Silhouette to the Space.\u003c\/h3\u003e\n\u003cp class=\"stb-bubble__section-copy\"\u003eWith 22 sizes, starting with dimensions can feel complicated. Start with the shape your room needs, then choose the size inside that Model.\u003c\/p\u003e\n\u003cdiv class=\"stb-bubble__shape-list\"\u003e\n\u003cdiv class=\"stb-bubble__shape\"\u003e\n\u003csmall\u003e A · B \u003c\/small\u003e \u003cstrong\u003e Saucer \u003c\/strong\u003e\n\u003cp\u003eWide, low profile for dining rooms and lower ceilings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__shape\"\u003e\n\u003csmall\u003e C · H \u003c\/small\u003e \u003cstrong\u003e Ball \/ Apple \u003c\/strong\u003e\n\u003cp\u003eSoft rounded forms for bedrooms and living rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__shape\"\u003e\n\u003csmall\u003e D · I \u003c\/small\u003e \u003cstrong\u003e Vertical \u003c\/strong\u003e\n\u003cp\u003eBetter for narrow halls, entries and tighter footprints.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__shape\"\u003e\n\u003csmall\u003e E · F \u003c\/small\u003e \u003cstrong\u003e Crisscross \u003c\/strong\u003e\n\u003cp\u003eVisible armature adds more graphic structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__shape\"\u003e\n\u003csmall\u003e G \u003c\/small\u003e \u003cstrong\u003e Cigar \u003c\/strong\u003e\n\u003cp\u003eLonger proportion for rectangular surfaces and islands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLLECTION LIGHTBOX --\u003e \u003ca id=\"bubble-collection\" href=\"#bubble-collection-section\" class=\"stb-bubble__lightbox\"\u003e \u003cspan class=\"stb-bubble__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_11.jpg?v=1781946171\" alt=\"Enlarged Bubble pendant collection\"\u003e \u003cspan class=\"stb-bubble__lightbox-caption\"\u003e Bubble Family · Models A–I \u003c\/span\u003e \u003cspan class=\"stb-bubble__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-bubble__material\"\u003e\n\u003cdiv class=\"stb-bubble__material-title\"\u003e\n\u003csmall\u003e The Material \u003c\/small\u003e \u003cstrong\u003e The Shade Glows as a Surface. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__material-copy\"\u003e\n\u003cp\u003eTranslucent spun polymer is formed over a steel wire armature. Rather than acting like an opaque metal shade, the material diffuses light through the surface itself, creating the soft illuminated appearance that defines this style of pendant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MODELS + DIMENSIONS\n  ====================================================== --\u003e\n\u003csection id=\"bubble-models\" class=\"stb-bubble__models\"\u003e\n\u003cdiv class=\"stb-bubble__models-head\"\u003e\n\u003cspan class=\"stb-bubble__eyebrow\"\u003e Models \u0026amp; Dimensions \u003c\/span\u003e\n\u003ch3 class=\"stb-bubble__section-title\"\u003eOpen Only the Shape You Are Considering.\u003c\/h3\u003e\n\u003cp class=\"stb-bubble__section-copy\"\u003eAll 22 available sizes are included below without turning the page into one long dimension gallery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__model-grid\"\u003e\n\u003c!-- ===================================================\n           MODEL A\n      ==================================================== --\u003e\n\u003cdetails class=\"stb-bubble__model\"\u003e\n\u003csummary\u003e\u003cspan class=\"stb-bubble__model-code\"\u003e A \u003c\/span\u003e \u003cspan class=\"stb-bubble__model-summary\"\u003e \u003cstrong\u003e Saucer A \u003c\/strong\u003e \u003cspan\u003e 5 sizes · 15.8\"–31.4\" \u003c\/span\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stb-bubble__model-body\"\u003e\n\u003cdiv class=\"stb-bubble__dimension\"\u003e\u003ca href=\"#bubble-size-a\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_39.jpg?v=1781946171\" alt=\"Bubble Model A dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-bubble__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cul class=\"stb-bubble__size-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ15.8\"\u003c\/strong\u003e × H8.7\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ19.7\"\u003c\/strong\u003e × H9.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ23.6\"\u003c\/strong\u003e × H11\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ27.6\"\u003c\/strong\u003e × H11.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ31.4\"\u003c\/strong\u003e × H12.9\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===================================================\n           MODEL B\n      ==================================================== --\u003e\n\u003cdetails class=\"stb-bubble__model\"\u003e\n\u003csummary\u003e\u003cspan class=\"stb-bubble__model-code\"\u003e B \u003c\/span\u003e \u003cspan class=\"stb-bubble__model-summary\"\u003e \u003cstrong\u003e Saucer B \u003c\/strong\u003e \u003cspan\u003e 5 sizes · 15.7\"–31.4\" \u003c\/span\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stb-bubble__model-body\"\u003e\n\u003cdiv class=\"stb-bubble__dimension\"\u003e\u003ca href=\"#bubble-size-b\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_29.jpg?v=1781946171\" alt=\"Bubble Model B dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-bubble__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cul class=\"stb-bubble__size-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ15.7\"\u003c\/strong\u003e × H8.7\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ19.7\"\u003c\/strong\u003e × H9.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ23.6\"\u003c\/strong\u003e × H11\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ27.6\"\u003c\/strong\u003e × H11.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ31.4\"\u003c\/strong\u003e × H12.9\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===================================================\n           MODEL C\n      ==================================================== --\u003e\n\u003cdetails class=\"stb-bubble__model\"\u003e\n\u003csummary\u003e\u003cspan class=\"stb-bubble__model-code\"\u003e C \u003c\/span\u003e \u003cspan class=\"stb-bubble__model-summary\"\u003e \u003cstrong\u003e Ball \u003c\/strong\u003e \u003cspan\u003e Ø11.8\" × H11.8\" \u003c\/span\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stb-bubble__model-body\"\u003e\n\u003cdiv class=\"stb-bubble__dimension\"\u003e\u003ca href=\"#bubble-size-c\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_35.jpg?v=1781946171\" alt=\"Bubble Model C Ball dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-bubble__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cul class=\"stb-bubble__size-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ11.8\"\u003c\/strong\u003e × H11.8\"\u003c\/li\u003e\n\u003cli\u003eCompact sphere for bedside, hallway or paired use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===================================================\n           MODEL D\n      ==================================================== --\u003e\n\u003cdetails class=\"stb-bubble__model\"\u003e\n\u003csummary\u003e\u003cspan class=\"stb-bubble__model-code\"\u003e D \u003c\/span\u003e \u003cspan class=\"stb-bubble__model-summary\"\u003e \u003cstrong\u003e Pear \u003c\/strong\u003e \u003cspan\u003e Ø7.9\" × H15.8\" \u003c\/span\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stb-bubble__model-body\"\u003e\n\u003cdiv class=\"stb-bubble__dimension\"\u003e\u003ca href=\"#bubble-size-d\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_46.jpg?v=1781946171\" alt=\"Bubble Model D Pear dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-bubble__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cul class=\"stb-bubble__size-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ7.9\"\u003c\/strong\u003e × H15.8\"\u003c\/li\u003e\n\u003cli\u003eSlim footprint for halls, entries and narrow positions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===================================================\n           MODEL E\n      ==================================================== --\u003e\n\u003cdetails class=\"stb-bubble__model\"\u003e\n\u003csummary\u003e\u003cspan class=\"stb-bubble__model-code\"\u003e E \u003c\/span\u003e \u003cspan class=\"stb-bubble__model-summary\"\u003e \u003cstrong\u003e Crisscross E \u003c\/strong\u003e \u003cspan\u003e 2 sizes · 11.8\" \/ 15.8\" \u003c\/span\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stb-bubble__model-body\"\u003e\n\u003cdiv class=\"stb-bubble__dimension\"\u003e\u003ca href=\"#bubble-size-e\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_48.jpg?v=1781946170\" alt=\"Bubble Model E Crisscross dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-bubble__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cul class=\"stb-bubble__size-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ11.8\"\u003c\/strong\u003e × H11\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ15.8\"\u003c\/strong\u003e × H14.2\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===================================================\n           MODEL F\n      ==================================================== --\u003e\n\u003cdetails class=\"stb-bubble__model\"\u003e\n\u003csummary\u003e\u003cspan class=\"stb-bubble__model-code\"\u003e F \u003c\/span\u003e \u003cspan class=\"stb-bubble__model-summary\"\u003e \u003cstrong\u003e Crisscross F \u003c\/strong\u003e \u003cspan\u003e 4 sizes · 11.8\"–23.6\" \u003c\/span\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stb-bubble__model-body\"\u003e\n\u003cdiv class=\"stb-bubble__dimension\"\u003e\u003ca href=\"#bubble-size-f\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_6.jpg?v=1781946170\" alt=\"Bubble Model F Crisscross dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-bubble__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cul class=\"stb-bubble__size-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ11.8\"\u003c\/strong\u003e × H11\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ15.7\"\u003c\/strong\u003e × H15\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ19.7\"\u003c\/strong\u003e × H18.9\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ23.6\"\u003c\/strong\u003e × H22.8\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===================================================\n           MODEL G\n      ==================================================== --\u003e\n\u003cdetails class=\"stb-bubble__model\"\u003e\n\u003csummary\u003e\u003cspan class=\"stb-bubble__model-code\"\u003e G \u003c\/span\u003e \u003cspan class=\"stb-bubble__model-summary\"\u003e \u003cstrong\u003e Cigar \u003c\/strong\u003e \u003cspan\u003e 2 sizes · 13.7\" \/ 17.7\" \u003c\/span\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stb-bubble__model-body\"\u003e\n\u003cdiv class=\"stb-bubble__dimension\"\u003e\u003ca href=\"#bubble-size-g\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_36.jpg?v=1781946171\" alt=\"Bubble Model G Cigar dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-bubble__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cul class=\"stb-bubble__size-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ13.7\"\u003c\/strong\u003e × H12.6\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ17.7\"\u003c\/strong\u003e × H16.5\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===================================================\n           MODEL H\n      ==================================================== --\u003e\n\u003cdetails class=\"stb-bubble__model\"\u003e\n\u003csummary\u003e\u003cspan class=\"stb-bubble__model-code\"\u003e H \u003c\/span\u003e \u003cspan class=\"stb-bubble__model-summary\"\u003e \u003cstrong\u003e Apple \u003c\/strong\u003e \u003cspan\u003e Ø19.7\" × H14.9\" \u003c\/span\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stb-bubble__model-body\"\u003e\n\u003cdiv class=\"stb-bubble__dimension\"\u003e\u003ca href=\"#bubble-size-h\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_49.jpg?v=1781946171\" alt=\"Bubble Model H Apple dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-bubble__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cul class=\"stb-bubble__size-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ19.7\"\u003c\/strong\u003e × H14.9\"\u003c\/li\u003e\n\u003cli\u003eSofter rounded profile for living and dining spaces.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ===================================================\n           MODEL I\n      ==================================================== --\u003e\n\u003cdetails class=\"stb-bubble__model\"\u003e\n\u003csummary\u003e\u003cspan class=\"stb-bubble__model-code\"\u003e I \u003c\/span\u003e \u003cspan class=\"stb-bubble__model-summary\"\u003e \u003cstrong\u003e Cylinder Lantern \u003c\/strong\u003e \u003cspan\u003e Ø15.8\" × H16.5\" \u003c\/span\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stb-bubble__model-body\"\u003e\n\u003cdiv class=\"stb-bubble__dimension\"\u003e\u003ca href=\"#bubble-size-i\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_45.jpg?v=1781946171\" alt=\"Bubble Model I Cylinder Lantern dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-bubble__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cul class=\"stb-bubble__size-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eØ15.8\"\u003c\/strong\u003e × H16.5\"\u003c\/li\u003e\n\u003cli\u003eTaller architectural profile with straighter sides.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOXES\n  ====================================================== --\u003e \u003ca id=\"bubble-size-a\" href=\"#bubble-models\" class=\"stb-bubble__lightbox\"\u003e \u003cspan class=\"stb-bubble__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_39.jpg?v=1781946171\" alt=\"Enlarged Bubble Model A dimensions\"\u003e \u003cspan class=\"stb-bubble__lightbox-caption\"\u003eModel A · Saucer\u003c\/span\u003e \u003cspan class=\"stb-bubble__lightbox-hint\"\u003eClick or tap anywhere to close\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"bubble-size-b\" href=\"#bubble-models\" class=\"stb-bubble__lightbox\"\u003e \u003cspan class=\"stb-bubble__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_29.jpg?v=1781946171\" alt=\"Enlarged Bubble Model B dimensions\"\u003e \u003cspan class=\"stb-bubble__lightbox-caption\"\u003eModel B · Saucer\u003c\/span\u003e \u003cspan class=\"stb-bubble__lightbox-hint\"\u003eClick or tap anywhere to close\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"bubble-size-c\" href=\"#bubble-models\" class=\"stb-bubble__lightbox\"\u003e \u003cspan class=\"stb-bubble__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_35.jpg?v=1781946171\" alt=\"Enlarged Bubble Model C dimensions\"\u003e \u003cspan class=\"stb-bubble__lightbox-caption\"\u003eModel C · Ball\u003c\/span\u003e \u003cspan class=\"stb-bubble__lightbox-hint\"\u003eClick or tap anywhere to close\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"bubble-size-d\" href=\"#bubble-models\" class=\"stb-bubble__lightbox\"\u003e \u003cspan class=\"stb-bubble__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_46.jpg?v=1781946171\" alt=\"Enlarged Bubble Model D dimensions\"\u003e \u003cspan class=\"stb-bubble__lightbox-caption\"\u003eModel D · Pear\u003c\/span\u003e \u003cspan class=\"stb-bubble__lightbox-hint\"\u003eClick or tap anywhere to close\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"bubble-size-e\" href=\"#bubble-models\" class=\"stb-bubble__lightbox\"\u003e \u003cspan class=\"stb-bubble__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_48.jpg?v=1781946170\" alt=\"Enlarged Bubble Model E dimensions\"\u003e \u003cspan class=\"stb-bubble__lightbox-caption\"\u003eModel E · Crisscross\u003c\/span\u003e \u003cspan class=\"stb-bubble__lightbox-hint\"\u003eClick or tap anywhere to close\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"bubble-size-f\" href=\"#bubble-models\" class=\"stb-bubble__lightbox\"\u003e \u003cspan class=\"stb-bubble__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_6.jpg?v=1781946170\" alt=\"Enlarged Bubble Model F dimensions\"\u003e \u003cspan class=\"stb-bubble__lightbox-caption\"\u003eModel F · Crisscross\u003c\/span\u003e \u003cspan class=\"stb-bubble__lightbox-hint\"\u003eClick or tap anywhere to close\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"bubble-size-g\" href=\"#bubble-models\" class=\"stb-bubble__lightbox\"\u003e \u003cspan class=\"stb-bubble__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_36.jpg?v=1781946171\" alt=\"Enlarged Bubble Model G dimensions\"\u003e \u003cspan class=\"stb-bubble__lightbox-caption\"\u003eModel G · Cigar\u003c\/span\u003e \u003cspan class=\"stb-bubble__lightbox-hint\"\u003eClick or tap anywhere to close\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"bubble-size-h\" href=\"#bubble-models\" class=\"stb-bubble__lightbox\"\u003e \u003cspan class=\"stb-bubble__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_49.jpg?v=1781946171\" alt=\"Enlarged Bubble Model H dimensions\"\u003e \u003cspan class=\"stb-bubble__lightbox-caption\"\u003eModel H · Apple\u003c\/span\u003e \u003cspan class=\"stb-bubble__lightbox-hint\"\u003eClick or tap anywhere to close\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"bubble-size-i\" href=\"#bubble-models\" class=\"stb-bubble__lightbox\"\u003e \u003cspan class=\"stb-bubble__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_45.jpg?v=1781946171\" alt=\"Enlarged Bubble Model I dimensions\"\u003e \u003cspan class=\"stb-bubble__lightbox-caption\"\u003eModel I · Cylinder Lantern\u003c\/span\u003e \u003cspan class=\"stb-bubble__lightbox-hint\"\u003eClick or tap anywhere to close\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE GUIDE\n  ====================================================== --\u003e\n\u003csection class=\"stb-bubble__scale\"\u003e\u003cspan class=\"stb-bubble__eyebrow\"\u003e Quick Size Guide \u003c\/span\u003e\n\u003ch3 class=\"stb-bubble__section-title\"\u003eChoose Scale After Shape.\u003c\/h3\u003e\n\u003cdiv class=\"stb-bubble__scale-grid\"\u003e\n\u003cdiv class=\"stb-bubble__scale-item\"\u003e\n\u003csmall\u003e Small · 7.9–13.8\" \u003c\/small\u003e \u003cstrong\u003e Tight Spaces \/ Multiples \u003c\/strong\u003e\n\u003cp\u003eHallways, bedside positions or repeated pendants.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__scale-item\"\u003e\n\u003csmall\u003e Medium · 15.7–19.7\" \u003c\/small\u003e \u003cstrong\u003e Most Versatile \u003c\/strong\u003e\n\u003cp\u003eDining tables, kitchens and bedrooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__scale-item\"\u003e\n\u003csmall\u003e Large · 23.6–27.6\" \u003c\/small\u003e \u003cstrong\u003e More Room Presence \u003c\/strong\u003e\n\u003cp\u003eLarger tables and open-plan rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__scale-item\"\u003e\n\u003csmall\u003e Statement · 31.4\" \u003c\/small\u003e \u003cstrong\u003e Architectural Scale \u003c\/strong\u003e\n\u003cp\u003eGrand dining rooms and larger living spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRACTICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-bubble__practical\"\u003e\n\u003cdiv class=\"stb-bubble__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 warm-white 2700K bulbs are included. Bulb quantity varies according to the selected model and size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__practical-card\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable Wire \u003c\/strong\u003e\n\u003cp\u003eShorten during installation. Additional suspension length is available on request for taller ceilings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__practical-card\"\u003e\n\u003csmall\u003e Dimming \u003c\/small\u003e \u003cstrong\u003e Dimming Can Be Added \u003c\/strong\u003e\n\u003cp\u003eIncluded bulbs are non-dimmable. For dimming, use compatible dimmable E26\/E27 bulbs with a compatible wall dimmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-bubble__note\"\u003e\n\u003cdiv class=\"stb-bubble__note-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Nelson-style design; not an authentic licensed Nelson Bubble Lamp. \u003c\/strong\u003e\n\u003cp\u003eThis Stuber Lighting collection is an independent, Nelson-style interpretation of the Mid-Century bubble-light vocabulary. It is not represented as an authentic licensed reissue or as affiliated with the original designer's estate or licensees.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-bubble__specs\"\u003e\n\u003cdiv class=\"stb-bubble__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Bubble Family \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__spec\"\u003e\n\u003cspan\u003e Models \u003c\/span\u003e \u003cstrong\u003e A · B Saucer · C Ball · D Pear · E \/ F Crisscross · G Cigar · H Apple · I Cylinder Lantern \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__spec\"\u003e\n\u003cspan\u003e Size Range \u003c\/span\u003e \u003cstrong\u003e 22 Size Options · Approximately 7.9\"–31.4\" Across the Collection \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Translucent Spun Polymer Shade · Steel Wire Armature \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__spec\"\u003e\n\u003cspan\u003e Color \u003c\/span\u003e \u003cstrong\u003e Translucent White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e E26 \/ E27 LED Bulb(s) Included · Standard Warm White 2700K · Max 40W Per Socket \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Included Bulb(s) Are Non-Dimmable · Fixture Can Be Used With Compatible Dimmable E26 \/ E27 Bulbs and Compatible Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__spec\"\u003e\n\u003cspan\u003e Electrical \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 59\" Adjustable Wire · Extension Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__spec\"\u003e\n\u003cspan\u003e Wiring \u003c\/span\u003e \u003cstrong\u003e Hardwired Ceiling Installation · Professional Installation Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-bubble__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-bubble__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-bubble__faq\"\u003e\u003cspan class=\"stb-bubble__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-bubble__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Model should I start with?\u003c\/summary\u003e\n\u003cp\u003eStart with room geometry rather than size. Choose A or B when you want a wide, low Saucer; C or H for a rounded form; D or I for a narrower vertical profile; E or F when you want visible armature detail; and G when the room benefits from a longer silhouette.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre bulbs included?\u003c\/summary\u003e\n\u003cp\u003eYes. Compatible E26 \/ E27 warm-white LED bulbs are included. The quantity can vary depending on the selected Model and socket configuration.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should the spun-polymer shade be cleaned?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a soft dry cloth or soft brush. Avoid aggressive wet cleaning, abrasive cleaners and greasy handling of the shade surface.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this an authentic licensed Nelson Bubble Lamp?\u003c\/summary\u003e\n\u003cp\u003eNo. This is a Nelson-style Stuber Lighting collection and is not represented as an authentic licensed reissue or as affiliated with the original designer's estate or any licensed manufacturer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-bubble__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 15.8\"x H 8.7\" \/ White","offer_id":52379359772955,"sku":"STB-PL-26-10024","price":230.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 19.7\"x H 9.8\" \/ White","offer_id":52379359805723,"sku":"STB-PL-26-10025","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 23.6\"x H 11\" \/ White","offer_id":52379359838491,"sku":"STB-PL-26-10026","price":560.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 27.6\"x H 11.8\" \/ White","offer_id":52379359871259,"sku":"STB-PL-26-10027","price":860.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 31.4\"x H 12.9\" \/ White","offer_id":52379359904027,"sku":"STB-PL-26-10028","price":1180.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 15.7\"x H 8.7\" \/ White","offer_id":52379359936795,"sku":"STB-PL-26-10029","price":235.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 19.7\"x H 9.8\" \/ White","offer_id":52379359969563,"sku":"STB-PL-26-10030","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 23.6\" x H 11\" \/ White","offer_id":52379360002331,"sku":"STB-PL-26-10031","price":560.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 27.6\"x H 11.8\" \/ White","offer_id":52379360035099,"sku":"STB-PL-26-10032","price":860.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 31.4\" x H 12.9\" \/ White","offer_id":52379360067867,"sku":"STB-PL-26-10033","price":1180.0,"currency_code":"USD","in_stock":true},{"title":"Model C: Dia 11.8\" x H 11.8\" \/ White","offer_id":52379360100635,"sku":"STB-PL-26-10034","price":220.0,"currency_code":"USD","in_stock":true},{"title":"Model D: Dia 7.9\"x H 15.8\" \/ White","offer_id":52379360133403,"sku":"STB-PL-26-10035","price":220.0,"currency_code":"USD","in_stock":true},{"title":"Model E: Dia 11.8\" x H 11\" \/ White","offer_id":52379360166171,"sku":"STB-PL-26-10036","price":220.0,"currency_code":"USD","in_stock":true},{"title":"Model E: Dia 15.8\" x H 14.2\" \/ White","offer_id":52379360198939,"sku":"STB-PL-26-10037","price":320.0,"currency_code":"USD","in_stock":true},{"title":"Model F: Dia 11.8\" x H 11\" \/ White","offer_id":52379360231707,"sku":"STB-PL-26-10038","price":235.0,"currency_code":"USD","in_stock":true},{"title":"Model F: Dia 15.7\" x H 15\" \/ White","offer_id":52379360264475,"sku":"STB-PL-26-10039","price":560.0,"currency_code":"USD","in_stock":true},{"title":"Model F: Dia 19.7\" x H 18.9\" \/ White","offer_id":52379360297243,"sku":"STB-PL-26-10040","price":860.0,"currency_code":"USD","in_stock":true},{"title":"Model F: Dia 23.6\" x H 22.8\" \/ White","offer_id":52379360330011,"sku":"STB-PL-26-10041","price":1180.0,"currency_code":"USD","in_stock":true},{"title":"Model G: Dia 13.7\"x H 12.6\" \/ White","offer_id":52379360362779,"sku":"STB-PL-26-10042","price":260.0,"currency_code":"USD","in_stock":true},{"title":"Model G: Dia 17.7\"x H 16.5\" \/ White","offer_id":52379360395547,"sku":"STB-PL-26-10043","price":430.0,"currency_code":"USD","in_stock":true},{"title":"Model H: Dia 19.7\" x H 14.9\" \/ White","offer_id":52379360428315,"sku":"STB-PL-26-10044","price":450.0,"currency_code":"USD","in_stock":true},{"title":"Model I: Dia 15.8\" x H 16.5\" \/ White","offer_id":52379360461083,"sku":"STB-PL-26-10045","price":340.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nelson-style-bubble-pendant-light-mid-century-stuberlighting_1.jpg?v=1781946170"},{"product_id":"larkin-p376-style-aluminum-disc-pendant-light","title":"Larkin P376 Style Aluminum Disc Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — LARKIN\n   ALUMINUM DISC PENDANT\n\n   PROFILE \/ SURFACE \/ DROP\n\n   EDITORIAL PRODUCT SHEET\n   QUIET LUXURY · MATERIAL-LED\n   CONCISE · SHOPPER-FIRST\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-larkin-sheet{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#625348;\n  --muted:#82766B;\n\n  --gold:#C8A96E;\n  --gold-deep:#967143;\n\n  --silver:#AAA8A3;\n  --silver-deep:#7C7B77;\n  --silver-soft:#EFEEEA;\n\n  --cream:#F5EDD8;\n  --paper:#FBF8F2;\n  --ivory:#FFFDF8;\n  --soft:#F4EEE5;\n\n  --line:#DED2BD;\n  --line-soft:#ECE4D8;\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-larkin-sheet *,\n.stb-larkin-sheet *::before,\n.stb-larkin-sheet *::after{\n  box-sizing:border-box;\n}\n\n.stb-larkin-sheet h2,\n.stb-larkin-sheet h3,\n.stb-larkin-sheet p{\n  margin-top:0;\n}\n\n.stb-larkin-sheet h2,\n.stb-larkin-sheet 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-larkin-sheet 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-larkin-sheet a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.lks-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.lks-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 — PROFILE\n========================================================= *\/\n\n.lks-intro{\n  padding:0 0 26px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.lks-intro__grid{\n  display:grid;\n  grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);\n\n  gap:12px;\n}\n\n.lks-intro__story{\n  position:relative;\n\n  min-width:0;\n\n  padding:28px 30px 27px 35px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.lks-intro__story::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:0;\n  bottom:0;\n  left:0;\n\n  width:5px;\n\n  background:var(--espresso);\n}\n\n.lks-intro h2{\n  max-width:585px;\n\n  margin:0 0 10px;\n\n  font-size:31px;\n  line-height:1.06;\n}\n\n.lks-intro__story \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\/* RIGHT STAT BLOCK *\/\n\n.lks-intro__stats{\n  display:grid;\n  grid-template-rows:repeat(3,1fr);\n\n  min-width:0;\n\n  border:1px solid var(--line);\n  background:var(--silver-soft);\n}\n\n.lks-intro__stat{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:15px 16px;\n\n  border-bottom:1px solid #D7D4CE;\n}\n\n.lks-intro__stat:last-child{\n  border-bottom:0;\n}\n\n.lks-intro__stat small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--silver-deep);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.lks-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:25px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.lks-intro__stat span{\n  display:block;\n\n  margin-top:4px;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* DESIGN DISCLOSURE *\/\n\n.lks-disclosure{\n  display:grid;\n  grid-template-columns:minmax(0,105px) minmax(0,1fr);\n\n  gap:17px;\n\n  margin-top:10px;\n\n  padding:10px 12px;\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n\n  background:#F8F3EB;\n}\n\n.lks-disclosure strong{\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.lks-disclosure span{\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   02 — SURFACE \/ CONSTRUCTION\n========================================================= *\/\n\n.lks-surface{\n  padding:28px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.lks-surface__head{\n  display:grid;\n  grid-template-columns:minmax(0,180px) minmax(0,1fr);\n\n  gap:28px;\n\n  margin-bottom:15px;\n}\n\n.lks-surface__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.lks-surface__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\/* CONTACT SHEET *\/\n\n.lks-contact{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n}\n\n.lks-contact__card{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:15px;\n  align-items:center;\n\n  min-width:0;\n\n  padding:9px;\n\n  border:1px solid var(--line);\n}\n\n.lks-contact__card--surface{\n  background:#F3F2EF;\n}\n\n.lks-contact__card--top{\n  background:#F8F3EB;\n}\n\n.lks-contact__media{\n  width:145px;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n}\n\n.lks-contact__media 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.lks-contact__media img{\n  max-height:135px !important;\n}\n\n.lks-contact__copy 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.lks-contact__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.lks-contact__copy span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\n\/* FINISH SELECTOR *\/\n\n.lks-finish-row{\n  display:grid;\n  grid-template-columns:minmax(0,125px) 1fr 1fr;\n\n  gap:8px;\n\n  margin-top:11px;\n}\n\n.lks-finish-row__label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:10px 11px;\n\n  background:var(--espresso);\n}\n\n.lks-finish-row__label 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.lks-finish-row__label 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.lks-finish{\n  position:relative;\n\n  min-width:0;\n\n  padding:11px 12px 11px 34px;\n\n  border:1px solid var(--line);\n}\n\n.lks-finish::before{\n  content:\"\";\n\n  position:absolute;\n\n  left:12px;\n  top:14px;\n\n  width:11px;\n  height:11px;\n\n  border-radius:50%;\n\n  border:1px solid rgba(28,18,9,.15);\n}\n\n.lks-finish--silver{\n  background:#F2F1EE;\n}\n\n.lks-finish--silver::before{\n  background:#AAA9A5;\n}\n\n.lks-finish--white{\n  background:#FCFAF6;\n}\n\n.lks-finish--white::before{\n  background:#F5F3ED;\n}\n\n.lks-finish strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.lks-finish span{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.42;\n}\n\n\n\/* =========================================================\n   03 — DROP \/ SCALE\n========================================================= *\/\n\n.lks-drop{\n  padding:28px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.lks-drop__sheet{\n  display:grid;\n  grid-template-columns:minmax(0,190px) minmax(0,1fr);\n\n  min-width:0;\n\n  border:1px solid var(--line);\n}\n\n\n\/* LEFT SIZE PANE *\/\n\n.lks-drop__visual{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:18px;\n\n  background:var(--silver-soft);\n\n  border-right:1px solid #D5D2CC;\n}\n\n.lks-size-img{\n  width:145px;\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 #D7D3CB;\n}\n\n.lks-size-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.lks-size-img img{\n  max-height:137px !important;\n}\n\n\n\/* RIGHT INFO PANE *\/\n\n.lks-drop__info{\n  min-width:0;\n\n  padding:20px 22px;\n}\n\n.lks-drop__info h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.lks-drop__info \u003e p{\n  max-width:525px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n\n\/* HORIZONTAL MEASURE *\/\n\n.lks-measure{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:0;\n\n  margin-top:15px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.lks-measure__item{\n  min-width:0;\n\n  padding:10px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.lks-measure__item:last-child{\n  border-right:0;\n}\n\n.lks-measure__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.lks-measure__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.lks-measure__item span{\n  display:block;\n\n  margin-top:4px;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* LIGHT SOURCE *\/\n\n.lks-light-row{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:18px;\n\n  margin-top:13px;\n\n  padding-top:12px;\n}\n\n.lks-light-row__title 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.lks-light-row__title strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:19px;\n  line-height:1.05;\n\n  font-weight:500;\n}\n\n.lks-light-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.lks-light-row__meta{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:7px;\n\n  margin-top:7px;\n}\n\n.lks-chip{\n  display:inline-flex;\n  align-items:center;\n\n  min-height:26px;\n\n  padding:4px 8px;\n\n  background:#F6F0E6;\n\n  border:1px solid var(--line);\n\n  color:var(--brown);\n\n  font-size:11px;\n  line-height:1.3;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.lks-specs{\n  padding:28px 0;\n}\n\n.lks-specs__heading{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:28px;\n\n  margin-bottom:10px;\n}\n\n.lks-specs__heading h3{\n  margin:0;\n\n  font-size:22px;\n  line-height:1.1;\n}\n\n.lks-specs__heading p{\n  max-width:505px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.55;\n}\n\n\n\/* SPEC GRID *\/\n\n.lks-spec-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:0;\n\n  border:1px solid var(--line);\n}\n\n.lks-spec{\n  display:grid;\n  grid-template-columns:minmax(0,112px) minmax(0,1fr);\n\n  gap:12px;\n\n  min-width:0;\n\n  padding:10px 12px;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.lks-spec:nth-child(odd){\n  border-right:1px solid var(--line-soft);\n}\n\n.lks-spec:nth-last-child(-n+2){\n  border-bottom:0;\n}\n\n.lks-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.lks-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.48;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* SURFACE NOTE *\/\n\n.lks-note{\n  margin-top:10px;\n\n  padding:10px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--silver);\n}\n\n.lks-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.lks-note 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.lks-shipping{\n  position:relative;\n\n  padding:19px 21px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n}\n\n.lks-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.lks-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.lks-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.lks-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.lks-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.lks-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.lks-lightbox:target{\n  display:flex;\n}\n\n.lks-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.lks-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.lks-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.lks-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  .lks-intro__grid{\n    grid-template-columns:minmax(0,1fr) minmax(0,180px);\n  }\n\n  .lks-intro__story{\n    padding:25px 22px 24px 28px;\n  }\n\n  .lks-intro h2{\n    font-size:27px;\n  }\n\n\n  .lks-surface__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .lks-contact__card{\n    grid-template-columns:minmax(0,110px) minmax(0,1fr);\n  }\n\n  .lks-contact__media{\n    width:105px;\n  }\n\n\n  .lks-drop__sheet{\n    grid-template-columns:minmax(0,155px) minmax(0,1fr);\n  }\n\n  .lks-size-img{\n    width:120px;\n  }\n\n\n  .lks-specs__heading{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .lks-intro__grid{\n    grid-template-columns:1fr;\n  }\n\n  .lks-intro__stats{\n    grid-template-columns:repeat(3,1fr);\n    grid-template-rows:auto;\n  }\n\n  .lks-intro__stat{\n    border-bottom:0;\n    border-right:1px solid #D7D4CE;\n  }\n\n  .lks-intro__stat:last-child{\n    border-right:0;\n  }\n\n  .lks-intro__stat strong{\n    font-size:20px;\n  }\n\n  .lks-intro__stat span{\n    font-size:11px;\n  }\n\n\n  .lks-disclosure{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n\n  .lks-contact{\n    grid-template-columns:1fr;\n  }\n\n\n  .lks-contact__card{\n    grid-template-columns:minmax(0,105px) minmax(0,1fr);\n  }\n\n\n  .lks-finish-row{\n    grid-template-columns:1fr;\n  }\n\n  .lks-finish-row__label{\n    padding:9px 11px;\n  }\n\n\n  .lks-drop__sheet{\n    grid-template-columns:1fr;\n  }\n\n  .lks-drop__visual{\n    border-right:0;\n    border-bottom:1px solid #D5D2CC;\n  }\n\n  .lks-size-img{\n    width:115px;\n  }\n\n\n  .lks-measure{\n    grid-template-columns:1fr;\n  }\n\n  .lks-measure__item{\n    display:grid;\n    grid-template-columns:minmax(0,85px) minmax(0,80px) minmax(0,1fr);\n\n    gap:10px;\n    align-items:center;\n\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .lks-measure__item:last-child{\n    border-bottom:0;\n  }\n\n  .lks-measure__item strong,\n  .lks-measure__item span{\n    margin-top:0;\n  }\n\n\n  .lks-light-row{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .lks-spec-grid{\n    grid-template-columns:1fr;\n  }\n\n  .lks-spec{\n    grid-template-columns:minmax(0,110px) minmax(0,1fr);\n\n    border-right:0 !important;\n    border-bottom:1px solid var(--line-soft) !important;\n  }\n\n  .lks-spec:last-child{\n    border-bottom:0 !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-larkin-sheet\" id=\"larkin-sheet-root\"\u003e\n\u003c!-- =====================================================\n       01 — PROFILE\n  ====================================================== --\u003e\n\u003csection class=\"lks-intro\"\u003e\n\u003cdiv class=\"lks-intro__grid\"\u003e\n\u003cdiv class=\"lks-intro__story\"\u003e\n\u003cspan class=\"lks-kicker\"\u003e Profile \/ Surface \/ Drop \u003c\/span\u003e\n\u003ch2\u003eA Horizontal Disc That Defines the Room Without Filling It\u003c\/h2\u003e\n\u003cp\u003eLarkin reduces the pendant to one strong proportion: a broad spun-aluminum disc, a slim suspension cord and very little visual hardware. At 18.7 inches across, it has enough width to anchor a table or island while keeping the ceiling composition clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-intro__stats\"\u003e\n\u003cdiv class=\"lks-intro__stat\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e 18.7\" \u003c\/strong\u003e \u003cspan\u003e Wide horizontal scale \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-intro__stat\"\u003e\n\u003csmall\u003e Disc Height \u003c\/small\u003e \u003cstrong\u003e 7.5\" \u003c\/strong\u003e \u003cspan\u003e Low-profile form \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-intro__stat\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e \u003cspan\u003e Adjustable at install \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-disclosure\"\u003e\n\u003cstrong\u003e Design Note \u003c\/strong\u003e \u003cspan\u003e Larkin is an independently manufactured design tribute inspired by the P376 silhouette. It is not an authentic or licensed P376 product. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — SURFACE\n  ====================================================== --\u003e\n\u003csection class=\"lks-surface\"\u003e\n\u003cdiv class=\"lks-surface__head\"\u003e\n\u003ch3\u003eThe Metal Does Most of the Work\u003c\/h3\u003e\n\u003cp\u003eInstead of adding decorative parts, Larkin relies on the continuous aluminum surface and the relationship between the wide disc, small upper assembly and suspension line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-contact\"\u003e\n\u003carticle class=\"lks-contact__card lks-contact__card--surface\"\u003e\n\u003cdiv class=\"lks-contact__media\"\u003e\u003ca href=\"#larkin-surface-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/larkin-p376-style-aluminum-disc-pendant-light-stuberlighting_18.jpg?v=1782204664\" alt=\"Close-up of Larkin spun aluminum disc surface\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"lks-contact__copy\"\u003e\n\u003csmall\u003e Surface \u003c\/small\u003e \u003cstrong\u003e Spun Aluminum \u003c\/strong\u003e \u003cspan\u003e A continuous metal disc with a clean, lightweight visual profile. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"lks-contact__card lks-contact__card--top\"\u003e\n\u003cdiv class=\"lks-contact__media\"\u003e\u003ca href=\"#larkin-top-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/larkin-p376-style-aluminum-disc-pendant-light-stuberlighting_12.jpg?v=1782204664\" alt=\"Close-up of Larkin upper assembly and suspension detail\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"lks-contact__copy\"\u003e\n\u003csmall\u003e Upper Detail \u003c\/small\u003e \u003cstrong\u003e Minimal Hardware \u003c\/strong\u003e \u003cspan\u003e The suspension and upper assembly stay visually secondary to the disc. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-finish-row\"\u003e\n\u003cdiv class=\"lks-finish-row__label\"\u003e\n\u003csmall\u003e Finish \u003c\/small\u003e \u003cstrong\u003e Choose the Surface \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-finish lks-finish--silver\"\u003e\n\u003cstrong\u003e Brushed Silver \u003c\/strong\u003e \u003cspan\u003e More visible metal character and a stronger Mid-Century expression. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-finish lks-finish--white\"\u003e\n\u003cstrong\u003e Matte White \u003c\/strong\u003e \u003cspan\u003e Quieter against pale ceilings for a softer contemporary look. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — DROP \/ SCALE\n  ====================================================== --\u003e\n\u003csection class=\"lks-drop\"\u003e\n\u003cdiv class=\"lks-drop__sheet\"\u003e\n\u003cdiv class=\"lks-drop__visual\"\u003e\n\u003cdiv class=\"lks-size-img\"\u003e\u003ca href=\"#larkin-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/larkin-p376-style-aluminum-disc-pendant-light-stuberlighting_21.jpg?v=1782204664\" alt=\"Larkin aluminum disc pendant dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"lks-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-drop__info\"\u003e\n\u003cspan class=\"lks-kicker\"\u003e Scale \/ Suspension \u003c\/span\u003e\n\u003ch3\u003eOne Size. Adjustable Drop.\u003c\/h3\u003e\n\u003cp\u003eThe disc itself stays fixed at 18.7 inches across. The variable is suspension: the standard 59-inch cord can be shortened during installation, with longer lengths available when higher ceilings require more drop.\u003c\/p\u003e\n\u003cdiv class=\"lks-measure\"\u003e\n\u003cdiv class=\"lks-measure__item\"\u003e\n\u003csmall\u003e Disc \u003c\/small\u003e \u003cstrong\u003e Ø18.7\" \u003c\/strong\u003e \u003cspan\u003e H7.5\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-measure__item\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e \u003cspan\u003e Standard \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-measure__item\"\u003e\n\u003csmall\u003e High Ceiling \u003c\/small\u003e \u003cstrong\u003e Custom \u003c\/strong\u003e \u003cspan\u003e Longer drop available \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-light-row\"\u003e\n\u003cdiv class=\"lks-light-row__title\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Replaceable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-light-row__copy\"\u003e\n\u003cp\u003eLarkin uses a standard E26\/E27 socket rather than integrated LED. A warm-white LED bulb is included, and the bulb can be replaced later without replacing the fixture.\u003c\/p\u003e\n\u003cdiv class=\"lks-light-row__meta\"\u003e\n\u003cspan class=\"lks-chip\"\u003e Bulb Included \u003c\/span\u003e \u003cspan class=\"lks-chip\"\u003e 2700K Standard \u003c\/span\u003e \u003cspan class=\"lks-chip\"\u003e Max 40W \u003c\/span\u003e \u003cspan class=\"lks-chip\"\u003e Dimming Compatible \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=\"lks-specs\"\u003e\n\u003cdiv class=\"lks-specs__heading\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThe practical information to confirm before ordering: scale, finish, bulb, suspension and installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec-grid\"\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e Ø18.7\" × H7.5\" \/ Ø47.5 × H19cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e Spun aluminum disc · Metal hardware \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Finishes \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e Brushed Silver · Matte White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e E26 \/ E27 · Bulb Included: Yes · Max 40W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e 2700K warm-white LED · Standard bulb is non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e Compatible with dimmable E26\/E27 bulb + compatible Triac wall dimmer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Voltage \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e 59\" standard · Adjustable during installation · Extendable on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Wiring \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e Hardwired · Ceiling junction box \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e Professional installation recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"lks-spec__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lks-spec\"\u003e\n\u003cspan class=\"lks-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"lks-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=\"lks-note\"\u003e\n\u003cstrong\u003e Aluminum Surface \u003c\/strong\u003e \u003cspan\u003e Slight variations in brushed or matte surface character may occur between pieces and are part of the aluminum finishing process. 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=\"lks-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 — SURFACE\n  ====================================================== --\u003e \u003ca id=\"larkin-surface-large\" href=\"#larkin-sheet-root\" class=\"lks-lightbox\"\u003e \u003cspan class=\"lks-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/larkin-p376-style-aluminum-disc-pendant-light-stuberlighting_18.jpg?v=1782204664\" alt=\"Enlarged Larkin spun aluminum surface detail\"\u003e \u003cspan class=\"lks-lightbox__caption\"\u003e Larkin · Spun Aluminum Surface \u003c\/span\u003e \u003cspan class=\"lks-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — TOP\n  ====================================================== --\u003e \u003ca id=\"larkin-top-large\" href=\"#larkin-sheet-root\" class=\"lks-lightbox\"\u003e \u003cspan class=\"lks-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/larkin-p376-style-aluminum-disc-pendant-light-stuberlighting_12.jpg?v=1782204664\" alt=\"Enlarged Larkin upper suspension construction detail\"\u003e \u003cspan class=\"lks-lightbox__caption\"\u003e Larkin · Upper Construction Detail \u003c\/span\u003e \u003cspan class=\"lks-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=\"larkin-size-large\" href=\"#larkin-sheet-root\" class=\"lks-lightbox\"\u003e \u003cspan class=\"lks-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/larkin-p376-style-aluminum-disc-pendant-light-stuberlighting_21.jpg?v=1782204664\" alt=\"Enlarged Larkin aluminum disc pendant dimensions\"\u003e \u003cspan class=\"lks-lightbox__caption\"\u003e Ø18.7\" × H7.5\" \u003c\/span\u003e \u003cspan class=\"lks-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 18.7\"xH7.5\" \/ silver","offer_id":52389394317595,"sku":"STB-PL-26-10045","price":460.0,"currency_code":"USD","in_stock":true},{"title":"Dia 18.7\"xH7.5\" \/ White","offer_id":52389394350363,"sku":"STB-PL-26-10046","price":460.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/larkin-p376-style-aluminum-disc-pendant-light-stuberlighting_1.jpg?v=1782204664"},{"product_id":"sirena-fun-style-shell-disc-pendant-light","title":"Sirena FUN Style Shell Disc Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — SIRENA\n   Fun-Style Shell Disc Pendant Light\n\n   Product-specific layout:\n   SHELL → LAYERED FORM → SCALE → FINISH → LIGHT → INSTALL\n\n   Quiet Mid-Century Luxury \/ Natural Capiz \/ Responsive\n========================================================= *\/\n\n.stb-sirena{\n  --paper:#FFFDF9;\n  --paper-soft:#F7F2EC;\n  --shell:#F1ECE5;\n  --sand:#EEE6DC;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n\n  --text:#584E47;\n  --muted:#7C7168;\n\n  --line:#D9CFC5;\n  --line-strong:#C9BCAF;\n\n  --gold:#AF8D61;\n  --gold-dark:#7C6041;\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-sirena *,\n.stb-sirena *::before,\n.stb-sirena *::after{\n  box-sizing:border-box;\n}\n\n.stb-sirena h2,\n.stb-sirena 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-sirena p{\n  margin-top:0;\n}\n\n.stb-sirena__eyebrow{\n  display:block;\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-sirena__title{\n  max-width:600px;\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.15;\n  letter-spacing:-.01em;\n}\n\n.stb-sirena__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.27;\n}\n\n.stb-sirena__copy{\n  max-width:640px;\n  margin:0;\n\n  color:#645A52;\n\n  font-size:12.4px;\n  line-height:1.62;\n}\n\n.stb-sirena__hint{\n  display:block;\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\n========================================================= *\/\n\n.stb-sirena__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 205px;\n\n  margin-bottom:24px;\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-sirena__intro-copy{\n  padding:23px 25px;\n}\n\n.stb-sirena__intro-copy p{\n  max-width:590px;\n  margin:0;\n\n  color:#5E554E;\n\n  font-size:13.6px;\n  line-height:1.7;\n}\n\n.stb-sirena__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-sirena__intro-side small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#CAB18D;\n\n  font-size:8.7px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-sirena__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-sirena__intro-side span{\n  color:#D6CBC3;\n\n  font-size:10.2px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-sirena__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-sirena__fact{\n  padding:12px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-sirena__fact:last-child{\n  border-right:0;\n}\n\n.stb-sirena__fact small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-sirena__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   GENERAL IMAGE\n========================================================= *\/\n\n.stb-sirena__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-strong);\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-sirena__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\n========================================================= *\/\n\n.stb-sirena__material{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  gap:24px;\n  align-items:center;\n\n  margin-bottom:31px;\n\n  padding:15px 17px;\n\n  background:var(--shell);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-sirena__material-media{\n  width:136px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-sirena__material-copy p{\n  max-width:575px;\n  margin:0;\n\n  color:#61574F;\n\n  font-size:11.8px;\n  line-height:1.62;\n}\n\n.stb-sirena__material-tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n\n  margin-top:10px;\n}\n\n.stb-sirena__material-tags span{\n  padding:4px 8px;\n\n  background:var(--paper);\n  color:#665A51;\n\n  border:1px solid #D7CABD;\n  border-radius:16px;\n\n  font-size:9.3px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAIL \/ LAYERS\n========================================================= *\/\n\n.stb-sirena__layers{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 125px;\n\n  gap:23px;\n  align-items:center;\n\n  margin-bottom:31px;\n\n  padding-left:18px;\n\n  border-left:2px solid var(--gold);\n}\n\n.stb-sirena__layers-copy p{\n  max-width:580px;\n  margin:0;\n\n  color:#625850;\n\n  font-size:11.8px;\n  line-height:1.62;\n}\n\n.stb-sirena__layers-media{\n  width:112px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n\n\/* =========================================================\n   FORM STRIP\n========================================================= *\/\n\n.stb-sirena__form{\n  display:grid;\n  grid-template-columns:155px minmax(0,1fr);\n\n  margin-bottom:31px;\n\n  overflow:hidden;\n\n  border-radius:5px;\n}\n\n.stb-sirena__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-sirena__form-label small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#C9AF89;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-sirena__form-label strong{\n  color:#FFF7EF;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-sirena__form-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  background:var(--paper);\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-sirena__form-item{\n  padding:14px 16px;\n}\n\n.stb-sirena__form-item + .stb-sirena__form-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-sirena__form-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-sirena__form-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-sirena__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   SIZE\n========================================================= *\/\n\n.stb-sirena__sizes{\n  margin-bottom:31px;\n}\n\n.stb-sirena__sizes-head{\n  margin-bottom:12px;\n}\n\n.stb-sirena__size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  gap:8px;\n}\n\n.stb-sirena__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-sirena__size--main{\n  border-top:2px solid var(--gold);\n}\n\n.stb-sirena__dimension{\n  width:118px;\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-sirena__dimension a{\n  display:block;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.stb-sirena__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-sirena__size-copy{\n  text-align:center;\n}\n\n.stb-sirena__size-copy small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#88786E;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-sirena__size-copy strong{\n  display:block;\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-sirena__size-copy span{\n  display:block;\n  margin-bottom:5px;\n\n  color:var(--gold-dark);\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.stb-sirena__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   FINISH\n========================================================= *\/\n\n.stb-sirena__finish{\n  display:grid;\n  grid-template-columns:155px minmax(0,1fr);\n\n  margin-bottom:31px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-sirena__finish-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-sirena__finish-label small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#C9AF89;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-sirena__finish-label strong{\n  color:#FFF7EF;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-sirena__finish-options{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  background:var(--paper);\n}\n\n.stb-sirena__finish-option{\n  padding:15px 16px;\n}\n\n.stb-sirena__finish-option + .stb-sirena__finish-option{\n  border-left:1px solid var(--line);\n}\n\n.stb-sirena__finish-option 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-sirena__finish-option strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.7px;\n  font-weight:500;\n}\n\n.stb-sirena__finish-option p{\n  margin:0;\n\n  color:#70645C;\n\n  font-size:9.9px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   LIGHT\n========================================================= *\/\n\n.stb-sirena__light{\n  display:grid;\n  grid-template-columns:155px 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-sirena__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-sirena__light-label small{\n  display:block;\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-sirena__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-sirena__light-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-sirena__light-item{\n  padding:14px 16px;\n}\n\n.stb-sirena__light-item + .stb-sirena__light-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-sirena__light-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-sirena__light-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-sirena__light-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   CABLE\n========================================================= *\/\n\n.stb-sirena__cable{\n  display:grid;\n  grid-template-columns:120px minmax(0,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-sirena__cable-number{\n  padding:15px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-sirena__cable-number small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#88796E;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-sirena__cable-number strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:20px;\n  font-weight:500;\n}\n\n.stb-sirena__cable-copy{\n  padding:14px 17px;\n}\n\n.stb-sirena__cable-copy strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.8px;\n  font-weight:500;\n}\n\n.stb-sirena__cable-copy p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:10.5px;\n  line-height:1.52;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.stb-sirena__placement{\n  display:grid;\n  grid-template-columns:repeat(3,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-sirena__placement-item{\n  padding:13px 14px;\n}\n\n.stb-sirena__placement-item + .stb-sirena__placement-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-sirena__placement-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-sirena__placement-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.4px;\n  font-weight:500;\n}\n\n.stb-sirena__placement-item p{\n  margin:0;\n\n  color:#71665E;\n\n  font-size:9.9px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   NATURAL MATERIAL NOTE\n========================================================= *\/\n\n.stb-sirena__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 var(--gold);\n}\n\n.stb-sirena__variation strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.6px;\n  font-weight:500;\n}\n\n.stb-sirena__variation p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.5px;\n  line-height:1.54;\n}\n\n\n\/* =========================================================\n   DESIGN DISCLOSURE\n========================================================= *\/\n\n.stb-sirena__disclosure{\n  margin-bottom:31px;\n\n  padding:11px 14px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n}\n\n.stb-sirena__disclosure 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-sirena__disclosure p{\n  margin:0;\n\n  color:#6A6058;\n\n  font-size:10.3px;\n  line-height:1.52;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-sirena__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-sirena__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-sirena__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-sirena__spec-head strong{\n  color:#FFF7EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-sirena__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-sirena__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-sirena__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-sirena__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-sirena__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n}\n\n.stb-sirena__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-sirena__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-sirena__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-sirena__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-sirena__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-sirena__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-sirena__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-sirena__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-sirena__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-sirena__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-sirena__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-sirena__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-sirena__lightbox:target{\n  display:flex;\n}\n\n.stb-sirena__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-sirena__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-sirena__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-sirena__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-sirena__intro{\n    grid-template-columns:1fr 165px;\n  }\n\n  .stb-sirena__title{\n    font-size:25px;\n  }\n\n\n  .stb-sirena__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-sirena__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-sirena__fact:nth-child(1),\n  .stb-sirena__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-sirena__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-sirena{\n    font-size:14px;\n  }\n\n\n  .stb-sirena__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-sirena__intro-copy{\n    padding:18px 16px;\n  }\n\n  .stb-sirena__intro-side{\n    padding:13px 16px;\n  }\n\n\n  .stb-sirena__material{\n    grid-template-columns:88px 1fr;\n\n    gap:12px;\n\n    padding:10px;\n  }\n\n  .stb-sirena__material-media{\n    width:80px;\n  }\n\n\n  .stb-sirena__layers{\n    grid-template-columns:1fr 78px;\n\n    gap:11px;\n\n    padding-left:12px;\n  }\n\n  .stb-sirena__layers-media{\n    width:72px;\n  }\n\n\n  .stb-sirena__form{\n    grid-template-columns:1fr;\n  }\n\n  .stb-sirena__form-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-sirena__form-item + .stb-sirena__form-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-sirena__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-sirena__size{\n    display:grid;\n    grid-template-columns:84px 1fr;\n\n    gap:12px;\n    align-items:center;\n  }\n\n  .stb-sirena__dimension{\n    width:76px;\n\n    margin:0;\n  }\n\n  .stb-sirena__size-copy{\n    text-align:left;\n  }\n\n\n  .stb-sirena__finish{\n    grid-template-columns:1fr;\n  }\n\n  .stb-sirena__finish-options{\n    grid-template-columns:1fr;\n  }\n\n  .stb-sirena__finish-option + .stb-sirena__finish-option{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-sirena__light{\n    grid-template-columns:1fr;\n  }\n\n  .stb-sirena__light-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-sirena__light-item + .stb-sirena__light-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-sirena__cable{\n    grid-template-columns:92px 1fr;\n  }\n\n\n  .stb-sirena__placement{\n    grid-template-columns:1fr;\n  }\n\n  .stb-sirena__placement-item + .stb-sirena__placement-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-sirena__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-sirena__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-sirena__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-sirena\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-sirena__intro\"\u003e\n\u003cdiv class=\"stb-sirena__intro-copy\"\u003e\n\u003cspan class=\"stb-sirena__eyebrow\"\u003e Natural Capiz · Layered Disc Pendant \u003c\/span\u003e\n\u003ch2 class=\"stb-sirena__title\"\u003eA Pendant Built From Light, Shell and Movement.\u003c\/h2\u003e\n\u003cp\u003eSirena layers hundreds of natural Capiz discs around a slim metal ring, creating a soft sculptural cluster that changes as light passes through each shell. Three sizes make the same design work from kitchen islands to larger dining rooms and foyers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__intro-side\"\u003e\n\u003csmall\u003e Three Sizes \u003c\/small\u003e \u003cstrong\u003e 11\" · 17.7\" · 20.9\" \u003c\/strong\u003e \u003cspan\u003e Gold \/ Chrome · E26\/E27 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-sirena__facts\"\u003e\n\u003cdiv class=\"stb-sirena__fact\"\u003e\n\u003csmall\u003e Material \u003c\/small\u003e \u003cstrong\u003e Natural Capiz \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__fact\"\u003e\n\u003csmall\u003e Sizes \u003c\/small\u003e \u003cstrong\u003e 3 Options \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__fact\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E26\/E27 Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__fact\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Cable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL\n       Same natural Capiz material reference\n  ====================================================== --\u003e\n\u003csection id=\"sirena-material-section\" class=\"stb-sirena__material\"\u003e\n\u003cdiv class=\"stb-sirena__material-media\"\u003e\u003ca href=\"#sirena-material\" class=\"stb-sirena__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 Sirena pendant light\" loading=\"lazy\"\u003e \u003cspan class=\"stb-sirena__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__material-copy\"\u003e\n\u003cspan class=\"stb-sirena__eyebrow\"\u003e Natural Material \u003c\/span\u003e\n\u003ch3 class=\"stb-sirena__section-title\"\u003eReal Capiz, Cut Into Light-Catching Discs.\u003c\/h3\u003e\n\u003cp\u003eNatural Capiz has a translucent, pearl-like surface that reflects and transmits light at the same time. Each piece varies slightly in tone, texture and opacity, giving the finished pendant more depth than synthetic shell.\u003c\/p\u003e\n\u003cdiv class=\"stb-sirena__material-tags\"\u003e\n\u003cspan\u003e Natural Shell \u003c\/span\u003e \u003cspan\u003e Pearl-Iridescent \u003c\/span\u003e \u003cspan\u003e Hand-Shaped Discs \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"sirena-material\" href=\"#sirena-material-section\" class=\"stb-sirena__lightbox\"\u003e \u003cspan class=\"stb-sirena__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-sirena__lightbox-caption\"\u003e Sirena · Natural Capiz Shell \u003c\/span\u003e \u003cspan class=\"stb-sirena__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LAYER DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"sirena-detail-section\" class=\"stb-sirena__layers\"\u003e\n\u003cdiv class=\"stb-sirena__layers-copy\"\u003e\n\u003cspan class=\"stb-sirena__eyebrow\"\u003e Layered Construction \u003c\/span\u003e\n\u003ch3 class=\"stb-sirena__section-title\"\u003eThe Shape Comes From Hundreds of Small Discs.\u003c\/h3\u003e\n\u003cp\u003eInstead of a conventional solid shade, Sirena builds its volume from overlapping Capiz discs suspended around a stainless-steel ring. The layered structure feels light and open from a distance, while revealing much more texture up close.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__layers-media\"\u003e\u003ca href=\"#sirena-detail\" class=\"stb-sirena__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/sirena-fun-style-shell-disc-pendant-light-stuberlighting_11.jpg?v=1782435766\" alt=\"Sirena layered Capiz shell disc pendant detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-sirena__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"sirena-detail\" href=\"#sirena-detail-section\" class=\"stb-sirena__lightbox\"\u003e \u003cspan class=\"stb-sirena__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/sirena-fun-style-shell-disc-pendant-light-stuberlighting_11.jpg?v=1782435766\" alt=\"Enlarged Sirena layered shell detail\"\u003e \u003cspan class=\"stb-sirena__lightbox-caption\"\u003e Sirena · Layered Capiz Disc Detail \u003c\/span\u003e \u003cspan class=\"stb-sirena__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-sirena__form\"\u003e\n\u003cdiv class=\"stb-sirena__form-label\"\u003e\n\u003csmall\u003e Why It Feels Different \u003c\/small\u003e \u003cstrong\u003e Texture From Every Viewing Angle. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__form-body\"\u003e\n\u003cdiv class=\"stb-sirena__form-item\"\u003e\n\u003csmall\u003e From the Side \u003c\/small\u003e \u003cstrong\u003e Layered \u0026amp; Dimensional \u003c\/strong\u003e\n\u003cp\u003eIndividual shell rows remain visible, giving the pendant depth without a heavy solid shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__form-item\"\u003e\n\u003csmall\u003e When Lit \u003c\/small\u003e \u003cstrong\u003e Soft Pearl-Like Glow \u003c\/strong\u003e\n\u003cp\u003eLight filters between overlapping shells instead of passing through one flat diffuser.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE\n  ====================================================== --\u003e\n\u003csection id=\"sirena-size-section\" class=\"stb-sirena__sizes\"\u003e\n\u003cdiv class=\"stb-sirena__sizes-head\"\u003e\n\u003cspan class=\"stb-sirena__eyebrow\"\u003e Choose the Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-sirena__section-title\"\u003eOne Form, Three Very Different Proportions.\u003c\/h3\u003e\n\u003cp class=\"stb-sirena__copy\"\u003eThe 11-inch version works as an accent or in multiples. The 17.7-inch size is the most versatile residential scale. Choose 20.9 inches when the pendant needs stronger visual presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__size-grid\"\u003e\n\u003c!-- SMALL --\u003e\n\u003carticle class=\"stb-sirena__size\"\u003e\n\u003cdiv class=\"stb-sirena__dimension\"\u003e\u003ca href=\"#sirena-size-small\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/sirena-fun-style-shell-disc-pendant-light-stuberlighting_7.jpg?v=1782435348\" alt=\"Sirena 11 inch Capiz pendant dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-sirena__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__size-copy\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e Ø11\" × H13\" \u003c\/strong\u003e \u003cspan\u003e 28 × 33cm \u003c\/span\u003e\n\u003cp\u003eKitchen islands, small dining nooks or pairs and trios.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- MEDIUM --\u003e\n\u003carticle class=\"stb-sirena__size stb-sirena__size--main\"\u003e\n\u003cdiv class=\"stb-sirena__dimension\"\u003e\u003ca href=\"#sirena-size-medium\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/sirena-fun-style-shell-disc-pendant-light-stuberlighting_23.jpg?v=1782435348\" alt=\"Sirena 17.7 inch Capiz pendant dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-sirena__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__size-copy\"\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e \u003cstrong\u003e Ø17.7\" × H19.6\" \u003c\/strong\u003e \u003cspan\u003e 45 × 50cm \u003c\/span\u003e\n\u003cp\u003eDining rooms, living areas and standard foyers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- LARGE --\u003e\n\u003carticle class=\"stb-sirena__size\"\u003e\n\u003cdiv class=\"stb-sirena__dimension\"\u003e\u003ca href=\"#sirena-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/sirena-fun-style-shell-disc-pendant-light-stuberlighting_5.jpg?v=1782435348\" alt=\"Sirena 20.9 inch Capiz pendant dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-sirena__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__size-copy\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e Ø20.9\" × H25.6\" \u003c\/strong\u003e \u003cspan\u003e 53 × 65cm \u003c\/span\u003e\n\u003cp\u003eLarger dining rooms, entries and statement applications.\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=\"sirena-size-small\" href=\"#sirena-size-section\" class=\"stb-sirena__lightbox\"\u003e \u003cspan class=\"stb-sirena__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/sirena-fun-style-shell-disc-pendant-light-stuberlighting_7.jpg?v=1782435348\" alt=\"Enlarged Sirena small dimensions\"\u003e \u003cspan class=\"stb-sirena__lightbox-caption\"\u003e Small · Ø11\" × H13\" \u003c\/span\u003e \u003cspan class=\"stb-sirena__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"sirena-size-medium\" href=\"#sirena-size-section\" class=\"stb-sirena__lightbox\"\u003e \u003cspan class=\"stb-sirena__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/sirena-fun-style-shell-disc-pendant-light-stuberlighting_23.jpg?v=1782435348\" alt=\"Enlarged Sirena medium dimensions\"\u003e \u003cspan class=\"stb-sirena__lightbox-caption\"\u003e Medium · Ø17.7\" × H19.6\" \u003c\/span\u003e \u003cspan class=\"stb-sirena__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"sirena-size-large\" href=\"#sirena-size-section\" class=\"stb-sirena__lightbox\"\u003e \u003cspan class=\"stb-sirena__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/sirena-fun-style-shell-disc-pendant-light-stuberlighting_5.jpg?v=1782435348\" alt=\"Enlarged Sirena large dimensions\"\u003e \u003cspan class=\"stb-sirena__lightbox-caption\"\u003e Large · Ø20.9\" × H25.6\" \u003c\/span\u003e \u003cspan class=\"stb-sirena__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       FINISH\n  ====================================================== --\u003e\n\u003csection class=\"stb-sirena__finish\"\u003e\n\u003cdiv class=\"stb-sirena__finish-label\"\u003e\n\u003csmall\u003e Choose the Finish \u003c\/small\u003e \u003cstrong\u003e Warm Mid-Century or Clean Modern. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__finish-options\"\u003e\n\u003cdiv class=\"stb-sirena__finish-option\"\u003e\n\u003csmall\u003e Warm \u003c\/small\u003e \u003cstrong\u003e Gold \u003c\/strong\u003e\n\u003cp\u003ePairs naturally with walnut, brass, warm plaster and layered neutral interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__finish-option\"\u003e\n\u003csmall\u003e Clean \u003c\/small\u003e \u003cstrong\u003e Chrome \u003c\/strong\u003e\n\u003cp\u003eA cooler polished finish for white walls, linen and cleaner modern spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT \/ DIMMING\n  ====================================================== --\u003e\n\u003csection class=\"stb-sirena__light\"\u003e\n\u003cdiv class=\"stb-sirena__light-label\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Replaceable Bulb, Softer Shell Glow. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__light-body\"\u003e\n\u003cdiv class=\"stb-sirena__light-item\"\u003e\n\u003csmall\u003e Included \u003c\/small\u003e \u003cstrong\u003e 2700K E26\/E27 LED Bulb \u003c\/strong\u003e\n\u003cp\u003eWarm-white bulb included. Maximum 40W per socket.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__light-item\"\u003e\n\u003csmall\u003e Dimming \u003c\/small\u003e \u003cstrong\u003e Compatible With Dimmable Bulbs \u003c\/strong\u003e\n\u003cp\u003eReplace the included bulb with a compatible dimmable E26\/E27 LED and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CABLE\n  ====================================================== --\u003e\n\u003csection class=\"stb-sirena__cable\"\u003e\n\u003cdiv class=\"stb-sirena__cable-number\"\u003e\n\u003csmall\u003e Standard Cable \u003c\/small\u003e \u003cstrong\u003e 59\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__cable-copy\"\u003e\n\u003cstrong\u003e Adjustable during installation. \u003c\/strong\u003e\n\u003cp\u003eThe standard suspension cable is approximately 59 inches \/ 150cm. For vaulted ceilings, two-story spaces or projects requiring a specific drop, longer cable lengths can be requested before ordering. Email support@stuberlighting.com with your required drop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PLACEMENT\n  ====================================================== --\u003e\n\u003csection class=\"stb-sirena__placement\"\u003e\n\u003cdiv class=\"stb-sirena__placement-item\"\u003e\n\u003csmall\u003e Kitchen Island \u003c\/small\u003e \u003cstrong\u003e 11\" · Pair or Trio \u003c\/strong\u003e\n\u003cp\u003eThe smaller scale works particularly well when repeated over a longer island.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__placement-item\"\u003e\n\u003csmall\u003e Dining Room \u003c\/small\u003e \u003cstrong\u003e 17.7\" · Versatile \u003c\/strong\u003e\n\u003cp\u003eThe most balanced size for standard residential dining spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__placement-item\"\u003e\n\u003csmall\u003e Foyer \/ Large Room \u003c\/small\u003e \u003cstrong\u003e 20.9\" · Statement \u003c\/strong\u003e\n\u003cp\u003eMore shell volume gives the layered form stronger presence from a distance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       NATURAL MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-sirena__variation\"\u003e\u003cstrong\u003e Natural Capiz means every Sirena is slightly different. \u003c\/strong\u003e\n\u003cp\u003eSmall variations in shell opacity, pearl tone, surface texture and disc shape are normal. Capiz is a natural material, so these differences are part of the fixture's character rather than manufacturing defects.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DESIGN DISCLOSURE\n  ====================================================== --\u003e\n\u003csection class=\"stb-sirena__disclosure\"\u003e\u003cstrong\u003e FUN-style design; independently manufactured by Stuber Lighting. \u003c\/strong\u003e\n\u003cp\u003eSirena is inspired by the recognizable layered-disc design language associated with the FUN series. It is not an authentic licensed FUN product and is not represented as being manufactured, licensed or endorsed by the original designer's licensees.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-sirena__specs\"\u003e\n\u003cdiv class=\"stb-sirena__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Sirena \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Small — Ø11\" × H13\" · Medium — Ø17.7\" × H19.6\" · Large — Ø20.9\" × H25.6\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Natural Capiz Shell Discs · Electroplated Stainless Steel Ring \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__spec\"\u003e\n\u003cspan\u003e Shell Color \u003c\/span\u003e \u003cstrong\u003e Natural Pearl-Iridescent White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__spec\"\u003e\n\u003cspan\u003e Finishes \u003c\/span\u003e \u003cstrong\u003e Gold · Chrome \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__spec\"\u003e\n\u003cspan\u003e Bulb Base \u003c\/span\u003e \u003cstrong\u003e E26 \/ E27 · Bulb Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__spec\"\u003e\n\u003cspan\u003e Included Bulb \u003c\/span\u003e \u003cstrong\u003e Standard Warm-White 2700K LED · Included Bulb Is Non-Dimmable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e 40W Per Socket \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Dimming Requires a Compatible Dimmable E26 \/ E27 LED Bulb and Compatible Triac Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__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-sirena__spec\"\u003e\n\u003cspan\u003e Cable \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Standard · Adjustable During Installation · Custom Length Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__spec\"\u003e\n\u003cspan\u003e Wiring \u003c\/span\u003e \u003cstrong\u003e Hardwired · Ceiling Junction Box \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Professional Installation Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-sirena__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-sirena__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-sirena__faq\"\u003e\u003cspan class=\"stb-sirena__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-sirena__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose 11\" for smaller spaces or repeated installations such as a pair or trio over a kitchen island. The 17.7\" version is the most versatile choice for standard dining rooms and living spaces. Choose 20.9\" when the fixture needs more presence in a larger room or foyer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the discs real Capiz shell?\u003c\/summary\u003e\n\u003cp\u003eYes. Sirena uses natural Capiz shell. Small differences in transparency, surface texture and pearl tone are normal because each piece is naturally different.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Sirena be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, after replacing the standard included bulb with a compatible dimmable E26\/E27 LED bulb and using a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order a longer suspension cable?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard cable is approximately 59 inches. Longer lengths can be arranged for higher or vaulted ceilings. Email support@stuberlighting.com with your required ceiling-to-fixture drop before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this an authentic licensed FUN pendant?\u003c\/summary\u003e\n\u003cp\u003eNo. Sirena is an independently manufactured FUN-style Stuber Lighting product. It is not represented as an authentic licensed reproduction.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-sirena__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 11\"x H 13\" \/ Chrome","offer_id":52401681269019,"sku":"STB-PL-26-10047","price":210.0,"currency_code":"USD","in_stock":true},{"title":"Dia 11\"x H 13\" \/ Gold","offer_id":52401681301787,"sku":"STB-PL-26-10048","price":210.0,"currency_code":"USD","in_stock":true},{"title":"Dia 17.7\"x H 19.6\" \/ Chrome","offer_id":52401681334555,"sku":"STB-PL-26-10049","price":350.0,"currency_code":"USD","in_stock":true},{"title":"Dia 17.7\"x H 19.6\" \/ Gold","offer_id":52401681367323,"sku":"STB-PL-26-10050","price":350.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20.9\" x H 25.6\" \/ Chrome","offer_id":52401681400091,"sku":"STB-PL-26-10051","price":580.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20.9\" x H 25.6\" \/ Gold","offer_id":52401681432859,"sku":"STB-PL-26-10052","price":580.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/sirena-fun-style-shell-disc-pendant-light-stuberlighting_1.jpg?v=1782435766"},{"product_id":"laguna-fun-dm-style-tiered-shell-suspension-lamp","title":"Laguna FUN DM Style Tiered Shell Suspension Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — LAGUNA\n   FUN DM Style Tiered Shell Suspension Lamp\n\n   PRODUCT FLOW\n   HORIZONTAL FORM → CAPIZ → 5 SIZES\n   → FINISH → LIGHT → SUSPENSION → INSTALL\n\n   Quiet Luxury \/ Natural Material \/ Mobile Responsive\n========================================================= *\/\n\n.stb-laguna{\n  --paper:#FFFDF9;\n  --paper-soft:#F7F2EC;\n  --shell:#F0ECE5;\n  --sand:#EEE5DA;\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:#7A5D3F;\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-laguna *,\n.stb-laguna *::before,\n.stb-laguna *::after{\n  box-sizing:border-box;\n}\n\n.stb-laguna h2,\n.stb-laguna 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-laguna p{\n  margin-top:0;\n}\n\n.stb-laguna__eyebrow{\n  display:block;\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-laguna__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-laguna__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.27;\n}\n\n.stb-laguna__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-laguna__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\n========================================================= *\/\n\n.stb-laguna__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 215px;\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-laguna__intro-copy{\n  padding:23px 25px;\n}\n\n.stb-laguna__intro-copy p{\n  max-width:590px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.6px;\n  line-height:1.7;\n}\n\n.stb-laguna__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-laguna__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-laguna__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-laguna__intro-side span{\n  color:#D6CBC3;\n\n  font-size:10.2px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   FACTS\n========================================================= *\/\n\n.stb-laguna__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:30px;\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-laguna__fact{\n  padding:12px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-laguna__fact:last-child{\n  border-right:0;\n}\n\n.stb-laguna__fact small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-laguna__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   HORIZONTAL FORM BAND\n========================================================= *\/\n\n.stb-laguna__profile{\n  display:grid;\n  grid-template-columns:165px 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-laguna__profile-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:16px;\n\n  background:var(--ink);\n}\n\n.stb-laguna__profile-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#C9B08B;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-laguna__profile-label strong{\n  color:#FFF7EF;\n\n  font-size:13.2px;\n  line-height:1.42;\n  font-weight:500;\n}\n\n.stb-laguna__profile-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  background:var(--paper);\n}\n\n.stb-laguna__profile-item{\n  padding:15px 17px;\n}\n\n.stb-laguna__profile-item + .stb-laguna__profile-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-laguna__profile-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-laguna__profile-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-laguna__profile-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   GENERAL IMAGE\n========================================================= *\/\n\n.stb-laguna__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-laguna__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\n========================================================= *\/\n\n.stb-laguna__material{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  gap:24px;\n  align-items:center;\n\n  margin-bottom:31px;\n\n  padding:15px 17px;\n\n  background:var(--shell);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-laguna__material-media{\n  width:136px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-laguna__material-copy p{\n  max-width:575px;\n\n  margin:0;\n\n  color:#61574F;\n\n  font-size:11.8px;\n  line-height:1.62;\n}\n\n.stb-laguna__material-tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n\n  margin-top:10px;\n}\n\n.stb-laguna__material-tags span{\n  padding:4px 8px;\n\n  background:var(--paper);\n  color:#665A51;\n\n  border:1px solid #D7CABD;\n  border-radius:16px;\n\n  font-size:9.3px;\n}\n\n\n\/* =========================================================\n   DETAIL\n========================================================= *\/\n\n.stb-laguna__detail{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 125px;\n\n  gap:23px;\n  align-items:center;\n\n  margin-bottom:31px;\n\n  padding-left:18px;\n\n  border-left:2px solid var(--gold);\n}\n\n.stb-laguna__detail-copy p{\n  max-width:580px;\n\n  margin:0;\n\n  color:#625850;\n\n  font-size:11.8px;\n  line-height:1.62;\n}\n\n.stb-laguna__detail-media{\n  width:112px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n\n\/* =========================================================\n   SIZE LADDER\n========================================================= *\/\n\n.stb-laguna__sizes{\n  margin-bottom:31px;\n}\n\n.stb-laguna__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-laguna__sizes-note{\n  flex:0 0 auto;\n\n  color:#83766C;\n\n  font-size:9.3px;\n  line-height:1.45;\n\n  text-align:right;\n}\n\n.stb-laguna__size-list{\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-laguna__size-row{\n  display:grid;\n  grid-template-columns:78px 125px 170px minmax(0,1fr);\n\n  gap:14px;\n  align-items:center;\n\n  min-height:92px;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-laguna__size-row:last-child{\n  border-bottom:0;\n}\n\n.stb-laguna__size-row--main{\n  background:var(--paper-soft);\n}\n\n.stb-laguna__size-number{\n  color:#B69A74;\n\n  font-size:22px;\n  line-height:1;\n  font-weight:400;\n\n  text-align:center;\n}\n\n.stb-laguna__dimension{\n  width:88px;\n  max-width:100%;\n\n  margin:auto;\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-laguna__dimension a{\n  display:block;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.stb-laguna__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-laguna__size-measure 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-laguna__size-measure strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:12.4px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-laguna__size-measure span{\n  color:var(--gold-dark);\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.stb-laguna__size-use strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:11.2px;\n  font-weight:500;\n}\n\n.stb-laguna__size-use p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.8px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   FINISH\n========================================================= *\/\n\n.stb-laguna__finish{\n  display:grid;\n  grid-template-columns:155px minmax(0,1fr);\n\n  margin-bottom:31px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-laguna__finish-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-laguna__finish-label small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C9AF89;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-laguna__finish-label strong{\n  color:#FFF7EF;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-laguna__finish-options{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  background:var(--paper);\n}\n\n.stb-laguna__finish-option{\n  padding:15px 16px;\n}\n\n.stb-laguna__finish-option + .stb-laguna__finish-option{\n  border-left:1px solid var(--line);\n}\n\n.stb-laguna__finish-option 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-laguna__finish-option 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-laguna__finish-option p{\n  margin:0;\n\n  color:#70645C;\n\n  font-size:9.9px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   LIGHT \/ DIMMING\n========================================================= *\/\n\n.stb-laguna__light{\n  display:grid;\n  grid-template-columns:155px 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-laguna__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-laguna__light-label small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#7F6C5D;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-laguna__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-laguna__light-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-laguna__light-item{\n  padding:14px 16px;\n}\n\n.stb-laguna__light-item + .stb-laguna__light-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-laguna__light-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-laguna__light-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-laguna__light-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   SUSPENSION \/ INSTALL\n========================================================= *\/\n\n.stb-laguna__install{\n  display:grid;\n  grid-template-columns:repeat(3,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-laguna__install-item{\n  padding:13px 14px;\n}\n\n.stb-laguna__install-item + .stb-laguna__install-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-laguna__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-laguna__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-laguna__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   LARGE SIZE NOTE\n========================================================= *\/\n\n.stb-laguna__large-note{\n  margin-bottom:31px;\n\n  padding:11px 14px;\n\n  background:var(--sand);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n}\n\n.stb-laguna__large-note 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-laguna__large-note 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-laguna__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-laguna__variation 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-laguna__variation p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.5px;\n  line-height:1.54;\n}\n\n\n\/* =========================================================\n   DESIGN NOTE\n========================================================= *\/\n\n.stb-laguna__disclosure{\n  margin-bottom:31px;\n\n  padding:11px 14px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n}\n\n.stb-laguna__disclosure 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-laguna__disclosure p{\n  margin:0;\n\n  color:#6A6058;\n\n  font-size:10.3px;\n  line-height:1.52;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-laguna__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-laguna__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-laguna__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-laguna__spec-head strong{\n  color:#FFF7EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-laguna__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-laguna__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-laguna__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-laguna__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-laguna__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n}\n\n.stb-laguna__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-laguna__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-laguna__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-laguna__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-laguna__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-laguna__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-laguna__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-laguna__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-laguna__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-laguna__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-laguna__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-laguna__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-laguna__lightbox:target{\n  display:flex;\n}\n\n.stb-laguna__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-laguna__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-laguna__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-laguna__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-laguna__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-laguna__title{\n    font-size:25px;\n  }\n\n\n  .stb-laguna__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-laguna__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-laguna__fact:nth-child(1),\n  .stb-laguna__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-laguna__size-row{\n    grid-template-columns:55px 100px 150px 1fr;\n  }\n\n\n  .stb-laguna__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-laguna{\n    font-size:14px;\n  }\n\n\n  .stb-laguna__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-laguna__intro-copy{\n    padding:18px 16px;\n  }\n\n  .stb-laguna__intro-side{\n    padding:13px 16px;\n  }\n\n\n  .stb-laguna__profile{\n    grid-template-columns:1fr;\n  }\n\n  .stb-laguna__profile-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-laguna__profile-item + .stb-laguna__profile-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-laguna__material{\n    grid-template-columns:88px 1fr;\n\n    gap:12px;\n\n    padding:10px;\n  }\n\n  .stb-laguna__material-media{\n    width:80px;\n  }\n\n\n  .stb-laguna__detail{\n    grid-template-columns:1fr 78px;\n\n    gap:11px;\n\n    padding-left:12px;\n  }\n\n  .stb-laguna__detail-media{\n    width:72px;\n  }\n\n\n  .stb-laguna__sizes-head{\n    display:block;\n  }\n\n  .stb-laguna__sizes-note{\n    margin-top:5px;\n\n    text-align:left;\n  }\n\n\n  .stb-laguna__size-row{\n    grid-template-columns:42px 75px 1fr;\n\n    gap:8px;\n\n    min-height:0;\n\n    padding:9px;\n  }\n\n  .stb-laguna__dimension{\n    width:69px;\n  }\n\n  .stb-laguna__size-use{\n    grid-column:3;\n  }\n\n\n  .stb-laguna__finish{\n    grid-template-columns:1fr;\n  }\n\n  .stb-laguna__finish-options{\n    grid-template-columns:1fr;\n  }\n\n  .stb-laguna__finish-option + .stb-laguna__finish-option{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-laguna__light{\n    grid-template-columns:1fr;\n  }\n\n  .stb-laguna__light-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-laguna__light-item + .stb-laguna__light-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-laguna__install{\n    grid-template-columns:1fr;\n  }\n\n  .stb-laguna__install-item + .stb-laguna__install-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-laguna__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-laguna__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-laguna__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-laguna\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-laguna__intro\"\u003e\n\u003cdiv class=\"stb-laguna__intro-copy\"\u003e\n\u003cspan class=\"stb-laguna__eyebrow\"\u003e Natural Capiz · Flat Multi-Tier Suspension \u003c\/span\u003e\n\u003ch2 class=\"stb-laguna__title\"\u003eMore Width. Less Vertical Weight.\u003c\/h2\u003e\n\u003cp\u003eLaguna spreads natural Capiz shells across multiple horizontal tiers, creating a chandelier that feels broad and architectural without relying on a deep vertical cascade. Five sizes make the same layered form work from kitchen islands to large dining rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__intro-side\"\u003e\n\u003csmall\u003e Five Diameters \u003c\/small\u003e \u003cstrong\u003e 22.4\" — 47.2\" \u003c\/strong\u003e \u003cspan\u003e Gold \/ Chrome · E26\/E27 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-laguna__facts\"\u003e\n\u003cdiv class=\"stb-laguna__fact\"\u003e\n\u003csmall\u003e Material \u003c\/small\u003e \u003cstrong\u003e Natural Capiz \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__fact\"\u003e\n\u003csmall\u003e Form \u003c\/small\u003e \u003cstrong\u003e Horizontal Tiers \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__fact\"\u003e\n\u003csmall\u003e Sizes \u003c\/small\u003e \u003cstrong\u003e 5 Options \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__fact\"\u003e\n\u003csmall\u003e Bulbs \u003c\/small\u003e \u003cstrong\u003e E26\/E27 Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HORIZONTAL PROFILE\n  ====================================================== --\u003e\n\u003csection class=\"stb-laguna__profile\"\u003e\n\u003cdiv class=\"stb-laguna__profile-label\"\u003e\n\u003csmall\u003e Laguna Geometry \u003c\/small\u003e \u003cstrong\u003e Designed to Spread Across the Ceiling. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__profile-body\"\u003e\n\u003cdiv class=\"stb-laguna__profile-item\"\u003e\n\u003csmall\u003e Wider \u003c\/small\u003e \u003cstrong\u003e Horizontal Multi-Tier Form \u003c\/strong\u003e\n\u003cp\u003eShell layers expand outward, giving the chandelier stronger width without a narrow waterfall profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__profile-item\"\u003e\n\u003csmall\u003e Lower Profile \u003c\/small\u003e \u003cstrong\u003e Easier Above Tables \u0026amp; Seating \u003c\/strong\u003e\n\u003cp\u003eThe proportion is especially useful where you want a large visual footprint without excessive vertical drop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL\n  ====================================================== --\u003e\n\u003csection id=\"laguna-material-section\" class=\"stb-laguna__material\"\u003e\n\u003cdiv class=\"stb-laguna__material-media\"\u003e\u003ca href=\"#laguna-material\" class=\"stb-laguna__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 Laguna suspension lamp\" loading=\"lazy\"\u003e \u003cspan class=\"stb-laguna__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__material-copy\"\u003e\n\u003cspan class=\"stb-laguna__eyebrow\"\u003e Natural Material \u003c\/span\u003e\n\u003ch3 class=\"stb-laguna__section-title\"\u003eReal Capiz Across Every Tier.\u003c\/h3\u003e\n\u003cp\u003eNatural Capiz is translucent rather than opaque, allowing the shells to catch light from several directions. Small differences in tone, texture and transparency create the pearl-like variation that gives the finished fixture its depth.\u003c\/p\u003e\n\u003cdiv class=\"stb-laguna__material-tags\"\u003e\n\u003cspan\u003e Natural Shell \u003c\/span\u003e \u003cspan\u003e Pearl-Iridescent \u003c\/span\u003e \u003cspan\u003e Hand-Finished \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"laguna-material\" href=\"#laguna-material-section\" class=\"stb-laguna__lightbox\"\u003e \u003cspan class=\"stb-laguna__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-laguna__lightbox-caption\"\u003e Laguna · Natural Capiz Shell \u003c\/span\u003e \u003cspan class=\"stb-laguna__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       PRODUCT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"laguna-detail-section\" class=\"stb-laguna__detail\"\u003e\n\u003cdiv class=\"stb-laguna__detail-copy\"\u003e\n\u003cspan class=\"stb-laguna__eyebrow\"\u003e Tiered Construction \u003c\/span\u003e\n\u003ch3 class=\"stb-laguna__section-title\"\u003eHundreds of Shells, Held in a Quiet Structure.\u003c\/h3\u003e\n\u003cp\u003eCapiz strands are suspended from a stainless-steel multi-tier armature, creating overlapping horizontal layers. The frame stays visually secondary so the shell texture remains the dominant feature from both below and across the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__detail-media\"\u003e\u003ca href=\"#laguna-detail\" class=\"stb-laguna__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_11.jpg?v=1782443476\" alt=\"Laguna Capiz shell multi-tier suspension lamp detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-laguna__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"laguna-detail\" href=\"#laguna-detail-section\" class=\"stb-laguna__lightbox\"\u003e \u003cspan class=\"stb-laguna__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_11.jpg?v=1782443476\" alt=\"Enlarged Laguna tiered shell detail\"\u003e \u003cspan class=\"stb-laguna__lightbox-caption\"\u003e Laguna · Multi-Tier Capiz Detail \u003c\/span\u003e \u003cspan class=\"stb-laguna__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       FIVE SIZE LADDER\n  ====================================================== --\u003e\n\u003csection id=\"laguna-sizes-section\" class=\"stb-laguna__sizes\"\u003e\n\u003cdiv class=\"stb-laguna__sizes-head\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-laguna__eyebrow\"\u003e Choose the Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-laguna__section-title\"\u003eFive Sizes, From Island Pendant to Grand Statement.\u003c\/h3\u003e\n\u003cp class=\"stb-laguna__copy\"\u003eChoose by the width of the furniture and the amount of ceiling presence you want. The 31.5\" version is the most balanced starting point for a typical dining room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__sizes-note\"\u003eClick any drawing\u003cbr\u003eto enlarge.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-list\"\u003e\n\u003c!-- 01 --\u003e\n\u003cdiv class=\"stb-laguna__size-row\"\u003e\n\u003cdiv class=\"stb-laguna__size-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__dimension\"\u003e\u003ca href=\"#laguna-size-01\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_2.jpg?v=1782443476\" alt=\"Laguna 22.4 inch suspension lamp dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-laguna__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-measure\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e Ø22.4\" × H9.8\" \u003c\/strong\u003e \u003cspan\u003e 57 × 25cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-use\"\u003e\n\u003cstrong\u003e Island \/ Breakfast Nook \u003c\/strong\u003e\n\u003cp\u003eUse alone in a smaller space or repeat in pairs over a longer kitchen island.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 02 --\u003e\n\u003cdiv class=\"stb-laguna__size-row\"\u003e\n\u003cdiv class=\"stb-laguna__size-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__dimension\"\u003e\u003ca href=\"#laguna-size-02\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_27.jpg?v=1782443487\" alt=\"Laguna 27.6 inch suspension lamp dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-laguna__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-measure\"\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e \u003cstrong\u003e Ø27.6\" × H15.7\" \u003c\/strong\u003e \u003cspan\u003e 70 × 40cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-use\"\u003e\n\u003cstrong\u003e Standard Dining \u003c\/strong\u003e\n\u003cp\u003eA comfortable scale for many 6–8 seat residential dining tables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 03 --\u003e\n\u003cdiv class=\"stb-laguna__size-row stb-laguna__size-row--main\"\u003e\n\u003cdiv class=\"stb-laguna__size-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__dimension\"\u003e\u003ca href=\"#laguna-size-03\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_8.jpg?v=1782443487\" alt=\"Laguna 31.5 inch suspension lamp dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-laguna__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-measure\"\u003e\n\u003csmall\u003e Balanced \u003c\/small\u003e \u003cstrong\u003e Ø31.5\" × H19.6\" \u003c\/strong\u003e \u003cspan\u003e 80 × 50cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-use\"\u003e\n\u003cstrong\u003e Dining \/ Living Room \u003c\/strong\u003e\n\u003cp\u003eThe versatile middle size when you want noticeable shell volume without moving into oversized scale.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 04 --\u003e\n\u003cdiv class=\"stb-laguna__size-row\"\u003e\n\u003cdiv class=\"stb-laguna__size-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__dimension\"\u003e\u003ca href=\"#laguna-size-04\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_32.jpg?v=1782443476\" alt=\"Laguna 39.3 inch suspension lamp dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-laguna__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-measure\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e Ø39.3\" × H23.6\" \u003c\/strong\u003e \u003cspan\u003e 100 × 60cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-use\"\u003e\n\u003cstrong\u003e Large Dining \/ Statement \u003c\/strong\u003e\n\u003cp\u003eMore appropriate where the table and room need a noticeably wider centerpiece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 05 --\u003e\n\u003cdiv class=\"stb-laguna__size-row\"\u003e\n\u003cdiv class=\"stb-laguna__size-number\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__dimension\"\u003e\u003ca href=\"#laguna-size-05\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_35.jpg?v=1782443486\" alt=\"Laguna 47.2 inch suspension lamp dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-laguna__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-measure\"\u003e\n\u003csmall\u003e Grand \u003c\/small\u003e \u003cstrong\u003e Ø47.2\" × H29.5\" \u003c\/strong\u003e \u003cspan\u003e 120 × 75cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__size-use\"\u003e\n\u003cstrong\u003e Grand Dining \/ Foyer \u003c\/strong\u003e\n\u003cp\u003eBuilt for larger rooms where a standard residential pendant would visually disappear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOXES\n  ====================================================== --\u003e \u003ca id=\"laguna-size-01\" href=\"#laguna-sizes-section\" class=\"stb-laguna__lightbox\"\u003e \u003cspan class=\"stb-laguna__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_2.jpg?v=1782443476\" alt=\"Enlarged Laguna 22.4 inch dimensions\"\u003e \u003cspan class=\"stb-laguna__lightbox-caption\"\u003e Laguna · Ø22.4\" × H9.8\" \u003c\/span\u003e \u003cspan class=\"stb-laguna__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"laguna-size-02\" href=\"#laguna-sizes-section\" class=\"stb-laguna__lightbox\"\u003e \u003cspan class=\"stb-laguna__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_27.jpg?v=1782443487\" alt=\"Enlarged Laguna 27.6 inch dimensions\"\u003e \u003cspan class=\"stb-laguna__lightbox-caption\"\u003e Laguna · Ø27.6\" × H15.7\" \u003c\/span\u003e \u003cspan class=\"stb-laguna__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"laguna-size-03\" href=\"#laguna-sizes-section\" class=\"stb-laguna__lightbox\"\u003e \u003cspan class=\"stb-laguna__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_8.jpg?v=1782443487\" alt=\"Enlarged Laguna 31.5 inch dimensions\"\u003e \u003cspan class=\"stb-laguna__lightbox-caption\"\u003e Laguna · Ø31.5\" × H19.6\" \u003c\/span\u003e \u003cspan class=\"stb-laguna__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"laguna-size-04\" href=\"#laguna-sizes-section\" class=\"stb-laguna__lightbox\"\u003e \u003cspan class=\"stb-laguna__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_32.jpg?v=1782443476\" alt=\"Enlarged Laguna 39.3 inch dimensions\"\u003e \u003cspan class=\"stb-laguna__lightbox-caption\"\u003e Laguna · Ø39.3\" × H23.6\" \u003c\/span\u003e \u003cspan class=\"stb-laguna__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"laguna-size-05\" href=\"#laguna-sizes-section\" class=\"stb-laguna__lightbox\"\u003e \u003cspan class=\"stb-laguna__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_35.jpg?v=1782443486\" alt=\"Enlarged Laguna 47.2 inch dimensions\"\u003e \u003cspan class=\"stb-laguna__lightbox-caption\"\u003e Laguna · Ø47.2\" × H29.5\" \u003c\/span\u003e \u003cspan class=\"stb-laguna__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       FINISH\n  ====================================================== --\u003e\n\u003csection class=\"stb-laguna__finish\"\u003e\n\u003cdiv class=\"stb-laguna__finish-label\"\u003e\n\u003csmall\u003e Choose the Finish \u003c\/small\u003e \u003cstrong\u003e Warm or Cool Around the Same Shell. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__finish-options\"\u003e\n\u003cdiv class=\"stb-laguna__finish-option\"\u003e\n\u003csmall\u003e Warm \u003c\/small\u003e \u003cstrong\u003e Gold \u003c\/strong\u003e\n\u003cp\u003ePairs naturally with walnut, brass, warmer stone and relaxed neutral interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__finish-option\"\u003e\n\u003csmall\u003e Clean \u003c\/small\u003e \u003cstrong\u003e Chrome \u003c\/strong\u003e\n\u003cp\u003eA cooler polished finish for white walls, linen and more minimal interiors.\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-laguna__light\"\u003e\n\u003cdiv class=\"stb-laguna__light-label\"\u003e\n\u003csmall\u003e Multiple Light Sources \u003c\/small\u003e \u003cstrong\u003e Light From Inside the Shell Layers. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__light-body\"\u003e\n\u003cdiv class=\"stb-laguna__light-item\"\u003e\n\u003csmall\u003e Included \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Bulbs Included \u003c\/strong\u003e\n\u003cp\u003eMultiple replaceable sockets are distributed through the tiered structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__light-item\"\u003e\n\u003csmall\u003e Dimming \u003c\/small\u003e \u003cstrong\u003e Compatible After Bulb Replacement \u003c\/strong\u003e\n\u003cp\u003eUse compatible dimmable E26\/E27 bulbs together with a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALL\n  ====================================================== --\u003e\n\u003csection class=\"stb-laguna__install\"\u003e\n\u003cdiv class=\"stb-laguna__install-item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm Cable \u003c\/strong\u003e\n\u003cp\u003eAdjustable during installation. Longer cable can be requested.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__install-item\"\u003e\n\u003csmall\u003e Wiring \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003cp\u003eConnects to a ceiling junction box. Professional installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__install-item\"\u003e\n\u003csmall\u003e Environment \u003c\/small\u003e \u003cstrong\u003e Indoor · IP20 \u003c\/strong\u003e\n\u003cp\u003eDesigned for indoor, dry residential locations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LARGE FIXTURE NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-laguna__large-note\"\u003e\u003cstrong\u003e Planning the 39.3\" or 47.2\" version? \u003c\/strong\u003e\n\u003cp\u003eThese are substantially larger fixtures. Use a ceiling junction box and mounting support appropriate for the final installed weight, and have the fixture installed by an experienced professional.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       NATURAL SHELL NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-laguna__variation\"\u003e\u003cstrong\u003e Natural Capiz means every Laguna will vary slightly. \u003c\/strong\u003e\n\u003cp\u003eSmall differences in shell transparency, pearl tone, surface texture and shape are expected. These variations are inherent to genuine Capiz shell and are not manufacturing defects.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DESIGN DISCLOSURE\n  ====================================================== --\u003e\n\u003csection class=\"stb-laguna__disclosure\"\u003e\u003cstrong\u003e FUN DM-style design; independently manufactured by Stuber Lighting. \u003c\/strong\u003e\n\u003cp\u003eLaguna is inspired by the recognizable horizontal, multi-tier design language associated with the FUN DM series. It is not an authentic licensed FUN DM product and is not represented as being manufactured, licensed or endorsed by the original designer's licensees.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-laguna__specs\"\u003e\n\u003cdiv class=\"stb-laguna__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Laguna \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Ø22.4\" × H9.8\" · Ø27.6\" × H15.7\" · Ø31.5\" × H19.6\" · Ø39.3\" × H23.6\" · Ø47.2\" × H29.5\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Natural Capiz Shells · Stainless Steel Multi-Tier Armature \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__spec\"\u003e\n\u003cspan\u003e Shell Color \u003c\/span\u003e \u003cstrong\u003e Natural Pearl-Iridescent White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__spec\"\u003e\n\u003cspan\u003e Finishes \u003c\/span\u003e \u003cstrong\u003e Gold · Chrome \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__spec\"\u003e\n\u003cspan\u003e Bulb Base \u003c\/span\u003e \u003cstrong\u003e Multiple E26 \/ E27 Sockets · Bulbs Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e 40W Per Socket \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Dimming Requires Compatible Dimmable E26 \/ E27 Bulbs and a Compatible Triac Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__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-laguna__spec\"\u003e\n\u003cspan\u003e Cable \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Standard · Adjustable During Installation · Custom Length Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__spec\"\u003e\n\u003cspan\u003e Wiring \u003c\/span\u003e \u003cstrong\u003e Hardwired · Ceiling Junction Box \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Professional Installation Recommended · Appropriate Heavy-Duty Ceiling Support Recommended for 39.3\" and 47.2\" Sizes \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-laguna__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-laguna__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-laguna__faq\"\u003e\u003cspan class=\"stb-laguna__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-laguna__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose 22.4\" for smaller spaces or repeated island installations. The 27.6\" and 31.5\" versions fit many standard dining rooms, with 31.5\" offering the strongest all-around presence. Choose 39.3\" or 47.2\" for substantially larger tables, rooms and foyer applications.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the difference between Laguna and Sirena?\u003c\/summary\u003e\n\u003cp\u003eSirena uses a more compact, rounded layered-shell cluster. Laguna spreads the shell structure outward across multiple horizontal tiers, making it better suited when you want more diameter and less emphasis on vertical drop.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the Capiz shells natural?\u003c\/summary\u003e\n\u003cp\u003eYes. Laguna uses natural Capiz shell. Small differences in transparency, pearl tone and surface character are normal because every shell is naturally different.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Laguna be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, after using compatible dimmable E26\/E27 bulbs with a compatible Triac wall dimmer. The included bulbs should be replaced if your installation requires dimming.\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. Laguna includes approximately 59 inches \/ 150cm of suspension cable as standard. For higher or vaulted ceilings, email support@stuberlighting.com 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-laguna__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 22.4\"x H 9.8\" \/ Chrome","offer_id":52402242584859,"sku":"STB-CH-26-10036","price":545.0,"currency_code":"USD","in_stock":true},{"title":"Dia 22.4\"x H 9.8\" \/ Gold","offer_id":52402242617627,"sku":"STB-CH-26-10037","price":545.0,"currency_code":"USD","in_stock":true},{"title":"Dia 27.6\"x H 15.7\" \/ Chrome","offer_id":52402242650395,"sku":"STB-CH-26-10038","price":745.0,"currency_code":"USD","in_stock":true},{"title":"Dia 27.6\"x H 15.7\" \/ Gold","offer_id":52402242683163,"sku":"STB-CH-26-10039","price":745.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.5\"x H 19.6\" \/ Chrome","offer_id":52402242715931,"sku":"STB-CH-26-10040","price":1080.0,"currency_code":"USD","in_stock":true},{"title":"Dia 31.5\"x H 19.6\" \/ Gold","offer_id":52402242748699,"sku":"STB-CH-26-10041","price":1080.0,"currency_code":"USD","in_stock":true},{"title":"Dia 39.3\"x H 23.6\" \/ Chrome","offer_id":52402242781467,"sku":"STB-CH-26-10042","price":1670.0,"currency_code":"USD","in_stock":true},{"title":"Dia 39.3\"x H 23.6\" \/ Gold","offer_id":52402242814235,"sku":"STB-CH-26-10043","price":1670.0,"currency_code":"USD","in_stock":true},{"title":"Dia 47.2\" x H 29.5\" \/ Chrome","offer_id":52402242847003,"sku":"STB-CH-26-10044","price":2585.0,"currency_code":"USD","in_stock":true},{"title":"Dia 47.2\" x H 29.5\" \/ Gold","offer_id":52402242879771,"sku":"STB-CH-26-10045","price":2585.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/laguna-fun-dm-style-tiered-shell-suspension-lamp-stuberlighting_1.jpg?v=1782443486"},{"product_id":"lucia-poliarte-style-interlocking-murano-chandelier","title":"Lucia Poliarte Style Interlocking Murano Glass Chandelier","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — LUCIA\n   Poliarte-Style Interlocking Glass Chandelier\n\n   PRODUCT FLOW\n   GLASS RHYTHM → INTERLOCKING DETAIL → REARRANGEABLE\n   → SCALE → LIGHT → INSTALLATION\n\n   Quiet Italian Vintage \/ Compact \/ Responsive\n========================================================= *\/\n\n.stb-lucia{\n  --paper:#FFFDF9;\n  --paper-soft:#F7F2EC;\n  --glass:#F3EEE7;\n  --amber-soft:#EFE2D2;\n  --amber:#A96E42;\n\n  --ink:#211A16;\n  --espresso:#342820;\n\n  --text:#584E47;\n  --muted:#7C7168;\n\n  --line:#D9CEC4;\n  --line-dark:#C8B9AC;\n\n  --accent:#A66E45;\n  --accent-dark:#765039;\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:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-lucia *,\n.stb-lucia *::before,\n.stb-lucia *::after{\n  box-sizing:border-box;\n}\n\n.stb-lucia h2,\n.stb-lucia 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-lucia p{\n  margin-top:0;\n}\n\n.stb-lucia__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--accent-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-lucia__title{\n  max-width:600px;\n\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.15;\n  letter-spacing:-.01em;\n}\n\n.stb-lucia__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.27;\n}\n\n.stb-lucia__copy{\n  max-width:630px;\n\n  margin:0;\n\n  color:#645A52;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-lucia__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#867A71;\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-lucia__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 205px;\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(28,23,19,.025);\n\n  overflow:hidden;\n}\n\n.stb-lucia__intro-copy{\n  padding:23px 25px;\n}\n\n.stb-lucia__intro-copy p{\n  max-width:575px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.5px;\n  line-height:1.68;\n}\n\n.stb-lucia__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-lucia__intro-side small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#D2B28F;\n\n  font-size:8.6px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-lucia__intro-side strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF8F0;\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-lucia__intro-side span{\n  color:#D8CCC3;\n\n  font-size:10.1px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-lucia__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-lucia__fact{\n  padding:11px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-lucia__fact:last-child{\n  border-right:0;\n}\n\n.stb-lucia__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-lucia__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   AMBER + CLEAR\n========================================================= *\/\n\n.stb-lucia__glass-rhythm{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-bottom:31px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-lucia__glass-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-lucia__glass-label small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#D0B08B;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-lucia__glass-label strong{\n  color:#FFF7EF;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-lucia__glass-pair{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-lucia__glass-color{\n  padding:15px 17px;\n}\n\n.stb-lucia__glass-color:first-child{\n  background:var(--amber-soft);\n}\n\n.stb-lucia__glass-color:last-child{\n  background:var(--paper);\n}\n\n.stb-lucia__glass-color + .stb-lucia__glass-color{\n  border-left:1px solid var(--line);\n}\n\n.stb-lucia__glass-color 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-lucia__glass-color strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.8px;\n  font-weight:500;\n}\n\n.stb-lucia__glass-color p{\n  margin:0;\n\n  color:#70645C;\n\n  font-size:9.9px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.stb-lucia__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-lucia__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   PRODUCT DETAIL\n========================================================= *\/\n\n.stb-lucia__detail{\n  display:grid;\n  grid-template-columns:125px minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:31px;\n\n  padding:13px 16px;\n\n  background:var(--glass);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-lucia__detail-media{\n  width:112px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-lucia__detail-copy p{\n  max-width:575px;\n\n  margin:0;\n\n  color:#625850;\n\n  font-size:11.8px;\n  line-height:1.62;\n}\n\n.stb-lucia__detail-tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n\n  margin-top:10px;\n}\n\n.stb-lucia__detail-tags span{\n  padding:4px 8px;\n\n  background:var(--paper);\n\n  color:#675A51;\n\n  border:1px solid var(--line);\n  border-radius:16px;\n\n  font-size:9.2px;\n}\n\n\n\/* =========================================================\n   INTERLOCKING \/ REARRANGEABLE\n========================================================= *\/\n\n.stb-lucia__interlock{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 180px;\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-lucia__interlock-copy{\n  padding:16px 18px;\n}\n\n.stb-lucia__interlock-copy p{\n  max-width:570px;\n\n  margin:0;\n\n  color:#655B53;\n\n  font-size:11.4px;\n  line-height:1.57;\n}\n\n.stb-lucia__interlock-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--espresso);\n}\n\n.stb-lucia__interlock-side small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#D0B18E;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-lucia__interlock-side strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF7EF;\n\n  font-size:12.3px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-lucia__interlock-side span{\n  color:#D6CBC3;\n\n  font-size:9.6px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.stb-lucia__size{\n  display:grid;\n  grid-template-columns:135px minmax(0,1fr);\n\n  gap:20px;\n  align-items:center;\n\n  margin-bottom:31px;\n\n  padding:13px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(28,23,19,.02);\n}\n\n.stb-lucia__dimension{\n  width:116px;\n  max-width:100%;\n\n  margin:auto;\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-lucia__dimension a{\n  display:block;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.stb-lucia__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-lucia__size-copy{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 140px;\n\n  gap:18px;\n  align-items:center;\n}\n\n.stb-lucia__size-copy p{\n  max-width:475px;\n\n  margin:0;\n\n  color:#685E56;\n\n  font-size:10.8px;\n  line-height:1.54;\n}\n\n.stb-lucia__size-stat{\n  padding-left:16px;\n\n  border-left:1px solid var(--line);\n}\n\n.stb-lucia__size-stat strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:17px;\n  line-height:1.3;\n  font-weight:500;\n}\n\n.stb-lucia__size-stat span{\n  display:block;\n\n  margin:1px 0 8px;\n\n  color:#846F61;\n\n  font-size:8.8px;\n}\n\n\n\/* =========================================================\n   SCALE NOTE\n========================================================= *\/\n\n.stb-lucia__scale-note{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  margin-bottom:31px;\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-lucia__scale-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--amber-soft);\n}\n\n.stb-lucia__scale-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#80614A;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-lucia__scale-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-lucia__scale-body{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-lucia__scale-item{\n  padding:13px 14px;\n}\n\n.stb-lucia__scale-item + .stb-lucia__scale-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-lucia__scale-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-lucia__scale-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-lucia__scale-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\n========================================================= *\/\n\n.stb-lucia__light{\n  display:grid;\n  grid-template-columns:155px 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-lucia__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-lucia__light-label small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#D1B18C;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-lucia__light-label strong{\n  color:#FFF7EF;\n\n  font-size:12.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-lucia__light-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-lucia__light-item{\n  padding:14px 16px;\n}\n\n.stb-lucia__light-item + .stb-lucia__light-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-lucia__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-lucia__light-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-lucia__light-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.8px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   CHAIN \/ INSTALL\n========================================================= *\/\n\n.stb-lucia__install{\n  display:grid;\n  grid-template-columns:repeat(3,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-lucia__install-item{\n  padding:13px 14px;\n}\n\n.stb-lucia__install-item + .stb-lucia__install-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-lucia__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-lucia__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-lucia__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   GLASS VARIATION\n========================================================= *\/\n\n.stb-lucia__variation{\n  margin-bottom:31px;\n\n  padding:11px 14px;\n\n  background:var(--glass);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--accent);\n}\n\n.stb-lucia__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-lucia__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   DESIGN DISCLOSURE\n========================================================= *\/\n\n.stb-lucia__disclosure{\n  margin-bottom:31px;\n\n  padding:11px 14px;\n\n  background:var(--amber-soft);\n\n  border:1px solid #DDCBB8;\n}\n\n.stb-lucia__disclosure 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-lucia__disclosure p{\n  margin:0;\n\n  color:#685B51;\n\n  font-size:10.2px;\n  line-height:1.52;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-lucia__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(28,23,19,.02);\n\n  overflow:hidden;\n}\n\n.stb-lucia__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-lucia__spec-head span{\n  color:#D0B18E;\n\n  font-size:8.8px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-lucia__spec-head strong{\n  color:#FFF7EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-lucia__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-lucia__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-lucia__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-lucia__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-lucia__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n}\n\n.stb-lucia__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-lucia__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-lucia__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-lucia__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-3px;\n\n  color:var(--accent-dark);\n\n  font-size:19px;\n}\n\n.stb-lucia__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-lucia__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-lucia__shipping{\n  padding:18px 19px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--accent);\n  border-radius:5px;\n}\n\n.stb-lucia__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-lucia__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-lucia__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-lucia__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-lucia__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(15,14,13,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-lucia__lightbox:target{\n  display:flex;\n}\n\n.stb-lucia__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-lucia__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-lucia__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8B991;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-lucia__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-lucia__intro{\n    grid-template-columns:1fr 170px;\n  }\n\n  .stb-lucia__title{\n    font-size:25px;\n  }\n\n\n  .stb-lucia__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-lucia__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-lucia__fact:nth-child(1),\n  .stb-lucia__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-lucia__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-lucia{\n    font-size:14px;\n  }\n\n\n  .stb-lucia__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lucia__intro-copy{\n    padding:18px 16px;\n  }\n\n  .stb-lucia__intro-side{\n    padding:12px 16px;\n  }\n\n\n  .stb-lucia__glass-rhythm{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lucia__glass-pair{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lucia__glass-color + .stb-lucia__glass-color{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-lucia__detail{\n    grid-template-columns:82px 1fr;\n\n    gap:12px;\n\n    padding:10px;\n  }\n\n  .stb-lucia__detail-media{\n    width:75px;\n  }\n\n\n  .stb-lucia__interlock{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-lucia__size{\n    grid-template-columns:82px 1fr;\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-lucia__dimension{\n    width:74px;\n  }\n\n  .stb-lucia__size-copy{\n    grid-template-columns:1fr;\n\n    gap:8px;\n  }\n\n  .stb-lucia__size-stat{\n    padding:8px 0 0;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-lucia__scale-note{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lucia__scale-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lucia__scale-item + .stb-lucia__scale-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-lucia__light{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lucia__light-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lucia__light-item + .stb-lucia__light-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-lucia__install{\n    grid-template-columns:1fr;\n  }\n\n  .stb-lucia__install-item + .stb-lucia__install-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-lucia__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-lucia__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-lucia__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-lucia\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-lucia__intro\"\u003e\n\u003cdiv class=\"stb-lucia__intro-copy\"\u003e\n\u003cspan class=\"stb-lucia__eyebrow\"\u003e Amber + Clear Glass · Interlocking Chandelier \u003c\/span\u003e\n\u003ch2 class=\"stb-lucia__title\"\u003eTwo Glass Tones, Locked Into One Sculptural Form.\u003c\/h2\u003e\n\u003cp\u003eLucia alternates amber and clear hand-blown glass around a precise chrome-nickel frame. The interlocking cups create the shape themselves, giving this compact chandelier much more visual depth than its 12.6-inch diameter suggests.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__intro-side\"\u003e\n\u003csmall\u003e Single Edition \u003c\/small\u003e \u003cstrong\u003e Ø12.6\" × H16.1\" \u003c\/strong\u003e \u003cspan\u003e E12 bulbs included · Chrome-Nickel \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-lucia__facts\"\u003e\n\u003cdiv class=\"stb-lucia__fact\"\u003e\n\u003csmall\u003e Glass \u003c\/small\u003e \u003cstrong\u003e Amber + Clear \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__fact\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e Interlocking Cups \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__fact\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E12 LED Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__fact\"\u003e\n\u003csmall\u003e Chain \u003c\/small\u003e \u003cstrong\u003e 11.8\" Adjustable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       AMBER + CLEAR\n  ====================================================== --\u003e\n\u003csection class=\"stb-lucia__glass-rhythm\"\u003e\n\u003cdiv class=\"stb-lucia__glass-label\"\u003e\n\u003csmall\u003e Glass Rhythm \u003c\/small\u003e \u003cstrong\u003e Warm Amber Against Clear Glass. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__glass-pair\"\u003e\n\u003cdiv class=\"stb-lucia__glass-color\"\u003e\n\u003csmall\u003e Amber \u003c\/small\u003e \u003cstrong\u003e Warmer \u0026amp; More Atmospheric \u003c\/strong\u003e\n\u003cp\u003eAmber glass turns richer and more honey-toned when illuminated, giving the chandelier its warm visual character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__glass-color\"\u003e\n\u003csmall\u003e Clear \u003c\/small\u003e \u003cstrong\u003e Brighter \u0026amp; More Reflective \u003c\/strong\u003e\n\u003cp\u003eClear glass breaks up the amber and allows more direct light through, keeping the fixture visually balanced.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"lucia-detail-section\" class=\"stb-lucia__detail\"\u003e\n\u003cdiv class=\"stb-lucia__detail-media\"\u003e\u003ca href=\"#lucia-detail\" class=\"stb-lucia__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/lucia-poliarte-style-interlocking-murano-chandelier-stuberlighting_9.jpg?v=1782786771\" alt=\"Lucia amber and clear interlocking glass chandelier detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-lucia__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__detail-copy\"\u003e\n\u003cspan class=\"stb-lucia__eyebrow\"\u003e Glass \u0026amp; Grid Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-lucia__section-title\"\u003eThe Frame Is Part of the Design.\u003c\/h3\u003e\n\u003cp\u003eThe chrome-nickel grid remains visible between the amber and clear glass cups. Instead of hiding the structure, Lucia uses it to create the repeated geometric rhythm that defines the chandelier from every angle.\u003c\/p\u003e\n\u003cdiv class=\"stb-lucia__detail-tags\"\u003e\n\u003cspan\u003e Hand-Blown Glass \u003c\/span\u003e \u003cspan\u003e Chrome-Nickel \u003c\/span\u003e \u003cspan\u003e Modular Cups \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"lucia-detail\" href=\"#lucia-detail-section\" class=\"stb-lucia__lightbox\"\u003e \u003cspan class=\"stb-lucia__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/lucia-poliarte-style-interlocking-murano-chandelier-stuberlighting_9.jpg?v=1782786771\" alt=\"Enlarged Lucia interlocking glass construction detail\"\u003e \u003cspan class=\"stb-lucia__lightbox-caption\"\u003e Lucia · Interlocking Glass \u0026amp; Chrome-Nickel Grid \u003c\/span\u003e \u003cspan class=\"stb-lucia__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       INTERLOCKING\n  ====================================================== --\u003e\n\u003csection class=\"stb-lucia__interlock\"\u003e\n\u003cdiv class=\"stb-lucia__interlock-copy\"\u003e\n\u003cspan class=\"stb-lucia__eyebrow\"\u003e Adjustable Composition \u003c\/span\u003e\n\u003ch3 class=\"stb-lucia__section-title\"\u003eThe Cups Can Be Repositioned.\u003c\/h3\u003e\n\u003cp\u003eLucia's glass cups are held by an interlocking modular structure. Individual cups can be carefully rotated or repositioned, allowing small changes to the final composition after the chandelier has been installed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__interlock-side\"\u003e\n\u003csmall\u003e Important \u003c\/small\u003e \u003cstrong\u003e Adjust only when cool. \u003c\/strong\u003e \u003cspan\u003e Turn the fixture off and allow the glass and bulbs to cool before handling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE\n       ORIGINAL HTML IMAGE RETAINED\n  ====================================================== --\u003e\n\u003csection id=\"lucia-size-section\" class=\"stb-lucia__size\"\u003e\n\u003cdiv class=\"stb-lucia__dimension\"\u003e\u003ca href=\"#lucia-size\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/lucia-poliarte-style-interlocking-murano-chandelier-stuberlighting_15.jpg?v=1782786772\" alt=\"Lucia interlocking glass chandelier dimension reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-lucia__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__size-copy\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-lucia__eyebrow\"\u003e Compact Statement \u003c\/span\u003e\n\u003ch3 class=\"stb-lucia__section-title\"\u003eSmall in Diameter. Strong in Detail.\u003c\/h3\u003e\n\u003cp\u003eLucia is intentionally compact. At 12.6 inches across, it works best where you want a distinct decorative object without the scale of a large dining-room chandelier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__size-stat\"\u003e\n\u003cstrong\u003e Ø12.6\" \u003c\/strong\u003e \u003cspan\u003e Diameter \u003c\/span\u003e \u003cstrong\u003e H16.1\" \u003c\/strong\u003e \u003cspan\u003e Fixture Height \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"lucia-size\" href=\"#lucia-size-section\" class=\"stb-lucia__lightbox\"\u003e \u003cspan class=\"stb-lucia__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/lucia-poliarte-style-interlocking-murano-chandelier-stuberlighting_15.jpg?v=1782786772\" alt=\"Enlarged Lucia chandelier dimensions\"\u003e \u003cspan class=\"stb-lucia__lightbox-caption\"\u003e Lucia · Ø12.6\" × H16.1\" \u003c\/span\u003e \u003cspan class=\"stb-lucia__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SCALE GUIDE\n  ====================================================== --\u003e\n\u003csection class=\"stb-lucia__scale-note\"\u003e\n\u003cdiv class=\"stb-lucia__scale-label\"\u003e\n\u003csmall\u003e Best Scale \u003c\/small\u003e \u003cstrong\u003e Think Accent, Not Oversized Centerpiece. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__scale-body\"\u003e\n\u003cdiv class=\"stb-lucia__scale-item\"\u003e\n\u003csmall\u003e Small Dining \u003c\/small\u003e \u003cstrong\u003e Good Fit \u003c\/strong\u003e\n\u003cp\u003eWorks over more intimate dining tables where a large fixture would feel visually heavy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__scale-item\"\u003e\n\u003csmall\u003e Entry \/ Foyer \u003c\/small\u003e \u003cstrong\u003e Good Fit \u003c\/strong\u003e\n\u003cp\u003eStrong enough to read as a statement in a compact residential entry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__scale-item\"\u003e\n\u003csmall\u003e Large Dining \u003c\/small\u003e \u003cstrong\u003e Consider Larger Scale \u003c\/strong\u003e\n\u003cp\u003eLucia's 12.6-inch diameter may appear small in very large rooms or double-height spaces.\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-lucia__light\"\u003e\n\u003cdiv class=\"stb-lucia__light-label\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Warm Light Makes the Amber Glass Work. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__light-body\"\u003e\n\u003cdiv class=\"stb-lucia__light-item\"\u003e\n\u003csmall\u003e Included \u003c\/small\u003e \u003cstrong\u003e 2700K E12 LED Bulbs \u003c\/strong\u003e\n\u003cp\u003eWarm-white bulbs are included and help bring out the honey tones in the amber glass.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__light-item\"\u003e\n\u003csmall\u003e Optional Dimming \u003c\/small\u003e \u003cstrong\u003e Dimmable E12 + Triac Dimmer \u003c\/strong\u003e\n\u003cp\u003eFor brightness control, replace the included bulbs with compatible dimmable E12 LEDs and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-lucia__install\"\u003e\n\u003cdiv class=\"stb-lucia__install-item\"\u003e\n\u003csmall\u003e Chain \u003c\/small\u003e \u003cstrong\u003e 11.8\" Adjustable \u003c\/strong\u003e\n\u003cp\u003eStandard chain can be adjusted. Longer chain available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__install-item\"\u003e\n\u003csmall\u003e Wiring \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003cp\u003eInstalls to a standard ceiling electrical junction box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__install-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Professional Recommended \u003c\/strong\u003e\n\u003cp\u003eInstall the frame first, then handle and arrange the glass cups carefully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HAND-BLOWN GLASS NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-lucia__variation\"\u003e\u003cstrong\u003e Hand-blown glass will show subtle variation. \u003c\/strong\u003e\n\u003cp\u003eSmall differences in glass thickness, cup shape and amber color intensity are normal. These variations are characteristics of hand-formed glass and mean individual Lucia fixtures will not appear perfectly identical.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DESIGN DISCLOSURE\n  ====================================================== --\u003e\n\u003csection class=\"stb-lucia__disclosure\"\u003e\u003cstrong\u003e Poliarte-style design; not an authentic vintage Poliarte original. \u003c\/strong\u003e\n\u003cp\u003eLucia is an independently manufactured Stuber Lighting product inspired by the interlocking glass design language associated with vintage Poliarte lighting. It is not represented as an authentic, licensed or original Poliarte fixture.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-lucia__specs\"\u003e\n\u003cdiv class=\"stb-lucia__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Lucia \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__spec\"\u003e\n\u003cspan\u003e Dimensions \u003c\/span\u003e \u003cstrong\u003e Ø12.6\" × H16.1\" · Single Size \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Hand-Blown Murano-Tradition Glass · Chrome-Nickel Metal Frame \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__spec\"\u003e\n\u003cspan\u003e Glass Colors \u003c\/span\u003e \u003cstrong\u003e Amber + Clear · Alternating Interlocking Arrangement \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__spec\"\u003e\n\u003cspan\u003e Frame Finish \u003c\/span\u003e \u003cstrong\u003e Chrome-Nickel · Silver Tone \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__spec\"\u003e\n\u003cspan\u003e Arrangement \u003c\/span\u003e \u003cstrong\u003e Individual Glass Cups Can Be Carefully Rotated or Repositioned Within the Interlocking Structure \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__spec\"\u003e\n\u003cspan\u003e Bulb Base \u003c\/span\u003e \u003cstrong\u003e E12 · Bulbs Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__spec\"\u003e\n\u003cspan\u003e Included Bulbs \u003c\/span\u003e \u003cstrong\u003e Warm-White LED · 2700K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e 25W Per Socket \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Dimming Requires Compatible Dimmable E12 LED Bulbs and a Compatible Triac Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__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-lucia__spec\"\u003e\n\u003cspan\u003e Chain \u003c\/span\u003e \u003cstrong\u003e 11.8\" Standard · Adjustable · Extended Length Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__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-lucia__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Professional Installation Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-lucia__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-lucia__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-lucia__faq\"\u003e\u003cspan class=\"stb-lucia__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-lucia__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Lucia an authentic vintage Poliarte chandelier?\u003c\/summary\u003e\n\u003cp\u003eNo. Lucia is an independently manufactured Poliarte-style Stuber Lighting product. It is inspired by the recognizable interlocking amber-and-clear glass design, but is not represented as an authentic or licensed vintage Poliarte original.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the glass cups really be rearranged?\u003c\/summary\u003e\n\u003cp\u003eYes. Individual cups can be carefully rotated or repositioned within the interlocking structure. Make adjustments only when the light is switched off and the glass has fully cooled.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Lucia suitable for a large dining room?\u003c\/summary\u003e\n\u003cp\u003eLucia measures only 12.6 inches in diameter, so it is best considered a compact statement chandelier. It works well over smaller dining tables, entries and more intimate spaces. Very large dining rooms or double-height spaces generally benefit from a larger fixture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the bulbs included?\u003c\/summary\u003e\n\u003cp\u003eYes. Warm-white 2700K E12 LED bulbs are included with the chandelier.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Lucia be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, with a compatible setup. Replace the included bulbs with compatible dimmable E12 LED bulbs and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer chain?\u003c\/summary\u003e\n\u003cp\u003eYes. Lucia includes an 11.8-inch adjustable chain. For a longer ceiling drop, email \u003ca href=\"mailto:support@stuberlighting.com\" style=\"color: #765039;\"\u003e support@stuberlighting.com \u003c\/a\u003e before ordering with your required length.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-lucia__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":"∅ 12.6″ x H 16.1″ \/ Clear \u0026 Amber \u0026 Nickel","offer_id":52421114102043,"sku":"STB-CH-26-10063","price":715.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/lucia-poliarte-style-interlocking-murano-chandelier-stuberlighting_1.jpg?v=1782786772"},{"product_id":"livia-petal-glass-pendant-light","title":"Livia Petal Glass Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — LIVIA\n   PETAL GLASS PENDANT LIGHT\n\n   FORM \/ TONE \/ RHYTHM\n\n   SMALL-SCALE GLASS EDITORIAL\n   QUIET LUXURY · CONCISE · SHOPPER-FIRST\n   DISTINCT FROM DAWN BACKGROUND\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-livia{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#625348;\n  --muted:#817568;\n\n  --gold:#C8A96E;\n  --gold-deep:#967143;\n\n  --olive:#768066;\n  --blue:#536C84;\n  --clear:#C8C5BE;\n\n  --cream:#F5EDD8;\n  --paper:#FBF8F2;\n  --ivory:#FFFDF8;\n  --soft:#F3ECE2;\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-livia *,\n.stb-livia *::before,\n.stb-livia *::after{\n  box-sizing:border-box;\n}\n\n.stb-livia h2,\n.stb-livia h3,\n.stb-livia p{\n  margin-top:0;\n}\n\n.stb-livia h2,\n.stb-livia 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-livia 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-livia a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.livia-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.livia-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 — FORM\n========================================================= *\/\n\n.livia-opening{\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.livia-opening::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:8px;\n  left:29px;\n\n  width:60px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n\n\/* COPY *\/\n\n.livia-opening__copy{\n  min-width:0;\n\n  padding:29px 30px 27px;\n}\n\n.livia-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.livia-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\/* BUYING FACTS *\/\n\n.livia-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:22px;\n\n  margin-top:18px;\n}\n\n.livia-fact{\n  min-width:88px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.livia-fact:nth-child(2){\n  border-color:var(--olive);\n}\n\n.livia-fact:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.livia-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.livia-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 INDEX *\/\n\n.livia-opening__index{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:18px;\n\n  background:#EFE8DD;\n\n  border-left:1px solid var(--line);\n}\n\n.livia-index__item{\n  padding:10px 0;\n}\n\n.livia-index__item + .livia-index__item{\n  border-top:1px solid #D7CCBD;\n}\n\n.livia-index__item 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.livia-index__item strong{\n  display:block;\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.livia-index__item span{\n  display:block;\n\n  margin-top:4px;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   02 — GLASS \/ TONE\n========================================================= *\/\n\n.livia-glass{\n  margin-top:10px;\n\n  padding:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.livia-glass__head{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:29px;\n\n  margin-bottom:15px;\n}\n\n.livia-glass__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.livia-glass__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 + COLORS *\/\n\n.livia-glass__study{\n  display:grid;\n  grid-template-columns:minmax(0,205px) minmax(0,1fr);\n\n  gap:10px;\n}\n\n\n\/* PRODUCT DETAIL *\/\n\n.livia-detail{\n  min-width:0;\n\n  padding:10px;\n\n  background:#F1E9DF;\n\n  border:1px solid var(--line);\n}\n\n.livia-detail__img{\n  width:165px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n}\n\n.livia-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.livia-detail__img img{\n  max-height:155px !important;\n}\n\n.livia-detail__copy{\n  padding:10px 3px 2px;\n}\n\n.livia-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.livia-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:18px;\n  line-height:1.08;\n\n  font-weight:500;\n}\n\n.livia-detail__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\/* COLOR SELECTOR *\/\n\n.livia-tones{\n  display:flex;\n  flex-direction:column;\n\n  min-width:0;\n\n  border:1px solid var(--line);\n}\n\n.livia-tone{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:minmax(0,85px) minmax(0,1fr);\n\n  gap:15px;\n  align-items:center;\n\n  min-width:0;\n\n  padding:12px 13px;\n\n  background:var(--ivory);\n\n  border-bottom:1px solid var(--line);\n}\n\n.livia-tone:last-child{\n  border-bottom:0;\n}\n\n.livia-tone__name{\n  position:relative;\n\n  padding-left:17px;\n}\n\n.livia-tone__name::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:4px;\n  left:0;\n\n  width:8px;\n  height:24px;\n}\n\n.livia-tone--green .livia-tone__name::before{\n  background:var(--olive);\n}\n\n.livia-tone--clear .livia-tone__name::before{\n  background:var(--clear);\n}\n\n.livia-tone--blue .livia-tone__name::before{\n  background:var(--blue);\n}\n\n.livia-tone__name 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.livia-tone__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;\n\n  font-weight:500;\n}\n\n.livia-tone p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* GLASS NOTE *\/\n\n.livia-glass-note{\n  display:grid;\n  grid-template-columns:minmax(0,130px) 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.livia-glass-note strong{\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.livia-glass-note span{\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   03 — RHYTHM \/ SCALE\n========================================================= *\/\n\n.livia-rhythm{\n  margin-top:10px;\n\n  padding:29px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n}\n\n.livia-rhythm__head{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:29px;\n\n  margin-bottom:15px;\n}\n\n.livia-rhythm__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.livia-rhythm__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.livia-rhythm__sheet{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  border:1px solid var(--line);\n}\n\n\n\/* DIMENSION *\/\n\n.livia-size{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:16px;\n\n  background:#EFE8DE;\n\n  border-right:1px solid var(--line);\n}\n\n.livia-size__img{\n  width:145px;\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.livia-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.livia-size__img img{\n  max-height:137px !important;\n}\n\n\n\/* RHYTHM CONTENT *\/\n\n.livia-rhythm__copy{\n  min-width:0;\n\n  padding:18px 20px;\n}\n\n.livia-proportion{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n}\n\n.livia-proportion__measure 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.livia-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.livia-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.livia-proportion__copy{\n  padding-left:17px;\n\n  border-left:1px solid var(--line);\n}\n\n.livia-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.livia-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\/* SINGLE \/ PAIR \/ ROW *\/\n\n.livia-layouts{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  margin-top:14px;\n\n  border:1px solid var(--line);\n}\n\n.livia-layout{\n  min-width:0;\n\n  padding:11px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.livia-layout:last-child{\n  border-right:0;\n}\n\n.livia-layout:nth-child(1){\n  background:#FBF8F2;\n}\n\n.livia-layout:nth-child(2){\n  background:#F6F0E7;\n}\n\n.livia-layout:nth-child(3){\n  background:#EFE8DD;\n}\n\n.livia-layout 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.livia-layout 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.livia-layout p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\n\/* ROD STRIP *\/\n\n.livia-rod{\n  display:grid;\n  grid-template-columns:minmax(0,120px) 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\n.livia-rod__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.livia-rod__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.livia-rod__copy{\n  padding-left:17px;\n\n  border-left:1px solid rgba(255,255,255,.15);\n}\n\n.livia-rod__copy p{\n  margin:0;\n\n  color:#D8CFC3;\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.livia-specs{\n  margin-top:10px;\n\n  padding:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.livia-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.livia-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.livia-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.livia-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.livia-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.livia-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.livia-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.livia-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.livia-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.livia-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.livia-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.livia-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.livia-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.livia-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.livia-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.livia-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.livia-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.livia-lightbox:target{\n  display:flex;\n}\n\n.livia-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.livia-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.livia-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.livia-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  .livia-opening{\n    grid-template-columns:minmax(0,1fr) minmax(0,170px);\n  }\n\n  .livia-opening__copy{\n    padding:25px 21px;\n  }\n\n  .livia-opening h2{\n    font-size:27px;\n  }\n\n\n  .livia-glass,\n  .livia-rhythm,\n  .livia-specs{\n    padding:24px 19px;\n  }\n\n\n  .livia-glass__head,\n  .livia-rhythm__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .livia-glass__study{\n    grid-template-columns:minmax(0,170px) minmax(0,1fr);\n  }\n\n  .livia-detail__img{\n    width:140px;\n  }\n\n\n  .livia-rhythm__sheet{\n    grid-template-columns:minmax(0,145px) minmax(0,1fr);\n  }\n\n  .livia-size__img{\n    width:120px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .livia-opening{\n    grid-template-columns:1fr;\n  }\n\n  .livia-opening__index{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n  .livia-index__item{\n    padding:10px 8px;\n  }\n\n  .livia-index__item + .livia-index__item{\n    border-top:0;\n    border-left:1px solid #D7CCBD;\n  }\n\n\n  .livia-glass__study{\n    grid-template-columns:1fr;\n  }\n\n  .livia-detail{\n    display:grid;\n    grid-template-columns:minmax(0,110px) minmax(0,1fr);\n\n    gap:11px;\n    align-items:center;\n  }\n\n  .livia-detail__img{\n    width:105px;\n\n    margin:0;\n  }\n\n  .livia-detail__copy{\n    padding:0;\n  }\n\n\n  .livia-tone{\n    grid-template-columns:minmax(0,82px) minmax(0,1fr);\n  }\n\n\n  .livia-glass-note{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n\n  .livia-rhythm__sheet{\n    grid-template-columns:1fr;\n  }\n\n  .livia-size{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .livia-size__img{\n    width:110px;\n  }\n\n\n  .livia-proportion{\n    grid-template-columns:1fr;\n\n    gap:8px;\n  }\n\n  .livia-proportion__copy{\n    padding:8px 0 0;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .livia-layouts{\n    grid-template-columns:1fr;\n  }\n\n  .livia-layout{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .livia-layout:last-child{\n    border-bottom:0;\n  }\n\n\n  .livia-rod{\n    grid-template-columns:1fr;\n\n    gap:7px;\n  }\n\n  .livia-rod__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  .livia-specs__head{\n    display:block;\n  }\n\n  .livia-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .livia-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .livia-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-livia\" id=\"livia-root\"\u003e\n\u003c!-- =====================================================\n       01 — FORM\n  ====================================================== --\u003e\n\u003csection class=\"livia-opening\"\u003e\n\u003cdiv class=\"livia-opening__copy\"\u003e\n\u003cspan class=\"livia-kicker\"\u003e Form \/ Tone \/ Rhythm \u003c\/span\u003e\n\u003ch2\u003eA Small Pendant with a Sculptural Glass Form\u003c\/h2\u003e\n\u003cp\u003eLivia replaces the familiar globe shade with vertically curved, textured glass panels that meet in a soft petal-like silhouette. A slim brass-toned rod keeps the suspension clean while allowing the glass to remain the visual focus.\u003c\/p\u003e\n\u003cdiv class=\"livia-facts\"\u003e\n\u003cdiv class=\"livia-fact\"\u003e\n\u003csmall\u003e Size \u003c\/small\u003e \u003cstrong\u003e 11.8\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-fact\"\u003e\n\u003csmall\u003e Glass Tones \u003c\/small\u003e \u003cstrong\u003e 3 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-fact\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E12 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-opening__index\"\u003e\n\u003cdiv class=\"livia-index__item\"\u003e\n\u003csmall\u003e Form \u003c\/small\u003e \u003cstrong\u003e Petal \u003c\/strong\u003e \u003cspan\u003e Curved glass panels \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-index__item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e Rod \u003c\/strong\u003e \u003cspan\u003e Brass-toned gold \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-index__item\"\u003e\n\u003csmall\u003e Use \u003c\/small\u003e \u003cstrong\u003e 1 or More \u003c\/strong\u003e \u003cspan\u003e Single, pair or row \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — GLASS \/ TONE\n  ====================================================== --\u003e\n\u003csection class=\"livia-glass\"\u003e\n\u003cdiv class=\"livia-glass__head\"\u003e\n\u003ch3\u003eChoose the Glass Tone\u003c\/h3\u003e\n\u003cp\u003eThe shape stays the same across all three versions. Only the glass tone changes, making color the main visual decision when choosing Livia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-glass__study\"\u003e\n\u003c!-- DETAIL IMAGE --\u003e\n\u003carticle class=\"livia-detail\"\u003e\n\u003cdiv class=\"livia-detail__img\"\u003e\u003ca href=\"#livia-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/livia-petal-glass-pendant-light-stuberlighting_8.jpg?v=1783063950\" alt=\"Close-up detail of Livia curved textured petal glass panels\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"livia-detail__copy\"\u003e\n\u003csmall\u003e Glass Detail \u003c\/small\u003e \u003cstrong\u003e Curved + Textured \u003c\/strong\u003e\n\u003cp\u003eThe vertical panels bend toward one another, creating depth and changing highlights across the surface of the shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- COLORS --\u003e\n\u003cdiv class=\"livia-tones\"\u003e\n\u003cdiv class=\"livia-tone livia-tone--green\"\u003e\n\u003cdiv class=\"livia-tone__name\"\u003e\n\u003csmall\u003e Green \u003c\/small\u003e \u003cstrong\u003e Olive \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cp\u003eA muted botanical tone that pairs naturally with walnut, oak and warm brass finishes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-tone livia-tone--clear\"\u003e\n\u003cdiv class=\"livia-tone__name\"\u003e\n\u003csmall\u003e Clear \u003c\/small\u003e \u003cstrong\u003e Crystal \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe most neutral option, allowing the petal form and textured glass to lead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-tone livia-tone--blue\"\u003e\n\u003cdiv class=\"livia-tone__name\"\u003e\n\u003csmall\u003e Blue \u003c\/small\u003e \u003cstrong\u003e Ocean \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cp\u003eA deeper cool tone for interiors where the pendant should provide a controlled color accent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-glass-note\"\u003e\n\u003cstrong\u003e Hand-Blown Glass \u003c\/strong\u003e \u003cspan\u003e Livia uses Murano-tradition hand-blown art glass. It is not sold as certified Murano glass. Slight variation in panel curve, thickness, texture and color intensity is expected. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — RHYTHM \/ SCALE\n  ====================================================== --\u003e\n\u003csection class=\"livia-rhythm\"\u003e\n\u003cdiv class=\"livia-rhythm__head\"\u003e\n\u003ch3\u003eSmall Enough to Repeat\u003c\/h3\u003e\n\u003cp\u003eLivia is intentionally compact. At 11.8 inches wide, it can work as a single decorative pendant or repeat cleanly when a longer surface needs rhythm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-rhythm__sheet\"\u003e\n\u003c!-- DIMENSION --\u003e\n\u003cdiv class=\"livia-size\"\u003e\n\u003cdiv class=\"livia-size__img\"\u003e\u003ca href=\"#livia-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/livia-petal-glass-pendant-light-stuberlighting_6.jpg?v=1783063950\" alt=\"Livia petal glass pendant dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"livia-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PROPORTION --\u003e\n\u003cdiv class=\"livia-rhythm__copy\"\u003e\n\u003cdiv class=\"livia-proportion\"\u003e\n\u003cdiv class=\"livia-proportion__measure\"\u003e\n\u003csmall\u003e Single Edition \u003c\/small\u003e \u003cstrong\u003e Ø11.8\" \u003c\/strong\u003e \u003cspan\u003e H11.8\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-proportion__copy\"\u003e\n\u003cstrong\u003e Balanced Compact Scale \u003c\/strong\u003e\n\u003cp\u003eEqual width and height give Livia a contained, sculptural proportion without the visual weight of a larger dining-room pendant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-layouts\"\u003e\n\u003cdiv class=\"livia-layout\"\u003e\n\u003csmall\u003e Single \u003c\/small\u003e \u003cstrong\u003e One Object \u003c\/strong\u003e\n\u003cp\u003eWorks well where one small pendant is intended to act as the focal light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-layout\"\u003e\n\u003csmall\u003e Pair \u003c\/small\u003e \u003cstrong\u003e Balanced Symmetry \u003c\/strong\u003e\n\u003cp\u003eTwo fixtures create a cleaner, more architectural repetition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-layout\"\u003e\n\u003csmall\u003e Row \u003c\/small\u003e \u003cstrong\u003e Repeated Rhythm \u003c\/strong\u003e\n\u003cp\u003eMultiple pendants suit longer islands, counters and hospitality surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-rod\"\u003e\n\u003cdiv class=\"livia-rod__mark\"\u003e\n\u003csmall\u003e Standard Rod \u003c\/small\u003e \u003cstrong\u003e 11.8\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-rod__copy\"\u003e\n\u003cp\u003eBrass-toned rigid suspension rather than chain. Custom longer rod lengths are available on request for higher ceilings or specific hanging-height requirements.\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=\"livia-specs\"\u003e\n\u003cdiv class=\"livia-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Livia · Petal Glass Pendant \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec-list\"\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e Ø11.8\" × H11.8\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e Hand-blown Murano-tradition glass · Metal rod frame \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Glass Form \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e Vertically curved textured panels · Petal silhouette \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Glass Colors \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e Olive Green · Clear · Ocean Blue \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Rod Finish \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e Brass-toned Gold \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e E12 socket · Bulb Included: Yes · Edison-style E12 bulbs also compatible \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e 2700K warm-white LED · Standard included bulb is non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Max Wattage \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e 25W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e Compatible with a dimmable E12 LED bulb and compatible Triac wall dimmer (dimmable bulb and dimmer sold separately) \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Voltage \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Rod \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e 11.8\" adjustable · Custom length available on request at no extra charge \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Wiring \/ Mounting \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e Hardwired · Standard ceiling junction box · Licensed electrician required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Glass Status \u003c\/span\u003e \u003cspan class=\"livia-spec__value\"\u003e Murano-tradition hand-blown art glass · Not certified Murano glass \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"livia-spec\"\u003e\n\u003cspan class=\"livia-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"livia-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=\"livia-care\"\u003e\n\u003cstrong\u003e Hand-Blown Glass \u003c\/strong\u003e \u003cspan\u003e Slight variation in panel curve, thickness, texture and glass tone is normal and reflects the hand-forming process. These differences are material characteristics, not defects. Clean gently with a soft microfiber cloth and avoid abrasive cleaners. 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=\"livia-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=\"livia-detail-large\" href=\"#livia-root\" class=\"livia-lightbox\"\u003e \u003cspan class=\"livia-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/livia-petal-glass-pendant-light-stuberlighting_8.jpg?v=1783063950\" alt=\"Enlarged Livia curved textured petal glass detail\"\u003e \u003cspan class=\"livia-lightbox__caption\"\u003e Livia · Petal Glass Detail \u003c\/span\u003e \u003cspan class=\"livia-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=\"livia-size-large\" href=\"#livia-root\" class=\"livia-lightbox\"\u003e \u003cspan class=\"livia-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/livia-petal-glass-pendant-light-stuberlighting_6.jpg?v=1783063950\" alt=\"Enlarged Livia pendant dimension reference\"\u003e \u003cspan class=\"livia-lightbox__caption\"\u003e Livia · Ø11.8\" × H11.8\" \u003c\/span\u003e \u003cspan class=\"livia-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":"∅ 11.8″ x H 11.8″ \/ Green \u0026 Gold","offer_id":52450945106203,"sku":"STB-PL-26-10053","price":360.0,"currency_code":"USD","in_stock":true},{"title":"∅ 11.8″ x H 11.8″ \/ Clear \u0026 Gold","offer_id":52450945138971,"sku":"STB-PL-26-10054","price":360.0,"currency_code":"USD","in_stock":true},{"title":"∅ 11.8″ x H 11.8″ \/ Blue \u0026 Gold","offer_id":52450945171739,"sku":"STB-PL-26-10055","price":360.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/livia-petal-glass-pendant-light-stuberlighting_1.jpg?v=1783063950"},{"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"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/collections\/akari-d-series-pendant-light-high-ceiling-living-room_1.jpg?v=1781514670","url":"https:\/\/stuberlighting.com\/collections\/pendant-lights.oembed?page=4","provider":"Stuberlighting","version":"1.0","type":"link"}