Mosaic Lamp Workshop in Leeds
.mll-wrap { max-width: 780px; margin: 0 auto; color: #1f1f1f; font-family: inherit; font-size: 16px; line-height: 1.8; } /* ── HERO CARD ── */ .mll-hero { padding: 32px 34px; backg round: #FAFAF8; border: 1px solid #E6DFD6; border-radius: 24px; margin-bottom: 16px; } .mll-kicker { display: block; margin: 0 0 12px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #8f9b6e; font-weight: 600; } .mll-hero-title { margin: 0 0 16px; font-size: clamp(22px, 3vw, 32px); line-height: 1.2; font-weight: 700; color: #1f1f1f; } .mll-hero p { margin: 0; font-size: 17px; line-height: 1.85; color: #3a3a3a; } /* ── STAT PILLS ── */ .mll-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; } .mll-stat { padding: 20px 18px; background: #ffffff; border: 1px solid #E6DFD6; border-radius: 20px; text-align: center; } .mll-stat-label { display: block; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; color: #8f9b6e; font-weight: 600; margin-bottom: 6px; } .mll-stat-value { display: block; font-size: 16px; font-weight: 700; color: #1f1f1f; line-height: 1.3; } /* ── CARDS ── */ .mll-card { padding: 28px 32px; background: #ffffff; border: 1px solid #E6DFD6; border-radius: 24px; margin-bottom: 16px; } .mll-card-warm { padding: 28px 32px; background: #EFE9E0; border: 1px solid #E6DFD6; border-radius: 24px; margin-bottom: 16px; } .mll-card-light { padding: 28px 32px; background: #FAFAF8; border: 1px solid #E6DFD6; border-radius: 24px; margin-bottom: 16px; } .mll-card-title { margin: 0 0 14px; font-size: 20px; font-weight: 700; color: #1f1f1f; } .mll-card p, .mll-card-warm p, .mll-card-light p { margin: 0 0 10px; color: #3a3a3a; font-size: 16px; line-height: 1.85; } .mll-card p:last-child, .mll-card-warm p:last-child, .mll-card-light p:last-child { margin-bottom: 0; } /* ── STEP TIMELINE ── */ .mll-steps { margin: 0; padding: 0; list-style: none; } .mll-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; margin-bottom: 14px; } .mll-step-num { width: 34px; height: 34px; min-width: 34px; min-height: 34px; background: #1f1f1f; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; line-height: 34px; flex-shrink: 0; flex-grow: 0; margin-top: 3px; padding: 0; box-sizing: border-box; overflow: hidden; text-align: center; } .mll-step-body { padding-top: 3px; } .mll-step-body strong { display: block; font-size: 15px; font-weight: 700; color: #1f1f1f; margin-bottom: 3px; } .mll-step-body span { font-size: 14.5px; color: #555; line-height: 1.65; } /* ── INCLUDED GRID ── */ .mll-included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; } .mll-included-item { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #3a3a3a; line-height: 1.5; } .mll-included-dot { width: 7px; height: 7px; min-width: 7px; background: #c47a5a; border-radius: 50%; margin-top: 7px; } /* ── OCCASION TAGS ── */ .mll-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; } .mll-tag { display: inline-block; background: #fff; border: 1px solid #E6DFD6; border-radius: 999px; padding: 6px 16px; font-size: 13.5px; color: #3a3a3a; font-weight: 500; } /* ── LOCATION ── */ .mll-location { display: flex; align-items: flex-start; gap: 14px; padding: 18px 22px; background: #fff; border: 1px solid #E6DFD6; border-radius: 14px; margin-top: 14px; } .mll-location-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; } .mll-location-body strong { display: block; font-size: 15px; font-weight: 700; color: #1f1f1f; margin-bottom: 3px; } .mll-location-body span { font-size: 14px; color: #666; line-height: 1.6; } /* ── CTA ── */ .mll-cta { padding: 30px 34px; background: #1f1f1f; border-radius: 24px; margin-bottom: 16px; text-align: center; } .mll-cta-kicker { display: block; margin: 0 0 8px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #c47a5a; font-weight: 600; } .mll-cta-title { margin: 0 0 10px; font-size: 22px; font-weight: 700; color: #fff; line-height: 1.3; } .mll-cta-sub { display: block; font-size: 15px; color: #b0b0b0; margin-bottom: 22px; } .mll-cta a { display: inline-block; background: #c47a5a; color: #fff; font-size: 15px; font-weight: 700; padding: 13px 32px; border-radius: 10px; text-decoration: none; } .mll-cta a:hover { background: #a8624a; } /* ── FAQ ── */ .mll-faq-item { border: 1px solid #E6DFD6; border-radius: 14px; overflow: hidden; margin-bottom: 10px; background: #fff; } .mll-faq-q { width: 100%; background: #fff; border: none; text-align: left; padding: 16px 20px; font-size: 15.5px; font-weight: 700; color: #1f1f1f; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: inherit; line-height: 1.4; } .mll-faq-q:hover { background: #FAFAF8; } .mll-faq-arrow { color: #c47a5a; font-size: 16px; transition: transform .22s; flex-shrink: 0; line-height: 1; } .mll-faq-q.mll-open .mll-faq-arrow { transform: rotate(180deg); } .mll-faq-a { display: none; padding: 0 20px 16px; font-size: 15px; color: #444; line-height: 1.75; background: #fff; } .mll-faq-a.mll-open { display: block; } .mll-faq-a a { color: #c47a5a; } @media (max-width: 560px) { .mll-stats { grid-template-columns: 1fr 1fr; } .mll-included-grid { grid-template-columns: 1fr; } .mll-hero, .mll-card, .mll-card-warm, .mll-card-light { padding: 22px 20px; } .mll-cta { padding: 26px 20px; } } @media (max-width: 380px) { .mll-stats { grid-template-columns: 1fr; } } Mosaic Lamp Workshop · Leeds Make Your Own Turkish Mosaic Lamp in Leeds — Guided, Hands-On & Beginner Friendly Have you ever held a glowing Turkish mosaic lamp and thought, I'd love to make one of those? At our Mosaic Lamp Workshop in Leeds, that's exactly what you do. You sit down, choose your colours, place every piece of glass by hand, and walk away with a finished lamp that's completely yours. No craft experience needed — just a couple of hours and a real desire to make something beautiful. Duration 2–2.5 Hours Skill Level Complete Beginners Welcome You Take Home Your Finished Lamp What Happens at the Leeds Workshop From the moment you arrive everything is laid out and ready. Your instructor guides you through every stage — no rushing, no pressure, just an enjoyable couple of hours at your own pace. 1 Choose your lamp style Pick from a candle holder, mini table lamp, tall table lamp, swan lamp, or moon lamp. Each has its own shape and character — your instructor can help you decide. 2 Pick your colour palette Warm golds and reds, deep jewel tones, soft blues and greens — every colour decision is yours. There's no wrong answer. 3 Place your glass and beads Following traditional Ottoman-inspired geometric and floral patterns, you place each piece of coloured glass and mosaic bead onto your frame by hand. This is the calming, meditative part — most people love it. 4 Grout and finish We guide you through the finishing stage so your lamp looks clean, polished, and properly handmade — not a rough first attempt. 5 Switch it on and take it home The moment your lamp glows for the first time — warm coloured light spreading across the walls — is genuinely something else. Wrap it up, it's yours to keep. Everything's Included — Just Show Up We take care of every single thing you need. Nothing to buy, nothing to prepare, nothing to bring. All mosaic glass, beads & mirror fragments Lamp frame in your chosen style Adhesive, grout & all tools Full expert guidance throughout Your finished lamp to take home A relaxed, welcoming atmosphere Where We Are in Leeds Our Leeds mosaic lamp workshop takes place in Leeds city centre — easy to reach by public transport, close to parking, and a genuinely lovely setting for a creative afternoon. Full venue details are confirmed at the time of booking. 📍 Leeds City Centre Easy to reach by train, bus & bus · City centre parking nearby · Accessible venue From £59 · All Materials Included Book Your Mosaic Lamp Workshop in Leeds Sessions run most weekends — spaces fill up fast, so don't leave it too late. Check Dates & Book Now → A memorable experience Who Is This Workshop For? Everyone, honestly. We've had solo visitors wanting a mindful afternoon to themselves, couples on a proper date night, groups of friends celebrating birthdays, mums-to-be at baby showers, and hen parties who wanted something far more memorable than a standard Leeds night out. Whatever brings you through the door, you'll leave with a handmade Turkish mosaic lamp and an afternoon you'll genuinely remember. If you're looking for a creative workshop in Leeds that's relaxed, social, and produces something beautiful — this is exactly it. 💕 Date Nights 🎉 Birthdays 💍 Hen Parties 🌼 Baby Showers 🏠 Solo Visits 👥 Groups & Friends 🏢 Corporate Events Booking for a Group in Leeds? We offer private group sessions for hen parties, birthday groups, corporate team days, and special occasions. A dedicated instructor, a private space, and a proper step above the usual group activity. Head to our group workshops page or drop us a message and we'll organise everything. Frequently Asked Questions Do I need craft experience to join the mosaic lamp workshop in Leeds? ▼ None at all. Our Leeds workshop is built from the ground up for complete beginners. Your instructor walks you through everything — from picking your colours to finishing the grout. If you've never done anything like this before, you're exactly who we made this for. How long does the workshop last? ▼ Most participants finish in 2 to 2.5 hours. It varies slightly depending on the lamp style you choose and how much time you want to spend on your design. There's no rush — take it at your own pace. What lamp styles can I choose from? ▼ You can choose from five styles: candle holder, mini table lamp, tall table lamp, swan lamp, or moon lamp. Your instructor will help you pick the right one for your taste and time available. See our FAQ page for more detail on each style. Do I need to bring anything to the workshop? ▼ Nothing — all materials, tools, adhesive, grout, and guidance are fully included in the price. We provide aprons, but feel free to wear something you don't mind getting a tiny bit of glue on just in case. Can I book the Leeds workshop for a group or private event? ▼ Absolutely. We love group bookings — hen parties, birthday groups, corporate away-days, baby showers, and more. Visit our group workshops page or drop us a message and we'll sort everything out for you. What is a Turkish mosaic lamp? ▼ A Turkish mosaic lamp is a handmade decorative light made by placing coloured glass pieces, beads, and mirror fragments onto a metal or resin frame by hand. Originating from Ottoman Empire craft traditions in Istanbul, they're famous for their stunning warm glow and intricate geometric patterns. Want to learn more? Read our guide: Turkish Mosaic Lamps: History, Craft & How to Make One. (function () { function mllFaq(btn) { var a = btn.nextElementSibling; if (!a) return; var isOpen = a.classList.contains('mll-open'); document.querySelectorAll('.mll-faq-a').forEach(function (x) { x.classList.remove('mll-open'); x.style.display = 'none'; }); document.querySelectorAll('.mll-faq-q').forEach(function (x) { x.classList.remove('mll-open'); }); if (!isOpen) { a.classList.add('mll-open'); a.style.display = 'block'; btn.classList.add('mll-open'); } } function attachFaq() { document.querySelectorAll('.mll-faq-q').forEach(function (btn) { btn.addEventListener('click', function () { mllFaq(this); }); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', attachFaq); } else { attachFaq(); } })();
More you might like
Related
Mosaic Lamp Workshop in Manchester
Related
Mosaic Lamp Workshop in Liverpool
Related
Mosaic Lamp Workshop in Bristol
Related