Solstice Plug In Pendant Lamp
.sps-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 760px; margin: 0 auto; background : transparent; } .sps-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #a23838; padding-bottom: .45rem; margin: 2.4rem 0 1.2rem; } /* Video */ .sps-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; margin-bottom: 2rem; } .sps-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Intro */ .sps-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .sps-tagline { font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .sps-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .sps-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* 重要提示 */ .sps-note { display: flex; gap: 10px; background: #fdf2f2; border: 1px solid #e8a8a8; border-left: 3px solid #a23838; border-radius: 6px; padding: .75rem 1rem; margin-bottom: 2rem; font-size: .88rem; color: #5a1818; line-height: 1.6; } /* Why — 3 col */ .sps-why { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin-bottom: 2.4rem; } .sps-wc { padding: 1.3rem 1.2rem 1.3rem 0; border-right: 1px solid #e5e5e5; } .sps-wc:nth-child(2) { padding-left: 1.2rem; } .sps-wc:last-child { border-right: none; padding-right: 0; padding-left: 1.2rem; } .sps-wc-num { font-size: 2rem; font-weight: 300; color: #a23838; opacity: .45; line-height: 1; display: block; margin-bottom: .35rem; } .sps-wc-title { font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #a23838; display: block; margin-bottom: .35rem; } .sps-wc-text { font-size: .85rem; color: #555; line-height: 1.6; } @media(max-width:520px){ .sps-why{grid-template-columns:1fr;} .sps-wc{border-right:none;border-bottom:1px solid #e5e5e5;padding:1rem 0;} .sps-wc:nth-child(2){padding-left:0;} .sps-wc:last-child{padding-left:0;border-bottom:none;} } /* Sizes — 2 col comparison */ .sps-sizes { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 2.4rem; } .sps-size-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #a23838; border-radius: 6px; padding: 1.1rem 1.2rem; } .sps-size-card__name { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #a23838; display: block; margin-bottom: .35rem; } .sps-size-card__dim { font-size: 1.15rem; font-weight: 600; color: #1a1a1a; margin-bottom: .15rem; } .sps-size-card__metric { font-size: .78rem; color: #888; margin-bottom: .7rem; } .sps-size-card__use { font-size: .82rem; color: #555; line-height: 1.55; } @media(max-width:480px){ .sps-sizes{ grid-template-columns:1fr;} } /* Scenes */ .sps-scenes { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-bottom: 2.4rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; overflow: hidden; } .sps-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .sps-sc:last-child { border-right: none; } .sps-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .sps-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .sps-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .sps-sc__tag { display: block; margin-top: .7rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #a23838; } @media(max-width:480px){ .sps-scenes{grid-template-columns:1fr;} .sps-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .sps-sc:last-child{border-bottom:none;} } /* Long cable banner */ .sps-cable { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #a23838; border-radius: 6px; padding: 1.1rem 1.3rem; margin-bottom: 2.4rem; font-size: .9rem; color: #555; line-height: 1.65; } .sps-cable__title { font-weight: 600; font-size: .9rem; color: #1a1a1a; display: block; margin-bottom: .35rem; } .sps-cable__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: .8rem; } .sps-cable__item { display: flex; align-items: flex-start; gap: 8px; background: #fff; border: 1px solid #e5e5e5; border-radius: 5px; padding: .55rem .8rem; font-size: .82rem; color: #555; } .sps-cable__item::before { content: '✓'; color: #a23838; font-weight: 700; flex-shrink: 0; margin-top: .05rem; } @media(max-width:440px){.sps-cable__grid{grid-template-columns:1fr;}} /* Instagram UGC */ .sps-ig-intro { display: flex; align-items: center; gap: 10px; margin-bottom: 1.2rem; font-size: .9rem; color: #555; } .sps-ig-intro__icon { width: 32px; height: 32px; border-radius: 8px; background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; flex-shrink: 0; } .sps-ig-intro__text strong { color: #1a1a1a; font-weight: 600; } .sps-ig-intro__handle { margin-left: auto; font-size: .82rem; color: #a23838; font-weight: 600; text-decoration: none; white-space: nowrap; flex-shrink: 0; } .sps-ig-intro__handle:hover { text-decoration: underline; } /* Single IG feature (horizontal) */ .sps-ig-feature { display: grid; grid-template-columns: 280px 1fr; gap: 0; margin-bottom: 2.4rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden; } .sps-ig-feature__media { position: relative; display: block; min-height: 280px; background: linear-gradient(135deg, #fbe5e5 0%, #e8a8a8 50%, #c46666 100%); overflow: hidden; } .sps-ig-feature__media img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; } .sps-ig-feature__badge { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border-radius: 7px; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); } .sps-ig-feature__badge svg { width: 17px; height: 17px; } .sps-ig-feature__body { padding: 1.5rem 1.6rem; display: flex; flex-direction: column; justify-content: center; } .sps-ig-feature__handle { font-size: .95rem; font-weight: 600; color: #1a1a1a; margin-bottom: .4rem; } .sps-ig-feature__text { font-size: .85rem; color: #555; line-height: 1.6; margin-bottom: 1rem; } .sps-ig-feature__link { font-size: .82rem; font-weight: 600; color: #a23838; text-decoration: none; white-space: nowrap; } .sps-ig-feature__link:hover { text-decoration: underline; } @media(max-width:520px){ .sps-ig-feature { grid-template-columns: 1fr; } .sps-ig-feature__media { min-height: 0; padding-bottom: 100%; } .sps-ig-intro__handle { display: none; } } /* FAQ accordion */ .sps-faq { margin-bottom: 2rem; } .sps-faq-item { border-bottom: 1px solid #e5e5e5; } .sps-faq-item:last-child { border-bottom: none; } .sps-faq-item > summary { list-style: none; cursor: pointer; padding: 14px 32px 14px 0; font-size: .92rem; font-weight: 600; color: #1a1a1a; position: relative; line-height: 1.5; min-height: 44px; display: flex; align-items: center; } .sps-faq-item > summary::-webkit-details-marker { display: none; } .sps-faq-item > summary::after { content: ''; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px; border-right: 1.5px solid #a23838; border-bottom: 1.5px solid #a23838; transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease; } .sps-faq-item[open] > summary::after { transform: translateY(-30%) rotate(-135deg); } .sps-faq-item[open] > summary { color: #a23838; } .sps-faq-a { font-size: .85rem; color: #555; line-height: 1.7; margin: 0 0 14px; padding-right: 32px; } .sps-faq-a a { color: #a23838; } /* Specs */ .sps-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .sps-specs li { display: flex; align-items: flex-start; gap: 9px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .55rem .85rem; font-size: .88rem; color: #333; } .sps-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #a23838; margin-top: 7px; } /* Footer */ .sps-foot { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 1.3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; align-items: start; } .sps-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .sps-badges { display: flex; flex-direction: column; gap: .4rem; } .sps-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .sps-dls { display: flex; flex-direction: column; gap: .45rem; } .sps-dl { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #1a1a1a; font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: .6rem .85rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s; min-height: 44px; } .sps-dl:hover { border-color: #a23838; } .sps-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){.sps-foot{grid-template-columns:1fr;gap:1.2rem;}} The Solstice Striped Glass Globe Pendant Light is a hand-blown globe with bold red stripes on a frosted shade — a mid-century-inspired statement piece for the dining room, kitchen island, foyer, or entryway. When lit, the frosted glass glows from within and the red stripes read as warm, graphic accents against the surrounding wall. A globe pendant with a graphic edge — bold stripes, warm glow. 🔴 Hand-blown striped glass 🔌 E26 / E27 socket 🎚 Dimmer compatible 📏 177-inch cable 🌐 110-240V universal 2 sizes ℹ️ Hand-blown glass: Each shade is hand-blown — minor variations in stripe width, bubbles, and thickness are characteristic of the process and not defects. Why It Works 01 Hand-Blown Striped Glass A frosted glass globe wrapped in bold red stripes. When lit, the frosted layer diffuses light evenly; unlit, the stripes read as a graphic sculpture. 02 Standard E26 / E27 Universal Edison socket — any 10W LED globe from any hardware store fits. Dimmable with a standard wall dimmer. No proprietary bulbs. 03 177-Inch Cable 14.7 ft of cable as standard — fits two-story foyers and stairwells without extensions. Shortens on-site to any drop length. Two Sizes Small Ø 7.8″ × H 7.8″ Ø 20 cm × H 20 cm For entryways, hallways, bedside drops, and clusters of 3-5 over a kitchen island. Large Ø 11.8″ × H 11.8″ Ø 30 cm × H 30 cm For dining tables seating 4-6, kitchen islands 6-10 ft, and single-pendant foyers. Where It Works 🍽 Dining Room A single 11.8″ globe 30-36 inches above the table gives even light without blocking sightlines. Stripes pair well with wood, neutrals, or saturated walls. Single pendant 🔪 Kitchen Island Two or three 7.8″ globes at 24-30″ spacing along the island, or two 11.8″ for a 6-8 ft island. Each pendant is hardwired to its own ceiling point. Frosted glass diffuses light without countertop glare. Even spacing 🚪 Foyer / Stairwell The 177″ cable handles two-story foyers and over-stair drops with no extension. Single 11.8″ for standard entries; cluster for grand foyers. Tall-ceiling ready Made for Tall Ceilings 177-inch cable — the longest in this category. Most pendants ship with 4-6 ft of cable, forcing extension orders for stairwells and two-story foyers. The Solstice ships with 14.7 ft as standard, then trims down on-site to whatever drop you need. Two-story foyers (10-15 ft ceilings) Over-stair installs without extension Vaulted ceilings and lofts Shortens on-site to any length As Seen on Instagram Real customers, real spaces. Tag @docosus & #docoslight to be featured. @docosus → @bloggie.maggie The Solstice striped globe styled in a real home — see the full post on Instagram. View on Instagram → Details Shade: Hand-blown glass with red stripes Hardware: Metal, gold finish Socket: E26 / E27 Bulb: Up to 10W incandescent or LED equivalent Voltage: AC 110-240V Dimmer: Standard wall dimmer compatible (not included) Installation: Hardwired ceiling mount Cable: 177″ / 450 cm, adjustable on install Certified: North America · Europe · Australia · Middle East FAQs What size Solstice pendant should I choose for my space? The 7.8″ suits entryways, hallways, bedside drops, and clusters of 3-5 over a kitchen island. The 11.8″ is the dining-room and over-island statement size — for tables seating 4-6 or islands 6-10 ft. Two-story foyers: 11.8″ in a cluster of 3. What bulb does the Solstice glass globe pendant light use? E26 or E27 socket, up to 10W. We recommend a 2700K warm-white LED globe bulb (G25 or G125 shape) to preserve the warm tone of the frosted glass. Bulbs are sold separately. Is this pendant dimmable? Yes — the fixture is compatible with standard wall dimmer switches. Pair with a dimmable LED bulb (most modern LED globes are). Wall dimmer is not included. How long is the cable and can it be shortened? Standard cable is 177 inches (450 cm / about 14.7 ft) — long enough for two-story foyers, stairwells, and over-stair installs. A licensed electrician can shorten it on-site to your desired drop length during installation. What if the glass arrives damaged or the wiring fails? Each pendant is packed in custom-fitted foam, but if glass arrives damaged, send photos to [email protected] within 7 days for a free replacement. Fixture wiring is covered under a 2-year warranty. Email replies within one business day. Certifications 🌎 North America 🌍 Europe 🌏 Australia 🌙 Middle East Downloads Parameter Installation
More you might like
Related
Solstice LED Pendant - Ink
Related
Solstice Pendant Choker in Bone
Related
Solstice LED Tiered Pendant - Ink
Related