{"product_id":"angler-floor-lamp","title":"Angler Floor Lamp","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — Angler Floor Lamp ════════════════════╗\n   ║  Matte Black    →  primary accent      #1e1e1e         ║\n   ║  Chrome silver  →  highlight           #a8aeb5         ║\n   ║  Clean white    →  page bg             #ffffff         ║\n   ║  Deep charcoal  →  card bg             #2a2d30         ║\n   ║  Steel border   →  borders             #e2e4e7         ║\n   ╚════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #f2f3f5;\n    --bg-deep:     #e8eaed;\n    --border:      #d8dce2;\n    --border-lt:   #e8eaee;\n    --steel:       #3a4048;      \/* deep steel — primary accent *\/\n    --steel-lt:    #a8aeb5;      \/* chrome highlight *\/\n    --steel-bg:    #e4e8ec;      \/* icon \/ badge bg *\/\n    --steel-border:#c0c8d0;      \/* icon \/ badge border *\/\n    --black:       #1a1c1e;      \/* matte black *\/\n    --text:        #1a1c1e;\n    --text-mid:    #404850;\n    --text-light:  #808890;\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(--steel); white-space: nowrap;\n  }\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  \/* Dimension card *\/\n  .dim-card { background: var(--bg); border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .dim-img-area {\n    background: var(--bg-card); 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: 360px; height: auto; object-fit: contain; display: block; }\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(--steel); }\n\n  \/* Features *\/\n  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }\n  .feature-card {\n    background: #1e2124;\n    border: 0.5px solid #30343a;\n    border-radius: 12px; padding: 14px 13px 12px;\n  }\n  .feature-icon-wrap {\n    width: 27px; height: 27px; border-radius: 7px;\n    background: #2e3238; border: 0.5px solid #484e56;\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: #e8eaec; margin-bottom: 3px; }\n  .feature-desc { font-size: 11px; color: #8090a0; line-height: 1.55; }\n\n  \/* Color chips *\/\n  .color-chips { display: flex; flex-wrap: wrap; gap: 8px; }\n  .color-chip {\n    display: flex; align-items: center; gap: 7px;\n    padding: 7px 14px; border-radius: 99px;\n    border: 0.5px solid var(--border); background: var(--bg-card);\n    font-size: 12px; font-weight: 500; color: var(--text);\n  }\n  .chip-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }\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(--steel); 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(--steel-bg); border: 0.5px solid var(--steel-border); color: var(--steel); white-space: nowrap; }\n\n  \/* Downloads *\/\n  .dl-grid { display: grid; grid-template-columns: repeat(3, 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(--bg-deep); border-color: var(--steel-border); }\n  .dl-icon-wrap { width: 34px; height: 34px; border-radius: 9px; background: var(--steel-bg); border: 0.5px solid var(--steel-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(--steel-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='%235a6068' 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(--steel-border); transition: transform 0.2s;\n  }\n  .faq-list details[open] summary::after { transform: rotate(180deg); }\n  .faq-list details[open] summary { color: var(--steel); }\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!-- 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\u003e\u003ciframe width=\"772\" height=\"434\" src=\"https:\/\/www.youtube.com\/embed\/NQwFkRrqgFk\" title=\"Angler Floor Lamp\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong\u003eAngler Floor Lamp\u003c\/strong\u003e offers the perfect combination of functionality and style. Its adjustable lamp head, telescopic arm, and robust metal body — all electroplated for a smooth, polished finish — give you the flexibility to direct light exactly where you need it. Ergonomic height, a warm inviting glow, and three finish options make it a versatile addition to any living room, bedroom, or study.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Color accent strip --\u003e\n\u003cdiv style=\"margin-top: 16px; background: #1a1c1e; border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px;\"\u003e\n\u003cdiv style=\"font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #606870;\"\u003eAvailable Finishes\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 10px; align-items: center;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 7px;\"\u003e\n\u003cspan style=\"width: 22px; height: 22px; border-radius: 50%; background: #1e1e1e; border: 2px solid #484e58; box-shadow: 0 0 0 1px #606870; display: inline-block; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 12px; font-weight: 500; color: #c8cdd4;\"\u003eBlack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"width: 0.5px; height: 18px; background: #404850;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 7px;\"\u003e\n\u003cspan style=\"width: 22px; height: 22px; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#e8eaec,#a8aeb5 45%,#686e78 80%); border: 2px solid #606870; box-shadow: 0 0 0 1px #404850; display: inline-block; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 12px; font-weight: 500; color: #c8cdd4;\"\u003eChrome\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"width: 0.5px; height: 18px; background: #404850;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 7px;\"\u003e\n\u003cspan style=\"width: 22px; height: 22px; border-radius: 50%; background: #f0f0f0; border: 2px solid #909098; box-shadow: 0 0 0 1px #606870; display: inline-block; flex-shrink: 0;\"\u003e\u003c\/span\u003e \u003cspan style=\"font-size: 12px; font-weight: 500; color: #c8cdd4;\"\u003eWhite\u003c\/span\u003e\n\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 href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Angler_Floor_Lamp_001.png?v=1727954429\" rel=\"noopener\" style=\"display: block;\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Angler_Floor_Lamp_001.png?v=1727954429\" alt=\"Angler Floor Lamp dimensions\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"dim-row\"\u003e\n\u003cspan class=\"dim-key\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"dim-val\"\u003e∅ 9.8″ \/ 25 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 74″ \/ 188 cm\u003c\/span\u003e\n\u003c\/div\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 width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#a8aeb5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M19.07 4.93a10 10 0 0 1 0 14.14M4.93 4.93a10 10 0 0 0 0 14.14\"\u003e\u003c\/path\u003e\u003cpath d=\"M15.54 8.46a5 5 0 0 1 0 7.07M8.46 8.46a5 5 0 0 0 0 7.07\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eAdjustable Lamp Head\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTilt and rotate the head to direct light exactly where you need it — reading, task, or ambient.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#a8aeb5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"5 9 2 12 5 15\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"19 9 22 12 19 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eTelescopic Arm\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eExtendable arm adjusts to the perfect height for your chair, desk, or sofa setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#a8aeb5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\"\u003e\u003c\/path\u003e\u003cline x1=\"16\" y1=\"8\" x2=\"2\" y2=\"22\"\u003e\u003c\/line\u003e\u003cline x1=\"17.5\" y1=\"15\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eElectroplated Finish\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSmooth, durable metal finish in Black, Chrome, or White — built to look great long-term.\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, Stainless Steel, Iron\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBody Color\u003c\/span\u003e \u003cspan class=\"spec-val\" style=\"display: flex; align-items: center; gap: 10px; flex-wrap: wrap;\"\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #1e1e1e; border: 0.5px solid #555; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eBlack\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#e8eaec,#a8aeb5 45%,#707880 80%); border: 0.5px solid rgba(0,0,0,0.1); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eChrome\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #f5f5f5; border: 0.5px solid #ddd; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eWhite\u003c\/span\u003e \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\"\u003eModern\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\"\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 class=\"dl-grid\"\u003e\n\u003ca class=\"dl-btn\" href=\"https:\/\/drive.google.com\/file\/d\/1Rex9XG98Cf19JwTdTTO05oqSSZSwe84V\/view?usp=drive_link\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a6068\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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 x=\"9\" y=\"3\" width=\"6\" height=\"4\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cline x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"16\" x2=\"13\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\nTear Sheet\u003c\/a\u003e\u003ca class=\"dl-btn\" href=\"https:\/\/drive.google.com\/file\/d\/1Z693fzzHXiIBwxbX4fbkWSQOdvwfNOGD\/view?usp=drive_link\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a6068\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\" href=\"#\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a6068\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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 x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"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\u003eCan I adjust the direction and height of the light?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — the Angler has both an \u003cstrong\u003eadjustable lamp head\u003c\/strong\u003e you can tilt and rotate, and a \u003cstrong\u003etelescopic arm\u003c\/strong\u003e you can extend or retract. This gives you full control over light direction and height to suit any seating position or task.\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. We recommend a Warm Light LED bulb for a comfortable, inviting atmosphere — ideal for reading and living spaces. Bulbs are not included.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich color finish should I choose?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eBlack\u003c\/strong\u003e is bold and modern — pairs well with dark, industrial, or contemporary interiors. \u003cstrong\u003eChrome\u003c\/strong\u003e has a reflective, sleek finish that suits minimalist and Scandinavian spaces. \u003cstrong\u003eWhite\u003c\/strong\u003e is clean and versatile — blends effortlessly with any light-toned room.\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 a convenient \u003cstrong\u003ein-line on\/off switch\u003c\/strong\u003e on the cord — easy to reach from your chair or sofa without getting up.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tumdi.com","offers":[{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ Chrome \/ US Plug","offer_id":58264334008665,"sku":"MJF-JS208-95","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ Chrome \/ UK Plug","offer_id":58264334041433,"sku":"MJF-JS208-96","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ Chrome \/ AU Plug","offer_id":58264334074201,"sku":"MJF-JS208-97","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ Chrome \/ EU Plug","offer_id":58264334106969,"sku":"MJF-JS208-98","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ Black \/ US Plug","offer_id":58264334139737,"sku":"MJF-JS208-01","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ Black \/ UK Plug","offer_id":58264334172505,"sku":"MJF-JS208-02","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ Black \/ AU Plug","offer_id":58264334205273,"sku":"MJF-JS208-03","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ Black \/ EU Plug","offer_id":58264334238041,"sku":"MJF-JS208-04","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ White \/ US Plug","offer_id":58264334270809,"sku":"MJF-JS208-05","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ White \/ UK Plug","offer_id":58264334303577,"sku":"MJF-JS208-06","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ White \/ AU Plug","offer_id":58264334336345,"sku":"MJF-JS208-07","price":357.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 74″  \/ Dia 25cm x H 188cm \/ White \/ EU Plug","offer_id":58264334369113,"sku":"MJF-JS208-08","price":357.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Angler-Floor-Lamp-01.jpg?v=1781122704","url":"https:\/\/www.tumdi.co\/products\/angler-floor-lamp","provider":"Tumdi.com","version":"1.0","type":"link"}