{"product_id":"carmelle-floor-light","title":"Carmelle Floor 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 with the floor lamp for a coordinated reading nook.\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 overhead 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-table-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_Table_Light_3_2048x.jpg?v=1779269160');\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"related-meta\"\u003e\n        \u003cdiv class=\"related-eyebrow\"\u003eMatching Series · Table Lamp\u003c\/div\u003e\n        \u003cdiv class=\"related-title\"\u003eCarmelle Table Light\u003c\/div\u003e\n        \u003cdiv class=\"related-desc\"\u003eThe matching table lamp — same hand-woven rattan shade on a gold gooseneck arm. Set it on a desk or nightstand to round out the set.\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 Floor Light\u003c\/strong\u003e reinterprets the arc floor lamp with a hand-woven rattan shade and a curvy gold-tone metal stem on a round weighted base. The natural rattan is woven by hand into a draped bell shade with a wavy scalloped lower edge, casting a textured glow through the weave. The S-curved metal arm sweeps the shade out and forward, so the light falls beside a chair or sofa rather than straight down — a sculptural silhouette that doubles as decor. Plug-in with a foot or inline switch. Standing 60 inches tall with an 11-inch base, this rattan floor lamp suits living room reading corners, bedside seating, and accent spots beside a sofa or armchair — a hand-woven rattan floor lamp for living room or a curvy arc floor 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=\"M6 6 L18 6 L16 15 L8 15 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 6 L8 15M11 6 L11 15M14 6 L16 15M5.5 10 L18.5 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 15 Q 10 18 12 15 Q 14 18 16 15\"\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 draped bell 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 20 Q 8 10 14 9 Q 20 8 16 4\"\u003e\u003c\/path\u003e\u003cellipse cx=\"8\" cy=\"20\" rx=\"5\" ry=\"1.5\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eCurvy Gold-Tone Arc Stem\u003c\/div\u003e\n        \u003cdiv class=\"feat-desc\"\u003eAn S-curved metal stem sweeps the shade out and forward. Sculptural silhouette that reads as decor even when the light is off.\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 Weighted Base\u003c\/div\u003e\n        \u003cdiv class=\"feat-desc\"\u003eNo wiring needed. Heavy round metal base keeps the tall arc stable. Standard US plug and cord switch — set it down 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\u003eTotal Height\u003c\/span\u003e\u003cstrong\u003e60″ \/ 152.4 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-spec-item\"\u003e\n        \u003cspan\u003eBase Diameter\u003c\/span\u003e\u003cstrong\u003e11″ \/ 27.94 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"size-spec-item\"\u003e\n        \u003cspan\u003eFootprint\u003c\/span\u003e\u003cstrong\u003e11″ × 11″ \/ 27.94 × 27.94 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\u003eLiving room reading corners, bedside seating, sofa and armchair accents\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. Setup --\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 floor lamp — no wiring needed\u003c\/strong\u003e\n        Attach the arc stem to the weighted base, screw in the included bulb, and plug into any standard 120V US outlet. The inline cord switch turns the light on and off. The heavy round base counterweights the forward sweep of the arc, so the lamp stands stable on hard floors and rugs. 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 arc stem 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\"\u003e11\" L × 11\" W × 60\" H \/ 27.94 × 27.94 × 152.4 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\"\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\"\u003eSculptural\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 floor lamp for living room\u003c\/strong\u003e reading corners or a \u003cstrong\u003ecurvy arc floor lamp for reading\u003c\/strong\u003e beside a sofa or armchair. The S-curved arm reaches the shade out over a seat, so the light falls onto a book or lap rather than straight down the pole. Place it behind or beside a chair, leaving the 11-inch base clear of foot traffic.\u003c\/p\u003e\n    \u003cp\u003eThe open rattan weave casts a soft textured shadow on nearby walls when lit. Pair with oak or walnut furniture, linen upholstery, 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, combine the floor lamp with the matching Carmelle Wall Sconce, Pendant, and Table Light.\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\u003eIs the lamp stable with the arm reaching out so far?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes — the round base is weighted to counterbalance the forward sweep of the S-curved arc. It stands stable on hard floors and rugs. As with any arc lamp, keep the base clear and avoid pulling on the shade.\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\u003eDoes the arc arm or shade adjust?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eThe gold-tone metal arc is a fixed sculptural curve — it holds its shape and isn't a bendable or telescoping arm. The shade hangs at a fixed forward angle designed to cast light beside a chair or sofa.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it match the rest of the Carmelle series?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes — the Carmelle Floor Light, Wall Sconce, Pendant, and Table Light share the same hand-woven rattan shade and warm gold-tone hardware. Combine them across a room — floor lamp by the sofa, sconces on the wall, pendant overhead, table lamp on a side table — for a fully coordinated look.\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 arc 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 floor lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003erattan floor lamp for living room\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003ecurvy arc floor lamp for reading\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003egold and rattan floor lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003earc floor lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003eHamptons floor lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003ewoven shade floor lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003esculptural floor lamp\u003c\/span\u003e\n      \u003cspan class=\"keyword-tag\"\u003ewarm boho floor 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 Floor 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\"\u003eAssembly Guide\u003c\/div\u003e\n          \u003cdiv class=\"dl-sub\"\u003eBase \u0026amp; Bulb 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\"\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 27.94cm x H 152.4cm \/ W 11″ x H 60″ \/ Gold \u0026 Natural Rattan \/ US Plug","offer_id":52286643601682,"sku":"DCF-X1752-01","price":604.0,"currency_code":"USD","in_stock":true},{"title":"W 27.94cm x H 152.4cm \/ W 11″ x H 60″ \/ Gold \u0026 Natural Rattan \/ UK Plug","offer_id":52286643634450,"sku":"DCF-X1752-02","price":604.0,"currency_code":"USD","in_stock":true},{"title":"W 27.94cm x H 152.4cm \/ W 11″ x H 60″ \/ Gold \u0026 Natural Rattan \/ AU Plug","offer_id":52286643667218,"sku":"DCF-X1752-03","price":604.0,"currency_code":"USD","in_stock":true},{"title":"W 27.94cm x H 152.4cm \/ W 11″ x H 60″ \/ Gold \u0026 Natural Rattan \/ EU Plug","offer_id":52286643699986,"sku":"DCF-X1752-04","price":604.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Carmelle_Floor_Light_1.jpg?v=1779270653","url":"https:\/\/docos.us\/products\/carmelle-floor-light","provider":"Docos","version":"1.0","type":"link"}