{"product_id":"cavella-plug-in-pendant-light","title":"Cavella Plug In Pendant Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Cavella theme — olive green glass + warm brass *\/\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #f6f7ec;\n  --pdp-bg-deep: #e6ebcf;\n  --pdp-border: #d4dcb4;\n  --pdp-border-lt: #dde3c4;\n  --pdp-accent: #6f7d2e;\n  --pdp-accent-dk: #515c20;\n  --pdp-accent-bg: #edf0d8;\n  --pdp-accent-bdr: #b3bd78;\n  --pdp-text: #20240f;\n  --pdp-text-mid: #454d2a;\n  --pdp-text-light: #868a6f;\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 .size-figure { border: 0.5px solid var(--pdp-border); border-radius: 14px; background: var(--pdp-bg-card); padding: 10px; margin-bottom: 12px; }\n.pdp .size-figure img { display: block; width: 100%; height: auto; border-radius: 10px; }\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 .spec-item { flex-direction: column; gap: 4px; }\n  .pdp .spec-key { width: auto; }\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 Cavella comes out of mid-century pressed glass — the bottle-green tumblers and ashtrays that were moulded rather than blown, pattern and all, in one press. Here the pattern is a chevron cut into the wall of a small drum, deep enough that the glass refracts instead of simply tinting: switched on, the olive turns green-gold and throws that ridged pattern outward. Brass at the socket and a knurled turn-knob finish it the way a period fixture would, with the switch on the lamp rather than the wall.\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 stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke=\"currentColor\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M6 7 L18 7 L18 16 L6 16 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 8 L10 10 L8 12M8 12 L10 14 L8 16M13 8 L15 10 L13 12M13 12 L15 14 L13 16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eChevron-Textured Green Glass\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eOlive-green pressed glass with the chevron moulded into it — colored and textured through the glass, so it never wears off.\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=\"8\" y=\"3\" width=\"8\" height=\"7\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M12 10v4M9 14h6M14 6l3 1\"\u003e\u003c\/path\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 on the socket and an inline rocker on the cord — no wall switch involved, so use whichever is closer.\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=\"M3 6h3v12H3zM6 11h4M10 8l3 0M13 6v12M16 8h4M20 11v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003ePlug-In Swag, Two Hooks Included\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA \u003cstrong\u003e177″ braided cord\u003c\/strong\u003e and two ceiling hooks let you hang it anywhere and plug into a standard outlet — renter-friendly and fully reversible.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. 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-figure\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Cavella-Plug-In-Pendant-Light.jpg?v=1781681066\" alt=\"Cavella plug-in pendant light dimension diagram — 5.9 inch diameter by 7.1 inch high shade\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp\u003eOne size: \u003cstrong\u003eØ5.9″ × H7.1″ (Ø15 × H18 cm)\u003c\/strong\u003e. The small drum suits tight spots rather than a wide dining table — a single island end, a breakfast nook, a reading corner. Hang the bottom about \u003cstrong\u003e30–36″ (75–90 cm)\u003c\/strong\u003e above a counter, or \u003cstrong\u003e24–30″ (60–75 cm)\u003c\/strong\u003e above a nightstand.\u003c\/p\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\"\u003eOlive-green chevron pressed-glass drum shade · polished brass socket and hardware · 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 × E26 or E27 medium base · bulb included · max 40W incandescent or 12W LED equivalent · warm white 2700K recommended\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCord \u0026amp; Plug\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e177″ (450 cm) brown braided cord, drapeable for a swag · standard US 2-prong polarized plug · 120V\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\"\u003eInline cord switch + on-fixture brass turn-knob · 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\"\u003eDimmable\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eWith a dimmable LED plus an inline dimmer cord — a wall dimmer won't control a plug-in fixture\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 chevron grooves hold dust, so dust often · 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\"\u003eMid-Century\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eVintage\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eEclectic\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eRetro\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eWarm Industrial\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, breakfast nook, kitchen island end, reading corner · pairs with wood, leather, and warm metals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. 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 styling guides for the Cavella 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\/1NMRvAKPEti2RtZcB9JoYLwdQxgZihf_3\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\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\"\u003eInstallation Guide\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eSwag hook setup · 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\"\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!-- 6. 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, no electrician. Anchor one of the included hooks above where you want the shade, a second near the outlet, drape the braided cord through both to form the swag, and plug in. Switch it at the cord or the brass knob. Fully reversible, so it works in a rental.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bulb included, and what fits?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, a bulb is included. The socket takes an \u003cstrong\u003eE26 or E27\u003c\/strong\u003e medium base — the US standard screw size — up to \u003cstrong\u003e40W incandescent or 12W LED equivalent\u003c\/strong\u003e. A warm white 2700K LED suits the green glass best, and replacements are stocked anywhere.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the glass really green, or is it painted?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe color is \u003cstrong\u003ein the glass\u003c\/strong\u003e, not painted or coated, and the chevron is pressed into the wall of the shade — so neither the olive tone nor the texture can wear or scratch off.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I dim it?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, with two things: a \u003cstrong\u003edimmable LED bulb\u003c\/strong\u003e and a third-party \u003cstrong\u003einline dimmer cord\u003c\/strong\u003e between the plug and the outlet. A wall dimmer won't do anything here, since the fixture isn't wired into the wall.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Schema.org JSON-LD --\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Cavella Plug-In Pendant Light\",\n  \"description\": \"Plug-in swag pendant with an olive-green chevron pressed-glass drum shade, polished brass socket and turn-knob switch. 1 x E26 or E27 medium base with a bulb included, max 40W. 177 inch braided cord, inline switch and two ceiling hooks, so no electrician is needed. Shade 5.9 inch diameter x 7.1 inch high. Indoor dry locations only.\",\n  \"material\": [\"Glass\", \"Brass\"],\n  \"color\": \"Olive green \/ brass\",\n  \"size\": \"Dia 5.9\\\" x H7.1\\\" (15 x 18 cm)\",\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E26 or E27 medium base, bulb included, max 40W incandescent or 12W LED equivalent\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Power\", \"value\": \"Plug-in, 177 inch (450 cm) braided cord, US 2-prong polarized plug, 120V\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Switch\", \"value\": \"Inline cord switch plus on-fixture brass turn-knob\" },\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}\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 included hook above where you want the shade, a second near the outlet, drape the braided cord through both to form the swag, and plug in. Switch it at the cord or the brass knob. It is fully reversible, so it works in a rental.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the bulb included, and what fits?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, a bulb is included. The socket takes an E26 or E27 medium base, the US standard screw size, up to 40W incandescent or 12W LED equivalent. A warm white 2700K LED suits the green glass best.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the glass really green, or is it painted?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The color is in the glass rather than painted or coated, and the chevron is pressed into the wall of the shade, so neither the olive tone nor the texture can wear or scratch off.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I dim it?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, with a dimmable LED bulb and a third-party inline dimmer cord between the plug and the outlet. A wall dimmer will not work, since the fixture is not wired into the wall.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 15cm x H 18cm \/ ∅ 5.9″ x H 7″ \/ Brass \u0026 Green \/ US Plug","offer_id":52292204855570,"sku":"DCP-C1429-01","price":24300.0,"currency_code":"JPY","in_stock":true},{"title":"Dia 15cm x H 18cm \/ ∅ 5.9″ x H 7″ \/ Brass \u0026 Green \/ UK Plug","offer_id":52292205969682,"sku":"DCP-C1429-02","price":24300.0,"currency_code":"JPY","in_stock":true},{"title":"Dia 15cm x H 18cm \/ ∅ 5.9″ x H 7″ \/ Brass \u0026 Green \/ AU Plug","offer_id":52292206002450,"sku":"DCP-C1429-03","price":24300.0,"currency_code":"JPY","in_stock":true},{"title":"Dia 15cm x H 18cm \/ ∅ 5.9″ x H 7″ \/ Brass \u0026 Green \/ EU Plug","offer_id":52292206035218,"sku":"DCP-C1429-04","price":24300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Cavella_Plug_In_Pendant_Light_1.jpg?v=1779690509","url":"https:\/\/docos.us\/en-jp\/products\/cavella-plug-in-pendant-light","provider":"Docos","version":"1.0","type":"link"}