Cube Stone Wall Lamp
/* 预览居中样式,复制到 Shopify 时不需要 body 样式 */ body { display: flex; justify-content: center; padding: 40px 20px; background-color: #ffffff; margin: 0; } /* ===== Cube Stone — Travertine & Wabi-Sabi Palette ===== */ .vk-wrap { font-family: 'DM Sans', sans-serif; color: #2c241b; 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: #e8e1d7; margin: 1.75rem 0; } .vk-wrap .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: #1a1612; line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-wrap .vk-headline em { font-style: italic; color: #b89b72; } .vk-wrap .vk-intro { font-size: 15px; color: #4a3f35; 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: #a3875f; margin-bottom: .7rem; display: block; } /* ─── Notices ─── */ .vk-wrap .vk-notice-stone { border-left: 2px solid #b89b72; background: linear-gradient(135deg, #fcfbf8 0%, #f2efe9 100%); border-radius: 0 6px 6px 0; padding: 1.1rem; margin-bottom: .75rem; display: flex; gap: 1rem; align-items: center; } .vk-wrap .vk-notice-stone img { width: 80px; height: 80px; border-radius: 4px; object-fit: cover; border: 1px solid #e8e1d7; flex-shrink: 0; } .vk-wrap .vk-notice-stone-text { flex: 1; } .vk-wrap .vk-notice-stone h5 { font-size: 13px; font-weight: 500; color: #7a6345; margin-bottom: .35rem; letter-spacing: .02em; } .vk-wrap .vk-notice-stone p { font-size: 13px; color: #4a3f35; 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: #fcfbf8; border-radius: 6px; padding: .9rem; border: 1px solid #e8e1d7; text-align: center; } .vk-wrap .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: #2c241b; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; color: #f2efe9; margin-left: auto; margin-right: auto; } .vk-wrap .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: #1a1612; margin-bottom: .25rem; } .vk-wrap .vk-feat p { font-size: 12px; color: #8a735c; line-height: 1.55; font-weight: 300; } /* ─── Size ─── */ .vk-wrap .vk-size { display: flex; gap: 1rem; align-items: flex-start; padding: .95rem 1.1rem; border: 1px solid #e8e1d7; border-radius: 6px; background: #fcfbf8; margin-bottom: .75rem; } .vk-wrap .vk-size-thumb a { display: block; flex-shrink: 0; } .vk-wrap .vk-size-thumb img { width: 110px; height: auto; border-radius: 5px; border: 1px solid #e8e1d7; display: block; background: #fff; } .vk-wrap .vk-size-thumb-hint { font-size: 10px; color: #a3875f; text-align: center; margin-top: 3px; } .vk-wrap .vk-size-info { flex: 1; padding-top: .15rem; } .vk-wrap .vk-size-tag { display: inline-block; background: #2c241b; color: #fcfbf8; font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; letter-spacing: .05em; } .vk-wrap .vk-size-name { font-family: 'DM Serif Display', serif; font-size: 18px; color: #1a1612; margin-bottom: .25rem; line-height: 1.3; } .vk-wrap .vk-size-detail { font-size: 12.5px; color: #7a6345; line-height: 1.7; font-weight: 300; } /* ─── Bulb card ─── */ .vk-wrap .vk-bulb-card { background: #fff; border: 1px solid #e8e1d7; border-radius: 6px; padding: 1rem 1.1rem; margin-bottom: .75rem; } .vk-wrap .vk-bulb-rec { display: flex; gap: 14px; align-items: flex-start; } .vk-wrap .vk-bulb-icon { color: #b89b72; flex-shrink: 0; margin-top: 2px; } .vk-wrap .vk-bulb-text { font-size: 13.5px; font-weight: 300; color: #4a3f35; line-height: 1.65; } .vk-wrap .vk-bulb-text strong { font-weight: 500; color: #1a1612; } /* ─── Standardized Downloads UI (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: #a68b6c; 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 ─── */ .vk-wrap .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-wrap .vk-spec-table tr { border-bottom: 1px solid #e8e1d7; } .vk-wrap .vk-spec-table tr:last-child { border-bottom: none; } .vk-wrap .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-wrap .vk-spec-table td:first-child { color: #a3875f; width: 42%; padding-right: 1rem; font-weight: 300; } .vk-wrap .vk-spec-table td:last-child { color: #1a1612; font-weight: 300; } /* ─── FAQ ─── */ .vk-wrap details { border-bottom: 1px solid #e8e1d7; padding: 13px 0; } .vk-wrap details:first-of-type { border-top: 1px solid #e8e1d7; } .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: #1a1612; } .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: #b89b72; } .vk-wrap details p { font-size: 13px; color: #4a3f35; 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-notice-stone { flex-direction: column; align-items: flex-start; } .vk-wrap .vk-headline { font-size: 19px; } } Cube Stone Wall Lamp — Organic Minimalism in Travertine Embrace the raw beauty of natural geology with the Cube Stone Wall Lamp. A study in bold geometric contrast, this wabi-sabi inspired sconce pairs a flawless spherical frosted glass globe with a hand-cut cubic base of authentic yellow travertine. Stripped of all unnecessary ornamentation, it highlights the porous texture and organic veining of the stone, casting a warm, ethereal glow. An exquisite architectural addition for serene bedroom sanctuaries, modern hallways, or minimalist living spaces. Authentic Yellow Travertine Formed over millennia by complex geological movements, yellow travertine is characterized by its signature pitting, natural cavities, and tonal shifts. It is a masterpiece of history that belongs to nature. Please note that patterns, pores, and veining will vary by product, ensuring your lamp is a one-of-a-kind artifact. Features Organic Stone Solid travertine block features beautiful, unrefined natural textures. Geometric Contrast The juxtaposition of a perfect sphere resting on a sharp cube. Ambient Glow White frosted glass diffuses light evenly for a soft, calming atmosphere. Size Tap to enlarge Petite & Sculptural W 3.9″ × H 7.9″ Overall Dimensions: L 10 cm × W 10 cm × H 20 cmProjection: Sits neatly flush against the wall.*Ideal for bedside reading corners, powder rooms, or flanking an entryway mirror. Light Source G9 Base · LED or Halogen Compatible. Specifications Material Natural Yellow Travertine, Glass, Metal inner hardware Body Finish Yellow Travertine (Raw & Unfilled) Shade Finish Frosted White Glass Light Source G9 Base Voltage AC 110–240 V Wiring Hardwired (Professional installation recommended) Control Compatible with common wall switches Environment Indoor only (IP20 Damp-rated) Certification North America, EU, Australia, Saudi Arabia DOWNLOADS Spec Sheet Installation Guide Frequently Asked Questions Are the holes in the stone a defect? Not at all. The pitting and holes are the defining natural characteristics of genuine travertine stone. We leave the stone unfilled to preserve its raw, tactile wabi-sabi aesthetic. Can this sconce be installed in a bathroom? Yes, this fixture is IP20 Damp-rated. It is perfectly suitable for installation beside a bathroom vanity mirror where ambient moisture exists, but it must not be placed inside a shower or exposed to direct water spray. Is the stone base heavy? Yes, because the base is carved from a solid block of natural travertine, the fixture has a premium weight to it. Your electrician should ensure the wall junction box is securely anchored during installation. Can I use a dimmer switch? Yes. By purchasing a dimmable G9 bulb (LED or Halogen) and connecting the sconce to a compatible wall dimmer switch, you can easily control the brightness to create a soothing atmosphere. How do I clean the travertine? Travertine is a porous stone. We recommend dusting it lightly with a soft, dry brush or microfiber cloth. Never use harsh chemical cleaners, acidic solutions, or excessive water, as these can damage or stain the natural stone.
More you might like
Related
Cube Stone Wall Lamp
Related
Cube Stone Travertine Wall Lamp
Related
LuminaStone Travertine Wall Lamp Modern Yellow Stone Light R
Related