{"product_id":"with-frame-support-floor-lamp","title":"With Frame Support Floor Lamp","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — sourced from product ═════════════════╗\n   ║  Gold metal body   →  accent \/ headers  #b08840        ║\n   ║  White marble base →  page bg \/ cards   #fafaf8        ║\n   ║  Marble veins      →  borders           #e8e4dc        ║\n   ║  Classic ivory     →  card bg           #f5f2ec        ║\n   ║  Deep warm black   →  body text         #1a1714        ║\n   ╚════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-warm:     #f8f6f0;     \/* ivory — marble surface *\/\n    --bg-card:     #f5f2ec;     \/* slightly deeper card bg *\/\n    --border:      #e8e4dc;     \/* marble vein tone *\/\n    --border-lt:   #f0ece4;\n    --gold:        #b08840;     \/* primary accent — body finish *\/\n    --gold-dk:     #7a5c20;     \/* dark gold \/ shadows *\/\n    --gold-lt:     #d4a84a;     \/* light gold highlight *\/\n    --gold-bg:     #f5edd8;     \/* icon \/ badge bg *\/\n    --gold-border: #dfc090;     \/* icon \/ badge border *\/\n    --text:        #1a1714;\n    --text-mid:    #5a5040;\n    --text-light:  #9a9080;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  .d svg { fill: none !important; }\n\n  .d {\n    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0.5rem 0 2.5rem;\n  }\n\n  .sec { margin-bottom: 3rem; }\n  .sec:last-child { margin-bottom: 0; }\n  .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; }\n  .sec-header-line { flex: 1; height: 0.5px; background: var(--border); }\n  .sec-title {\n    font-size: 10.5px; font-weight: 700;\n    letter-spacing: 0.14em; text-transform: uppercase;\n    color: var(--gold); white-space: nowrap;\n  }\n\n  \/* Video *\/\n  .video-frame {\n    border-radius: 14px; overflow: hidden;\n    aspect-ratio: 16\/9; background: #111;\n    border: 0.5px solid var(--border);\n  }\n  .video-frame iframe { width: 100%; height: 100%; border: none; display: block; }\n\n  \/* Overview *\/\n  .overview-card p { font-size: 12.5px; line-height: 1.85; color: var(--text-mid); }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Notes *\/\n  .note-card {\n    display: flex; gap: 10px; align-items: flex-start;\n    padding: 12px 14px; margin-top: 12px;\n    background: var(--gold-bg);\n    border: 0.5px solid var(--gold-border);\n    border-left: 2.5px solid var(--gold);\n    border-radius: 10px;\n  }\n  .note-card p { font-size: 12px; color: var(--gold-dk); line-height: 1.7; }\n  .note-card strong { color: var(--gold-dk); font-weight: 700; }\n\n  \/* Image zoom *\/\n  .img-zoom-wrap {\n    display: block; position: relative;\n    border-radius: 14px; overflow: hidden;\n    border: 0.5px solid var(--border); text-decoration: none;\n  }\n  .img-zoom-wrap img { display: block; width: 100%; height: auto; transition: opacity 0.15s; }\n  .img-zoom-wrap:hover img { opacity: 0.9; }\n  .zoom-pill {\n    position: absolute; bottom: 12px; right: 14px;\n    font-size: 10.5px; font-weight: 500;\n    background: rgba(26,20,10,0.5); color: #fff;\n    padding: 4px 11px; border-radius: 99px;\n    display: flex; align-items: center; gap: 5px; pointer-events: none;\n  }\n\n  \/* Features *\/\n  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }\n  .feature-card {\n    background: var(--bg-card);\n    border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 13px 12px 11px;\n  }\n  .feature-icon-wrap {\n    width: 27px; height: 27px; border-radius: 7px;\n    background: var(--gold-bg); border: 0.5px solid var(--gold-border);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 9px;\n  }\n  .feature-title { font-size: 11.5px; font-weight: 700; color: var(--text); margin-bottom: 3px; }\n  .feature-desc { font-size: 11px; color: var(--text-light); line-height: 1.55; }\n\n  \/* Dimension card *\/\n  .dim-card {\n    background: var(--bg);\n    border: 0.5px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n  }\n  .dim-img-area {\n    background: var(--bg-warm);\n    border-bottom: 0.5px solid var(--border);\n    padding: 1.5rem; display: flex; align-items: center; justify-content: center;\n  }\n  .dim-img-area img { max-width: 100%; max-height: 340px; height: auto; object-fit: contain; display: block; }\n  .dim-rows {}\n  .dim-row {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 9px 18px; border-bottom: 0.5px solid var(--border-lt);\n    background: var(--bg-card);\n  }\n  .dim-row:nth-child(even) { background: var(--bg); }\n  .dim-row:last-child { border-bottom: none; }\n  .dim-key { font-size: 11px; color: var(--text-light); }\n  .dim-val { font-size: 13px; font-weight: 700; color: var(--gold); }\n\n  \/* Marble base showcase *\/\n  .marble-note {\n    display: flex; gap: 14px; align-items: center;\n    padding: 14px 16px;\n    background: var(--bg-card);\n    border: 0.5px solid var(--border);\n    border-radius: 12px;\n  }\n  .marble-swatch {\n    flex-shrink: 0; width: 48px; height: 48px; border-radius: 10px;\n    background:\n      radial-gradient(ellipse at 20% 30%, rgba(220,215,205,0.8) 0%, transparent 60%),\n      repeating-linear-gradient(\n        125deg,\n        #f8f6f2 0px, #f8f6f2 8px,\n        #ede8e0 9px, #ede8e0 10px,\n        #f8f6f2 11px, #f8f6f2 22px,\n        #e8e4dc 23px, #e8e4dc 24px\n      );\n    border: 0.5px solid var(--border);\n    box-shadow: 0 1px 4px rgba(0,0,0,0.08);\n  }\n  .marble-info-name { font-size: 12.5px; font-weight: 700; color: var(--text); margin-bottom: 3px; }\n  .marble-info-desc { font-size: 11px; color: var(--text-light); line-height: 1.45; }\n\n  \/* Spec *\/\n  .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .spec-item { padding: 9px 16px; border-bottom: 0.5px solid var(--border-lt); display: flex; align-items: center; background: var(--bg-card); }\n  .spec-item:nth-child(even) { background: var(--bg); }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); width: 145px; flex-shrink: 0; }\n  .spec-val { font-size: 12px; font-weight: 500; color: var(--text); line-height: 1.5; }\n\n  .cert-badges { display: flex; gap: 4px; flex-wrap: nowrap; }\n  .cert-badge { font-size: 10px; font-weight: 500; padding: 2px 7px; border-radius: 99px; background: var(--gold-bg); border: 0.5px solid var(--gold-border); color: var(--gold); white-space: nowrap; }\n\n  \/* Downloads *\/\n  .dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }\n  .dl-btn {\n    display: flex; flex-direction: column; align-items: center;\n    justify-content: center; gap: 6px; padding: 14px 10px;\n    border-radius: 12px; border: 0.5px solid var(--border);\n    background: var(--bg-card); color: var(--text);\n    text-decoration: none; font-size: 12px; font-weight: 600;\n    text-align: center; cursor: pointer; transition: background 0.15s;\n  }\n  .dl-btn:hover { background: var(--gold-bg); border-color: var(--gold-border); }\n  .dl-icon-wrap { width: 34px; height: 34px; border-radius: 9px; background: var(--gold-bg); border: 0.5px solid var(--gold-border); display: flex; align-items: center; justify-content: center; }\n\n  \/* FAQ *\/\n  .faq-list { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .faq-list details { border-bottom: 0.5px solid var(--border-lt); background: #ffffff; }\n  .faq-list details:last-child { border-bottom: none; }\n  .faq-list summary {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 13px 16px; cursor: pointer; gap: 12px; list-style: none;\n    font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.4;\n  }\n  .faq-list summary::-webkit-details-marker { display: none; }\n  .faq-list summary::after {\n    content: ''; flex-shrink: 0; width: 19px; height: 19px; border-radius: 50%;\n    background: var(--gold-bg) url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='%23b08840' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'\/%3E%3C\/svg%3E\") center\/9px no-repeat;\n    border: 0.5px solid var(--gold-border); transition: transform 0.2s;\n  }\n  .faq-list details[open] summary::after { transform: rotate(180deg); }\n  .faq-list details[open] summary { color: var(--gold); }\n  .faq-a { padding: 0 16px 13px; font-size: 12.5px; color: var(--text-mid); line-height: 1.8; }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- VIDEO --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduct Video\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-frame\"\u003e\u003ciframe title=\"With Frame Support Floor Lamp\" src=\"https:\/\/www.youtube.com\/embed\/BFEu_LDrpI8?si=g-7mbSe79otX1Q8V\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OVERVIEW --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eOverview\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eWith Frame Support Floor Lamp\u003c\/strong\u003e is a unique way to showcase your favorite artwork while illuminating a space. Versatile and functional, it can highlight art displayed on the easel or brighten the surrounding room. A sturdy marble base grounds the design with natural elegance, offering a perfect sense of balance between form and function.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" style=\"flex-shrink: 0; margin-top: 1px;\" stroke-width=\"1.5\" stroke=\"#b08840\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4M12 16h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e This floor lamp does \u003cstrong\u003enot include a drawing board or easel\u003c\/strong\u003e. Marble patterns vary by piece — your lamp's marble base will have its own unique natural veining, which may differ from the images shown.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWhy You'll Love It\u003c\/span\u003e\n\u003cdiv class=\"sec-header-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=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#b08840\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eDual-purpose Design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIlluminate artwork on the easel or light up the space — two functions in one elegant piece.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#b08840\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eNatural Marble Base\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEach marble base features unique natural veining — no two lamps are exactly alike.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#b08840\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eGold Metal Frame\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePolished gold finish adds a warm, luxurious touch — timeless classic style.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DIMENSIONS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDimensions\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003cdiv class=\"dim-img-area\"\u003e\u003ca style=\"display: block;\" rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/With_Frame_Support_Floor_Lamp_19_600x600_6e0e7b70-e153-4bcd-8825-831614d2dd57_600x600.jpg?v=1684570725\" target=\"_blank\"\u003e \u003cimg alt=\"Floor Lamp dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/With_Frame_Support_Floor_Lamp_19_600x600_6e0e7b70-e153-4bcd-8825-831614d2dd57_600x600.jpg?v=1684570725\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"dim-rows\"\u003e\n\u003cdiv class=\"dim-row\"\u003e\n\u003cspan class=\"dim-key\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"dim-val\"\u003e∅ 19.7″ \/ 50 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-row\"\u003e\n\u003cspan class=\"dim-key\"\u003eHeight\u003c\/span\u003e\u003cspan class=\"dim-val\"\u003eH 66.9″ \/ 170 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-row\"\u003e\n\u003cspan class=\"dim-key\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"dim-val\"\u003e~22 lbs \/ 10 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MARBLE BASE --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eMarble Base\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"marble-note\"\u003e\n\u003cdiv class=\"marble-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"marble-info-name\"\u003eWhite Marble — Natural Veining\u003c\/div\u003e\n\u003cdiv class=\"marble-info-desc\"\u003eThe base is crafted from genuine white marble. Each piece carries its own unique pattern of natural veining — subtle gray and beige tones that make every lamp one of a kind. Slight variations from the product images are expected and add to its authenticity.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAILS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDetails\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eMetal, Iron, Marble\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBody Color\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 6px;\" class=\"spec-val\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#f5e080,#d4a030 50%,#9a6800 85%); border: 0.5px solid rgba(0,0,0,0.1); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Gold \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBase\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eWhite Marble (natural veining — pattern varies)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eClassic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eType\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eFloor Lamp — Indoor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eIn-line on\/off switch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBulb Socket\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eE26 \/ E27 (standard US base), Max 40W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eNote\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eDrawing board \/ easel not included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCertifications\u003c\/span\u003e\n\u003cdiv class=\"cert-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eNorth America\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eAustralia\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eEurope\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eMiddle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DOWNLOADS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eResources \u0026amp; Downloads\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"grid-template-columns: repeat(3,1fr);\" class=\"dl-grid\"\u003e\n\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1b4r1VpRa8djwg7ZkmH7zD_iTjd4fJeas\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#b08840\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cpath d=\"M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2\"\u003e\u003c\/path\u003e\u003crect rx=\"1\" height=\"4\" width=\"6\" y=\"3\" x=\"9\"\u003e\u003c\/rect\u003e\u003cline y2=\"12\" x2=\"15\" y1=\"12\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"13\" y1=\"16\" x1=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\nSpec Sheet\u003c\/a\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1TOTIqj3FKo7rxnE9wv51Tpn3riT27USe\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#b08840\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nInstallation Guide\u003c\/a\u003e\u003ca class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#b08840\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline y2=\"12\" x2=\"12\" y1=\"22.08\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n3D Files\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this lamp come with a drawing board or easel?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — the drawing board and easel are \u003cstrong\u003enot included\u003c\/strong\u003e. The lamp is designed to work alongside your existing art display setup, highlighting artwork placed on a compatible easel. The lamp itself, including the marble base and gold frame, is what you receive.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill my marble base look exactly like the photos?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — marble is a natural material, and each piece has its own unique veining and pattern. Your lamp's marble base will vary slightly from the images shown. These natural variations are not defects — they're what makes each piece one of a kind.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat bulb do I need?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThis lamp uses an \u003cstrong\u003eE26 or E27 base bulb\u003c\/strong\u003e (standard US socket), max 40W. For the best warm, golden ambiance that complements the gold frame, we recommend a Warm Light LED bulb. Bulbs are not included.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the on\/off switch work?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe lamp features an \u003cstrong\u003ein-line on\/off switch\u003c\/strong\u003e on the cord — simple to reach and operate without bending down or reaching for the socket.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it stable enough as a floor lamp?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — the \u003cstrong\u003eheavy marble base (~22 lbs total weight)\u003c\/strong\u003e provides excellent stability and prevents tipping. The weight also means this lamp is best placed in a permanent or semi-permanent location rather than moved frequently.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tumdi.com","offers":[{"title":"∅ 19.7″ x H 66.9″ \/ Dia 50 cm x H 170 cm \/ Gold \/ US plug","offer_id":58264353571161,"sku":"202209131020001","price":395.0,"currency_code":"USD","in_stock":true},{"title":"∅ 19.7″ x H 66.9″ \/ Dia 50 cm x H 170 cm \/ Gold \/ UK plug","offer_id":58264353603929,"sku":"202209131020002","price":395.0,"currency_code":"USD","in_stock":true},{"title":"∅ 19.7″ x H 66.9″ \/ Dia 50 cm x H 170 cm \/ Gold \/ AU plug","offer_id":58264353636697,"sku":"202209131020003","price":395.0,"currency_code":"USD","in_stock":true},{"title":"∅ 19.7″ x H 66.9″ \/ Dia 50 cm x H 170 cm \/ Gold \/ EU plug","offer_id":58264353669465,"sku":"202209131020004","price":395.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/With_Frame_Support_Floor_Lamp_sku_1.jpg?v=1781123173","url":"https:\/\/www.tumdi.co\/products\/with-frame-support-floor-lamp","provider":"Tumdi.com","version":"1.0","type":"link"}