Tonya Wall Lamp
.vk-ton-wrap { --vk-ton-bg: #ffffff; --vk-ton-bg-card: #f7f5f0; --vk-ton-bg-deep: #e9e4d8; --vk-ton-border: #e4ded0; --vk-ton-border-lt: #eee9dd; --vk-ton-accent: #a08a63; --vk-ton -accent-dk: #6b5a3c; --vk-ton-accent-lt: #c2ab80; --vk-ton-accent-bg: #ede6d5; --vk-ton-accent-bdr: #d3c299; --vk-ton-text: #26231c; --vk-ton-text-mid: #55503f; --vk-ton-text-light: #918a76; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-ton-text); line-height: 1.72; font-size: 14.5px; } .vk-ton-wrap * { box-sizing: border-box; } .vk-ton-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-ton-text-mid); } .vk-ton-wrap a { color: var(--vk-ton-accent-dk); text-decoration: underline; } .vk-ton-wrap .vk-ton-section { margin-bottom: 2.6rem; } .vk-ton-wrap .vk-ton-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-ton-wrap .vk-ton-sec-line { flex: 1; height: 0.5px; background: var(--vk-ton-border); } .vk-ton-wrap .vk-ton-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-ton-accent-dk); white-space: nowrap; } .vk-ton-wrap strong { color: var(--vk-ton-text); font-weight: 600; } /* Features grid */ .vk-ton-wrap .vk-ton-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-ton-wrap .vk-ton-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-ton-border); border-radius: 12px; background: var(--vk-ton-bg-card); } .vk-ton-wrap .vk-ton-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-ton-accent-bg); border: 0.5px solid var(--vk-ton-accent-bdr); color: var(--vk-ton-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-ton-wrap .vk-ton-feat-icon svg { fill: none; } .vk-ton-wrap .vk-ton-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-ton-text); margin-bottom: 6px; line-height: 1.35; } .vk-ton-wrap .vk-ton-feat-desc { font-size: 12px; color: var(--vk-ton-text-mid); line-height: 1.55; } /* Colors grid */ .vk-ton-wrap .vk-ton-color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-ton-wrap .vk-ton-color-card { padding: 12px 12px 14px; border: 0.5px solid var(--vk-ton-border); border-radius: 12px; background: var(--vk-ton-bg-card); text-align: center; } .vk-ton-wrap .vk-ton-swatch { width: 30px; height: 30px; border-radius: 50%; margin: 0 auto 8px; border: 0.5px solid rgba(0,0,0,0.15); } .vk-ton-wrap .vk-ton-color-name { font-size: 11.5px; font-weight: 700; color: var(--vk-ton-text); } /* Critical notice */ .vk-ton-wrap .vk-ton-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-ton-accent-bdr); border-left: 3px solid var(--vk-ton-accent); border-radius: 10px; background: var(--vk-ton-accent-bg); } .vk-ton-wrap .vk-ton-notice .vk-ton-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-ton-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-ton-wrap .vk-ton-notice .vk-ton-notice-body { font-size: 12.5px; color: var(--vk-ton-text-mid); line-height: 1.6; } .vk-ton-wrap .vk-ton-notice .vk-ton-notice-body strong { color: var(--vk-ton-text); font-weight: 600; } .vk-ton-wrap .vk-ton-notice .vk-ton-notice-body strong:first-child { display: block; color: var(--vk-ton-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-ton-wrap .vk-ton-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-ton-border); border-radius: 14px; overflow: hidden; } .vk-ton-wrap .vk-ton-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-ton-border-lt); display: flex; align-items: flex-start; background: var(--vk-ton-bg-card); gap: 16px; } .vk-ton-wrap .vk-ton-spec-item:last-child { border-bottom: 0; } .vk-ton-wrap .vk-ton-spec-item:nth-child(even) { background: var(--vk-ton-bg); } .vk-ton-wrap .vk-ton-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-ton-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-ton-wrap .vk-ton-spec-val { font-size: 12.5px; color: var(--vk-ton-text); } /* Style tags */ .vk-ton-wrap .vk-ton-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-ton-wrap .vk-ton-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-ton-accent-dk); background: var(--vk-ton-accent-bg); border: 0.5px solid var(--vk-ton-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-ton-wrap .vk-ton-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-ton-wrap .vk-ton-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-ton-border); border-radius: 12px; background: var(--vk-ton-bg-card); text-decoration: none; color: var(--vk-ton-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-ton-wrap .vk-ton-dl-card:hover { background: var(--vk-ton-accent-bg); border-color: var(--vk-ton-accent-bdr); } .vk-ton-wrap .vk-ton-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-ton-accent-bg); border: 0.5px solid var(--vk-ton-accent-bdr); color: var(--vk-ton-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-ton-wrap .vk-ton-dl-icon svg { fill: none; } .vk-ton-wrap .vk-ton-dl-meta { width: 100%; } .vk-ton-wrap .vk-ton-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-ton-text); line-height: 1.3; margin-bottom: 3px; } .vk-ton-wrap .vk-ton-dl-sub { font-size: 11.5px; color: var(--vk-ton-text-light); letter-spacing: 0.02em; line-height: 1.45; } /* FAQ accordion */ .vk-ton-wrap .vk-ton-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-ton-wrap .vk-ton-faq-list details { border: 0.5px solid var(--vk-ton-border); border-radius: 10px; background: var(--vk-ton-bg-card); overflow: hidden; } .vk-ton-wrap .vk-ton-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-ton-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-ton-wrap .vk-ton-faq-list summary::-webkit-details-marker { display: none; } .vk-ton-wrap .vk-ton-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-ton-accent-dk); position: absolute; right: 16px; } .vk-ton-wrap .vk-ton-faq-list details[open] summary { color: var(--vk-ton-accent-dk); } .vk-ton-wrap .vk-ton-faq-list details[open] summary::after { content: '\2212'; } .vk-ton-wrap .vk-ton-faq-list .vk-ton-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-ton-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-ton-wrap .vk-ton-features-grid { grid-template-columns: 1fr; } .vk-ton-wrap .vk-ton-color-grid { grid-template-columns: 1fr; } .vk-ton-wrap .vk-ton-dl-grid { grid-template-columns: 1fr; } .vk-ton-wrap .vk-ton-spec-item { flex-direction: column; gap: 4px; } .vk-ton-wrap .vk-ton-spec-key { width: auto; } } Inspiration The Tonya Wall Lamp pairs premium natural wood with raw travertine stone for a look that brings modern elegance to any wall. Its standout feature is a 180° rotatable design, so you can adjust the angle to suit the room and create exactly the ambiance you want. The combination of natural materials and flexible function makes it both a practical and a sculptural addition to a space. Good To Know ! One size (Ø20 × H4.5 cm) · travertine + wood · three finishes · integrated LED, ~5W, 3000K warm · 180° rotatable · hardwired · damp rated The body is travertine stone with a wood accent. The LED is integrated and not replaceable, rated for about 50,000 hours at a warm 3000K. It's hardwired, works with a dimmer switch (sold separately), rotates 180° to redirect the light, and is damp rated — suitable for bathrooms and covered outdoor areas as well as dry rooms. Certified for North America, Australia, Europe & the Middle East. Key Features 180° Rotatable Swivel the disc up to 180° to aim the light where you need it — up, down, or anywhere between. Travertine & Wood A raw travertine disc paired with a wood accent — natural stone texture with warm contrast. Integrated LED, Damp Rated A built-in 50,000-hour LED at warm 3000K; damp rated for bathrooms and covered outdoor spots. Colors One design, three finishes — pick the one that fits your space. Beige Wood Color Walnut Color Product Size One size: Ø20 cm × H4.5 cm (Ø7.9″ × H1.8″) · power ~5W. Specifications Fixture Type Wall lamp · hardwired · 180° rotatable travertine disc with wood accent Materials & Finish Travertine (body) + wood (accent) · three finishes Colors Beige · Wood Color · Walnut Color Dimensions Ø20 cm × H4.5 cm (Ø7.9″ × H1.8″) · power ~5W Light Source Integrated LED · not replaceable · ~50,000 hr lifespan · 3000K warm light Power Hardwired · dimmer compatible (switch not included) Rating Damp rated — suitable for bathrooms and covered outdoor areas Certification Certified: North America · Australia · Europe · Middle East Design Style Modern Organic Minimalist Japandi Transitional Use Case The Tonya's low profile and 180° rotation make it a flexible pick for a bedside wall, hallway, or bathroom vanity — swivel it up for ambient wash or down for a more focused pool of light. Because it's damp rated, it also works on a covered porch or patio. Mount a pair flanking a mirror or bed for symmetry, or use a single fixture along a hallway. Downloads Parameter Dimensions & specs · PDF Installation Hardwire setup · PDF 3D Files Project rendering · ZIP FAQ How does the rotation work? The travertine disc rotates up to 180° on its wall mount, letting you redirect the light without moving the fixture itself. Can I replace the bulb? No — the LED is integrated into the fixture and isn't a replaceable bulb. It's rated for about 50,000 hours at 3000K warm white. Can I install it in a bathroom or outdoors? Yes — it's damp rated, suitable for bathrooms and covered outdoor areas, in addition to dry indoor rooms. Does it work with a dimmer? Yes — it's dimmer compatible. Pair it with a compatible wall dimmer switch (sold separately). How is it installed? It's hardwired to a standard wall junction box. Licensed electrician recommended. It's certified for North America, Australia, Europe & the Middle East.
More you might like
Related
Rectangle Tonya Travertine Wall Lamp
Related
Tonya Table Lamp
Related
Tonya Lamp table
Related