Land Ceiling Light
.vk-land-wrap { --vk-land-bg: #ffffff; --vk-land-bg-card: #f8f4ed; --vk-land-border: #e7ded0; --vk-land-border-lt: #f0eae0; --vk-land-accent: #8c6a48; --vk-land-accent-dk: #5f4830; --vk-land-accent-bg: #efe6d8; --vk-land-accent-bdr: #cfb493; --vk-land-text: #2a2419; --vk-land-text-mid: #574c3c; --vk-land-text-light: #93866f; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-land-text); line-height: 1.7; font-size: 14.5px; } .vk-land-wrap * { box-sizing: border-box; } .vk-land-wrap svg { fill: none; } .vk-land-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-land-text-mid); } .vk-land-wrap a { color: var(--vk-land-accent-dk); text-decoration: underline; } .vk-land-wrap strong { color: var(--vk-land-text); font-weight: 600; } .vk-land-wrap .vk-land-section { margin-bottom: 2.6rem; } .vk-land-wrap .vk-land-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-land-wrap .vk-land-sec-line { flex: 1; height: 0.5px; background: var(--vk-land-border); } .vk-land-wrap .vk-land-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-land-accent-dk); white-space: nowrap; } /* Features */ .vk-land-wrap .vk-land-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-land-wrap .vk-land-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-land-border); border-radius: 12px; background: var(--vk-land-bg-card); } .vk-land-wrap .vk-land-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-land-accent-bg); border: 0.5px solid var(--vk-land-accent-bdr); color: var(--vk-land-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-land-wrap .vk-land-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-land-text); margin-bottom: 6px; line-height: 1.35; } .vk-land-wrap .vk-land-feat-desc { font-size: 12px; color: var(--vk-land-text-mid); line-height: 1.55; } /* Colourway chips */ .vk-land-wrap .vk-land-colors { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; } .vk-land-wrap .vk-land-color { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; color: var(--vk-land-accent-dk); background: var(--vk-land-bg-card); border: 0.5px solid var(--vk-land-accent-bdr); padding: 5px 11px 5px 8px; border-radius: 99px; } .vk-land-wrap .vk-land-color i { width: 12px; height: 12px; border-radius: 50%; border: 0.5px solid rgba(0,0,0,0.18); flex-shrink: 0; } /* Size table */ .vk-land-wrap .vk-land-size-table { width: 100%; border-collapse: collapse; border: 0.5px solid var(--vk-land-border); border-radius: 12px; overflow: hidden; } .vk-land-wrap .vk-land-size-table thead th { background: var(--vk-land-accent-bg); color: var(--vk-land-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-land-border); } .vk-land-wrap .vk-land-size-table tbody td { padding: 13px 16px; font-size: 13px; color: var(--vk-land-text); border-bottom: 0.5px solid var(--vk-land-border-lt); background: var(--vk-land-bg-card); } .vk-land-wrap .vk-land-size-table tbody tr:nth-child(even) td { background: var(--vk-land-bg); } .vk-land-wrap .vk-land-size-table tbody tr:last-child td { border-bottom: 0; } .vk-land-wrap .vk-land-size-table tbody td:first-child { font-weight: 700; width: 36%; } .vk-land-wrap .vk-land-size-table tbody td:last-child { color: var(--vk-land-text-mid); } /* Notices */ .vk-land-wrap .vk-land-note { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border-radius: 10px; margin-top: 12px; font-size: 12px; line-height: 1.55; } .vk-land-wrap .vk-land-note-ico { width: 20px; height: 20px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-land-wrap .vk-land-note-body { color: var(--vk-land-text-mid); } .vk-land-wrap .vk-land-note-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } .vk-land-wrap .vk-land-note-red { border: 0.5px solid #d69a9a; border-left: 3px solid #a83c3c; background: #fbeeee; } .vk-land-wrap .vk-land-note-red .vk-land-note-ico { background: #a83c3c; } .vk-land-wrap .vk-land-note-red strong { color: #8a2b2b; font-weight: 600; } .vk-land-wrap .vk-land-note-amber { border: 0.5px solid #d4a373; border-left: 3px solid #b06438; background: #fbf2e6; } .vk-land-wrap .vk-land-note-amber .vk-land-note-ico { background: #b06438; } .vk-land-wrap .vk-land-note-amber strong { color: #8a4820; font-weight: 600; } /* Specifications */ .vk-land-wrap .vk-land-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-land-border); border-radius: 14px; overflow: hidden; } .vk-land-wrap .vk-land-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-land-border-lt); display: flex; align-items: flex-start; background: var(--vk-land-bg-card); gap: 16px; } .vk-land-wrap .vk-land-spec-item:last-child { border-bottom: 0; } .vk-land-wrap .vk-land-spec-item:nth-child(even) { background: var(--vk-land-bg); } .vk-land-wrap .vk-land-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-land-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-land-wrap .vk-land-spec-val { font-size: 12.5px; color: var(--vk-land-text); } /* Style tags */ .vk-land-wrap .vk-land-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-land-wrap .vk-land-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-land-accent-dk); background: var(--vk-land-accent-bg); border: 0.5px solid var(--vk-land-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads */ .vk-land-wrap .vk-land-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-land-wrap .vk-land-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-land-border); border-radius: 12px; background: var(--vk-land-bg-card); text-decoration: none; color: var(--vk-land-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-land-wrap .vk-land-dl-card:hover { border-color: var(--vk-land-accent-bdr); background: var(--vk-land-accent-bg); } .vk-land-wrap .vk-land-dl-card.vk-land-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-land-bg); } .vk-land-wrap .vk-land-dl-card.vk-land-dl-disabled:hover { background: var(--vk-land-bg); border-color: var(--vk-land-border); } .vk-land-wrap .vk-land-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-land-accent-bg); border: 0.5px solid var(--vk-land-accent-bdr); color: var(--vk-land-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-land-wrap .vk-land-dl-meta { width: 100%; } .vk-land-wrap .vk-land-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-land-text); line-height: 1.3; margin-bottom: 3px; } .vk-land-wrap .vk-land-dl-sub { font-size: 11.5px; color: var(--vk-land-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-land-wrap .vk-land-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-land-text-light); background: var(--vk-land-bg-card); border: 0.5px solid var(--vk-land-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ */ .vk-land-wrap .vk-land-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-land-wrap .vk-land-faq-list details { border: 0.5px solid var(--vk-land-border); border-radius: 10px; background: var(--vk-land-bg-card); overflow: hidden; } .vk-land-wrap .vk-land-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-land-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-land-wrap .vk-land-faq-list summary::-webkit-details-marker { display: none; } .vk-land-wrap .vk-land-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-land-accent-dk); position: absolute; right: 16px; } .vk-land-wrap .vk-land-faq-list details[open] summary::after { content: '\2212'; } .vk-land-wrap .vk-land-faq-list .vk-land-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-land-text-mid); line-height: 1.6; } @media (max-width: 520px) { .vk-land-wrap .vk-land-features-grid, .vk-land-wrap .vk-land-dl-grid { grid-template-columns: 1fr; } .vk-land-wrap .vk-land-spec-item { flex-direction: column; gap: 4px; } .vk-land-wrap .vk-land-spec-key { width: auto; } .vk-land-wrap .vk-land-size-table thead th, .vk-land-wrap .vk-land-size-table tbody td { padding: 10px 12px; font-size: 12.5px; } } Inspiration Land began with a handful of stones picked up off a Mediterranean shoreline — the kind worn into bands and pockmarks by water and salt rather than cut by anyone. We cast that surface into resin so the texture runs right through the body instead of sitting on top as a coating, and left the glass beneath it clear so the light reads against the rough shell. Each colourway takes its name from the ground: iron red, wet black, chalk white, green stone, pale sand. Key Features Mineral-Textured Resin The resin body carries a stone-like texture through the material, not as a surface coating. Glass Shade Beneath A glass shade sits under the resin body, throwing the light down and out. Damp Rated Rated for damp locations — bathrooms and covered outdoor areas, not exposed weather. Size & Fit One size, in five colourways. Red Black White Green Beige Measurement Value Diameter Ø4.7″ (12cm) Height 8.4″ (21.5cm) Light Source G9 × 2 · 5W each, bulbs included Rating Damp rated — bathrooms and covered outdoor areas ! Hardwired install This fixture wires directly to a ceiling junction box and has no switch of its own — it runs off an existing wall switch. A licensed electrician is recommended, and in a bathroom or outdoor location it may be required by local code. ! G9 bulbs — not the standard screw base This takes two G9 bulbs, a small two-pin push-fit base, not the usual E26/E27 screw type. Bulbs are included; for replacements ask for G9 LED, 5W max. Handle them with a cloth rather than bare fingers, and let the fixture cool before changing one. Specifications Fixture Type Ceiling light · hardwired · mineral-textured resin body Materials & Finish Glass shade + resin body Colourways Red · black · white · green · beige Dimensions Ø4.7″ × H8.4″ (Ø12 × H21.5cm) Light Source G9 × 2 · 5W max each, incandescent or LED equivalent · LED bulbs included & replaceable · warm light 3000K Mounting Hardwired to a ceiling junction box · no switch on fixture · licensed electrician recommended Rating Damp rated · suitable for bathrooms and covered outdoor areas · not for exposed weather Dimming Works with a compatible dimmer switch and dimmable G9 bulbs · dimmer not included Care Resin body: wipe with a soft damp cloth, no abrasives or solvents · glass shade: damp cloth, dry immediately · let bulbs cool before handling Certification Certified: North America · Australia · Europe · Middle East Design Style Mediterranean Organic Modern Sculptural Best For Bathroom, covered porch, entry, hallway, or kitchen · accent light Use Case At Ø4.7″ this is a small accent ceiling light, not a room's main source — it suits a bathroom, powder room, entry, or hallway, or runs well in a row of three or four over a kitchen counter or corridor, spaced roughly 24–32″ apart. The damp rating opens up the places most decorative fixtures can't go: above a shower zone on a covered porch, patio, or balcony ceiling. Because the shade is glass, the light lands brighter and more directed than a fabric fixture would. Mix colourways along a corridor, or keep to one for a quieter run. Email [email protected] for trade pricing. Downloads Technical reference and setup files for the Land Ceiling Light. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & parameters · PDF Installation Guide Hardwire setup · PDF 3D File 3D model · OBJ/FBX Pending FAQ How big is it? Ø4.7″ (12cm) across and 8.4″ (21.5cm) tall — one size, in five colourways. Are the bulbs included? Yes — two G9 LED bulbs in warm 3000K, included and replaceable. Note that G9 is a small two-pin push-fit base, not the standard E26/E27 screw type, so ask for G9 when buying replacements (5W max each). Can I use it in a bathroom or outdoors? Yes — it's damp rated, so it works in a bathroom and under a covered porch, patio, or balcony ceiling. It isn't rated for exposed weather, so it shouldn't go anywhere rain or snow can reach it directly. Does it work with a dimmer? Yes, with a compatible dimmer switch and dimmable G9 bulbs. Not all G9 LEDs dim smoothly, so check the bulb is marked dimmable. The dimmer isn't included. Is it hardwired? Yes — it wires to a ceiling junction box and has no switch of its own, so it runs off an existing wall switch. A licensed electrician is recommended, and may be required by local code for a bathroom or outdoor install. { "@context": "https://schema.org", "@type": "Product", "name": "Land Ceiling Light", "description": "A small mineral-textured resin ceiling light with a glass shade, 4.7 in diameter x 8.4 in high. Two G9 bulbs included, hardwired, damp rated for bathrooms and covered outdoor areas. Five colourways.", "material": ["Resin", "Glass"], "color": ["Red", "Black", "White", "Green", "Beige"], "height": { "@type": "QuantitativeValue", "value": 21.5, "unitCode": "CMT" }, "width": { "@type": "QuantitativeValue", "value": 12, "unitCode": "CMT" }, "additionalProperty": [ { "@type": "PropertyValue", "name": "Fixture Type", "value": "Ceiling light, hardwired" }, { "@type": "PropertyValue", "name": "Light Source", "value": "G9 x 2, 5W max each, LED bulbs included, 3000K warm light" }, { "@type": "PropertyValue", "name": "Rating", "value": "Damp rated, suitable for bathrooms and covered outdoor areas" }, { "@type": "PropertyValue", "name": "Dimming", "value": "Compatible with a dimmer switch and dimmable G9 bulbs, dimmer not included" } ] } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How big is the Land Ceiling Light?", "acceptedAnswer": { "@type": "Answer", "text": "It is 4.7 in (12 cm) across and 8.4 in (21.5 cm) tall. One size, available in five colourways." } }, { "@type": "Question", "name": "Are the bulbs included?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Two G9 LED bulbs in warm 3000K are included and replaceable. G9 is a small two-pin push-fit base, not a standard E26 or E27 screw base, and takes 5W maximum each." } }, { "@type": "Question", "name": "Can it be used in a bathroom or outdoors?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. It is damp rated, so it suits bathrooms and covered porches, patios, or balcony ceilings. It is not rated for exposed weather." } }, { "@type": "Question", "name": "Does it work with a dimmer?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, with a compatible dimmer switch and dimmable G9 bulbs. The dimmer is not included." } }, { "@type": "Question", "name": "Is it hardwired?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. It wires to a ceiling junction box and has no switch of its own, so it runs off an existing wall switch. A licensed electrician is recommended and may be required by local code for bathroom or outdoor installs." } } ] }
More you might like
Related
Land Ceiling Light
Related
Land Ceiling Light
Related
Landed Wall/ Ceiling Light
Related