{"product_id":"vines-plug-in-pendant-light","title":"Vines Plug In Pendant Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Vines theme — warm gold vines + glass *\/\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #faf6ed;\n  --pdp-bg-deep: #f0e8d4;\n  --pdp-border: #e0d6bd;\n  --pdp-border-lt: #e8dfc8;\n  --pdp-accent: #9a7434;\n  --pdp-accent-dk: #6e521f;\n  --pdp-accent-lt: #c6a056;\n  --pdp-accent-bg: #f3ead4;\n  --pdp-accent-bdr: #cdaa6c;\n  --pdp-text: #2a2113;\n  --pdp-text-mid: #574832;\n  --pdp-text-light: #968874;\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 .variants-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }\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: 600; 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,33,19,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.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 .variants-grid { grid-template-columns: repeat(2, 1fr); }\n  .pdp .variant-card .variant-preview { display: none; }\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\u003eVines Plug-In Pendant Light\u003c\/strong\u003e borrows from the Victorian habit of training ironwork to look like something growing. Gold-finish vines are bent over the glass rather than cast into it, so the metal reads as a plant that found the shade and wrapped around it. Lit, the curves throw leaf shadows onto the wall and ceiling — the frame ends up doing as much as the glass, which is why the shade is kept plain and rounded underneath it.\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=\"M12 4 Q 6 8 8 14 Q 10 20 12 20 Q 14 20 16 14 Q 18 8 12 4 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10 Q 7 9 6 11M15 10 Q 17 9 18 11M10 15 Q 8 15 7 17M14 15 Q 16 15 17 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eGold Vine Metal Frame\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eCurving gold-finish metal vines wrap the glass shade and cast a leafy shadow pattern when the light is on.\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\"\u003eBrass Socket with Turn-Knob\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA polished brass socket with an on-fixture turn-knob, so you can switch it at the lamp as well as on the cord.\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 with 2 Hooks\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eNo electrician needed. A 177″ braided cord and two ceiling hooks route the cord into a swag and plug into any US outlet.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Glass Colors --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eGlass Colors\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eTwo glass colors — the gold vine frame, brass socket and plug-in cord are the same in both. Hover a thumbnail to preview.\u003c\/p\u003e\n\u003cdiv class=\"variants-grid\"\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv class=\"variant-swatch\" style=\"background-image: url('https:\/\/docos.us\/cdn\/shop\/files\/Vines_Plug_In_Pendant_Light_10_1200x.jpg?v=1779700710');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003eGreen\u003c\/div\u003e\n\u003cdiv class=\"variant-preview\" style=\"background-image: url('https:\/\/docos.us\/cdn\/shop\/files\/Vines_Plug_In_Pendant_Light_10_1200x.jpg?v=1779700710');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv class=\"variant-swatch\" style=\"background-image: url('https:\/\/docos.us\/cdn\/shop\/files\/Vines_Plug_In_Pendant_Light_3_1200x.jpg?v=1779700709');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003eClear\u003c\/div\u003e\n\u003cdiv class=\"variant-preview\" style=\"background-image: url('https:\/\/docos.us\/cdn\/shop\/files\/Vines_Plug_In_Pendant_Light_3_1200x.jpg?v=1779700709');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 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Ø 8.7″ × H 5.3″ \/ Ø 22 × H 13.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\/Vines-Plug-In-Pendant-Light.jpg?v=1781683254\" alt=\"Vines Plug-In Pendant Light dimensions\"\u003e\u003c\/strong\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\"\u003eMaterials \u0026amp; Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eGlass shade in green or clear · Gold-finish metal vine frame · Polished brass socket · 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 · 40W max incandescent or 12W LED equivalent · 3000K warm bulb included\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) brown braided cord, drapeable for a swag · Standard US 2-prong polarized plug, 120V · Inline cord switch plus the brass turn-knob on the fixture\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 ceiling 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\"\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\"\u003eDimmable\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eWith a dimmable LED plus a third-party inline dimmer cord — wall dimmers don't control plug-in fixtures\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\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\"\u003eSoft cloth and glass cleaner on the shade · Dust the vine frame gently around the curves, avoiding harsh polish that strips the gold finish\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\"\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\"\u003eEclectic\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eGrandmillennial\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eWarm Industrial\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eTransitional\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!-- 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\u003eThe Vines works best as a \u003cstrong\u003eplug-in glass pendant for a kitchen island\u003c\/strong\u003e end or a \u003cstrong\u003evintage glass pendant for a bedroom\u003c\/strong\u003e — hung 30–36″ above a counter, or 24–30″ above a nightstand. At 8.7″ the shade suits a breakfast nook, reading corner or single island end rather than a wide dining table, and since nothing is hardwired it also fits renters and rooms without ceiling wiring. Green gives a warmer tinted glow; clear stays brightest and shows the bulb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 7. 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 Vines 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\/1bSGZfkxa4oDcPLp2xAd6ga-GHInGU-zv\/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 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; Gold Frame · 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!-- 8. 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? What type?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — a 3000K warm white bulb is included. The socket fits an \u003cstrong\u003eE26 or E27\u003c\/strong\u003e medium base bulb (the US standard screw size), up to 40W incandescent or 12W LED equivalent. Replacements are stocked at Home Depot, Lowe's and Amazon.\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: install the two included ceiling hooks — one above where the shade hangs, one near the outlet — route the cord through both, and plug into a standard outlet. Switch it at the cord or with the brass turn-knob. Renter-friendly and reversible.\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 (E26 or E27) and add a third-party inline dimmer cord between the plug and the outlet. Standard wall dimmers don't work on plug-in fixtures; dimmer cords are widely available on Amazon.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 22cm x H 13.5cm \/ ∅ 9.8″ x H 4.9″ \/ Green \/ US Plug","offer_id":52293369102610,"sku":"DCP-C1720-01","price":192.0,"currency_code":"NZD","in_stock":true},{"title":"Dia 22cm x H 13.5cm \/ ∅ 9.8″ x H 4.9″ \/ Green \/ UK Plug","offer_id":52293369135378,"sku":"DCP-C1720-02","price":192.0,"currency_code":"NZD","in_stock":true},{"title":"Dia 22cm x H 13.5cm \/ ∅ 9.8″ x H 4.9″ \/ Green \/ AU Plug","offer_id":52293369168146,"sku":"DCP-C1720-03","price":192.0,"currency_code":"NZD","in_stock":true},{"title":"Dia 22cm x H 13.5cm \/ ∅ 9.8″ x H 4.9″ \/ Green \/ EU Plug","offer_id":52293369200914,"sku":"DCP-C1720-04","price":192.0,"currency_code":"NZD","in_stock":true},{"title":"Dia 22cm x H 13.5cm \/ ∅ 9.8″ x H 4.9″ \/ Clear \/ US Plug","offer_id":52293369233682,"sku":"DCP-C1720-05","price":192.0,"currency_code":"NZD","in_stock":true},{"title":"Dia 22cm x H 13.5cm \/ ∅ 9.8″ x H 4.9″ \/ Clear \/ UK Plug","offer_id":52293369266450,"sku":"DCP-C1720-06","price":192.0,"currency_code":"NZD","in_stock":true},{"title":"Dia 22cm x H 13.5cm \/ ∅ 9.8″ x H 4.9″ \/ Clear \/ AU Plug","offer_id":52293369299218,"sku":"DCP-C1720-07","price":192.0,"currency_code":"NZD","in_stock":true},{"title":"Dia 22cm x H 13.5cm \/ ∅ 9.8″ x H 4.9″ \/ Clear \/ EU Plug","offer_id":52293369331986,"sku":"DCP-C1720-08","price":192.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Vines_Plug_In_Pendant_Light_1.jpg?v=1779700709","url":"https:\/\/docos.us\/en-nz\/products\/vines-plug-in-pendant-light","provider":"Docos","version":"1.0","type":"link"}