Petalia Wall Light
Model: VKL-1012 .vk-wrap, .vk-wrap *, .vk-wrap *::before, .vk-wrap *::after { box-sizing: border-box; } .vk-wrap, .vk-wrap * { margin: 0; padding: 0; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-story { border-left: 3px solid #C9A87A; background: #faf7f2; border-radius: 0 8px 8px 0; padding: 1rem 1.25rem; margin-bottom: 1.5rem; } .vk-story p { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 14px; color: #6a5040; line-height: 1.75; margin: 0; } .vk-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #9B7B5A; margin-bottom: .65rem; } .vk-video-stack { display: flex; flex-direction: column; gap: 12px; margin-bottom: .5rem; } .vk-video-wrap { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 10px; overflow: hidden; background: #f0ebe4; display: block; text-decoration: none; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; border: 0; } .vk-video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 68px; height: 48px; border-radius: 12px; background: rgba(26,26,26,.78); display: flex; align-items: center; justify-content: center; transition: background .2s ease; } .vk-video-wrap:hover .vk-video-play { background: #7C4E2A; } .vk-video-play::after { content: ''; border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent #fff; margin-left: 3px; } .vk-video-caption { font-size: 12px; color: #aaa; text-align: center; margin-top: .35rem; margin-bottom: .25rem; } .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #efe5d8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } /* Size card */ .vk-size-card { border: 1px solid #ddd; border-radius: 10px; padding: 1rem; margin-bottom: 1.25rem; background: #faf8f5; } .vk-size-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; } .vk-size-item { text-align: center; } .vk-size-val { font-size: 14px; font-weight: 500; color: #1a1a1a; } .vk-size-lbl { font-size: 11px; color: #aaa; text-transform: uppercase; letter-spacing: .07em; margin-top: 2px; } /* Images */ .vk-img-full { width: 100%; height: auto; border-radius: 8px; border: 1px solid #ece8e2; display: block; margin-bottom: .5rem; } .vk-img-caption { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #aaa; text-align: center; margin-bottom: 1.25rem; } /* Bulb card */ .vk-bulb { background: #f7f5f2; border-radius: 8px; padding: .9rem 1rem; border: 1px solid #e8e0d5; margin-bottom: .75rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .35rem; } .vk-bulb p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; } .vk-bulb a { color: #7C4E2A; text-decoration: underline; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; } .vk-swatch { width: 22px; height: 22px; border-radius: 50%; border: 1px solid #ddd; flex-shrink: 0; } .vk-swatch-label { font-size: 12px; color: #888; display: flex; align-items: center; gap: 5px; } .vk-install { list-style: none; padding: 0; margin: 0; } .vk-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-install li:last-child { border-bottom: none; } .vk-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #C4906A; } .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #ddd; padding: 7px 14px; border-radius: 7px; text-decoration: none; background: #fff; } .vk-dl-btn:hover { background: #f5f5f5; } /* Instagram — cover image, click-through */ .vk-ig-intro { font-size: 13px; color: #666; line-height: 1.7; margin-bottom: .75rem; } .vk-ig-intro em { font-style: italic; color: #7C4E2A; } .vk-ig-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .vk-ig-embed { position: relative; width: 100%; margin: 0 auto; border-radius: 10px; overflow: hidden; background: transparent; } .vk-ig-cover { display: block; position: relative; } .vk-ig-cover img { width: 100%; height: auto; display: block; } .vk-ig-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(26,26,26,.6); display: flex; align-items: center; justify-content: center; } .vk-ig-caption { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 12px; color: #9B7B5A; text-align: center; margin-top: .5rem; } .vk-ig-caption a { color: #7C4E2A; text-decoration: underline; text-decoration-color: rgba(124,78,42,.3); text-underline-offset: 3px; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-size-row { grid-template-columns: 1fr 1fr; } .vk-ig-row { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; } } US Warehouse — In Stock · Fast Shipping Ships within 48 hrs · Arrives within 1 week (3–7 business days) In-stock SKUs — ship from our U.S. warehouse VKW05-2574-01 L11″ × H10″ × W5.1″ Beige VKW05-2574-02 L11″ × H10″ × W5.1″ Green VKW05-2574-03 L11″ × H10″ × W5.1″ Brown VKW05-2574-04 L11″ × H10″ × W5.1″ Amber Soft curves and organic elegance define the Petalia Wall Light — a sculptural piece inspired by the delicate form of a blooming petal or a gently curved shell. It casts a soft ambient glow that enhances hallways, bedrooms, and living rooms while standing as a piece of functional art on the wall. "Its timeless beauty and serene presence make it more than just a light — it's a piece of functional art for your walls." See It In Action Floral silhouette & soft decorative glow Organic grace meets sculptural serenity Real Customer Stories Real homes, real installs — shared by our customers on Instagram. Real customer install — view on Instagram → Real customer install — view @atelierdansereau on Instagram → Features Petal-Inspired Form Soft, sculptural curves evoke a blooming petal — beautiful whether lit or unlit. Translucent Glass Smooth translucent finish diffuses light into a gentle ambient glow with refined sophistication. 4 Earthy Colors Beige, Green, Brown, Amber — organic tones that harmonize with any décor style. All four colors — Beige, Green, Brown, Amber Size L11" Length (28 cm) H10" Height (25 cm) W5.1" Width (13 cm) ~5.1" Depth from wall Size diagram Bulb & Light Source G9 base Uses a G9 bi-pin base. Compatible with LED or Edison-style G9 bulbs. A warm-toned G9 LED (2700–3000K) is recommended to enhance the soft, translucent quality of the glass. Bulb not included. Specifications Materials Metal · Glass Light source G9 base · LED or Edison bulb Voltage AC 110–240V Control Compatible with standard wall switch (not included) Wiring Hardwired Mounting Wall IP rating IP20 · Indoor use only · Not waterproof Certification North America · EU · AU · Saudi Arabia Finishes Beige Green Brown Amber Body and shade match per colorway Installation Notes Hardwired wall installation — a licensed electrician is recommended. Connect to an external wall switch for controlled electricity supply. For indoor use only. Not suitable for bathrooms or damp locations. Downloads & Resources Spec Sheet Installation Guide 3D Files Installation Video Frequently Asked Questions What colors are available? Four earthy tones: Beige, Green, Brown, and Amber. The body and shade match in each colorway. What bulb does it use? G9 bi-pin base. A warm-toned G9 LED (2700–3000K) is recommended to enhance the soft translucent glass quality. Bulb not included. What inspired the design? The Petalia is inspired by the delicate form of a blooming petal or a gently curved shell. Its soft organic curves make it as much a decorative sculptural object as a source of light. Sizing & questions Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs. What are the exact dimensions of the Petalia Wall Light?+ L 11″ × H 10″ × W 5.1″ (28 cm × 25 cm × 13 cm). It projects approximately 5.1″ from the wall, fitting snugly in hallways and bedroom spaces. Which color should I choose?+ Four earthy tones available: Beige, Green, Brown, and Amber. Body and shade match in each colorway. Choose based on your décor palette—all harmonize with modern and traditional interiors. What bulb does it use, and is one included?+ Uses G9 bi-pin base. Compatible with LED or Edison-style G9 bulbs; warm-toned 2700–3000K LED recommended for soft glow. Bulb not included. How is the Petalia installed?+ Hardwired wall installation requiring a licensed electrician. Connects to an external wall switch. For indoor use only—not suitable for bathrooms or damp locations. Can the Petalia be customized?+ This in-stock model ships within 48 hours. For custom sizing or finishes beyond Beige, Green, Brown, and Amber, contact Vakkerlight atelier for made-to-order options.