{"product_id":"larena-glass-plug-in-pendant-light","title":"Larena Glass Plug In Pendant Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Larena theme — fluted glass + warm brass *\/\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-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 a { color: var(--pdp-accent-dk); }\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 .variants-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }\n.pdp .variant-card { padding: 10px 8px; border: 0.5px solid var(--pdp-border); border-radius: 10px; background: var(--pdp-bg-card); text-align: center; cursor: pointer; transition: border-color 0.2s, transform 0.2s; position: relative; }\n.pdp .variant-card:hover { border-color: var(--pdp-accent); transform: translateY(-2px); }\n.pdp .variant-swatch { width: 100%; aspect-ratio: 1; border-radius: 8px; margin-bottom: 8px; border: 0.5px solid var(--pdp-border); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(--pdp-bg-deep); }\n.pdp .variant-name { font-size: 12px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; }\n.pdp .variant-card .variant-preview { position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%) scale(0.85); width: 280px; height: 280px; border-radius: 12px; border: 1px solid var(--pdp-accent-bdr); box-shadow: 0 12px 32px rgba(42,31,24,0.18); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(--pdp-bg-card); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 100; }\n.pdp .variant-card:hover .variant-preview { opacity: 1; transform: translateX(-50%) scale(1); }\n\n.pdp .size-figures { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 12px; }\n.pdp .size-figure { border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); padding: 10px; margin: 0; }\n.pdp .size-figure img { display: block; width: 100%; height: auto; border-radius: 8px; }\n.pdp .size-figure figcaption { font-size: 11.5px; color: var(--pdp-text-mid); text-align: center; margin-top: 8px; }\n.pdp .size-figure figcaption strong { color: var(--pdp-text); }\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; min-height: 44px; 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 { color: var(--pdp-accent); }\n.pdp .faq-list details[open] summary::after { content: '\\2212'; }\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 a.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-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 .size-figures { grid-template-columns: 1fr; }\n  .pdp .spec-item { flex-direction: column; gap: 4px; }\n  .pdp .spec-key { width: auto; }\n  .pdp .variants-grid { grid-template-columns: repeat(2, 1fr); }\n  .pdp .variant-card .variant-preview { display: none; }\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 Larena takes its shape from a pressed-glass dish turned upside down — the kind of fluted, scallop-edged piece that used to come out for dessert. Ribs run from the center to the rim, which is exactly what makes it work as a shade: each flute bends the light a little differently, so the glass reads as a lit flower rather than a plain dome. Brass at the socket and a knurled knob keep the fittings in period, and the twisted gold cord is meant to be seen rather than hidden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Key Features --\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 width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke-width=\"1.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 12 Q 12 5 20 12 M4 12 Q 6 15 8 12 Q 10 15 12 12 Q 14 15 16 12 Q 18 15 20 12\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 5v7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eFluted Petal Glass Shade\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003ePressed glass moulded into a scalloped flower with ribbed petals — the ridges bend the light so the shade glows rather than just tinting it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke-width=\"1.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect rx=\"1\" height=\"7\" width=\"6\" y=\"3\" x=\"9\"\u003e\u003c\/rect\u003e\u003cpath d=\"M15 6h3M12 10v4\"\u003e\u003c\/path\u003e\u003ccircle r=\"2\" cy=\"16\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eTwo Ways to Switch\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA brass turn-knob at the socket and an inline switch on the cord — no wall switch involved, so use whichever is closer to hand.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke-width=\"1.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect rx=\"2\" height=\"7\" width=\"10\" y=\"2\" x=\"7\"\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 rx=\"1\" height=\"4\" width=\"5\" y=\"16\" x=\"17\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003ePlug-In Swag, Two Hooks\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA \u003cstrong\u003e450 cm gold twisted cord\u003c\/strong\u003e drapes through two included ceiling hooks to a standard US plug — no junction box, no electrician, fully reversible.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Colors \u0026 Shapes --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eColors \u0026amp; Shapes\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eClear and green fluted glass, in two petal shapes. Hover any thumbnail to preview.\u003c\/p\u003e\n\u003cdiv class=\"variants-grid\"\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena_Glass_Plug_In_Pendant_Light_3.jpg?v=1779444240');\" class=\"variant-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003eGreen · Pointed Petal\u003c\/div\u003e\n\u003cdiv style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena_Glass_Plug_In_Pendant_Light_3.jpg?v=1779444240');\" class=\"variant-preview\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena_Glass_Plug_In_Pendant_Light_2.jpg?v=1779444242');\" class=\"variant-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003eClear · Pointed Petal\u003c\/div\u003e\n\u003cdiv style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena_Glass_Plug_In_Pendant_Light_2.jpg?v=1779444242');\" class=\"variant-preview\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena_Glass_Plug_In_Pendant_Light_4.jpg?v=1779444240');\" class=\"variant-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003eClear · Scalloped\u003c\/div\u003e\n\u003cdiv style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena_Glass_Plug_In_Pendant_Light_4.jpg?v=1779444240');\" class=\"variant-preview\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena_Glass_Plug_In_Pendant_Light_5.jpg?v=1779444240');\" class=\"variant-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003eGreen · Scalloped\u003c\/div\u003e\n\u003cdiv style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena_Glass_Plug_In_Pendant_Light_5.jpg?v=1779444240');\" class=\"variant-preview\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Size \u0026 Fit --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSize \u0026amp; Fit\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-figures\"\u003e\n\u003cfigure class=\"size-figure\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena-_Glass_-Plug_-In_-Pendant_-Light_1.jpg?v=1781681577\" alt=\"Larena plug-in pendant small shade dimensions — 7.8 inch diameter by 3.1 inch high\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003e\u003cstrong\u003eSmall\u003c\/strong\u003e · Ø7.8″ × H3.1″ (Ø20 × 8 cm) · ~1.5 kg\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"size-figure\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena-_Glass_-Plug_-In_-Pendant_-Light_2.jpg?v=1781681577\" alt=\"Larena plug-in pendant large shade dimensions — 9.8 inch diameter by 4.7 inch high\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003e\u003cstrong\u003eLarge\u003c\/strong\u003e · Ø9.8″ × H4.7″ (Ø25 × 12 cm) · ~2.5 kg\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003cp\u003eBoth are small, shallow shades. Take the \u003cstrong\u003eSmall\u003c\/strong\u003e beside a bed or in a single spot where a table lamp would take up surface; the \u003cstrong\u003eLarge\u003c\/strong\u003e over a kitchen island or dining table, or run two or three in a row along a longer counter. Over a work surface, hang the bottom about \u003cstrong\u003e30–36″ (75–90 cm)\u003c\/strong\u003e above it; beside a bed, \u003cstrong\u003e24–30″ (60–75 cm)\u003c\/strong\u003e above the mattress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. 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\"\u003eFluted pressed-glass shade in clear or green · brass socket holder · gold twisted cloth 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 × E26 or E27 medium base · bulb included · a vintage filament bulb reads strongest through the fluted glass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCord \u0026amp; Power\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e450 cm twisted cloth cord, drapeable for a swag · standard US two-prong plug · no hardwiring or junction box\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eSwitch\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eBrass turn-knob at the socket + inline cord switch · no wall switch needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eIn the Box\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003ePendant fixture · 1 bulb · 2 ceiling swag hooks · mounting hardware\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\"\u003eWipe the glass with a soft cloth and glass cleaner — the flutes hold dust · dry cloth on brass, no polish · indoor dry locations only\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\"\u003eMid-Century\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eFarmhouse\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eScandinavian\u003c\/span\u003e\n\u003c\/div\u003e\n\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, kitchen island, dining table, entryway · rentals and rooms with no ceiling wiring · pairs with wood, rattan, and warm brass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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 Larena Glass Plug-In Pendant Light. Need a doc that's not listed? Email \u003ca href=\"mailto:info@docos.us\"\u003einfo@docos.us\u003c\/a\u003e.\u003c\/p\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1dWsbbrMnXnAsBgW_lS0nH86qucq_OJ_Y\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"20\" width=\"20\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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 viewbox=\"0 0 24 24\" height=\"20\" width=\"20\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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 viewbox=\"0 0 24 24\" height=\"20\" width=\"20\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\"\u003eGlass \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\u003eHow does it install — do I need an electrician?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo wiring and no electrician. Anchor one of the two included hooks above where the shade should hang, the second near your outlet, drape the \u003cstrong\u003e450 cm cord\u003c\/strong\u003e through both to form the swag, and plug in. It leaves nothing behind but two small hook holes, so it works in a rental.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs a bulb included, and what fits?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — one bulb, plus two ceiling hooks and mounting hardware. The socket takes an \u003cstrong\u003eE26 or E27\u003c\/strong\u003e medium base (the US standard screw size); a vintage filament bulb gives the strongest look through the fluted glass.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size and color should I pick?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eTwo sizes — \u003cstrong\u003eØ7.8″\u003c\/strong\u003e for a bedside or single spot, \u003cstrong\u003eØ9.8″\u003c\/strong\u003e over an island or dining table — each in \u003cstrong\u003eclear\u003c\/strong\u003e or \u003cstrong\u003egreen\u003c\/strong\u003e glass and two petal shapes. Clear stays light and neutral; green adds color and reads a little darker when lit.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it go in a bathroom, and how do I clean the glass?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — glass on a cloth cord is rated for \u003cstrong\u003eindoor dry locations only\u003c\/strong\u003e, so keep it out of bathrooms and covered outdoor areas. Wipe the glass with a soft cloth and glass cleaner; the flutes trap dust, so dust more often for the best sparkle, and use a dry cloth on the brass.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Schema.org JSON-LD --\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Larena Glass Plug-In Pendant Light\",\n  \"description\": \"Plug-in swag pendant with a fluted petal-shaped pressed-glass shade, brass socket holder with a turn-knob switch and a 450 cm gold twisted cloth cord ending in a standard US plug. Two ceiling hooks and a bulb included, so no hardwiring or electrician is needed. Clear or green glass in two petal shapes and two sizes: 7.8 inch and 9.8 inch diameter. Indoor dry locations only.\",\n  \"material\": [\"Glass\", \"Brass\"],\n  \"color\": \"Clear or green glass \/ brass\",\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E26 or E27 medium base, bulb included\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Power\", \"value\": \"Plug-in, 450 cm twisted cloth cord, standard US two-prong plug, no hardwiring\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Switch\", \"value\": \"Brass turn-knob at the socket plus inline cord switch\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"In the Box\", \"value\": \"Pendant fixture, 1 bulb, 2 ceiling swag hooks, mounting hardware\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Location Rating\", \"value\": \"Indoor dry locations only\" }\n  ],\n  \"hasVariant\": [\n    { \"@type\": \"Product\", \"name\": \"Larena Plug-In Pendant - Small\", \"size\": \"Dia 7.8\\\" x H3.1\\\" (20 x 8 cm)\", \"weight\": { \"@type\": \"QuantitativeValue\", \"value\": 1.5, \"unitCode\": \"KGM\" } },\n    { \"@type\": \"Product\", \"name\": \"Larena Plug-In Pendant - Large\", \"size\": \"Dia 9.8\\\" x H4.7\\\" (25 x 12 cm)\", \"weight\": { \"@type\": \"QuantitativeValue\", \"value\": 2.5, \"unitCode\": \"KGM\" } },\n    { \"@type\": \"Product\", \"name\": \"Larena Plug-In Pendant - Clear glass\", \"color\": \"Clear\" },\n    { \"@type\": \"Product\", \"name\": \"Larena Plug-In Pendant - Green glass\", \"color\": \"Green\" }\n  ]\n}\n\u003c\/script\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How does it install - do I need an electrician?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No wiring and no electrician. Anchor one of the two included hooks above where the shade should hang, the second near your outlet, drape the 450 cm cord through both to form the swag, and plug in. It leaves nothing behind but two small hook holes, so it works in a rental.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is a bulb included, and what fits?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, one bulb plus two ceiling hooks and mounting hardware. The socket takes an E26 or E27 medium base, the US standard screw size, and a vintage filament bulb gives the strongest look through the fluted glass.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which size and color should I pick?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Two sizes: 7.8 inch diameter for a bedside or single spot, and 9.8 inch over an island or dining table, each in clear or green glass and two petal shapes. Clear stays light and neutral while green adds color and reads a little darker when lit.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can it go in a bathroom, and how do I clean the glass?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. Glass on a cloth cord is rated for indoor dry locations only, so keep it out of bathrooms and covered outdoor areas. Wipe the glass with a soft cloth and glass cleaner, dust the flutes often for the best sparkle, and use a dry cloth on the brass.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 20cm x H 8cm \/ ∅ 7.8″ x H 3.1″ \/ Clear \/ US Plug","offer_id":52288973930770,"sku":"DCP-C1808-01","price":182.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 20cm x H 8cm \/ ∅ 7.8″ x H 3.1″ \/ Clear \/ UK Plug","offer_id":52288973963538,"sku":"DCP-C1808-02","price":182.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 20cm x H 8cm \/ ∅ 7.8″ x H 3.1″ \/ Clear \/ AU Plug","offer_id":52288973996306,"sku":"DCP-C1808-03","price":182.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 20cm x H 8cm \/ ∅ 7.8″ x H 3.1″ \/ Clear \/ EU Plug","offer_id":52288974029074,"sku":"DCP-C1808-04","price":182.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 20cm x H 8cm \/ ∅ 7.8″ x H 3.1″ \/ Green \/ US Plug","offer_id":52288974061842,"sku":"DCP-C1808-05","price":182.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 20cm x H 8cm \/ ∅ 7.8″ x H 3.1″ \/ Green \/ UK Plug","offer_id":52288974094610,"sku":"DCP-C1808-06","price":182.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 20cm x H 8cm \/ ∅ 7.8″ x H 3.1″ \/ Green \/ AU Plug","offer_id":52288974127378,"sku":"DCP-C1808-07","price":182.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 20cm x H 8cm \/ ∅ 7.8″ x H 3.1″ \/ Green \/ EU Plug","offer_id":52288974160146,"sku":"DCP-C1808-08","price":182.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 25cm x H 12cm \/ ∅ 9.8″ x H 4.7″ \/ Clear \/ US Plug","offer_id":52288974192914,"sku":"DCP-C1808-09","price":225.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 25cm x H 12cm \/ ∅ 9.8″ x H 4.7″ \/ Clear \/ UK Plug","offer_id":52288974225682,"sku":"DCP-C1808-10","price":225.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 25cm x H 12cm \/ ∅ 9.8″ x H 4.7″ \/ Clear \/ AU Plug","offer_id":52288974258450,"sku":"DCP-C1808-11","price":225.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 25cm x H 12cm \/ ∅ 9.8″ x H 4.7″ \/ Clear \/ EU Plug","offer_id":52288974291218,"sku":"DCP-C1808-12","price":225.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 25cm x H 12cm \/ ∅ 9.8″ x H 4.7″ \/ Green \/ US Plug","offer_id":52288974323986,"sku":"DCP-C1808-13","price":225.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 25cm x H 12cm \/ ∅ 9.8″ x H 4.7″ \/ Green \/ UK Plug","offer_id":52288974356754,"sku":"DCP-C1808-14","price":225.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 25cm x H 12cm \/ ∅ 9.8″ x H 4.7″ \/ Green \/ AU Plug","offer_id":52288974389522,"sku":"DCP-C1808-15","price":225.0,"currency_code":"CAD","in_stock":true},{"title":"Dia 25cm x H 12cm \/ ∅ 9.8″ x H 4.7″ \/ Green \/ EU Plug","offer_id":52288974422290,"sku":"DCP-C1808-16","price":225.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Larena_Glass_Plug_In_Pendant_Light_1.jpg?v=1779444240","url":"https:\/\/docos.us\/en-ca\/products\/larena-glass-plug-in-pendant-light","provider":"Docos","version":"1.0","type":"link"}