{"product_id":"banana-table-lamp","title":"Banana Table Lamp","description":"\u003cstyle\u003e\n.mh-pdp {\n  max-width: 860px;\n  margin: 0 auto;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif;\n  padding: 28px 22px 12px;\n  line-height: 1.6;\n  font-size: 15px;\n  --brand-dark:    #3E2723;\n  --brand-bg:      #F6F5EF;\n  --brand-light:   #949494;\n  --brand-white:   #FFFFFF;\n  --brand-border:  #DDDDDD;\n  --bg:          var(--brand-bg);\n  --bg-card:     var(--brand-white);\n  --bg-warm:     #EDE9DB;\n  --bg-softer:   #ECEAE0;\n  --border:      #E2DFD4;\n  --border-lt:   #EDEAE0;\n  --accent-dk:   #2A1A17;\n  --accent-tint: #EDE6DC;\n  --accent-bdr:  #D4C9B8;\n  --text:        var(--brand-dark);\n  --text-mid:    #6B5D5A;\n  --text-light:  var(--brand-light);\n  color: var(--text);\n  background: var(--bg);\n}\n.mh-pdp * { box-sizing: border-box; font-size: 15px !important; }\n.mh-pdp svg { fill: none !important; }\n.mh-pdp a { text-decoration: none; color: inherit; }\n.mh-pdp img { max-width: 100%; height: auto; display: block; }\n.mh-pdp p { margin: 0 0 0.8rem; color: var(--text-mid); }\n.mh-pdp section { margin-bottom: 2.6rem; }\n\n.mh-pdp .sec-header { display: flex; align-items: center; gap: 14px; margin-bottom: 1.3rem; }\n.mh-pdp .sec-header-line { flex: 1; height: 0.5px; background: var(--border); }\n.mh-pdp .sec-title {\n  font-weight: 400;\n  color: var(--brand-dark);\n  white-space: nowrap;\n}\n\n\/* Dark finish bar *\/\n.mh-pdp .finish-bar {\n  background: var(--accent-dk);\n  border-radius: 10px;\n  padding: 18px 22px;\n  display: flex; align-items: center; justify-content: space-between;\n  gap: 18px; flex-wrap: wrap;\n  margin-top: 1.4rem;\n}\n.mh-pdp .finish-bar-text { color: #c5bcac; line-height: 1.55; }\n.mh-pdp .finish-bar-text strong { color: #f0e8d8; font-weight: 600; display: block; letter-spacing: 0.02em; margin-bottom: 3px; text-transform: uppercase; }\n.mh-pdp .finish-bar-chips { display: flex; gap: 16px; flex-wrap: wrap; }\n.mh-pdp .bar-chip { display: flex; align-items: center; gap: 8px; color: #e8e0c8; letter-spacing: 0.01em; }\n.mh-pdp .bar-chip-dot { width: 16px; height: 16px; border-radius: 50%; border: 0.5px solid rgba(255,255,255,0.18); flex-shrink: 0; }\n\n\/* Note card *\/\n.mh-pdp .note-card {\n  display: flex; gap: 12px; align-items: flex-start;\n  padding: 15px 17px; margin-top: 1.2rem;\n  background: var(--bg-warm);\n  border: 0.5px solid var(--accent-bdr);\n  border-left: 2.5px solid var(--brand-dark);\n  border-radius: 8px;\n}\n.mh-pdp .note-card svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; stroke: var(--brand-dark); stroke-width: 1.6; }\n.mh-pdp .note-card p { margin: 0; color: var(--text-mid); line-height: 1.6; }\n.mh-pdp .note-card strong { color: var(--brand-dark); font-weight: 600; }\n\n\/* Features *\/\n.mh-pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.mh-pdp .feature-card {\n  background: var(--bg-card);\n  border: 0.5px solid var(--border);\n  border-radius: 10px;\n  padding: 22px 18px 20px;\n  display: flex;\n  flex-direction: column;\n}\n.mh-pdp .feature-icon-wrap {\n  width: 40px; height: 40px; border-radius: 50%;\n  background: var(--bg-warm);\n  border: 0.5px solid var(--accent-bdr);\n  display: flex; align-items: center; justify-content: center;\n  margin: 0 auto 14px;\n}\n.mh-pdp .feature-icon-wrap svg { width: 18px; height: 18px; stroke: var(--brand-dark); stroke-width: 1.6; }\n.mh-pdp .feature-title {\n  font-size: 15px !important;\n  font-family: inherit !important;\n  font-weight: 600 !important;\n  color: var(--brand-dark) !important;\n  text-transform: none !important;\n  letter-spacing: -0.005em !important;\n  line-height: 1.3 !important;\n  margin: 0 0 8px !important;\n  text-align: center !important;\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n  min-height: 2.6em;\n}\n.mh-pdp .feature-desc { color: var(--text-mid); line-height: 1.55; margin: 0; text-align: center; }\n\n\/* Dimensions — multi-model variant *\/\n.mh-pdp .dim-card {\n  background: var(--bg-card);\n  border: 0.5px solid var(--border);\n  border-radius: 12px;\n  padding: 28px 28px;\n  text-align: center;\n}\n.mh-pdp .dim-models {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 0;\n  margin-bottom: 22px;\n}\n.mh-pdp .dim-model {\n  padding: 6px 10px;\n  border-right: 0.5px solid var(--border);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n}\n.mh-pdp .dim-model:last-child { border-right: 0; }\n.mh-pdp .dim-model-label {\n  font-weight: 600;\n  letter-spacing: 0.22em;\n  color: var(--accent-dk);\n  text-transform: uppercase;\n  font-size: 11px !important;\n  line-height: 1;\n}\n.mh-pdp .dim-model-val {\n  font-size: 16px !important;\n  font-weight: 600;\n  font-variant-numeric: tabular-nums;\n  color: var(--brand-dark);\n  letter-spacing: 0.005em;\n  line-height: 1.45;\n}\n.mh-pdp .dim-model-val small {\n  display: block;\n  font-size: 12.5px !important;\n  font-weight: 500;\n  color: var(--text-mid);\n  letter-spacing: 0.01em;\n  margin-top: 4px;\n  font-variant-numeric: tabular-nums;\n}\n.mh-pdp .dim-power {\n  display: inline-flex; align-items: center; gap: 7px;\n  font-weight: 600;\n  color: var(--brand-dark); background: var(--accent-tint);\n  border: 0.5px solid var(--accent-bdr);\n  padding: 6px 16px; border-radius: 99px;\n  letter-spacing: 0.02em;\n}\n.mh-pdp .dim-power svg { width: 12px; height: 12px; stroke: var(--brand-dark); stroke-width: 2; }\n.mh-pdp .dim-foot {\n  display: flex; justify-content: center; gap: 10px;\n  flex-wrap: wrap;\n  margin-top: 14px;\n}\n\n\/* Spec grid *\/\n.mh-pdp .spec-grid {\n  display: flex; flex-direction: column;\n  border: 0.5px solid var(--border);\n  border-radius: 12px; overflow: hidden;\n  background: var(--bg-card);\n}\n.mh-pdp .spec-item {\n  padding: 14px 18px;\n  border-bottom: 0.5px solid var(--border-lt);\n  display: flex; align-items: center; gap: 16px;\n}\n.mh-pdp .spec-item:nth-child(even) { background: var(--bg-softer); }\n.mh-pdp .spec-item:last-child { border-bottom: 0; }\n.mh-pdp .spec-key {\n  font-weight: 700; letter-spacing: 0.04em;\n  text-transform: uppercase; color: var(--brand-dark);\n  width: 180px; flex-shrink: 0;\n}\n.mh-pdp .spec-val { font-weight: 500; color: var(--text); }\n.mh-pdp .spec-val small { display: block; color: var(--text-mid); font-weight: 400; margin-top: 2px; font-variant-numeric: tabular-nums; }\n.mh-pdp .spec-val-dot {\n  display: inline-flex; align-items: center; gap: 7px;\n  margin-right: 16px;\n}\n.mh-pdp .spec-val-dot span.dot {\n  width: 14px; height: 14px; border-radius: 50%;\n  border: 0.5px solid rgba(62,39,35,0.12);\n  flex-shrink: 0; display: inline-block;\n}\n\n\/* Cert badges *\/\n.mh-pdp .cert-badges-grid {\n  display: inline-grid;\n  grid-template-columns: repeat(2, auto);\n  gap: 6px 6px;\n}\n.mh-pdp .cert-badge {\n  font-weight: 500;\n  color: var(--brand-dark);\n  background: var(--accent-tint); border: 0.5px solid var(--accent-bdr);\n  padding: 3px 11px; border-radius: 99px;\n  text-align: center;\n  white-space: nowrap;\n}\n\n\/* Downloads *\/\n.mh-pdp .dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }\n.mh-pdp .dl-btn {\n  display: flex; flex-direction: column; align-items: center; justify-content: center;\n  gap: 10px; padding: 22px 14px;\n  border-radius: 10px; border: 0.5px solid var(--border);\n  background: var(--bg-card); text-decoration: none;\n  color: var(--brand-dark); font-weight: 600;\n  text-align: center;\n  transition: border-color 0.2s ease, background 0.2s ease;\n}\n.mh-pdp .dl-btn:hover { border-color: var(--brand-dark); background: var(--bg-warm); }\n.mh-pdp .dl-icon-wrap {\n  width: 42px; height: 42px; border-radius: 50%;\n  background: var(--bg-warm);\n  border: 0.5px solid var(--accent-bdr);\n  display: flex; align-items: center; justify-content: center;\n}\n.mh-pdp .dl-icon-wrap svg { width: 19px; height: 19px; stroke: var(--brand-dark); stroke-width: 1.6; fill: none !important; }\n.mh-pdp .dl-title { line-height: 1.3; letter-spacing: 0.01em; }\n.mh-pdp .dl-sub { font-weight: 600; color: var(--text-light); letter-spacing: 0.02em; text-transform: uppercase; margin-top: -2px; }\n\n\/* FAQ *\/\n.mh-pdp .faq-list { display: flex; flex-direction: column; gap: 8px; }\n.mh-pdp .faq-list details {\n  background: var(--bg-card);\n  border: 0.5px solid var(--border);\n  border-radius: 10px;\n  overflow: hidden;\n  transition: border-color 0.2s ease;\n}\n.mh-pdp .faq-list details[open] { border-color: var(--accent-bdr); }\n.mh-pdp .faq-list summary {\n  cursor: pointer; list-style: none;\n  padding: 16px 18px;\n  font-weight: 600; color: var(--brand-dark);\n  display: flex; align-items: center; justify-content: space-between; gap: 14px;\n}\n.mh-pdp .faq-list summary::-webkit-details-marker { display: none; }\n.mh-pdp .faq-list summary::after {\n  content: ''; width: 22px; height: 22px; border-radius: 50%;\n  background: var(--bg-warm) url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5l3 3 3-3' stroke='%233E2723' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'\/%3E%3C\/svg%3E\") center\/10px no-repeat;\n  border: 0.5px solid var(--accent-bdr);\n  flex-shrink: 0; transition: transform 0.25s ease;\n}\n.mh-pdp .faq-list details[open] summary::after { transform: rotate(180deg); }\n.mh-pdp .faq-a {\n  padding: 0 18px 16px;\n  color: var(--text-mid); line-height: 1.65;\n}\n\n\/* In Real Homes — Live Instagram embeds via embed.js *\/\n.mh-pdp .ig-embed-grid {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  justify-content: center;\n  align-items: flex-start;\n}\n.mh-pdp .ig-embed-frame {\n  flex: 1 1 380px;\n  max-width: 540px;\n  min-width: 280px;\n  background: var(--bg-card);\n  border: 0.5px solid var(--border);\n  border-radius: 14px;\n  padding: 12px 14px 4px;\n  display: flex;\n  flex-direction: column;\n  align-items: stretch;\n  transition: border-color 0.25s ease;\n}\n.mh-pdp .ig-embed-frame:hover { border-color: var(--accent-bdr); }\n.mh-pdp .ig-embed-frame .instagram-media {\n  margin: 0 !important;\n  background: #FFFFFF !important;\n  border-radius: 8px !important;\n  border: 0 !important;\n  box-shadow: none !important;\n  width: 100% !important;\n  max-width: 540px !important;\n  min-width: 0 !important;\n  align-self: center;\n}\n.mh-pdp .ig-embed-frame iframe {\n  border-radius: 8px !important;\n  width: 100% !important;\n  max-width: 100% !important;\n}\n.mh-pdp .ig-embed-frame .instagram-media-rendered { border-radius: 8px !important; }\n.mh-pdp .ig-embed-link {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  align-self: flex-start;\n  padding: 12px 4px 8px;\n  margin-top: 4px;\n  font-weight: 600;\n  color: var(--brand-dark);\n  letter-spacing: 0.005em;\n  text-decoration: none;\n  transition: color 0.2s ease;\n}\n.mh-pdp .ig-embed-link:hover { color: var(--accent-dk); }\n.mh-pdp .ig-embed-link::after {\n  content: '↗';\n  display: inline-flex;\n  font-size: 14px !important;\n  line-height: 1;\n  transition: transform 0.25s ease;\n}\n.mh-pdp .ig-embed-link:hover::after {\n  transform: translate(2px, -2px);\n}\n\n\/* Responsive *\/\n@media (max-width: 600px) {\n  .mh-pdp { padding: 22px 16px 10px; }\n  .mh-pdp .features-grid { grid-template-columns: 1fr; }\n  .mh-pdp .feature-title { min-height: 0; }\n  .mh-pdp .dl-grid { grid-template-columns: 1fr; }\n  .mh-pdp .spec-key { width: 130px; letter-spacing: 0.03em; }\n  .mh-pdp .spec-item { padding: 12px 14px; gap: 10px; }\n  .mh-pdp .dim-card { padding: 22px 18px; }\n  .mh-pdp .dim-models { grid-template-columns: 1fr; gap: 14px; }\n  .mh-pdp .dim-model {\n    border-right: 0;\n    border-bottom: 0.5px solid var(--border);\n    padding-bottom: 14px;\n    flex-direction: row;\n    justify-content: space-between;\n    text-align: left;\n  }\n  .mh-pdp .dim-model:last-child { border-bottom: 0; padding-bottom: 0; }\n  .mh-pdp .dim-model-val { font-size: 14.5px !important; text-align: right; }\n  .mh-pdp .finish-bar { padding: 16px 18px; }\n  .mh-pdp .cert-badges-grid { grid-template-columns: 1fr; }\n  .mh-pdp .ig-embed-grid { gap: 12px; }\n  .mh-pdp .ig-embed-frame { padding: 10px; border-radius: 12px; flex: 1 1 100%; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mh-pdp\"\u003e\n\u003c!-- OVERVIEW --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eOverview\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe Banana Lights collection reimagines a familiar fruit silhouette as a sculptural Art Deco statement. Each lamp pairs a glossy resin body in warm yellow and gold with a soft milky-white glass shade — playful in profile, refined in finish, and unmistakably conversational.\u003c\/p\u003e\n\u003cp\u003eAvailable in three distinct silhouettes — two reclining poses (Models A and B) and one upright stance (Model C) — the collection lets you compose a single accent or pair them across a console, bedside, or shelf for layered character. Free-standing and plug-in, every Banana lamp ships ready to place anywhere a touch of wit is welcome.\u003c\/p\u003e\n\u003cdiv class=\"finish-bar\"\u003e\n\u003cdiv class=\"finish-bar-text\"\u003e\n\u003cstrong\u003eSignature Finish\u003c\/strong\u003e Yellow + gold resin body · milky white glass shade\u003c\/div\u003e\n\u003cdiv class=\"finish-bar-chips\"\u003e\n\u003cdiv class=\"bar-chip\"\u003e\n\u003cspan style=\"background: #E8C547;\" class=\"bar-chip-dot\"\u003e\u003c\/span\u003e Yellow\u003c\/div\u003e\n\u003cdiv class=\"bar-chip\"\u003e\n\u003cspan style=\"background: #C5963C;\" class=\"bar-chip-dot\"\u003e\u003c\/span\u003e Gold\u003c\/div\u003e\n\u003cdiv class=\"bar-chip\"\u003e\n\u003cspan style=\"background: #F4EFE2;\" class=\"bar-chip-dot\"\u003e\u003c\/span\u003e Milky White\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle stroke-linecap=\"round\" r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" d=\"M12 8v4.5\"\u003e\u003c\/path\u003e\u003ccircle stroke=\"none\" fill=\"currentColor\" r=\"0.6\" cy=\"16\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003ePlug-In, Not Hardwired —\u003c\/strong\u003e Banana Lights are designed as free-standing accent lamps with a 59\" (150 cm) plug cord and inline on\/off switch. No installation is required — simply place near an outlet and turn on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HIGHLIGHTS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduct Highlights\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" d=\"M6 12c0-4 2.5-7 6.5-7 4 0 6 2.8 5 6-1.2 3.8-5 5-8 7-1.5 1-3 2-3.5 3\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" d=\"M9 4.5l1 1.5M16 4.5l-1 1.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eSculptural Art Deco Form\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eA curvilinear banana silhouette rendered in glossy resin — a witty, deco-leaning shape designed as decor first, lighting second.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 17h6M10 20h4M8 10a4 4 0 018 0c0 2-1.2 2.8-2 4.2-.3.5-.5 1.3-.5 1.8h-3c0-.5-.2-1.3-.5-1.8C8.2 12.8 8 12 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eIntegrated Warm LED\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eA built-in 3000K LED diffused through milky white glass — soft, golden ambient glow with no bulb to source or replace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" d=\"M12 3l8 3v5c0 5-3.5 8.5-8 10-4.5-1.5-8-5-8-10V6l8-3z\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eGlobally Certified\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eCompliant across North America, Australia, Europe, and the Middle East — ready to plug in on arrival, wherever you ship it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DIMENSIONS — 3 models --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDimensions\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003cdiv class=\"dim-models\"\u003e\n\u003cdiv class=\"dim-model\"\u003e\n\u003cdiv class=\"dim-model-label\"\u003eModel A\u003c\/div\u003e\n\u003cdiv class=\"dim-model-val\"\u003eD 30 × W 21 × H 20 cm \u003csmall\u003eD 11.8\" × W 8.3\" × H 7.9\"\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-model\"\u003e\n\u003cdiv class=\"dim-model-label\"\u003eModel B\u003c\/div\u003e\n\u003cdiv class=\"dim-model-val\"\u003eD 33 × W 23 × H 19 cm \u003csmall\u003eD 13.0\" × W 9.1\" × H 7.5\"\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-model\"\u003e\n\u003cdiv class=\"dim-model-label\"\u003eModel C\u003c\/div\u003e\n\u003cdiv class=\"dim-model-val\"\u003eD 26 × W 15 × H 30 cm \u003csmall\u003eD 10.2\" × W 5.9\" × H 11.8\"\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-foot\"\u003e\n\u003cdiv class=\"dim-power\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13 3l-7 11h5l-1 7 7-11h-5l1-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Integrated LED · 3000K Warm Light\u003c\/div\u003e\n\u003cdiv class=\"dim-power\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" d=\"M8 6h8M8 6v12a2 2 0 002 2h4a2 2 0 002-2V6\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" d=\"M10 6V4h4v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 59\" Cord · Inline On\/Off Switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAILS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDetails\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eLight Source\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eIntegrated LED\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eColor Temperature\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e3000K — Warm Light\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eModel A: D 30 × W 21 × H 20 cm \u003csmall\u003eModel B: D 33 × W 23 × H 19 cm · Model C: D 26 × W 15 × H 30 cm\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003ePower Cord\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e59\" (150 cm) plug cord with inline on\/off switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eResin, Glass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBody Finishes\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e\n\u003cspan class=\"spec-val-dot\"\u003e\u003cspan style=\"background: #E8C547;\" class=\"dot\"\u003e\u003c\/span\u003e Yellow\u003c\/span\u003e \u003cspan class=\"spec-val-dot\"\u003e\u003cspan style=\"background: #C5963C;\" class=\"dot\"\u003e\u003c\/span\u003e Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eShade Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e\u003cspan class=\"spec-val-dot\"\u003e\u003cspan style=\"background: #F4EFE2;\" class=\"dot\"\u003e\u003c\/span\u003e Milky White\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCertifications\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e\n\u003cdiv class=\"cert-badges-grid\"\u003e\n\u003cspan class=\"cert-badge\"\u003eNorth America\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eAustralia\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eEurope\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eMiddle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MANUFACTURER RESOURCES --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eManufacturer Resources\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1HmGTVTIk4ZtX6EcBcThEi-yMR6taR7Ep\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linejoin=\"round\" d=\"M8 3h7l5 5v12a1 1 0 01-1 1H8a1 1 0 01-1-1V4a1 1 0 011-1z\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" d=\"M15 3v5h5\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" d=\"M10 13h6M10 16h6M10 19h4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dl-title\"\u003eSpecification Sheet\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003ePDF\u003c\/div\u003e\n\u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1sQ5Vq_6foQ7EJ_QHW7gzbqJDJlIVCd92\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.7 6.3l3 3M10 19l-5 1 1-5L17.5 5.5a2.1 2.1 0 013 3L10 19z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dl-title\"\u003eInstallation Sheet\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003ePDF\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eFrequently Asked\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the three Banana lamps sold individually or as a set?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eEach Banana lamp is sold individually by Model — A, B, or C. The three silhouettes are designed to look distinctive on their own, but they also share a unified palette and material story, so collecting two or three together creates a coordinated grouping across a console, mantel, or shelf.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat design era does this lamp draw from?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe Banana Lights collection takes its cues from Art Deco — a style defined by geometric stylization of natural forms, glossy lacquered finishes, and an embrace of gold accents. The fluid curve of the banana profile and the warm yellow-and-gold body translate that vocabulary into a playful, modern accent piece.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the LED replaceable?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eEach Banana lamp uses a fully integrated LED module — the light source is built in and is not a user-replaceable screw-in bulb. Integrated LEDs are rated for tens of thousands of hours of use, so replacement is rarely needed over the lamp's lifetime.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is it powered — plug-in or hardwired?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eBanana Lights are plug-in accent lamps. Each piece comes with a 59\" (approximately 150 cm) cord and an inline on\/off switch on the cord, so you can turn it on without bending to reach the lamp. No wiring or electrician is required — simply plug into a standard outlet.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat rooms or surfaces does this lamp work best on?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eBanana Lights suit consoles, sideboards, bedside tables, shelves, bar counters, and powder rooms — anywhere a small sculptural light can punctuate a vignette. Models A and B (reclining, lower profile) are ideal for shallow shelves and entry consoles; Model C (upright, taller) works well as a bedside reading-companion or on dressers and desks.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the three Models be mixed in one room?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — the collection is designed for mix-and-match. Pairing a reclining silhouette (A or B) with the upright C creates a layered tabletop composition, and the shared resin-and-glass palette keeps the grouping cohesive. A common arrangement is two reclining lamps flanking an object with one upright lamp offset behind.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Mooiehome","offers":[{"title":"Model A: D11.8 x W8.9 x H7.9″ \/ Yellow \u0026 Warm Light \/ US plug","offer_id":44202770071641,"sku":"MHT-161912-01","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model A: D11.8 x W8.9 x H7.9″ \/ Yellow \u0026 Warm Light \/ UK plug","offer_id":44202770104409,"sku":"MHT-161912-02","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model A: D11.8 x W8.9 x H7.9″ \/ Yellow \u0026 Warm Light \/ AU plug","offer_id":44202770137177,"sku":"MHT-161912-03","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model A: D11.8 x W8.9 x H7.9″ \/ Yellow \u0026 Warm Light \/ EU plug","offer_id":44202770169945,"sku":"MHT-161912-04","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model A: D11.8 x W8.9 x H7.9″ \/ Gold \u0026 Warm Light \/ US plug","offer_id":44202770202713,"sku":"MHT-161912-05","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model A: D11.8 x W8.9 x H7.9″ \/ Gold \u0026 Warm Light \/ UK plug","offer_id":44202770235481,"sku":"MHT-161912-06","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model A: D11.8 x W8.9 x H7.9″ \/ Gold \u0026 Warm Light \/ AU plug","offer_id":44202770268249,"sku":"MHT-161912-07","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model A: D11.8 x W8.9 x H7.9″ \/ Gold \u0026 Warm Light \/ EU plug","offer_id":44202770301017,"sku":"MHT-161912-08","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model B: D13 x W9.1 x H7.5″ \/ Yellow \u0026 Warm Light \/ US plug","offer_id":44202770333785,"sku":"MHT-161912-09","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model B: D13 x W9.1 x H7.5″ \/ Yellow \u0026 Warm Light \/ UK plug","offer_id":44202770366553,"sku":"MHT-161912-10","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model B: D13 x W9.1 x H7.5″ \/ Yellow \u0026 Warm Light \/ AU plug","offer_id":44202770399321,"sku":"MHT-161912-11","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model B: D13 x W9.1 x H7.5″ \/ Yellow \u0026 Warm Light \/ EU plug","offer_id":44202770432089,"sku":"MHT-161912-12","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model B: D13 x W9.1 x H7.5″ \/ Gold \u0026 Warm Light \/ US plug","offer_id":44202770464857,"sku":"MHT-161912-13","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model B: D13 x W9.1 x H7.5″ \/ Gold \u0026 Warm Light \/ UK plug","offer_id":44202770497625,"sku":"MHT-161912-14","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model B: D13 x W9.1 x H7.5″ \/ Gold \u0026 Warm Light \/ AU plug","offer_id":44202770530393,"sku":"MHT-161912-15","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model B: D13 x W9.1 x H7.5″ \/ Gold \u0026 Warm Light \/ EU plug","offer_id":44202770563161,"sku":"MHT-161912-16","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model C: D10.2 x W5.9 x H11.8″ \/ Yellow \u0026 Warm Light \/ US plug","offer_id":44202770595929,"sku":"MHT-161912-17","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model C: D10.2 x W5.9 x H11.8″ \/ Yellow \u0026 Warm Light \/ UK plug","offer_id":44202770628697,"sku":"MHT-161912-18","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model C: D10.2 x W5.9 x H11.8″ \/ Yellow \u0026 Warm Light \/ AU plug","offer_id":44202770661465,"sku":"MHT-161912-19","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model C: D10.2 x W5.9 x H11.8″ \/ Yellow \u0026 Warm Light \/ EU plug","offer_id":44202770694233,"sku":"MHT-161912-20","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model C: D10.2 x W5.9 x H11.8″ \/ Gold \u0026 Warm Light \/ US plug","offer_id":44202770727001,"sku":"MHT-161912-21","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model C: D10.2 x W5.9 x H11.8″ \/ Gold \u0026 Warm Light \/ UK plug","offer_id":44202770759769,"sku":"MHT-161912-22","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model C: D10.2 x W5.9 x H11.8″ \/ Gold \u0026 Warm Light \/ AU plug","offer_id":44202770792537,"sku":"MHT-161912-23","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Model C: D10.2 x W5.9 x H11.8″ \/ Gold \u0026 Warm Light \/ EU plug","offer_id":44202770825305,"sku":"MHT-161912-24","price":244.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0718\/2712\/8409\/files\/Banana_Table_Lamp_18.jpg?v=1785250597","url":"https:\/\/opulmkt.com\/products\/banana-table-lamp","provider":"Opul Mkt","version":"1.0","type":"link"}