{"product_id":"carmelle-table-light","title":"Carmelle Table Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Carmelle theme — natural rattan + warm gold metal *\/\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #faf4e8;\n  --pdp-bg-deep: #f0e6cd;\n  --pdp-border: #e0d4b4;\n  --pdp-border-lt: #e8debf;\n  --pdp-accent: #9a6f2e;\n  --pdp-accent-dk: #6e4d1c;\n  --pdp-accent-lt: #c69a4e;\n  --pdp-accent-bg: #f3e8cf;\n  --pdp-accent-bdr: #cca669;\n  --pdp-text: #2a1f10;\n  --pdp-text-mid: #5a4528;\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.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-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\n.pdp .notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--pdp-accent-bdr); border-left: 3px solid var(--pdp-accent); border-radius: 10px; background: var(--pdp-accent-bg); }\n.pdp .notice .notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--pdp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n.pdp .notice .notice-body { font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; }\n.pdp .notice .notice-body strong { color: var(--pdp-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; }\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 .keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; }\n.pdp .keyword-tag { font-size: 11px; font-weight: 500; color: var(--pdp-accent-dk); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-accent-bdr); padding: 4px 10px; border-radius: 99px; }\n\n.pdp .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }\n.pdp .related-card { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; padding: 16px; 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 { border-color: var(--pdp-accent); transform: translateY(-2px); }\n.pdp .related-image { width: 100%; height: 140px; border-radius: 10px; background-size: cover; background-position: center; background-color: var(--pdp-bg-deep); 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: 15px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; margin-bottom: 12px; }\n.pdp .related-desc { display: none; }\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.pdp .related-cta::after { content: '→'; font-size: 14px; line-height: 1; transition: transform 0.2s; }\n.pdp .related-card:hover .related-cta::after { transform: translateX(3px); }\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: 900px) {\n  .pdp .related-grid { grid-template-columns: repeat(2, 1fr); }\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-grid { grid-template-columns: 1fr; }\n  .pdp .related-image { height: 200px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pdp\"\u003e\n\n  \u003c!-- 1. You May Also Like (top) --\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\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"related-grid\"\u003e\n    \u003ca class=\"related-card\" href=\"https:\/\/docos.us\/collections\/all-collections\/products\/carmelle-wall-sconce\" target=\"_blank\" rel=\"noopener noreferrer\" onclick=\"window.open(this.href, '_blank'); return false;\"\u003e\n      \u003cdiv class=\"related-image\" style=\"background-image: url('https:\/\/docos.us\/cdn\/shop\/files\/Wistera_Wall_Sconce_8_2048x.jpg?v=1779181250');\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"related-meta\"\u003e\n        \u003cdiv class=\"related-eyebrow\"\u003eMatching Series · Wall Sconce\u003c\/div\u003e\n        \u003cdiv class=\"related-title\"\u003eCarmelle Wall Sconce\u003c\/div\u003e\n        \u003cdiv class=\"related-desc\"\u003eThe matching wall sconce — same hand-woven rattan shade with a gold arm. Pair the table lamp on a desk or nightstand with sconces on the wall for a coordinated look.\u003c\/div\u003e\n        \u003cspan class=\"related-cta\"\u003eView Product\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003ca class=\"related-card\" href=\"https:\/\/docos.us\/collections\/all-collections\/products\/carmelle-pendant-light\" target=\"_blank\" rel=\"noopener noreferrer\" onclick=\"window.open(this.href, '_blank'); return false;\"\u003e\n      \u003cdiv class=\"related-image\" style=\"background-image: url('https:\/\/docos.us\/cdn\/shop\/files\/Carmelle_Pendant_Light_12_1200x.jpg?v=1779267787');\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"related-meta\"\u003e\n        \u003cdiv class=\"related-eyebrow\"\u003eMatching Series · Pendant\u003c\/div\u003e\n        \u003cdiv class=\"related-title\"\u003eCarmelle Pendant Light\u003c\/div\u003e\n        \u003cdiv class=\"related-desc\"\u003eThe matching pendant — same hand-woven scalloped rattan shade on a gold chain, in two sizes. Hang it over a table or island to complete the Carmelle look.\u003c\/div\u003e\n        \u003cspan class=\"related-cta\"\u003eView Product\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003ca class=\"related-card\" href=\"https:\/\/docos.us\/collections\/all-collections\/products\/carmelle-floor-light\" target=\"_blank\" rel=\"noopener noreferrer\" onclick=\"window.open(this.href, '_blank'); return false;\"\u003e\n      \u003cdiv class=\"related-image\" style=\"background-image: url('https:\/\/docos.us\/cdn\/shop\/files\/Carmelle_Floor_Light_1_b0745ec6-2314-4452-923a-03aa7aac52a5_2048x.jpg?v=1779270656');\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"related-meta\"\u003e\n        \u003cdiv class=\"related-eyebrow\"\u003eMatching Series · Floor Lamp\u003c\/div\u003e\n        \u003cdiv class=\"related-title\"\u003eCarmelle Floor Light\u003c\/div\u003e\n        \u003cdiv class=\"related-desc\"\u003eThe matching floor lamp — same hand-woven scalloped rattan shade on a curvy gold arc stem. Place it beside a sofa or armchair to complete the Carmelle look.\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\/div\u003e\n\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\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eThe \u003cstrong\u003eCarmelle Table Light\u003c\/strong\u003e reinterprets the gooseneck table lamp with a hand-woven rattan shade and a curved gold-tone metal stem on a round weighted base. The natural rattan is woven by hand into a bell shade with a wavy scalloped lower edge, casting a textured glow through the weave. The gold-tone gooseneck arm angles the shade forward, directing light onto a desk or nightstand for reading. Plug-in with an inline cord switch and a 150 cm cord. Measuring 8 inches wide by 22 inches tall, this rattan table lamp suits nightstands, desks, console tables, and reading corners — a hand-woven rattan table lamp for bedroom or a coastal desk lamp for reading in coastal, Hamptons, modern farmhouse, and warm boho interiors.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 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\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\n          \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=\"M7 5 L15 5 L16 14 L6 14 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 5 L6 14M10 5 L9.5 14M13 5 L14 14M6.5 9 L15.5 9\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 14 Q 8 17 10 14 Q 13 17 16 14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eHand-Woven Rattan Shade\u003c\/div\u003e\n        \u003cdiv class=\"feat-desc\"\u003eNatural rattan woven by hand into a bell shape with a wavy scalloped edge. Light filters through the weave for a soft, textured glow.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \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=\"M8 6 Q 16 6 16 12 Q 16 18 12 20\"\u003e\u003c\/path\u003e\u003cellipse cx=\"12\" cy=\"20\" rx=\"5\" ry=\"1.5\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eGold-Tone Gooseneck Arm\u003c\/div\u003e\n        \u003cdiv class=\"feat-desc\"\u003eCurved metal stem in a warm gold-tone finish angles the shade forward to direct light for reading or task work. Solid metal, not plated plastic.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \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\n        \u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003ePlug-In with Cord Switch\u003c\/div\u003e\n        \u003cdiv class=\"feat-desc\"\u003eNo wiring needed. Weighted round gold-tone metal base, inline cord switch, and a standard US plug — set it on any surface and plug in.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"size-specs\"\u003e\n      \u003cdiv class=\"size-spec-item\"\u003e\n        \u003cspan\u003eBase Diameter\u003c\/span\u003e\u003cstrong\u003e8″ \/ 20.32 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-spec-item\"\u003e\n        \u003cspan\u003eTotal Height\u003c\/span\u003e\u003cstrong\u003e22″ \/ 55.88 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-spec-item\"\u003e\n        \u003cspan\u003eCord Length\u003c\/span\u003e\u003cstrong\u003e59″ \/ 150 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-spec-item\"\u003e\n        \u003cspan\u003eSwitch\u003c\/span\u003e\u003cstrong\u003eInline on\/off cord switch\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-spec-item\"\u003e\n        \u003cspan\u003eBulb\u003c\/span\u003e\u003cstrong\u003e1 × E26 or E27 (bulb included)\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-spec-item\"\u003e\n        \u003cspan\u003ePower\u003c\/span\u003e\u003cstrong\u003ePlug-in · Standard US outlet\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-spec-item\"\u003e\n        \u003cspan\u003eBest For\u003c\/span\u003e\u003cstrong\u003eNightstands, desks, console tables, reading corners\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. Installation --\u003e\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003cdiv class=\"sec-header\"\u003e\n      \u003cspan class=\"sec-title\"\u003eSetup\u003c\/span\u003e\n      \u003cdiv class=\"sec-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"notice\"\u003e\n      \u003cdiv class=\"notice-ico\"\u003e!\u003c\/div\u003e\n      \u003cdiv class=\"notice-body\"\u003e\n        \u003cstrong\u003ePlug-in table lamp — no wiring needed\u003c\/strong\u003e\n        Screw in the included bulb, set the lamp on a desk, nightstand, or console, and plug into any standard 120V US outlet. The 150 cm cord and inline cord switch turn the light on and off. The weighted round gold-tone metal base keeps it stable. Dry locations only — indoor use.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. 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\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eMain Materials\u003c\/div\u003e\n        \u003cdiv class=\"spec-val\"\u003eHand-woven natural rattan shade, gold-tone metal gooseneck arm and weighted base\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eFinish\u003c\/div\u003e\n        \u003cdiv class=\"spec-val\"\u003eNatural rattan · Scalloped lower edge · Warm gold-tone metal\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\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eMax Wattage\u003c\/div\u003e\n        \u003cdiv class=\"spec-val\"\u003e40W incandescent or 12W LED equivalent\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"spec-val\"\u003eØ 8\" × H 22\" \/ Ø 20.32 × H 55.88 cm\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 rocker switch on cord\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003eCord Length\u003c\/div\u003e\n        \u003cdiv class=\"spec-val\"\u003e59\" \/ 150 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-key\"\u003ePower Source\u003c\/div\u003e\n        \u003cdiv class=\"spec-val\"\u003ePlug-in · 120V US standard outlet\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\"\u003eBulb-dependent · Use a dimmable LED with an inline dimmer cord\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\"\u003eDry locations only · Indoor use\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\"\u003eCoastal\u003c\/span\u003e\n            \u003cspan class=\"style-tag\"\u003eHamptons\u003c\/span\u003e\n            \u003cspan class=\"style-tag\"\u003eModern Farmhouse\u003c\/span\u003e\n            \u003cspan class=\"style-tag\"\u003eWarm Boho\u003c\/span\u003e\n            \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\n  \u003c!-- 7. 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\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eThe Carmelle works best as a \u003cstrong\u003erattan table lamp for bedroom\u003c\/strong\u003e nightstands or a \u003cstrong\u003ecoastal desk lamp for reading\u003c\/strong\u003e. The gooseneck arm angles the shade forward so the light falls onto a book, desk surface, or work area rather than straight down. Set a pair on matching nightstands flanking a bed, or use one on a console table or entryway surface for a warm accent.\u003c\/p\u003e\n    \u003cp\u003eThe open rattan weave casts a soft textured shadow when lit. Pair with oak or walnut furniture, linen textiles, woven baskets, and warm gold hardware for a coastal or Hamptons look. Use a vintage Edison filament bulb or a warm white 2700K LED (E26 or E27). For a coordinated room, pair the table lamp with the matching Carmelle Wall Sconce and Carmelle Pendant.\u003c\/p\u003e\n  \u003c\/div\u003e\n\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\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 — one 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. We recommend a vintage Edison filament bulb or a warm white 2700K LED. Replacement bulbs are stocked at Home Depot, Lowe's, and Amazon.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the gooseneck arm adjust?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eThe gold-tone metal arm is a fixed gooseneck curve that angles the shade forward — it holds its shape and isn't a flexible bendable neck. The shade itself can pivot slightly at the joint to fine-tune the light direction.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs there a switch?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes — an inline rocker switch sits on the cord. Plug into any standard US outlet and use the cord switch to turn the lamp on and off. No wall switch needed.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use it in a bathroom or outdoors?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eNo — the Carmelle is rated for \u003cstrong\u003edry locations only\u003c\/strong\u003e, indoor use. Moisture from a bathroom or outdoor exposure will degrade the natural rattan shade over time and isn't covered under warranty.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it match the Carmelle Wall Sconce and Pendant?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes — the Carmelle Table Light, Wall Sconce, and Pendant share the same hand-woven rattan shade and warm gold-tone hardware. Combine the table lamp on a nightstand, the sconces on the wall, and the pendant overhead for a fully coordinated room.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I clean the rattan?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eDust the rattan shade gently with a soft brush or microfiber duster every few weeks. Avoid water — moisture warps natural rattan over time. For the gold-tone metal arm and base, wipe with a dry cloth; harsh polish strips the finish. Keep away from sustained humidity.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 9. Search Tags --\u003e\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003cdiv class=\"sec-header\"\u003e\n      \u003cspan class=\"sec-title\"\u003eSearch Tags\u003c\/span\u003e\n      \u003cdiv class=\"sec-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"keyword-tags\"\u003e\n      \u003cspan class=\"keyword-tag\"\u003erattan table lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003erattan table lamp for bedroom\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003ecoastal desk lamp for reading\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003egold and rattan table lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003egooseneck table lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003eHamptons table lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003ewoven nightstand lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003emodern farmhouse desk lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003ewarm boho table lamp\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 10. 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\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eTechnical reference and styling guides for the Carmelle Table Light.\u003c\/p\u003e\n    \u003cdiv class=\"dl-grid\"\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=\"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        \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=\"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\"\u003eQuick Start\u003c\/div\u003e\n          \u003cdiv class=\"dl-sub\"\u003eSetup \u0026amp; Bulb Guide · 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\"\u003eRattan \u0026amp; Metal Maintenance · 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\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"W 20cm x H 56cm \/ W 7.8″ x H 22″ \/ Gold \u0026 Natural Rattan \/ US Plug","offer_id":52286638719250,"sku":"DCT-X1712-01","price":178.0,"currency_code":"USD","in_stock":true},{"title":"W 20cm x H 56cm \/ W 7.8″ x H 22″ \/ Gold \u0026 Natural Rattan \/ UK Plug","offer_id":52286638752018,"sku":"DCT-X1712-02","price":178.0,"currency_code":"USD","in_stock":true},{"title":"W 20cm x H 56cm \/ W 7.8″ x H 22″ \/ Gold \u0026 Natural Rattan \/ AU Plug","offer_id":52286638784786,"sku":"DCT-X1712-03","price":178.0,"currency_code":"USD","in_stock":true},{"title":"W 20cm x H 56cm \/ W 7.8″ x H 22″ \/ Gold \u0026 Natural Rattan \/ EU Plug","offer_id":52286638817554,"sku":"DCT-X1712-04","price":178.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Carmelle_Table_Light_1.jpg?v=1779269160","url":"https:\/\/docos.us\/ar\/products\/carmelle-table-light","provider":"Docos","version":"1.0","type":"link"}