Brindisi Alabaster Wall Sconce
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; marg in: 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 { width: 100%; aspect-ratio: 16/9; border-radius: 10px; overflow: hidden; background: #f0ebe4; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .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; } /* Notices */ .vk-notice { border-left: 3px solid #C4906A; background: #fdf8f4; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-notice a { color: #7C4E2A; text-decoration: underline; } .vk-notice.stone { border-left-color: #a09070; background: #faf7f2; } .vk-notice.stone h5 { color: #6a5030; } /* Size grid */ .vk-size-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 1.25rem; } .vk-size-card { background: #faf8f5; border: 1px solid #e8e0d5; border-radius: 10px; padding: 1rem; } .vk-size-card h5 { font-size: 12px; font-weight: 500; color: #9B7B5A; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5rem; } .vk-size-val { font-size: 14px; font-weight: 500; color: #1a1a1a; margin-bottom: .2rem; } .vk-size-sub { font-size: 12px; color: #888; } /* Config blocks */ .vk-config { border: 1px solid #ddd; border-radius: 8px; padding: 1rem; margin-bottom: 1rem; } .vk-config-tag { display: inline-block; background: #888; color: #fff; font-size: 11px; padding: 2px 8px; border-radius: 10px; font-weight: 500; margin-bottom: .5rem; } .vk-config-name { font-size: 14px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } /* Thumbnail */ .vk-thumb-wrap { display: inline-block; } .vk-thumb-wrap img { width: 480px; max-width: 100%; height: auto; border-radius: 8px; border: 1px solid #e0dbd4; display: block; } .vk-thumb-hint { font-size: 11px; color: #bbb; margin-top: 5px; text-align: center; } /* Finish chips */ .vk-finish-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.25rem; } .vk-chip { display: flex; align-items: center; gap: 5px; background: #f7f5f2; border: 1px solid #e8e4de; border-radius: 20px; padding: 4px 10px; font-size: 12px; color: #555; } .vk-swatch { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #ccc; flex-shrink: 0; } /* Bulb */ .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; } /* Downloads */ .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; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-size-grid { grid-template-columns: 1fr; } } The arm of the Brindisi Brass Wall Sconce defines its gracefulness — the disc-shaped perch atop the tubular support cradling a tall, thin alabaster canister shade. Antique brass finish with a softly glowing white alabaster diffuser, cleanly designed for any refined interior. "The disc-shaped atop the tubular support serving as the perch for the tall, thin opaque glass canister shade — a cleanly designed gold wall sconce with its softly glowing white shade." See It In Action Brindisi — alabaster canister on disc arm Styled interior — warm alabaster glow Alabaster patterns vary — each piece is unique Natural alabaster stone veining and translucency vary from product to product. The actual product pattern will differ from the photos — this is what makes each sconce one-of-a-kind. Uses E14 base — T300 tubular bulb recommended This sconce uses an E14 small Edison screw base. A T300 tubular-style bulb is recommended — the slim cylindrical form of the alabaster shade is designed for a tube bulb rather than a standard round globe. Bulb not included. Features Alabaster Canister Tall, slim alabaster shade — natural stone warmth that glows softly from within. Disc-Topped Arm Distinctive disc perch at the top of the arm — the defining detail of the Brindisi's graceful silhouette. Single or Double Arm Single arm (W4.7") for focused elegance, double arm (W9.6") for more presence on larger walls. Available Configurations Both configurations: H18.9" (48 cm) · E14 T300 base · White alabaster shade · Brass or Black · Hardwired Single Arm W4.7" × H18.9" 12 × 48 cm Double Arm W9.6" × H18.9" 24.5 × 48 cm Size References Click to open full size Single Arm W4.7" × H18.9" (12 × 48 cm) 🔍 Click to enlarge Double Arm W9.6" × H18.9" (24.5 × 48 cm) 🔍 Click to enlarge Available Finishes Brass Black Shade: White alabaster (natural stone — unique per piece) · Both configurations Bulb & Light Source E14 base · T300 tubular bulb recommended · Bulb not included Uses an E14 small Edison screw base. A T300 tubular LED bulb is recommended — its slim cylinder form fits correctly inside the tall alabaster canister shade. A standard round globe bulb may not fit. Bulb not included. Specifications Materials Brass · Alabaster · Metal Light source E14 base · T300 tubular bulb recommended (not included)Not E26/E27 — purchase E14 T300 tubular bulbs only Voltage AC 110–240V Control Standard wall switch (not included) Wiring Hardwired Mounting Wall IP rating IP20 · Indoor use only · Not waterproof Certification North America · EU · AU · Saudi Arabia Body finishes Brass · Black Shade White alabaster (natural stone — unique per piece) Downloads Spec Sheet Installation Guide 3D Files Frequently Asked Questions Will the alabaster pattern match the photos? No — each piece of alabaster is unique. Natural veining and translucency vary per stone, making each sconce one-of-a-kind. What bulb should I use? E14 base — T300 tubular LED bulb recommended. The slim cylindrical alabaster shade is designed for a tube-style bulb. A standard round globe may not fit correctly inside the canister.
More you might like
Related
Brindisi Alabaster Wall Sconce
Related
Brindisi Alabaster Wall Light
Related
Brindisi Alabaster Wall Lamp
Related