{"product_id":"retro-ketan-plug-in-pendant-light","title":"Retro Ketan Plug In Pendant Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Violetta theme — soft mauve + gold trim *\/\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #faf6f3;\n  --pdp-bg-deep: #efe5dd;\n  --pdp-border: #e2d5c9;\n  --pdp-border-lt: #e9ded4;\n  --pdp-accent: #9a6a4f;\n  --pdp-accent-dk: #6f4a35;\n  --pdp-accent-lt: #c2916f;\n  --pdp-accent-bg: #f3e8df;\n  --pdp-accent-bdr: #ceac92;\n  --pdp-text: #2a1f18;\n  --pdp-text-mid: #5a473b;\n  --pdp-text-light: #96847a;\n  max-width: 900px; margin: 0 auto;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  color: var(--pdp-text); line-height: 1.65; font-size: 14px;\n}\n.pdp * { box-sizing: border-box; }\n.pdp p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); }\n.pdp .pdp-section { margin-bottom: 2.8rem; }\n.pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; }\n.pdp .sec-line { flex: 1; height: 0.5px; background: var(--pdp-border); }\n.pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pdp-accent); white-space: nowrap; }\n\n.pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); }\n.pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); color: var(--pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }\n.pdp .feat-icon svg { fill: none; }\n.pdp .feat-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; line-height: 1.35; }\n.pdp .feat-desc { font-size: 12px; color: var(--pdp-text-mid); line-height: 1.55; }\n\n.pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(--pdp-border); border-radius: 14px; background: var(--pdp-bg-card); padding: 6px 4px; }\n.pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(--pdp-border-lt); font-size: 13px; gap: 16px; }\n.pdp .size-spec-item:last-child { border-bottom: 0; }\n.pdp .size-spec-item span { color: var(--pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; }\n.pdp .size-spec-item strong { color: var(--pdp-text); font-weight: 600; text-align: right; }\n.pdp .size-spec-item img { max-width: 100%; height: auto; display: block; border-radius: 8px; }\n\n.pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--pdp-border); border-radius: 14px; overflow: hidden; }\n.pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--pdp-border-lt); display: flex; align-items: flex-start; background: var(--pdp-bg-card); gap: 16px; }\n.pdp .spec-item:last-child { border-bottom: 0; }\n.pdp .spec-item:nth-child(even) { background: var(--pdp-bg); }\n.pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--pdp-accent); width: 160px; flex-shrink: 0; padding-top: 2px; }\n.pdp .spec-val { font-size: 12.5px; color: var(--pdp-text); }\n\n.pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; }\n.pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(--pdp-accent); background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; }\n\n.pdp .faq-list { display: flex; flex-direction: column; gap: 6px; }\n.pdp .faq-list details { border: 0.5px solid var(--pdp-border); border-radius: 10px; background: var(--pdp-bg-card); overflow: hidden; }\n.pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(--pdp-text); display: flex; justify-content: space-between; align-items: center; }\n.pdp .faq-list summary::-webkit-details-marker { display: none; }\n.pdp .faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--pdp-accent); }\n.pdp .faq-list details[open] summary::after { content: '−'; }\n.pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; }\n\n.pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); text-decoration: none; color: var(--pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; }\n.pdp .dl-card:hover { border-color: var(--pdp-accent-bdr); background: var(--pdp-accent-bg); }\n.pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(--pdp-bg); }\n.pdp .dl-card.dl-disabled:hover { background: var(--pdp-bg); border-color: var(--pdp-border); }\n.pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); color: var(--pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.pdp .dl-icon svg { fill: none; }\n.pdp .dl-meta { width: 100%; }\n.pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; margin-bottom: 3px; }\n.pdp .dl-sub { font-size: 11.5px; color: var(--pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; }\n.pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pdp-text-light); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; }\n\n@media (max-width: 720px) {\n  .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; }\n  .pdp .spec-key { width: 120px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pdp\"\u003e\n\u003c!-- 1. Inspiration --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eInspiration\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe \u003cstrong\u003eRetro Ketan Plug-In Pendant Light\u003c\/strong\u003e is built the old way: colored glass cut by hand, wrapped in copper foil and soldered panel to panel, so the seams stay visible as part of the pattern. Kept small — under eight inches — it behaves less like a ceiling fixture than like a lantern, and the floral motif reads properly only once the bulb is behind it, throwing amber, pink and blue across whatever sits below.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Key Features (3 cards) --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eKey Features\u003c\/span\u003e\n\u003cdiv class=\"sec-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=\"feat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke=\"currentColor\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M4 9h16l-2 9H6L4 9z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 9l3-5h10l3 5\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 9v9M15 9v9M12 4v14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eSoldered Stained Glass Shade\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eHand-cut colored glass panels joined with copper-foil seams into a floral motif, bordered by a scalloped art-glass hem and brass frame.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke=\"currentColor\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003crect x=\"7\" y=\"2\" width=\"10\" height=\"7\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M10 2V0.5M14 2V0.5\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 9v6a3 3 0 0 0 3 3h2\"\u003e\u003c\/path\u003e\u003crect x=\"17\" y=\"16\" width=\"5\" height=\"4\" rx=\"1\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003ePlug-In Swag, 2 Hooks\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eThe braided cord drapes through two included ceiling hooks and ends in a standard US plug — no junction box, no electrician.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke=\"currentColor\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M5 4v6a4 4 0 0 0 4 4h6a4 4 0 0 1 4 4\"\u003e\u003c\/path\u003e\u003crect x=\"3\" y=\"2\" width=\"4\" height=\"3\" rx=\"1\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"17\" cy=\"20\" r=\"2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eInline On\/Off Switch\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA switch on the cord between shade and plug turns the light on and off — no wall switch needed on the circuit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Product Size --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduct Size\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-specs\"\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e\u003cstrong\u003eØ 7.8″ × H 6.8″ \/ Ø 20 × H 17.5 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eCord Length\u003c\/span\u003e\u003cstrong\u003e177″ \/ 450 cm (adjustable swag)\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Retro-Ketan-Plug-In-Pendant-Light.jpg?v=1781682452\" alt=\"Retro Ketan Plug-In Pendant Light dimensions\"\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Specifications --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSpecifications\u003c\/span\u003e\n\u003cdiv class=\"sec-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\"\u003eMaterials \u0026amp; Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSoldered stained glass shade in amber, pink, blue and green · Brass frame · Brown braided cord\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eLight Source\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e1 × E14 small screw base · 15W max · 3000K warm bulb included · A warm-toned bulb gives the strongest stained-glass glow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCord, Plug \u0026amp; Switch\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e177″ (450 cm) braided cord, drapeable for a swag · Standard US two-prong plug · Inline on\/off switch between shade and plug · 2 ceiling hooks included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003ePlug-in swag, no hardwiring — one hook above the shade, a second near the outlet, cord draped through both · Renter-friendly and reversible\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eRating\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eIndoor · Dry locations only — not for bathrooms or covered outdoor areas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eDust the glass panels and brass frame with a soft dry or barely damp cloth · Never soak leaded glass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eCertified: North America · Australia · Europe · Middle East\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBest For\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eBedside, breakfast nook, reading nook, entryway console · Accent light rather than a room's main light\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDesign Style\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e\n\u003cdiv class=\"style-tags\"\u003e\n\u003cspan class=\"style-tag\"\u003eVintage\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eCottagecore\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eEclectic\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eArt Nouveau-Inspired\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eBoho\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!-- 5. Use Case --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eUse Case\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eAt 7.8″ with a plug-in cord, the Retro Ketan suits spots where ceiling wiring isn't an option — apartments, rentals, or any wall without a junction box. Use the two hooks to drape the cord out from a corner and hang it beside a bed as a \u003cstrong\u003ebedside reading pendant\u003c\/strong\u003e, over a side table in a reading nook, or above an entryway console. The leaded panels cast amber, pink and blue rather than flooding the room, so treat it as an accent alongside other lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Downloads --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDownloads\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eTechnical reference and setup guides for the Retro Ketan Plug-In Pendant Light. For files marked pending, contact info@docos.us.\u003c\/p\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1u-2_R-8b7NVQ3RatpWpytuAX7MbDwxHV\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M14 3H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2V9z\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 3v6h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 13h8M8 17h8M8 9h2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dl-meta\"\u003e\n\u003cdiv class=\"dl-label\"\u003eSpec Sheet\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eFull Product Specs · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M14 3H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2V9z\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 3v6h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 13l1.5 1.5L13 12M9 17l1.5 1.5L13 16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dl-meta\"\u003e\n\u003cdiv class=\"dl-label\"\u003eSetup Guide\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eSwag Hook \u0026amp; Plug-In · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-status\"\u003ePending\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 3v18M4 7.5l8 4.5 8-4.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dl-meta\"\u003e\n\u003cdiv class=\"dl-label\"\u003eCare Guide\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eStained Glass \u0026amp; Brass · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-status\"\u003ePending\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. FAQ --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eFAQ\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it need hardwiring or an electrician?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo. Drape the cord through the two included ceiling hooks — one above where the shade should hang, one near the outlet — and plug it into a standard wall socket. No junction box, no electrician, and fully reversible, so it suits renters.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs a bulb included, and which type?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — a 3000K warm white bulb is included. It takes one \u003cstrong\u003eE14\u003c\/strong\u003e small screw base up to 15W. E14 is the smaller European candelabra size rather than the standard US E26, so pick up E14 replacements specifically; they're stocked on Amazon and at most lighting suppliers.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it in a bathroom, and how do I clean the glass?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — it's rated for \u003cstrong\u003eindoor dry locations only\u003c\/strong\u003e, so keep it out of bathrooms and covered outdoor areas. Clean by dusting the panels and brass frame with a soft dry or barely damp cloth; don't soak leaded glass.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 20cm x H 17.5cm \/ ∅ 7.8″ x H 6.8″ \/ Colorful \/ US Plug","offer_id":52288933593362,"sku":"DCP-C4214-01","price":153.0,"currency_code":"CHF","in_stock":true},{"title":"Dia 20cm x H 17.5cm \/ ∅ 7.8″ x H 6.8″ \/ Colorful \/ UK Plug","offer_id":52288933626130,"sku":"DCP-C4214-02","price":153.0,"currency_code":"CHF","in_stock":true},{"title":"Dia 20cm x H 17.5cm \/ ∅ 7.8″ x H 6.8″ \/ Colorful \/ AU Plug","offer_id":52288933658898,"sku":"DCP-C4214-03","price":153.0,"currency_code":"CHF","in_stock":true},{"title":"Dia 20cm x H 17.5cm \/ ∅ 7.8″ x H 6.8″ \/ Colorful \/ EU Plug","offer_id":52288933691666,"sku":"DCP-C4214-04","price":153.0,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Retro_Ketan_Plug_In_Pendant_Light_1.jpg?v=1779435681","url":"https:\/\/docos.us\/en-ch\/products\/retro-ketan-plug-in-pendant-light","provider":"Docos","version":"1.0","type":"link"}