Seraphina Linear Wall Sconce
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { --accent: #C4906A; --accent-deep: #7C4E2A; --accent-light: #d4a888; --cream: #faf6ef; --ivory: #f5efe0; --border: #e0d4bc; --ink: #2a2018; --muted: #9B7B5A; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(--accent-deep); } .vk-intro { font-size: 15px; color: #4a3018; line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--cream); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--ivory); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } /* 2 finishes */ .vk-finishes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-finish-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .9rem; display: flex; align-items: center; gap: .75rem; } .vk-finish-dot { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; } .vk-finish-info h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 2px; } .vk-finish-info p { font-size: 11.5px; color: var(--muted); margin: 0; } /* Model comparison */ .vk-models { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 1.25rem; } .vk-model-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; } .vk-model-card a { display: block; } .vk-model-card img { width: 100%; height: auto; display: block; } .vk-model-body { padding: .75rem; } .vk-model-tag { display: inline-block; background: var(--accent-deep); color: var(--cream); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .3rem; } .vk-model-name { font-size: 13.5px; font-weight: 500; color: var(--ink); margin-bottom: 2px; } .vk-model-detail { font-size: 11.5px; color: var(--muted); } .vk-model-hint { font-size: 10px; color: var(--accent); text-align: center; padding: .25rem 0 .5rem; } /* Product image */ .vk-product-img { margin-bottom: 1.25rem; } .vk-product-img a { display: block; } .vk-product-img img { width: 100%; max-width: 420px; height: auto; border-radius: 6px; border: 1px solid var(--border); display: block; margin: 0 auto .35rem; } .vk-product-img-cap { font-size: 11px; color: var(--muted); text-align: center; } /* Lengths matrix */ .vk-matrix { width: 100%; border-collapse: collapse; background: var(--cream); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-bottom: .75rem; font-size: 12.5px; } .vk-matrix th { background: var(--ivory); padding: 8px 10px; text-align: left; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); border-bottom: 1px solid var(--border); } .vk-matrix td { padding: 9px 10px; border-bottom: 1px solid var(--border); color: #4a3018; } .vk-matrix tr:last-child td { border-bottom: none; } .vk-matrix td:first-child { font-weight: 500; color: var(--ink); } /* Color temperature */ .vk-kelvin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1rem; } .vk-kelvin-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .75rem; text-align: center; } .vk-kelvin-preview { width: 100%; height: 32px; border-radius: 4px; margin-bottom: .45rem; } .vk-kelvin-preview.warm { background: linear-gradient(90deg,#ffd488,#f5a868 50%,#d08040); } .vk-kelvin-preview.neutral { background: linear-gradient(90deg,#fff8e0,#f4eac8 50%,#d0c098); } .vk-kelvin-preview.cool { background: linear-gradient(90deg,#e8f0fa,#c8d8e8 50%,#8098b0); } .vk-kelvin-k { font-size: 12px; font-weight: 500; color: var(--ink); } .vk-kelvin-label { font-size: 11px; color: var(--muted); margin-top: 2px; } /* Notice */ .vk-notice { border-left: 2px solid var(--accent); background: var(--cream); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #4a3018; line-height: 1.65; margin: 0; } /* Dimmer */ .vk-dimmer { display: flex; align-items: center; gap: 1rem; background: var(--cream); border-radius: 6px; padding: .9rem 1rem; border: 1px solid var(--border); margin-bottom: .75rem; } .vk-dimmer img { width: 54px; height: 54px; object-fit: cover; border-radius: 4px; flex-shrink: 0; border: 1px solid var(--border); } .vk-dimmer h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-dimmer p { font-size: 13px; color: var(--muted); margin: 0; } .vk-dimmer a { color: var(--accent-deep); text-decoration: underline; } /* Related */ .vk-related { display: flex; align-items: center; background: var(--cream); border-radius: 6px; padding: .85rem 1rem; border: 1px solid var(--border); text-decoration: none; margin-bottom: .75rem; } .vk-related p { font-size: 13px; color: var(--accent-deep); text-decoration: underline; margin: 0; font-weight: 500; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--ivory); } .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: var(--muted); 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: var(--accent-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--cream); } .vk-dl-btn:hover { background: var(--ivory); } details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-finishes { grid-template-columns: 1fr; } .vk-models { grid-template-columns: 1fr; } .vk-kelvin { grid-template-columns: 1fr; } } Streamlined and sophisticated, linear light refined. The Seraphina Linear Wall Sconce adds modern elegance to hallways, living rooms, and bedrooms with its streamlined vertical profile and luxurious Gold or Black finish. Available in two distinct body profiles and four lengths, it provides both ambient and accent lighting β equally striking solo or in symmetrical pairs. π Click to enlarge Features Linear Profile Streamlined bar form β projects only 2.3" (6 cm) from the wall for a clean, architectural look. Integrated LED No bulb to source. Select color temperature and optional dimming at checkout. Beautiful in Pairs Works solo or symmetrically paired β flanking a mirror, bed, or doorway. Two Finishes Gold Warm & luxurious Black Bold & graphic Two Body Profiles π click to enlarge Model A H3.9" (10 cm) Taller profile β more substantial presence π click to enlarge Model B H2" (5 cm) Slimmer profile β minimal, flush look Both models project 2.3" (6 cm) from the wall and are available in all four lengths. Four Lengths β Both Models Length Dimensions Power 23.6" (60 cm) Model A: H3.9" Β· Model B: H2" ~12W 31.5" (80 cm) Model A: H3.9" Β· Model B: H2" ~16W 39.4" (100 cm) Model A: H3.9" Β· Model B: H2" ~20W 47.2" (120 cm) Model A: H3.9" Β· Model B: H2" ~24W Explore the full Linear Wall Light Series β Color Temperature β select at checkout 3000K Warm Β· Recommended 4000K Neutral 6000K Cool Dimming β optional Dimmable version available β TRIAC dimmer required Select the dimmable version at checkout. A TRIAC (Thyristor) dimmer switch is required β standard rotary dimmers are not compatible. TRIAC Dimmer Switch Browse compatible TRIAC dimmer switches on Amazon β Specifications Materials Acrylic Β· Metal Light source Integrated LED Β· not replaceable Color temperature 3000K Β· 4000K Β· 6000K β select at checkout Power ~12W (60cm) Β· ~16W (80cm) Β· ~20W (100cm) Β· ~24W (120cm) Depth from wall 2.3" (6 cm) Voltage AC 110β240V Control External wall switch (not included)Dimmable version: TRIAC dimmer required Wiring Hardwired Mounting Wall Certification North America Β· EU Β· AU Β· Saudi Arabia Finishes Gold Β· Black Shade White acrylic Downloads Spec Sheet Installation Guide A-L60cm 3D Frequently Asked Questions What is the difference between Model A and Model B? Model A has a taller profile (H3.9" / 10 cm) for a more substantial presence. Model B has a slimmer profile (H2" / 5 cm) for a minimal, flush look. Both project 2.3" from the wall and come in the same four lengths. Can I dim it? Yes β select the dimmable version at checkout. TRIAC dimmer required. Standard rotary dimmers not compatible. What color temperatures are available? 3000K (warm), 4000K (neutral), 6000K (cool). Select at checkout. Can this be used in a bathroom? IP20 rated β dry indoor use only. Not suitable for areas with direct moisture or steam.
More you might like
Related
Seraphina Linear Wall Sconce
Related
Seraphina Linear Wall Sconce
Related
Seraphina Linear Plug-in Wall Sconce
Related