Summer Chic Hat Crochet Workshop (4hrs)
Summer Chic Hat Workshop – Craftique Studio @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Nunito:wght@400;500;600;700&di splay=swap'); :root { --orchid: #DA7FD0; --plum: #A84FA1; --blush: #F2C4E8; --lavender: #EDD6F5; --cream: #FDF6FB; --text-dark: #3a2040; --text-mid: #6b4a72; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Nunito', sans-serif; background-color: var(--cream); color: var(--text-dark); max-width: 100%; margin: 0; padding: 0 0 60px 0; } /* ── HERO BANNER ── */ .hero { background: linear-gradient(145deg, var(--lavender) 0%, var(--blush) 60%, #f9e0f5 100%); padding: 48px 32px 40px; text-align: center; border-bottom: 3px solid var(--orchid); position: relative; overflow: hidden; } .hero::before { content: '☀️'; font-size: 80px; position: absolute; top: -18px; right: 24px; opacity: 0.18; } .hero::after { content: '🌊'; font-size: 64px; position: absolute; bottom: -10px; left: 16px; opacity: 0.15; } .hero-tag { display: inline-block; background: var(--plum); color: #fff; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; margin-bottom: 16px; } .hero h1 { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 600; color: var(--plum); line-height: 1.2; margin-bottom: 10px; } .hero-sub { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.05rem; color: var(--text-mid); margin-bottom: 28px; } .hero-price-block { display: inline-flex; flex-direction: column; align-items: center; background: #fff; border: 2px solid var(--orchid); border-radius: 16px; padding: 14px 36px; box-shadow: 0 4px 18px rgba(168,79,161,0.12); } .hero-price { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 600; color: var(--plum); } .hero-price-note { font-size: 0.78rem; font-weight: 600; color: var(--orchid); letter-spacing: 0.04em; text-transform: uppercase; margin-top: 2px; } /* ── QUICK DETAILS STRIP ── */ .details-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; background: var(--plum); padding: 18px 24px; } .detail-pill { display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.15); color: #fff; border-radius: 30px; padding: 7px 16px; font-size: 0.85rem; font-weight: 600; white-space: nowrap; } .detail-pill span.icon { font-size: 1rem; } /* ── SECTION WRAPPER ── */ .section { padding: 36px 32px 0; } .section-title { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 600; color: var(--plum); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--blush); } /* ── DESCRIPTION ── */ .description p { font-size: 0.97rem; line-height: 1.75; color: var(--text-dark); margin-bottom: 12px; } /* ── WHAT YOU'LL LEARN ── */ .learn-list { list-style: none; display: flex; flex-direction: column; gap: 10px; } .learn-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; line-height: 1.55; color: var(--text-dark); } .learn-list li::before { content: '→'; color: var(--orchid); font-weight: 700; font-size: 1rem; margin-top: 1px; flex-shrink: 0; } /* ── MATERIALS CARD ── */ .materials-card { background: linear-gradient(135deg, var(--lavender) 0%, var(--blush) 100%); border-radius: 16px; padding: 24px 28px; margin-top: 4px; } .materials-card p { font-size: 0.95rem; line-height: 1.65; color: var(--text-dark); margin-bottom: 12px; } .materials-card p:last-child { margin-bottom: 0; } .materials-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; } .materials-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.93rem; color: var(--text-dark); } .materials-list li::before { content: '🧶'; flex-shrink: 0; font-size: 0.9rem; margin-top: 1px; } .included-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--plum); color: #fff; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; } /* ── SKILL LEVEL ── */ .skill-card { background: #fff; border: 2px solid var(--blush); border-radius: 16px; padding: 22px 26px; margin-top: 4px; } .skill-card p { font-size: 0.95rem; line-height: 1.65; color: var(--text-dark); margin-bottom: 12px; } .prereq-list { list-style: none; display: flex; flex-direction: column; gap: 8px; } .prereq-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.93rem; color: var(--text-dark); } .prereq-list li::before { content: '✅'; flex-shrink: 0; font-size: 0.85rem; margin-top: 1px; } /* ── WHAT TO EXPECT ── */ .expect-list { list-style: none; display: flex; flex-direction: column; gap: 10px; } .expect-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; line-height: 1.55; color: var(--text-dark); } .expect-list li .emoji { flex-shrink: 0; font-size: 1rem; margin-top: 1px; } /* ── TAKE HOME NOTE ── */ .takehome { background: linear-gradient(135deg, #fff8fe, var(--lavender)); border-left: 4px solid var(--orchid); border-radius: 0 12px 12px 0; padding: 18px 22px; margin-top: 4px; } .takehome p { font-size: 0.95rem; line-height: 1.7; color: var(--text-dark); } .takehome strong { color: var(--plum); } /* ── CTA ── */ .cta-section { padding: 40px 32px 0; text-align: center; } .cta-section p { font-size: 0.92rem; color: var(--text-mid); margin-bottom: 6px; } .seats-note { display: inline-block; background: var(--blush); color: var(--plum); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.05em; text-transform: uppercase; padding: 6px 18px; border-radius: 20px; margin-bottom: 18px; } ✨ Craftique Studio Workshop Summer Chic Hat Workshop Crochet a stunning wide-brim sun hat — wire included, style guaranteed. $125 All Materials Included 📅 July 11, 2025 🕐 11:00 AM – 3:00 PM 📍 In-Person 👥 Max 8 Students ⏱️ 4 Hours About This Workshop Get ready to crochet your most stylish summer accessory yet! 🌞 In this hands-on workshop, you'll create a gorgeous wide-brim sun hat using luxurious Berroco Paperie yarn — a beautiful linen-cotton blend that's light, airy, and perfect for warm weather. What makes this hat truly special? A wire-structured brim that gives it that chic, sturdy shape you see in boutique hats — designed exclusively by your instructor. You'll leave class with a nearly finished hat and the confidence to complete it at home following your exclusive Craftique Studio pattern. 👒✨ What You'll Learn How to crochet a hat crown and body in the round using hdc How to shape and size a wide-brim summer hat The exclusive wire brim technique for a beautifully structured finish How to read and follow the Craftique Studio original pattern independently Tips and tricks for a polished, professional-looking finished hat Materials — All Included! 🎉 Everything you need is provided — just bring yourself and your crochet hook! Berroco Paperie yarn (linen-cotton blend) Hat wire for the structured brim Exclusive Craftique Studio original pattern All notions needed to complete your project ✔ All materials included in your $125 registration Skill Level This workshop is beginner-friendly with prerequisites. You don't need to be an advanced crocheter — but you should feel comfortable with the following before attending: Half double crochet (hdc) — worked comfortably and consistently Working in the round — familiar with magic ring or chain joins What to Expect 👋 We'll start with a pattern walkthrough and materials overview so everyone is set up for success 🧶 Work through the hat crown and body together with guided instruction ☕ A short mid-class break to rest those hands! 🪡 Learn the wire brim technique step-by-step — the signature detail that makes this hat shine 🎓 Finish class with your hat body and first wire brim complete Take It Home & Finish! You'll leave class with a nearly finished hat and your exclusive Craftique Studio pattern in hand. The second wire brim follows the exact same steps as the first — once you've done it in class, you've totally got it! Just follow the pattern to complete your Summer Chic Hat at home. 🏠🧶 🌸 Only 8 Spots Available! Secure your seat before this workshop fills up.
More you might like
Related
Chic Black and White Striped Crochet Bucket Hat Summer Sun B
Related
Vintage Crochet Pattern Womens Floppy Summer Bucket Hat Gran
Related
Bucket Hat Crochet Pattern Handmade Summer Hat Beach - Croch
Related