Maycroft Table Light
.vk-nal-wrap { --vk-nal-bg: #ffffff; --vk-nal-bg-card: #f9f6f0; --vk-nal-bg-deep: #e9dfc9; --vk-nal-border: #e8e0cd; --vk-nal-border-lt: #f2ede0; --vk-nal-accent: #9c7b4f; --vk-nal -accent-dk: #6b5230; --vk-nal-accent-lt: #bd9b6c; --vk-nal-accent-bg: #efe4cf; --vk-nal-accent-bdr: #d8c39c; --vk-nal-text: #2b271e; --vk-nal-text-mid: #56503f; --vk-nal-text-light: #948a70; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-nal-text); line-height: 1.72; font-size: 14.5px; } .vk-nal-wrap * { box-sizing: border-box; } .vk-nal-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-nal-text-mid); } .vk-nal-wrap a { color: var(--vk-nal-accent-dk); text-decoration: underline; } .vk-nal-wrap .vk-nal-section { margin-bottom: 2.6rem; } .vk-nal-wrap .vk-nal-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-nal-wrap .vk-nal-sec-line { flex: 1; height: 0.5px; background: var(--vk-nal-border); } .vk-nal-wrap .vk-nal-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-nal-accent-dk); white-space: nowrap; } .vk-nal-wrap strong { color: var(--vk-nal-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-nal-wrap .vk-nal-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-nal-wrap .vk-nal-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-nal-border); border-radius: 12px; background: var(--vk-nal-bg-card); } .vk-nal-wrap .vk-nal-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-nal-accent-bg); border: 0.5px solid var(--vk-nal-accent-bdr); color: var(--vk-nal-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-nal-wrap .vk-nal-feat-icon svg { fill: none; } .vk-nal-wrap .vk-nal-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-nal-text); margin-bottom: 6px; line-height: 1.35; } .vk-nal-wrap .vk-nal-feat-desc { font-size: 12px; color: var(--vk-nal-text-mid); line-height: 1.55; } /* Critical notice */ .vk-nal-wrap .vk-nal-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-nal-accent-bdr); border-left: 3px solid var(--vk-nal-accent); border-radius: 10px; background: var(--vk-nal-accent-bg); } .vk-nal-wrap .vk-nal-notice .vk-nal-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-nal-accent-dk); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-nal-wrap .vk-nal-notice .vk-nal-notice-body { font-size: 12.5px; color: var(--vk-nal-text-mid); line-height: 1.6; } .vk-nal-wrap .vk-nal-notice .vk-nal-notice-body strong { color: var(--vk-nal-text); font-weight: 600; } .vk-nal-wrap .vk-nal-notice .vk-nal-notice-body strong:first-child { display: block; color: var(--vk-nal-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Size table */ .vk-nal-wrap .vk-nal-size-table { width: 100%; border-collapse: collapse; border: 0.5px solid var(--vk-nal-border); border-radius: 12px; overflow: hidden; margin-bottom: 12px; } .vk-nal-wrap .vk-nal-size-table thead th { background: var(--vk-nal-accent-bg); color: var(--vk-nal-accent-dk); font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; text-align: left; padding: 12px 16px; border-bottom: 0.5px solid var(--vk-nal-border); } .vk-nal-wrap .vk-nal-size-table tbody td { padding: 14px 16px; font-size: 13px; color: var(--vk-nal-text); border-bottom: 0.5px solid var(--vk-nal-border-lt); background: var(--vk-nal-bg-card); } .vk-nal-wrap .vk-nal-size-table tbody tr:nth-child(even) td { background: var(--vk-nal-bg); } .vk-nal-wrap .vk-nal-size-table tbody tr:last-child td { border-bottom: 0; } .vk-nal-wrap .vk-nal-size-table tbody td:first-child { font-weight: 700; color: var(--vk-nal-text); width: 30%; } .vk-nal-wrap .vk-nal-size-table tbody td:last-child { color: var(--vk-nal-text-mid); } /* Specifications */ .vk-nal-wrap .vk-nal-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-nal-border); border-radius: 14px; overflow: hidden; } .vk-nal-wrap .vk-nal-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-nal-border-lt); display: flex; align-items: flex-start; background: var(--vk-nal-bg-card); gap: 16px; } .vk-nal-wrap .vk-nal-spec-item:last-child { border-bottom: 0; } .vk-nal-wrap .vk-nal-spec-item:nth-child(even) { background: var(--vk-nal-bg); } .vk-nal-wrap .vk-nal-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-nal-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-nal-wrap .vk-nal-spec-val { font-size: 12.5px; color: var(--vk-nal-text); } /* Style tags */ .vk-nal-wrap .vk-nal-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-nal-wrap .vk-nal-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-nal-accent-dk); background: var(--vk-nal-accent-bg); border: 0.5px solid var(--vk-nal-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-nal-wrap .vk-nal-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-nal-wrap .vk-nal-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-nal-border); border-radius: 12px; background: var(--vk-nal-bg-card); text-decoration: none; color: var(--vk-nal-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-nal-wrap .vk-nal-dl-card:hover { background: var(--vk-nal-accent-bg); border-color: var(--vk-nal-accent-bdr); } .vk-nal-wrap .vk-nal-dl-card.vk-nal-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-nal-bg); } .vk-nal-wrap .vk-nal-dl-card.vk-nal-dl-disabled:hover { background: var(--vk-nal-bg); border-color: var(--vk-nal-border); } .vk-nal-wrap .vk-nal-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-nal-accent-bg); border: 0.5px solid var(--vk-nal-accent-bdr); color: var(--vk-nal-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-nal-wrap .vk-nal-dl-icon svg { fill: none; } .vk-nal-wrap .vk-nal-dl-meta { width: 100%; } .vk-nal-wrap .vk-nal-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-nal-text); line-height: 1.3; margin-bottom: 3px; } .vk-nal-wrap .vk-nal-dl-sub { font-size: 11.5px; color: var(--vk-nal-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-nal-wrap .vk-nal-dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vk-nal-text-light); background: var(--vk-nal-bg-card); border: 0.5px solid var(--vk-nal-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-nal-wrap .vk-nal-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-nal-wrap .vk-nal-faq-list details { border: 0.5px solid var(--vk-nal-border); border-radius: 10px; background: var(--vk-nal-bg-card); overflow: hidden; } .vk-nal-wrap .vk-nal-faq-list summary { list-style: none; cursor: pointer; padding: 13px 36px 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--vk-nal-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-nal-wrap .vk-nal-faq-list summary::-webkit-details-marker { display: none; } .vk-nal-wrap .vk-nal-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-nal-accent-dk); position: absolute; right: 16px; } .vk-nal-wrap .vk-nal-faq-list details[open] summary { color: var(--vk-nal-accent-dk); } .vk-nal-wrap .vk-nal-faq-list details[open] summary::after { content: '\2212'; } .vk-nal-wrap .vk-nal-faq-list .vk-nal-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-nal-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-nal-wrap .vk-nal-features-grid { grid-template-columns: 1fr; } .vk-nal-wrap .vk-nal-dl-grid { grid-template-columns: 1fr; } .vk-nal-wrap .vk-nal-spec-item { flex-direction: column; gap: 4px; } .vk-nal-wrap .vk-nal-spec-key { width: auto; } .vk-nal-wrap .vk-nal-size-table thead th, .vk-nal-wrap .vk-nal-size-table tbody td { padding: 10px 12px; font-size: 12.5px; } } Inspiration The Maycroft Table Light pairs a tapered fabric drum shade with a slim brass stem set into a round walnut-toned wood base with a raised rim that doubles as a small catchall tray. The integrated LED glows warm at 3000K through the fabric shade, with a touch switch for three-stage brightness adjustment, switching between a soft nightlight glow and a brighter reading level with a single tap. At H10.4″ (26.5cm) with a Dia3.9″ (10cm) base, it's a compact table lamp for a bedside nightstand, a console table, or a reading corner in a farmhouse or transitional space. The shade is offered in a floral-print fabric or a sage-green textured fabric, so the same wood-and-brass base reads floral and vintage or muted and minimal depending on the option chosen. Good To Know ! Cordless, rechargeable table lamp · touch switch · USB Type-C charging · indoor dry only It is cordless and rechargeable, charged via a USB Type-C port — no outlet needed once charged, so it can sit anywhere on a nightstand or console. A touch switch on the lamp cycles through three brightness levels. Fabric shade color may appear slightly different depending on lighting conditions. Keep it indoor and dry. Full material and power details are in Specifications below. Key Features Touch Switch, Three-Stage Brightness A touch switch cycles through three brightness levels on the same integrated LED, from a low glow to a brighter reading level. Wood Tray Base A round walnut-toned wood base with a raised rim doubles as a small catchall tray. Two Fabric Shade Options Choose a floral-print fabric shade or a sage-green textured fabric shade, both tapered drum shaped. Size & Fit One size, two shade finishes — sized for a nightstand, console, or small side table. Dimension Measurement Overall Height H10.4″ (26.5cm) Base Diameter Dia3.9″ (10cm) Specifications Fixture Type Table lamp · integrated LED Materials & Finish White ash wood + brass + fabric Color Walnut wood tone + brass Light Source Integrated LED, 5W, warm 3000K Brightness Touch switch · 3-stage adjustable Shade Option A Floral-print fabric, tapered drum shade Shade Option B Sage-green textured fabric, tapered drum shade Base Round wood tray base with raised rim Power Cordless · rechargeable via USB Type-C · indoor dry only Certification Compliant with North America, Australia, Europe, and Middle East certification standards Care Wipe wood base and brass stem with a soft dry cloth · spot-clean fabric shade only · keep dry, indoor use Design Style Farmhouse Transitional Cottage Best For Bedside nightstand, console, or reading corner · ambient and reading light Downloads Technical reference and setup files for the Maycroft Table Light. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF Pending Care Guide Fabric & wood care · PDF Pending 3D File 3D model · OBJ/FBX Pending FAQ What shade options are available? A floral-print fabric shade or a sage-green textured fabric shade, both in the same tapered drum shape. Can I adjust the brightness? Yes — a touch switch cycles through three brightness stages on the same integrated LED, from a low glow to a brighter reading level. How is it charged? It is cordless and rechargeable via USB Type-C. Charge it, then place it anywhere without needing an outlet nearby. Can the LED be replaced? The LED is integrated into the fixture and is not intended as a user-replaceable bulb. How do I clean it? Wipe the wood base and brass stem with a soft, dry cloth. Spot-clean the fabric shade only — avoid soaking it. Keep the fixture indoor and dry.
More you might like
Related
Endon Lighting 67517 Dara Table USB Table Light
Related
Astro Ella Table Light Bronze Interior Table Light
Related
Hanging Pool Table Lights 98cm Billiards Table Light Island
Related