Alabaster Disc Ceiling Lamp
/* 预览居中样式,复制到 Shopify 时不需要 body 样式 */ body { display: flex; justify-content: center; padding: 40px 20px; background-color: #ffffff; margin: 0; } /* ===== Halo Alabaster — Brass & S tone Palette ===== */ .vk-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; margin: 0; padding: 0; } .vk-wrap * { box-sizing: border-box; } .vk-wrap p, .vk-wrap h4, .vk-wrap h5 { margin: 0; } .vk-wrap .vk-divider { height: 1px; background: #e8e3dc; margin: 1.75rem 0; } .vk-wrap .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: #1a1a1a; line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-wrap .vk-headline em { font-style: italic; color: #b58c5a; } .vk-wrap .vk-intro { font-size: 15px; color: #444; line-height: 1.85; margin-bottom: 1rem; font-weight: 300; } .vk-wrap .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #b58c5a; margin-bottom: .7rem; display: block; } /* ─── Notices ─── */ .vk-wrap .vk-notice-stone { border-left: 2px solid #b58c5a; background: linear-gradient(135deg, #fdfbf7 0%, #f4eee1 100%); border-radius: 0 6px 6px 0; padding: .95rem 1.1rem; margin-bottom: .75rem; } .vk-wrap .vk-notice-stone h5 { font-size: 13px; font-weight: 500; color: #8a6435; margin-bottom: .35rem; letter-spacing: .02em; } .vk-wrap .vk-notice-stone p { font-size: 13px; color: #444; line-height: 1.65; } /* ─── Features ─── */ .vk-wrap .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-wrap .vk-feat { background: #fdfcf9; border-radius: 6px; padding: .9rem; border: 1px solid #e8e3dc; text-align: center; } .vk-wrap .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: #1a1a1a; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid #b58c5a; color: #fdfbf7; margin-left: auto; margin-right: auto; } .vk-wrap .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-wrap .vk-feat p { font-size: 12px; color: #777; line-height: 1.55; font-weight: 300; } /* ─── Size Presentation ─── */ .vk-wrap .vk-size-thumb { text-align: center; margin-bottom: 1rem; border: 1px solid #e8e3dc; border-radius: 6px; padding: 1rem; background: #fdfcf9; } .vk-wrap .vk-size-thumb img { width: 100%; max-width: 320px; height: auto; border-radius: 4px; display: block; margin: 0 auto; border: 1px solid #e8e3dc;} .vk-wrap .vk-size-thumb-hint { font-size: 10px; color: #b58c5a; text-align: center; margin-top: 8px; text-transform: uppercase; letter-spacing: .05em; } /* ─── Configuration Matrix ─── */ .vk-wrap .vk-matrix { width: 100%; border-collapse: collapse; background: #fdfcf9; border: 1px solid #e8e3dc; border-radius: 6px; overflow: hidden; margin-bottom: .75rem; font-size: 13px; } .vk-wrap .vk-matrix th { background: #f4eee1; padding: 8px 12px; text-align: left; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #8a6435; border-bottom: 1px solid #e8e3dc; } .vk-wrap .vk-matrix td { padding: 9px 12px; border-bottom: 1px solid #e8e3dc; color: #444; } .vk-wrap .vk-matrix tr:last-child td { border-bottom: none; } /* ─── Strict Bulb Card ─── */ .vk-wrap .vk-bulb-card { background: linear-gradient(135deg, #fdfbf7 0%, #f4eee1 100%); border: 1px solid #e8e3dc; border-radius: 6px; padding: 1rem 1.1rem; margin-bottom: .75rem; } .vk-wrap .vk-bulb-rec { display: flex; gap: 14px; align-items: center; } .vk-wrap .vk-bulb-icon { color: #b58c5a; flex-shrink: 0; } .vk-wrap .vk-bulb-text { font-size: 13.5px; font-weight: 500; color: #1a1a1a; } /* ─── Downloads UI Standard (Dynamic Hover Line) ─── */ .vk-dl-container { margin-top: 1rem; } .vk-dl-header { font-size: 11px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: #b58c5a; margin-bottom: 14px; display: block; } .vk-dl-flex { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; } .vk-dl-button { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; background-color: #f5f5f5; border: 1px solid #e8e8e8; border-radius: 6px; text-decoration: none; position: relative; overflow: hidden; transition: background-color 0.2s; } .vk-dl-button::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 3px; background-color: #1a1a1a; transition: all 0.3s ease; transform: translateX(-50%); } .vk-dl-button:hover { background-color: #ededed; } .vk-dl-button:hover::after { width: 100%; } .vk-dl-icon { color: #333; display: flex; align-items: center; flex-shrink: 0; } .vk-dl-text { font-size: 13.5px; font-weight: 400; color: #333; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(0,0,0,0.15); transition: text-decoration-color 0.3s; } .vk-dl-button:hover .vk-dl-text { text-decoration-color: #000; } /* ─── Spec table (Zebra Stripes) ─── */ .vk-wrap .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-wrap .vk-spec-table tr { border-bottom: 1px solid #e8e3dc; } .vk-wrap .vk-spec-table tr:nth-child(odd) { background-color: #fdfcf9; } .vk-wrap .vk-spec-table tr:last-child { border-bottom: none; } .vk-wrap .vk-spec-table td { padding: 10px 12px; font-size: 14px; vertical-align: top; } .vk-wrap .vk-spec-table td:first-child { color: #8a6435; width: 42%; padding-right: 1rem; font-weight: 400; } .vk-wrap .vk-spec-table td:last-child { color: #1a1a1a; font-weight: 300; } /* ─── FAQ ─── */ .vk-wrap details { border-bottom: 1px solid #e8e3dc; padding: 13px 0; } .vk-wrap details:first-of-type { border-top: 1px solid #e8e3dc; } .vk-wrap details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: #1a1a1a; } .vk-wrap details summary::-webkit-details-marker, .vk-wrap details summary::marker { display: none; } .vk-wrap details[open] summary svg { transform: rotate(180deg); } .vk-wrap details summary svg { transition: transform .2s; flex-shrink: 0; color: #b58c5a; } .vk-wrap details p { font-size: 13px; color: #444; line-height: 1.7; margin-top: 8px; padding-right: 1rem; font-weight: 300; } /* ─── Responsive ─── */ @media (max-width: 520px) { .vk-wrap .vk-features { grid-template-columns: 1fr; gap: 8px; } .vk-wrap .vk-headline { font-size: 19px; } .vk-wrap .vk-matrix th, .vk-wrap .vk-matrix td { padding: 8px 6px; font-size: 11px; } } Halo Alabaster Disc Flush Mount — Ethereal Stone & Minimalist Brass The Halo Alabaster Disc Flush Mount features a refined, layered design that masterfully combines a warm brass canopy with a suspended natural alabaster disc. The authentic stone diffuser reveals soft, cloud-like veining, gently illuminated from above to create a mesmerizing, floating halo-like glow. Minimal metal detailing enhances its clean, contemporary aesthetic while adding subtle architectural structure. With its ultra-low profile, this fixture brings a serene, ambient light to bedrooms, living rooms, and corridors with restricted ceiling heights. Natural Alabaster Authenticity Each disc is carved from genuine natural alabaster. Due to its geological origins, every fixture possesses distinct veining patterns, tonal shifts, and natural opacity. Please note that patterns will vary between individual units, ensuring your lamp is a bespoke geological artifact. Features Floating Halo Suspended alabaster disc creates a stunning, illuminated back-glow effect. Natural Stone Genuine alabaster features unique, organic cloud-like veining. Low Profile Ultra-slim 2.6″ (6.5cm) height is perfect for standard and low ceilings. Size & Power Matrix All models feature an ultra-slim 2.6″ (6.5 cm) height profile Size Option Diameter LED Power weight Recommended Space Small Ø 7.8″ (20 cm) 12W 1.5kg Hallway / Corridor Medium Ø 11.8″ (30 cm) 18W 2.5kg Entryway / Foyer Large Ø 15.7″ (40 cm) 36W 3.8kg Bedroom / Dining Area X-Large Ø 19.7″ (50 cm) 48W 5kg Living Room / Master Suite Light Source Integrated LED ·Warm Light. Specifications Material Solid Brass / Metal Framework, Genuine Alabaster Stone Body Finish Gold (Brass) Shade Finish Natural Alabaster White Light Source Integrated LED panel Voltage AC 110–240 V Wiring Hardwired Mounting Ceiling Flush Mount Environment Indoor only (IP20 Damp-rated) Certification North America, EU, Australia, Saudi Arabia DOWNLOADS Spec Sheet Installation Guide 3D Files Frequently Asked Questions Is this fixture suitable for low ceilings? Yes, absolutely! With an ultra-slim profile of only 2.6 inches (6.5 cm) in height, this flush mount is the perfect lighting solution for rooms with standard 8ft ceilings or low corridors where hanging pendants aren't viable. How do I change the light color temperature? The lamp features a built-in three-color changing LED system. You can effortlessly cycle through Warm Light (3000K), Neutral Light (4000K), and Cool Light (6000K) by toggling your standard wall switch off and on in quick succession. Are the natural pores and veins in the stone defects? Not at all. The unique "clouding" and veining are the hallmark of authentic alabaster stone. These geological characteristics are highly prized in architectural lighting and ensure no two units are ever identical. How should I clean the alabaster stone? Alabaster is a soft, porous natural stone. Use only a clean, dry microfiber cloth for dusting. Avoid using water, detergents, or chemical sprays, as they can seep into the stone and cause permanent staining or discoloration.
More you might like
Related
Alabaster Disc Ceiling Lamp
Related
Bespoke Alabaster Disc Wall Light / Alabaster Disc Ceiling L
Related
LumaBreeze Ceiling Lamp - Luxury Modern Alabaster LED Ceilin
Related