{"product_id":"virella-plug-in-pendant-light","title":"Virella Plug In Pendant Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Virella theme — warm cream + terracotta + soft brown *\/\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #f8f2e6;\n  --pdp-bg-deep: #ede0c8;\n  --pdp-border: #e0d2b2;\n  --pdp-border-lt: #e7dcc0;\n  --pdp-accent: #8a4a30;\n  --pdp-accent-dk: #5e2f1c;\n  --pdp-accent-bg: #f3e3d6;\n  --pdp-accent-bdr: #c89a78;\n  --pdp-text: #2a1a12;\n  --pdp-text-mid: #5a3f32;\n  --pdp-text-light: #968270;\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.6rem; }\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-img { padding: 8px 12px 12px; }\n.pdp .size-img 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: center; 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; }\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 .related-card { display: flex; gap: 16px; align-items: center; padding: 18px; border: 0.5px solid var(--pdp-border); border-radius: 14px; background: var(--pdp-bg-card); text-decoration: none; color: var(--pdp-text); transition: border-color 0.2s, transform 0.2s; }\n.pdp .related-card:hover, .pdp .related-card:focus-visible { border-color: var(--pdp-accent); transform: translateY(-2px); }\n.pdp .related-image { width: 120px; height: 120px; border-radius: 10px; background-size: cover; background-position: center; background-color: var(--pdp-bg-deep); flex-shrink: 0; border: 0.5px solid var(--pdp-border); }\n.pdp .related-meta { flex: 1; min-width: 0; }\n.pdp .related-eyebrow { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pdp-accent); margin-bottom: 6px; }\n.pdp .related-title { font-size: 16px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; margin-bottom: 6px; }\n.pdp .related-desc { font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.5; margin-bottom: 10px; }\n.pdp .related-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--pdp-accent); }\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, .pdp a.dl-card:focus-visible { 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-key { width: 120px; }\n  .pdp .related-card { flex-direction: column; text-align: center; }\n  .pdp .related-image { width: 100%; height: 200px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pdp\"\u003e\n\u003c!-- 1. You May Also Like --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eYou May Also Like\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"related-card\" href=\"https:\/\/docos.us\/products\/virella-pendant-lamp\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"related-image\" style=\"background-image: url('https:\/\/docos.us\/cdn\/shop\/files\/Virella_Pendant_Lamp_2_1200x.jpg?v=1768117165');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"related-meta\"\u003e\n\u003cdiv class=\"related-eyebrow\"\u003eSame Series · Hardwired\u003c\/div\u003e\n\u003cdiv class=\"related-title\"\u003eVirella Pendant Lamp\u003c\/div\u003e\n\u003cdiv class=\"related-desc\"\u003eThe hardwired version of this fixture — same hand-painted stoneware shade, brass socket, and walnut wood bead. For rooms with an existing ceiling junction box.\u003c\/div\u003e\n\u003cspan class=\"related-cta\"\u003eView Product\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 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\u003eVirella comes out of folk pottery — the painted stoneware that was made to be used, where a vine of leaves and berries was brushed around a rim because a plain edge looked unfinished. The shade keeps that logic: a wide brim, cream glaze, and the pattern where a hand would naturally run. Nothing is hidden. The bulb sits open below the rim and the walnut bead at the neck is left plain, so the painted border stays the only decoration on the piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3. 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=\"M3 14c2-1 4-1 6 0M9 14c2-1 4-1 6 0M15 14c2-1 4-1 6 0M5 12l1-1M9 11l1-1M13 12l1-1M17 11l1-1\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6\" cy=\"11\" r=\"1\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"14\" cy=\"11\" r=\"1\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eHand-Painted Vine Motif\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA folk-style vine with brown leaves and red berries runs continuously around the shade rim, painted by hand so each piece differs slightly.\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 6h4v12H3zM7 12h4M11 9l3 0M14 7v10M17 9h4M21 12v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003ePlug-In Swag with 2 Hooks\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eBoth ceiling hooks are included, so you route the braided cord into a swag and plug into any US outlet — 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\u003ccircle cx=\"12\" cy=\"6\" r=\"3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 9v3M12 12v3M15 12v3M12 15l-2 2M12 15l2 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eBrass \u0026amp; Walnut Hardware\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA polished brass socket cap paired with a turned walnut bead at the neck — solid materials, no plated plastic.\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-specs\"\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e\u003cstrong\u003eØ8.4″ × H8.6″ \/ Ø21.5 × H22 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Virella-Plug-In-Pendant-Light.jpg?v=1780747712\" alt=\"Virella Plug-In Pendant Light dimension drawing\"\u003e\u003c\/div\u003e\n\u003c\/div\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\"\u003eFixture Type\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003ePlug-in swag pendant (single bulb) · wide-brim open shade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterials \u0026amp; Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eCream hand-painted stoneware shade with brown vine and red berry motif, solid brass socket, natural walnut bead, brown twisted 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 · 60W incandescent or 12W LED max · warm light 3000K · Edison-style bulb included · dimmable with a dimmable LED and an inline dimmer cord (wall dimmers don't work on plug-in fixtures)\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 braided cord, drapeable for swag · inline rocker switch about 30″ from the plug · 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\"\u003eMounting\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSwag mount — anchor one hook above the shade and a second near the outlet, route the cord through both, plug in. No electrician, renter-friendly and reversible. Dry locations only.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eHanging Height\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e30–36″ above a breakfast or dining surface · 24–30″ above a nightstand, so the painted rim sits near eye level when reading\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eIncluded in 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 shade with a soft slightly damp cloth, no abrasive scrubbers; use a dry cloth only on the brass socket and walnut bead, without polish\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\"\u003eJapandi\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eModern Farmhouse\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eCottagecore\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eWabi-Sabi\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eFolk Pottery\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\"\u003eCertified\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eNorth America · Australia · Europe · Middle East\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. 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\u003eBecause it plugs in, Virella suits renters and anyone redecorating without electrical work — above a nightstand, over a breakfast nook or two-seat table, at the end of a kitchen island, or in a reading corner where no junction box exists. The vine motif reads as a small textile-like accent, so it sits well with linen, oak or walnut furniture, and warm brass hardware. The open shade leaves the bulb visible below the rim, which is why a decorative filament bulb adds the most character here. For custom requests, email \u003ca href=\"mailto:info@docos.us\"\u003einfo@docos.us\u003c\/a\u003e.\u003c\/p\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\u003eIs the bulb included?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — one Edison-style warm-light bulb at 3000K. The socket takes any standard \u003cstrong\u003eE26 or E27\u003c\/strong\u003e medium-base bulb up to 60W incandescent or 12W LED, so replacements are easy to find anywhere.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need an electrician?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo. This is a plug-in swag pendant: mount the two included ceiling hooks (one above where the shade hangs, one near the outlet), route the cord through both, and plug in. The inline switch turns it on and off, so the whole install is renter-friendly and reversible.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre ceiling hooks included?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — two swag hooks plus mounting hardware. Use drywall anchors for a hollow ceiling, or screw into a joist for the most secure hold.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the vine pattern the same on every shade?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — each shade is hand-painted by ceramic artisans, so brushstrokes, leaf placement, and berry positions vary slightly between pieces. The overall vine-and-berry style stays consistent.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I make it dimmable?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eUse a dimmable LED bulb and add an inline dimmer cord between the plug and the outlet. Standard wall dimmers don't control plug-in fixtures; inline dimmer cords are widely available.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. 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\u003cdiv class=\"dl-grid\"\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1ve6CQ1qnhNTAWlBs3cxXD7bx6zp7Qdc3\/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\"\u003eInstallation Guide\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eSwag Hook Mounting · 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\"\u003eRequest 3D Files\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eSTEP \/ OBJ · On Request\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!-- 9. Schema.org JSON-LD (Product + FAQPage) --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Product\",\n      \"name\": \"Virella Plug-In Pendant Light\",\n      \"description\": \"Plug-in swag pendant with a wide-brim cream stoneware shade, a hand-painted vine and red berry motif around the rim, a solid brass socket and a turned walnut bead. 21.5 x H22 cm, 450 cm braided cord with an inline rocker switch, two ceiling hooks and an Edison-style warm 3000K bulb included.\",\n      \"category\": \"Pendant Light\",\n      \"material\": [\"Stoneware Ceramic\", \"Brass\", \"Walnut Wood\"],\n      \"color\": \"Cream with brown vine and red berry motif\",\n      \"size\": \"21.5 x H22 cm \/ 8.4 x H8.6 in\",\n      \"additionalProperty\": [\n        { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E26 or E27 medium base, 60W incandescent or 12W LED max, warm light 3000K, bulb included\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Dimmable\", \"value\": \"With a dimmable LED bulb and an inline dimmer cord (not included)\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Cord Length\", \"value\": \"450 cm \/ 177 in braided cord, drapeable for swag, inline rocker switch\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Power Source\", \"value\": \"Plug-in, standard US 2-prong polarized plug, 120V\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Mounting\", \"value\": \"Plug-in swag with 2 ceiling hooks included, no hardwiring, dry locations only\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Included in Box\", \"value\": \"Pendant fixture, 1 bulb, 2 ceiling swag hooks, mounting hardware\" }\n      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Is the bulb included?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes - one Edison-style warm-light bulb at 3000K. The socket takes any standard E26 or E27 medium-base bulb up to 60W incandescent or 12W LED.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do I need an electrician?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. This is a plug-in swag pendant: mount the two included ceiling hooks (one above where the shade hangs, one near the outlet), route the cord through both, and plug in. The inline switch turns it on and off, so the install is renter-friendly and reversible.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Are ceiling hooks included?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes - two swag hooks plus mounting hardware. Use drywall anchors for a hollow ceiling, or screw into a joist for the most secure hold.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Is the vine pattern the same on every shade?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No - each shade is hand-painted by ceramic artisans, so brushstrokes, leaf placement, and berry positions vary slightly between pieces. The overall vine-and-berry style stays consistent.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How do I make it dimmable?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Use a dimmable LED bulb and add an inline dimmer cord between the plug and the outlet. Standard wall dimmers do not control plug-in fixtures.\" }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 21.5cm x H 22cm \/ ∅ 8.4″ x H 8.6″ \/ Walnut Color \u0026 Gold \u0026 White \/ US Plug","offer_id":52282965950738,"sku":"DCP-1507-01","price":217.0,"currency_code":"AUD","in_stock":true},{"title":"Dia 21.5cm x H 22cm \/ ∅ 8.4″ x H 8.6″ \/ Walnut Color \u0026 Gold \u0026 White \/ UK Plug","offer_id":52282965983506,"sku":"DCP-1507-02","price":217.0,"currency_code":"AUD","in_stock":true},{"title":"Dia 21.5cm x H 22cm \/ ∅ 8.4″ x H 8.6″ \/ Walnut Color \u0026 Gold \u0026 White \/ AU Plug","offer_id":52282966016274,"sku":"DCP-1507-03","price":217.0,"currency_code":"AUD","in_stock":true},{"title":"Dia 21.5cm x H 22cm \/ ∅ 8.4″ x H 8.6″ \/ Walnut Color \u0026 Gold \u0026 White \/ EU Plug","offer_id":52282966049042,"sku":"DCP-1507-04","price":217.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Virella_Plug_In_Pendant_Light_9.jpg?v=1779006803","url":"https:\/\/docos.us\/en-au\/products\/virella-plug-in-pendant-light","provider":"Docos","version":"1.0","type":"link"}