Tina Tiffany Ceiling Light
.ttc-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background : transparent; } .ttc-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.4rem 0 1.2rem; } /* Video */ .ttc-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; margin-bottom: 2rem; } .ttc-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Intro */ .ttc-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .ttc-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .ttc-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .ttc-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* On / Off compare */ .ttc-cmp-intro { font-size: .85rem; color: #555; line-height: 1.7; margin: -.4rem 0 1.2rem; } .ttc-compare { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 2.4rem; } .ttc-cmp { position: relative; border: 1px solid #e5e5e5; border-radius: 6px; overflow: hidden; background: #f7f7f7; } .ttc-cmp--on { border-color: #e8c87a; } .ttc-cmp__img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #efefef; } .ttc-cmp__cap { display: flex; align-items: center; justify-content: space-between; padding: .55rem .85rem; font-size: .82rem; font-weight: 600; color: #1a1a1a; } .ttc-cmp__state { font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .16rem .6rem; border-radius: 20px; } .ttc-cmp--off .ttc-cmp__state { background: #ececec; color: #999; } .ttc-cmp--on .ttc-cmp__state { background: #b8924a; color: #fff; } @media(max-width:440px){ .ttc-compare{ grid-template-columns: 1fr; } } /* Why β Docos cards */ .ttc-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .ttc-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .ttc-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .ttc-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Scenes */ .ttc-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; } .ttc-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .ttc-sc:last-child { border-right: none; } .ttc-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .ttc-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .ttc-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .ttc-sc__tag { display: block; margin-top: .7rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } @media(max-width:480px){ .ttc-scenes{grid-template-columns:1fr;} .ttc-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .ttc-sc:last-child{border-bottom:none;} } /* Colors */ .ttc-colors { display: flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1.1rem; margin-bottom: .6rem; font-size: .85rem; color: #555; } .ttc-swatches { display: flex; gap: 7px; } .ttc-sw { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .ttc-sw--blue { background: #3060a0; } .ttc-sw--pink { background: #d06080; } .ttc-color-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 1rem; } .ttc-cn { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .6rem .85rem; font-size: .8rem; color: #555; line-height: 1.5; } .ttc-cn strong { color: #1a1a1a; } @media(max-width:440px){.ttc-color-notes{grid-template-columns:1fr;}} /* Size */ .ttc-size { display: inline-flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.2rem; font-size: .9rem; color: #1a1a1a; margin-bottom: 1rem; } /* Specs */ .ttc-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .ttc-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; } .ttc-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } /* Footer */ .ttc-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; } .ttc-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .ttc-badges { display: flex; flex-direction: column; gap: .4rem; } .ttc-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .ttc-dls { display: flex; flex-direction: column; gap: .45rem; } .ttc-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; } .ttc-dl:hover { border-color: #b8924a; } .ttc-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){.ttc-foot{grid-template-columns:1fr;gap:1.2rem;}} See It In Action The Tina Tiffany Ceiling Light breaks bulb light into color before it reaches the room. Each piece of stained glass, set in fine lead lines, casts warm, tinted patches of light across the ceiling and walls β the blue version a calm jewel-tone, the pink something warmer and more intimate. At 13.5 cm across, it reads as a considered detail above, not a fixture that dominates. The ceiling light that changes the color of the room itself. π¨ Stained Glass πͺ Brass Canopy π Dimmer Compatible πΏ Damp Rated Blue Β· Pink On & Off Unlit, the stained glass reads as a quiet decorative detail. Lit, it comes alive β projecting its color across the ceiling and walls. See both states in each color below. BlueOff BlueOn PinkOff PinkOn Why It Works π¨ Stained Glass, Lead Lines Each glass piece is individually set in lead line β the technique that gives Tiffany-style fixtures their depth. The shade carries color, warmth, and pattern at the same time, visible from across the room. π Color That Fills the Room When lit, the glass projects its color onto the ceiling around the fixture. The blue version makes a room feel cooler and contemplative; the pink version makes it feel warmer and more inviting. β¦ Vintage Form, Any Interior The classic lead-line form reads as a deliberate aesthetic reference rather than a period reproduction β at home in a maximalist vintage room or a modern minimal space. The brass canopy adds warmth without dating it. Where It Belongs π Bedroom Above a bed, the shade projects color gently across the ceiling β blue for a calm sleeping atmosphere, pink for warmth and softness. Pair with a dimmer for evening-to-sleep control. Dimmer β sold separately πͺ Hallway The compact 13.5 cm form makes an impression on entry without crowding the space. Colored light in a corridor sets an atmosphere before the main room is reached. Compact β 13.5 cm πͺ΄ Reading Nook In a nook or alcove, the colored overhead light combined with a warm reading lamp turns an incidental corner into the most atmospheric pocket of light in the home. Atmospheric corner Colors Blue Β· Pink Blue β calm and contemplative. Suits bedrooms, studies, and bathrooms. Pink β warm and inviting. Suits bedrooms, reading nooks, and dining areas. Product Size Dia 13.5 cm Γ H 15 cm / β 5.3β³ Γ H 5.9β³ Details Shade: Stained Glass β lead line construction Canopy: Brass Materials: Brass & Glass Wiring: Hardwired Socket: E14 Max bulb: 15W incandescent or LED equivalent Dimmer compatible (switch not included) Damp rated β bathrooms & covered outdoor areas Certified: North America Β· Australia Β· Europe Β· Middle East Certifications π North America π Australia π Europe π Middle East Downloads Parameter Installation
More you might like
Related
Atlantic Tiffany Flush Ceiling Light - Tiffany Lighting Dire
Related
Pavot Flush Tiffany Ceiling Light - Tiffany Lighting Direct
Related
Papillon Flush Tiffany Ceiling Light - Tiffany Lighting Dire
Related