{"product_id":"brimley-table-light","title":"Brimley Table Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Walnut + Metal + Cream theme *\/\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #f7f1e6;\n  --pdp-bg-deep: #ede2cc;\n  --pdp-border: #ddd0b4;\n  --pdp-border-lt: #e8dcc4;\n  --pdp-accent: #8a5a3a;\n  --pdp-accent-dk: #5e3c24;\n  --pdp-accent-bg: #f0dcc5;\n  --pdp-accent-bdr: #c89b78;\n  --pdp-text: #2a1d12;\n  --pdp-text-mid: #5a4332;\n  --pdp-text-light: #968270;\n\n  --pdp-ok-bg: #f4ecd9;\n  --pdp-ok-bdr: #c8a85c;\n  --pdp-ok-deep: #8a6520;\n\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 svg { fill: none; }\n.pdp p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); }\n.pdp a { color: var(--pdp-accent); }\n.pdp .pdp-section { margin-bottom: 2.2rem; }\n.pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; }\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-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; }\n.pdp .feat-desc { font-size: 12px; color: var(--pdp-text-mid); line-height: 1.55; }\n\n\/* Variant cards (3 shade options) *\/\n.pdp .variant-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.pdp .variant-card { padding: 0; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); position: relative; overflow: hidden; display: flex; flex-direction: column; }\n.pdp .variant-img-link { display: block; position: relative; overflow: hidden; cursor: zoom-in; }\n.pdp .variant-img { width: 100%; aspect-ratio: 1 \/ 1; object-fit: cover; display: block; background: var(--pdp-bg-deep); border-bottom: 0.5px solid var(--pdp-border); transition: transform 0.35s ease; }\n.pdp .variant-img-link:hover .variant-img { transform: scale(1.05); }\n.pdp .variant-zoom-hint { position: absolute; bottom: 10px; left: 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; background: rgba(42, 29, 18, 0.78); padding: 4px 9px 4px 8px; border-radius: 99px; line-height: 1; display: flex; align-items: center; gap: 5px; backdrop-filter: blur(4px); pointer-events: none; opacity: 0; transition: opacity 0.2s ease; }\n.pdp .variant-img-link:hover .variant-zoom-hint { opacity: 1; }\n@media (hover: none) { .pdp .variant-zoom-hint { opacity: 1; } }\n.pdp .variant-zoom-hint svg { width: 11px; height: 11px; }\n.pdp .variant-body { padding: 14px 14px 16px; }\n.pdp .variant-tag { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pdp-accent); background: rgba(255, 255, 255, 0.92); border: 0.5px solid var(--pdp-accent-bdr); padding: 3px 8px; border-radius: 99px; backdrop-filter: blur(4px); z-index: 2; }\n.pdp .variant-title { font-size: 13.5px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; }\n.pdp .variant-desc { font-size: 12px; color: var(--pdp-text-mid); line-height: 1.55; }\n\n.pdp .size-figure { border: 0.5px solid var(--pdp-border); border-radius: 14px; background: var(--pdp-bg-card); padding: 10px; margin: 0 0 10px 0; }\n.pdp .size-figure img { display: block; width: 100%; height: auto; border-radius: 10px; }\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 .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: flex-start; 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: 150px; flex-shrink: 0; padding-top: 2px; }\n.pdp .spec-val { font-size: 12.5px; color: var(--pdp-text); }\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.pdp .ok-pill { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pdp-ok-deep); background: var(--pdp-ok-bg); border: 0.5px solid var(--pdp-ok-bdr); padding: 2px 8px; border-radius: 6px; margin-left: 8px; }\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; min-height: 44px; 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 { color: var(--pdp-accent); }\n.pdp .faq-list details[open] summary::after { content: '\\2212'; }\n.pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; }\n\n.pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); text-decoration: none; color: var(--pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; }\n.pdp a.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-meta { width: 100%; }\n.pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; margin-bottom: 3px; }\n.pdp .dl-sub { font-size: 11.5px; color: var(--pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; }\n.pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pdp-text-light); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; }\n\n@media (max-width: 720px) {\n  .pdp .features-grid, .pdp .variant-grid, .pdp .dl-grid { grid-template-columns: 1fr; }\n  .pdp .spec-item { flex-direction: column; gap: 4px; }\n  .pdp .spec-key { width: auto; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pdp\"\u003e\n\u003c!-- 1. Inspiration --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eInspiration\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe Brimley began on a lathe. Turning a spindle from solid ash gives you a run of swelling curves, and the shape here is simply three of them stacked and left where the tool put them — no straight sections, no hidden joins, a wide rounded foot to sit on. Walnut stain and an oiled surface keep the grain readable rather than sealing it under gloss. The rest is what a lamp needs and nothing more: a metal harp, a finial, and a bead chain to pull.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Three Shade Options --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eThree Shade Options\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eOne wood base, three shades. Tap any image to enlarge.\u003c\/p\u003e\n\u003cdiv class=\"variant-grid\"\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003ca class=\"variant-img-link\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Brimley_Table_Light_2.jpg?v=1778228866\" rel=\"noopener\" target=\"_blank\"\u003e\u003cimg class=\"variant-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Brimley_Table_Light_2.jpg?v=1778228866\" alt=\"Brimley Table Light — Plaid Fabric Shade with Walnut-Brown Trim Stripes\"\u003e\u003cspan class=\"variant-zoom-hint\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.5-4.5M11 8v6M8 11h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003eTap to enlarge\u003c\/span\u003e\u003c\/a\u003e\n\u003cdiv class=\"variant-tag\"\u003eA\u003c\/div\u003e\n\u003cdiv class=\"variant-body\"\u003e\n\u003cdiv class=\"variant-title\"\u003ePlaid Fabric + Trim\u003c\/div\u003e\n\u003cdiv class=\"variant-desc\"\u003eCream-and-walnut plaid with two contrast trim stripes running up the shade — classic library-lamp detailing for a traditional bedroom or reading corner.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003ca class=\"variant-img-link\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Brimley_Table_Light_5.jpg?v=1778228866\" rel=\"noopener\" target=\"_blank\"\u003e\u003cimg class=\"variant-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Brimley_Table_Light_5.jpg?v=1778228866\" alt=\"Brimley Table Light — Open-Weave Cane Rattan Shade\"\u003e\u003cspan class=\"variant-zoom-hint\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.5-4.5M11 8v6M8 11h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003eTap to enlarge\u003c\/span\u003e\u003c\/a\u003e\n\u003cdiv class=\"variant-tag\"\u003eB\u003c\/div\u003e\n\u003cdiv class=\"variant-body\"\u003e\n\u003cdiv class=\"variant-title\"\u003eOpen-Weave Cane Rattan\u003c\/div\u003e\n\u003cdiv class=\"variant-desc\"\u003eHand-woven cane in an open lattice, edged in walnut-brown trim. Light passes through the weave and throws a textured shadow — coastal, mid-century, organic modern.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003ca class=\"variant-img-link\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Brimley_Table_Light_7.jpg?v=1778228866\" rel=\"noopener\" target=\"_blank\"\u003e\u003cimg class=\"variant-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Brimley_Table_Light_7.jpg?v=1778228866\" alt=\"Brimley Table Light — Linen Shade with Walnut-Brown Leather Lacing\"\u003e\u003cspan class=\"variant-zoom-hint\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.5-4.5M11 8v6M8 11h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003eTap to enlarge\u003c\/span\u003e\u003c\/a\u003e\n\u003cdiv class=\"variant-tag\"\u003eC\u003c\/div\u003e\n\u003cdiv class=\"variant-body\"\u003e\n\u003cdiv class=\"variant-title\"\u003eLinen + Leather Lacing\u003c\/div\u003e\n\u003cdiv class=\"variant-desc\"\u003eTextured cream linen with hand-stitched leather lacing along the top and bottom edges — saddle-stitch detailing for a study, cabin, or rustic-modern desk.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Key Features --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eKey Features\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" width=\"22\" height=\"22\"\u003e\u003cellipse cx=\"12\" cy=\"6\" rx=\"2.5\" ry=\"1.5\"\u003e\u003c\/ellipse\u003e\u003cellipse cx=\"12\" cy=\"11\" rx=\"3\" ry=\"1.8\"\u003e\u003c\/ellipse\u003e\u003cellipse cx=\"12\" cy=\"17\" rx=\"5\" ry=\"2.5\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eStacked-Bead Solid Ash Base\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eThree turned curves rising from a wide rounded foot, carved from \u003cstrong\u003esolid white ash\u003c\/strong\u003e — not veneer over MDF — and finished with oil that brings out the grain instead of sealing it under gloss.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" width=\"22\" height=\"22\"\u003e\u003cpath d=\"M12 4l3 6 6 1-4.5 4.5 1 6-5.5-3-5.5 3 1-6L3 11l6-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eHigh-CRI Bulb Included (Ra 97)\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eShips with a warm-white E27 LED at \u003cstrong\u003eRa 97\u003c\/strong\u003e — close to daylight, where ordinary LEDs sit at Ra 80–85. Wood grain, fabric weave, and skin tones read true instead of washed flat.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" width=\"22\" height=\"22\"\u003e\u003ccircle cx=\"12\" cy=\"6\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7.5v5\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"14\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 15.5v5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eMetal Pull-Chain Switch\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA bead chain hangs from the harp — pull once on, again off. Easy to find in the dark beside a bed, with no in-line switch to hunt for under the shade.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Size \u0026 Fit --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSize \u0026amp; Fit\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"size-figure\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Brimley-Table-Light.jpg?v=1780738784\" alt=\"Brimley Table Light dimensions — 11.8 inch diameter by 15.4 inch overall height\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"size-specs\"\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eOverall (with shade)\u003c\/span\u003e\u003cstrong\u003eØ 11.8″ × H 15.4″ (Ø 30 × H 39 cm)\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eShade\u003c\/span\u003e\u003cstrong\u003eØ 11.8″ × H 7.1″ (Ø 30 × H 18 cm)\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eWeight\u003c\/span\u003e\u003cstrong\u003e6.6 lbs \/ 3 kg\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top:12px\"\u003eAt 15.4″ tall it works as a primary bedside reading lamp without dominating a nightstand, console, or sideboard. The 78″ (200 cm) cord reaches outlets behind furniture without an extension.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Specifications --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSpecifications\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eTable lamp · plug-in, no hardwiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBase \u0026amp; Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSolid white ash in a stacked-bead form, walnut-stained with a food-safe wood-oil finish\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eHardware\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eMetal-finished harp, finial, and pull-chain switch (on \/ off)\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 × E27 medium base · warm-white LED bulb \u003cspan class=\"ok-pill\"\u003eIncluded\u003c\/span\u003e · Ra 97 high-CRI · accepts standard US E26 replacements\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCord\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e78″ (200 cm) fabric-wrapped cord · standard wall-outlet plug\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\"\u003eWith a dimmable E27 LED and an LED-compatible dimmer — the included bulb is fixed-output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eWipe the wood with a dry or barely damp cloth · dust the shade with a soft brush · indoor dry locations only, away from bathrooms and sinks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e\n\u003cdiv class=\"style-tags\"\u003e\n\u003cspan class=\"style-tag\"\u003eVintage\u003c\/span\u003e\u003cspan class=\"style-tag\"\u003eCottage\u003c\/span\u003e\u003cspan class=\"style-tag\"\u003eMid-Century\u003c\/span\u003e\u003cspan class=\"style-tag\"\u003eLibrary \/ Reading Room\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBest For\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eNightstand, console table, sideboard, study desk · ambient to reading-level light, not direct task light\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Downloads --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDownloads\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eReference materials for designers and customers. Need a doc that's not listed? Email \u003ca href=\"mailto:info@docos.us\"\u003einfo@docos.us\u003c\/a\u003e.\u003c\/p\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1Kdx1EVJH7OA45lWxA9FJ9u4NvWvAzXQD\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg fill=\"none\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\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\"\u003eDimensions \u0026amp; electrical · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c!-- Replace the div with an \u003ca class=\"dl-card\" href=\"...\"\u003e once the PDF is uploaded, and remove the status badge. --\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg fill=\"none\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M12 3c2 4 5 6 5 10a5 5 0 01-10 0c0-4 3-6 5-10z\"\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\"\u003eWood \u0026amp; shade care · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-status\"\u003eComing Soon\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg fill=\"none\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\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\"\u003e3D Files\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eFor renderings · ZIP\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-status\"\u003eComing Soon\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. FAQ --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eFAQ\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I choose between the three shades?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eSame wood base and hardware on all three — pick by the materials already in your room. \u003cstrong\u003ePlaid (A)\u003c\/strong\u003e for traditional, library, or cottage; \u003cstrong\u003ecane rattan (B)\u003c\/strong\u003e for coastal, mid-century, or organic modern; \u003cstrong\u003eleather-laced linen (C)\u003c\/strong\u003e for a study, cabin, or rustic-modern desk. Shades attach with a standard harp and finial, so a different one from this series can be fitted later — email us for shade-only orders.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is Ra 97, and why does it matter?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eRa (CRI) measures how accurately a light shows color against natural sunlight, which scores Ra 100. Household LEDs usually rate \u003cstrong\u003eRa 80–85\u003c\/strong\u003e, which leaves skin tones washed out and fabric colors muddy. At \u003cstrong\u003eRa 97\u003c\/strong\u003e, wood grain, weave, and skin read close to how they look in daylight — worth having on a lamp you also read, sew, or do close work under.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs a bulb included, and can I dim it?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — a warm-white \u003cstrong\u003eE27\u003c\/strong\u003e LED is installed and ready; plug in and pull the chain. E27 is the standard medium screw base and interchanges with US E26, so any hardware-store replacement fits (choose 2700–3000K to match the original look). For dimming, swap in a bulb labeled \u003cstrong\u003edimmable\u003c\/strong\u003e and use an LED-compatible dimmer — the included bulb is fixed-output and will flicker on one.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the wood solid, and can it go in a bathroom?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eIt is \u003cstrong\u003esolid white ash\u003c\/strong\u003e, turned from solid stock rather than veneer over MDF; the walnut color is a stain under a food-safe oil finish. Keep it to \u003cstrong\u003eindoor dry rooms\u003c\/strong\u003e — bedrooms, living rooms, studies, entryways. Bathrooms and covered porches will swell the wood, discolor fabric, and warp leather over time.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Schema.org JSON-LD --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Brimley Table Light\",\n  \"description\": \"Plug-in table lamp with a stacked-bead base turned from solid white ash, walnut-stained with a food-safe wood-oil finish, metal harp, finial and pull-chain switch. Three shade options: plaid fabric with contrast trim, open-weave cane rattan, or linen with leather lacing. 11.8 inch diameter by 15.4 inch high, 1 x E27 with a warm-white Ra 97 high-CRI LED bulb included, 78 inch fabric-wrapped cord. Indoor dry locations only.\",\n  \"material\": [\"White ash\", \"Metal\", \"Fabric\", \"Rattan\", \"Leather\"],\n  \"color\": \"Walnut stain \/ cream\",\n  \"size\": \"Dia 11.8\\\" x H15.4\\\" (30 x 39 cm)\",\n  \"weight\": { \"@type\": \"QuantitativeValue\", \"value\": 3, \"unitCode\": \"KGM\" },\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E27 medium base, warm-white LED bulb included, Ra 97 high-CRI, accepts US E26\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Switch\", \"value\": \"Metal pull-chain, on\/off\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Cord\", \"value\": \"78 inch (200 cm) fabric-wrapped, standard wall-outlet plug\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Location Rating\", \"value\": \"Indoor dry locations only\" }\n  ],\n  \"hasVariant\": [\n    { \"@type\": \"Product\", \"name\": \"Brimley Table Light - Plaid Fabric + Trim\" },\n    { \"@type\": \"Product\", \"name\": \"Brimley Table Light - Open-Weave Cane Rattan\" },\n    { \"@type\": \"Product\", \"name\": \"Brimley Table Light - Linen + Leather Lacing\" }\n  ]\n}\n\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I choose between the three shades?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The wood base and hardware are the same on all three, so pick by the materials already in your room. Plaid suits traditional, library or cottage rooms; cane rattan suits coastal, mid-century or organic modern; leather-laced linen suits a study, cabin or rustic-modern desk. Shades attach with a standard harp and finial, so a different one from this series can be fitted later.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is Ra 97, and why does it matter?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Ra, or CRI, measures how accurately a light shows color against natural sunlight, which scores Ra 100. Household LEDs usually rate Ra 80 to 85, leaving skin tones washed out and fabric colors muddy. At Ra 97, wood grain, weave and skin read close to how they look in daylight, which matters on a lamp you read or do close work under.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is a bulb included, and can I dim it?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, a warm-white E27 LED is installed and ready; plug in and pull the chain. E27 is the standard medium screw base and interchanges with US E26, so any hardware-store replacement fits, ideally 2700 to 3000K. For dimming, swap in a bulb labeled dimmable and use an LED-compatible dimmer, since the included bulb is fixed-output.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the wood solid, and can it go in a bathroom?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It is solid white ash, turned from solid stock rather than veneer over MDF, with the walnut color coming from a stain under a food-safe oil finish. Keep it to indoor dry rooms such as bedrooms, living rooms, studies and entryways, because bathrooms and covered porches will swell the wood, discolor fabric and warp leather over time.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Model A Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ US Plug","offer_id":52253966762258,"sku":"DCT-16010-01","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model A Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ UK Plug","offer_id":52253966795026,"sku":"DCT-16010-02","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model A Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ AU Plug","offer_id":52253966827794,"sku":"DCT-16010-03","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model A Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ EU Plug","offer_id":52253966860562,"sku":"DCT-16010-04","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model B Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ US Plug","offer_id":52253966893330,"sku":"DCT-16010-05","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model B Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ UK Plug","offer_id":52253966926098,"sku":"DCT-16010-06","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model B Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ AU Plug","offer_id":52253966958866,"sku":"DCT-16010-07","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model B Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ EU Plug","offer_id":52253966991634,"sku":"DCT-16010-08","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model C Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ US Plug","offer_id":52253967024402,"sku":"DCT-16010-09","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model C Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ UK Plug","offer_id":52253967057170,"sku":"DCT-16010-10","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model C Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ AU Plug","offer_id":52253967089938,"sku":"DCT-16010-11","price":138.95,"currency_code":"EUR","in_stock":true},{"title":"Model C Dia 30cm x H 39cm \/ ∅ 11.8″ x H 15.3″ \/ Walnut Color \/ EU Plug","offer_id":52253967122706,"sku":"DCT-16010-12","price":138.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Brimley_Table_Light_1.jpg?v=1778228865","url":"https:\/\/docos.us\/en-ie\/products\/brimley-table-light","provider":"Docos","version":"1.0","type":"link"}