Nuvane Orb Wall Sconce
.vk-nuva-wrap { --vk-nuva-bg: #ffffff; --vk-nuva-bg-card: #faf6ec; --vk-nuva-border: #ece2cf; --vk-nuva-border-lt: #f3ecdb; --vk-nuva-accent: #a98a4e; --vk-nuva-accent-dk: #6f5a2c; --vk-nuva-accent-bg: #f1e9d4; --vk-nuva-accent-bdr: #d8c89a; --vk-nuva-text: #29251a; --vk-nuva-text-mid: #554c38; --vk-nuva-text-light: #968b70; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-nuva-text); line-height: 1.72; font-size: 14.5px; } .vk-nuva-wrap * { box-sizing: border-box; } .vk-nuva-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-nuva-text-mid); } .vk-nuva-wrap a { color: var(--vk-nuva-accent-dk); text-decoration: underline; } .vk-nuva-wrap .vk-nuva-section { margin-bottom: 2.6rem; } .vk-nuva-wrap .vk-nuva-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-nuva-wrap .vk-nuva-sec-line { flex: 1; height: 0.5px; background: var(--vk-nuva-border); } .vk-nuva-wrap .vk-nuva-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-nuva-accent-dk); white-space: nowrap; } .vk-nuva-wrap strong { color: var(--vk-nuva-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-nuva-wrap .vk-nuva-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-nuva-wrap .vk-nuva-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-nuva-border); border-radius: 12px; background: var(--vk-nuva-bg-card); } .vk-nuva-wrap .vk-nuva-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-nuva-accent-bg); border: 0.5px solid var(--vk-nuva-accent-bdr); color: var(--vk-nuva-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-nuva-wrap .vk-nuva-feat-icon svg { fill: none; } .vk-nuva-wrap .vk-nuva-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-nuva-text); margin-bottom: 6px; line-height: 1.35; } .vk-nuva-wrap .vk-nuva-feat-desc { font-size: 12px; color: var(--vk-nuva-text-mid); line-height: 1.55; } /* Dimension table */ .vk-nuva-wrap .vk-nuva-sizes { width: 100%; border-collapse: collapse; border: 0.5px solid var(--vk-nuva-border); border-radius: 12px; overflow: hidden; font-size: 12px; } .vk-nuva-wrap .vk-nuva-sizes th { background: var(--vk-nuva-accent-bg); color: var(--vk-nuva-accent-dk); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-align: left; padding: 9px 12px; } .vk-nuva-wrap .vk-nuva-sizes td { padding: 9px 12px; border-top: 0.5px solid var(--vk-nuva-border-lt); color: var(--vk-nuva-text); background: var(--vk-nuva-bg-card); } .vk-nuva-wrap .vk-nuva-sizes tr:nth-child(even) td { background: var(--vk-nuva-bg); } .vk-nuva-wrap .vk-nuva-sizes .vk-nuva-size-key { font-weight: 700; color: var(--vk-nuva-text); } /* Specifications */ .vk-nuva-wrap .vk-nuva-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-nuva-border); border-radius: 14px; overflow: hidden; } .vk-nuva-wrap .vk-nuva-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-nuva-border-lt); display: flex; align-items: flex-start; background: var(--vk-nuva-bg-card); gap: 16px; } .vk-nuva-wrap .vk-nuva-spec-item:last-child { border-bottom: 0; } .vk-nuva-wrap .vk-nuva-spec-item:nth-child(even) { background: var(--vk-nuva-bg); } .vk-nuva-wrap .vk-nuva-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-nuva-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-nuva-wrap .vk-nuva-spec-val { font-size: 12.5px; color: var(--vk-nuva-text); } /* Style tags */ .vk-nuva-wrap .vk-nuva-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-nuva-wrap .vk-nuva-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-nuva-accent-dk); background: var(--vk-nuva-accent-bg); border: 0.5px solid var(--vk-nuva-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-nuva-wrap .vk-nuva-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-nuva-wrap .vk-nuva-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-nuva-border); border-radius: 12px; background: var(--vk-nuva-bg-card); text-decoration: none; color: var(--vk-nuva-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-nuva-wrap .vk-nuva-dl-card:hover { background: var(--vk-nuva-accent-bg); border-color: var(--vk-nuva-accent-bdr); } .vk-nuva-wrap .vk-nuva-dl-card.vk-nuva-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-nuva-bg); } .vk-nuva-wrap .vk-nuva-dl-card.vk-nuva-dl-disabled:hover { background: var(--vk-nuva-bg); border-color: var(--vk-nuva-border); } .vk-nuva-wrap .vk-nuva-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-nuva-accent-bg); border: 0.5px solid var(--vk-nuva-accent-bdr); color: var(--vk-nuva-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-nuva-wrap .vk-nuva-dl-icon svg { fill: none; } .vk-nuva-wrap .vk-nuva-dl-meta { width: 100%; } .vk-nuva-wrap .vk-nuva-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-nuva-text); line-height: 1.3; margin-bottom: 3px; } .vk-nuva-wrap .vk-nuva-dl-sub { font-size: 11.5px; color: var(--vk-nuva-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-nuva-wrap .vk-nuva-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-nuva-text-light); background: var(--vk-nuva-bg-card); border: 0.5px solid var(--vk-nuva-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-nuva-wrap .vk-nuva-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-nuva-wrap .vk-nuva-faq-list details { border: 0.5px solid var(--vk-nuva-border); border-radius: 10px; background: var(--vk-nuva-bg-card); overflow: hidden; } .vk-nuva-wrap .vk-nuva-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-nuva-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-nuva-wrap .vk-nuva-faq-list summary::-webkit-details-marker { display: none; } .vk-nuva-wrap .vk-nuva-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-nuva-accent-dk); position: absolute; right: 16px; } .vk-nuva-wrap .vk-nuva-faq-list details[open] summary { color: var(--vk-nuva-accent-dk); } .vk-nuva-wrap .vk-nuva-faq-list details[open] summary::after { content: '\2212'; } .vk-nuva-wrap .vk-nuva-faq-list .vk-nuva-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-nuva-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-nuva-wrap .vk-nuva-features-grid { grid-template-columns: 1fr; } .vk-nuva-wrap .vk-nuva-dl-grid { grid-template-columns: 1fr; } .vk-nuva-wrap .vk-nuva-spec-item { flex-direction: column; gap: 4px; } .vk-nuva-wrap .vk-nuva-spec-key { width: auto; } .vk-nuva-wrap .vk-nuva-sizes { font-size: 11px; } .vk-nuva-wrap .vk-nuva-sizes th, .vk-nuva-wrap .vk-nuva-sizes td { padding: 7px 8px; } } Inspiration The Nuvane is a moon set in stone. One circle of glass, one circle of travertine, nothing else — the composition came from the quarried slab itself, where a cut face already reads as a full disc of warm sediment. Travertine is a stone full of holes, laid down by mineral springs over thousands of years, and those open pits were left unfilled so the surface stays honest against the smooth, sealed curve of the glass. Rough and polished, shadow and glow, in one plane. Key Features Yellow Travertine Disc A round disc of natural yellow travertine with the stone's open pitting and warm veining — every piece is unique. White Glass Orb The glass globe set into the stone glows warm and soft — ambient accent light, framed like a moon, rather than a task beam. G9 LED Included, No Transformer A warm white G9 7W LED is included and replaceable, and the socket is line-voltage — no transformer or driver to source. Size & Fit Measurement Value Diameter Ø7.9″ (20 cm) Projection 4.7″ (12 cm) from the wall One size. At under 8″ across it reads as a single quiet disc rather than a fixture, which suits a bedside — often in pairs — a hallway, or either side of a vanity mirror. Beside a bed, mount the center around 56–60″ (142–152 cm) from the floor, or roughly 18″ above the mattress; flanking a mirror, keep both at eye level, about 60–66″ (152–168 cm) up. Specifications Fixture Type Wall sconce · single light · hardwired Materials & Finish Yellow travertine (natural stone) + white glass globe · veining, tone, and pitting vary per piece Light Source 1 × G9 · 7W warm white LED bulb included and replaceable · line-voltage, no transformer needed Mounting Hardwired to a standard wall junction box · licensed electrician recommended · AC 110–240V Care Travertine is porous — dust stone and glass with a soft dry cloth, never water · indoor dry locations only, not a bathroom with shower steam Certified North America · Australia · Europe · Middle East Design Style Organic Modern Japandi Minimalist Modern Contemporary Wabi-Sabi Best For Bedside, hallway, dry-area vanity or powder room, living room, stairwell · pairs with warm woods, stone, and neutral rooms Downloads Technical reference and 3D files for the Nuvane Orb Wall Sconce. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & wiring · PDF Installation Guide Hardwire wall mount · PDF Pending 3D Files Project Rendering · ZIP Pending FAQ What bulb does it use — is it included? It takes 1 × G9, and a 7W warm white LED bulb is included and fully replaceable. The socket is line-voltage, so no transformer or driver is needed — a standard G9 LED threads straight in. How bright is it? A single 7W bulb behind the white glass orb gives a soft, warm ambient glow — enough to move around a room by, not enough to read by. Pair it with a lamp or downlights where you need directed light. Will mine look exactly like the photo? No two are identical. Travertine is natural stone, so veining, tone, and the pattern of open pitting vary from piece to piece. That variation is the nature of the material rather than a defect. Can it go in a bathroom? A dry-area vanity or powder room is fine. Travertine is porous and not damp-rated, so avoid a bathroom where shower steam reaches it, and avoid outdoor use. It is hardwired to a standard wall box, so use a licensed electrician. { "@context": "https://schema.org", "@type": "Product", "name": "Nuvane Orb Wall Sconce", "description": "Wall sconce with a white glass globe set into a round disc of natural yellow travertine. 1 x G9 with a 7W warm white LED bulb included, line-voltage with no transformer needed. Dia 7.9 inch (20 cm), 4.7 inch (12 cm) projection. Hardwired, indoor dry locations only.", "material": ["Travertine", "Glass"], "size": "Dia 7.9\" (20 cm), 4.7\" (12 cm) projection", "additionalProperty": [ { "@type": "PropertyValue", "name": "Light Source", "value": "1 x G9, 7W warm white LED bulb included and replaceable, line-voltage" }, { "@type": "PropertyValue", "name": "Mounting", "value": "Hardwired to a standard wall junction box" }, { "@type": "PropertyValue", "name": "Voltage", "value": "AC 110-240V" }, { "@type": "PropertyValue", "name": "Certification", "value": "North America, Australia, Europe, Middle East" }, { "@type": "PropertyValue", "name": "Location Rating", "value": "Indoor dry locations only" } ] } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What bulb does it use - is it included?", "acceptedAnswer": { "@type": "Answer", "text": "It takes 1 x G9, and a 7W warm white LED bulb is included and fully replaceable. The socket is line-voltage, so no transformer or driver is needed and a standard G9 LED threads straight in." } }, { "@type": "Question", "name": "How bright is it?", "acceptedAnswer": { "@type": "Answer", "text": "A single 7W bulb behind the white glass orb gives a soft, warm ambient glow, enough to move around a room by rather than to read by. Pair it with a lamp or downlights where you need directed light." } }, { "@type": "Question", "name": "Will mine look exactly like the photo?", "acceptedAnswer": { "@type": "Answer", "text": "No two are identical. Travertine is natural stone, so veining, tone and the pattern of open pitting vary from piece to piece. That variation is the nature of the material rather than a defect." } }, { "@type": "Question", "name": "Can it go in a bathroom?", "acceptedAnswer": { "@type": "Answer", "text": "A dry-area vanity or powder room is fine. Travertine is porous and not damp-rated, so avoid a bathroom where shower steam reaches it, and avoid outdoor use. It is hardwired to a standard wall box, so use a licensed electrician." } } ] }
More you might like
Related
Orbel Wall Sconce
Related
Orbel Wall Sconce
Related
Orb Wall Sconce
Related