{"product_id":"calysa-plug-in-pendant-light","title":"Calysa Plug In Pendant Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Violetta theme — soft mauve + gold trim *\/\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #faf6f3;\n  --pdp-bg-deep: #efe5dd;\n  --pdp-border: #e2d5c9;\n  --pdp-border-lt: #e9ded4;\n  --pdp-accent: #9a6a4f;\n  --pdp-accent-dk: #6f4a35;\n  --pdp-accent-bg: #f3e8df;\n  --pdp-accent-bdr: #ceac92;\n  --pdp-text: #2a1f18;\n  --pdp-text-mid: #5a473b;\n  --pdp-text-light: #96847a;\n  max-width: 900px; margin: 0 auto;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  color: var(--pdp-text); line-height: 1.65; font-size: 14px;\n}\n.pdp * { box-sizing: border-box; }\n.pdp p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); }\n.pdp .pdp-section { margin-bottom: 2.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-spec-item img { max-width: 100%; height: auto; border-radius: 10px; display: block; margin: 0 auto; }\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; 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-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); color: var(--pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.pdp .dl-icon svg { fill: none; }\n.pdp .dl-meta { width: 100%; }\n.pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; margin-bottom: 3px; }\n.pdp .dl-sub { font-size: 11.5px; color: var(--pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; }\n.pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pdp-text-light); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; }\n\n@media (max-width: 720px) {\n  .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; }\n  .pdp .spec-key { width: 120px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pdp\"\u003e\n\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 Calysa began with a single bloom caught mid-opening — petals still curling outward, edges thinned enough for afternoon light to pass through and warm at the tips. That moment set the form: panels that curve away from a central point rather than closing into a dome, and a tint that deepens from ivory at the center to amber at the rim, the way a petal darkens where it catches sun. Hung from a long draped cord, it reads less like a fixture and more like something cut and brought indoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\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=\"M12 4c2 3 2 6 0 8M12 12c-2-3-6-3-8 0M12 12c2-3 6-3 8 0M12 12c-1 3-1 6 0 8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003ePlug-In, No Wiring\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eThe cord ends in a US two-prong plug with an inline on\/off switch — plug into any standard outlet, no junction box or electrician needed.\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=\"M12 13c3-2 6-5 6-8M12 13c-3-2-6-5-6-8M12 13c2 2 5 3 8 3M12 13c-2 2-5 3-8 3M12 13v7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eMolded Resin Petal Shade\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eCurved resin panels form an open flower shape, sculptural from every angle, tinted in a gradient from warm ivory to amber at the petal edges.\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=\"M4 8h10a4 4 0 0 1 0 8H9M9 12l-3 4M6 4h2M18 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003e177″ Draped Cord\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eTwo hooks are included so the cord can hang from the ceiling, cross the wall, and reach an outlet anywhere in the room — no box overhead required.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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-specs\"\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eShade Diameter\u003c\/span\u003e\u003cstrong\u003e17.7″ \/ 45 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eShade Height\u003c\/span\u003e\u003cstrong\u003e9.8″ \/ 25 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\u003cstrong\u003e\u003cimg alt=\"Calysa Plug-In Pendant Light dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Calysa-Plug-In-Pendant-Light.jpg?v=1781681065\"\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eCord Length\u003c\/span\u003e\u003cstrong\u003e177″ \/ 450 cm · 2 hooks included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eColor\u003c\/span\u003e\u003cstrong\u003eBrown · Beige\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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\"\u003eMolded resin petal shade, jute rope, metal fitting, wood · ivory-to-amber tint gradient\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 medium base · one 40W incandescent or LED equivalent · warm white 3000K recommended · bulb not included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003ePower \u0026amp; Connection\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003ePlug-in · US two-prong plug with inline on\/off switch · AC 110–240V · no junction box or hardwiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMount Type\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHook-hung cord pendant · ceiling or wall hooks supplied\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\"\u003eYes, with a compatible plug-in or outlet dimmer and a dimmable bulb (dimmer not included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eRating\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eIndoor · dry locations only · not for bathrooms or exterior use\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 resin shade with a soft dry or barely damp cloth; avoid solvents and abrasives, which dull the surface. Resin is a molded material, so the tint gradient varies slightly from piece to piece.\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\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\"\u003eCottagecore\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eBoho\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eMid-Century\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eScandinavian\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eCoastal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 5. Use Case --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eUse Case\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eBecause it plugs into a wall outlet, the Calysa suits renters and rooms without a ceiling box — hung over a nightstand in place of a table lamp, above a reading chair, or over a small dining nook. Fix the first hook where you want the shade, use the second to redirect the cord toward the nearest outlet, and let the excess loop along the wall.\u003c\/p\u003e\n\u003cp\u003eThe single E26 socket gives accent and ambient light rather than a room's main source. A warm 3000K bulb brings out the ivory-to-amber gradient in the petals, and the flower form pairs naturally with rattan, linen, and warm wood tones.\u003c\/p\u003e\n\u003c\/div\u003e\n\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\u003eWhat bulb do I need?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eOne E26 medium base bulb — the US standard screw size — up to 40W incandescent or the LED equivalent. Bulbs are not included. A warm white 3000K LED gives the best read on the ivory-to-amber petal gradient.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I shorten the cord?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe cord is 177″ \/ 450 cm and isn't meant to be cut. Position the two included hooks where you want the shade and where the cord should turn toward the outlet, then loop or tuck the excess along the wall or behind furniture.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need a special dimmer?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eBecause it plugs into an outlet, use an inline or outlet plug-in dimmer rather than a hardwired wall dimmer, paired with a dimmable bulb. A hardwired wall dimmer won't control it.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size space does it suit?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eAt 17.7″ \/ 45 cm wide it reads as a statement pendant for a focused spot — over a nightstand, side table, reading chair, or small dining nook — giving accent and ambient light rather than whole-room output.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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 for the Calysa Plug-In Pendant Light. For files not yet posted, contact \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\/1npSFDTL2Hi4aPchjZjidV77D-bf2ZkNt\/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\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1QvWesP-VkqLFC4Xxi4zhu4l_28TKdz7G\/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=\"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\"\u003eHook \u0026amp; Plug Setup · 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=\"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\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 45cm x H 25cm \/ ∅ 17.7″ x H 9.8″ \/ Brown \u0026 Beige \/ US Plug","offer_id":52288903250194,"sku":"DCP-C1402-01","price":781.0,"currency_code":"SAR","in_stock":true},{"title":"Dia 45cm x H 25cm \/ ∅ 17.7″ x H 9.8″ \/ Brown \u0026 Beige \/ UK Plug","offer_id":52288903282962,"sku":"DCP-C1402-02","price":781.0,"currency_code":"SAR","in_stock":true},{"title":"Dia 45cm x H 25cm \/ ∅ 17.7″ x H 9.8″ \/ Brown \u0026 Beige \/ AU Plug","offer_id":52288903315730,"sku":"DCP-C1402-03","price":781.0,"currency_code":"SAR","in_stock":true},{"title":"Dia 45cm x H 25cm \/ ∅ 17.7″ x H 9.8″ \/ Brown \u0026 Beige \/ EU Plug","offer_id":52288903348498,"sku":"DCP-C1402-04","price":781.0,"currency_code":"SAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Calysa_Plug_In_Pendant_Light_1.jpg?v=1779420139","url":"https:\/\/docos.us\/en-sa\/products\/calysa-plug-in-pendant-light","provider":"Docos","version":"1.0","type":"link"}