{"product_id":"summer-chic-hat-workshop","title":"Summer Chic Hat Crochet Workshop (4hrs)","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eSummer Chic Hat Workshop – Craftique Studio\u003c\/title\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400\u0026family=Nunito:wght@400;500;600;700\u0026display=swap');\n\n:root {\n  --orchid: #DA7FD0;\n  --plum: #A84FA1;\n  --blush: #F2C4E8;\n  --lavender: #EDD6F5;\n  --cream: #FDF6FB;\n  --text-dark: #3a2040;\n  --text-mid: #6b4a72;\n}\n\n* { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody {\n  font-family: 'Nunito', sans-serif;\n  background-color: var(--cream);\n  color: var(--text-dark);\n  max-width: 100%;\n  margin: 0;\n  padding: 0 0 60px 0;\n}\n\n\/* ── HERO BANNER ── *\/\n.hero {\n  background: linear-gradient(145deg, var(--lavender) 0%, var(--blush) 60%, #f9e0f5 100%);\n  padding: 48px 32px 40px;\n  text-align: center;\n  border-bottom: 3px solid var(--orchid);\n  position: relative;\n  overflow: hidden;\n}\n\n.hero::before {\n  content: '☀️';\n  font-size: 80px;\n  position: absolute;\n  top: -18px;\n  right: 24px;\n  opacity: 0.18;\n}\n\n.hero::after {\n  content: '🌊';\n  font-size: 64px;\n  position: absolute;\n  bottom: -10px;\n  left: 16px;\n  opacity: 0.15;\n}\n\n.hero-tag {\n  display: inline-block;\n  background: var(--plum);\n  color: #fff;\n  font-family: 'Nunito', sans-serif;\n  font-weight: 700;\n  font-size: 0.72rem;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  padding: 5px 16px;\n  border-radius: 20px;\n  margin-bottom: 16px;\n}\n\n.hero h1 {\n  font-family: 'Playfair Display', serif;\n  font-size: 2.4rem;\n  font-weight: 600;\n  color: var(--plum);\n  line-height: 1.2;\n  margin-bottom: 10px;\n}\n\n.hero-sub {\n  font-family: 'Playfair Display', serif;\n  font-style: italic;\n  font-size: 1.05rem;\n  color: var(--text-mid);\n  margin-bottom: 28px;\n}\n\n.hero-price-block {\n  display: inline-flex;\n  flex-direction: column;\n  align-items: center;\n  background: #fff;\n  border: 2px solid var(--orchid);\n  border-radius: 16px;\n  padding: 14px 36px;\n  box-shadow: 0 4px 18px rgba(168,79,161,0.12);\n}\n\n.hero-price {\n  font-family: 'Playfair Display', serif;\n  font-size: 2rem;\n  font-weight: 600;\n  color: var(--plum);\n}\n\n.hero-price-note {\n  font-size: 0.78rem;\n  font-weight: 600;\n  color: var(--orchid);\n  letter-spacing: 0.04em;\n  text-transform: uppercase;\n  margin-top: 2px;\n}\n\n\/* ── QUICK DETAILS STRIP ── *\/\n.details-strip {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 10px;\n  background: var(--plum);\n  padding: 18px 24px;\n}\n\n.detail-pill {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  background: rgba(255,255,255,0.15);\n  color: #fff;\n  border-radius: 30px;\n  padding: 7px 16px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\n.detail-pill span.icon { font-size: 1rem; }\n\n\/* ── SECTION WRAPPER ── *\/\n.section {\n  padding: 36px 32px 0;\n}\n\n.section-title {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.35rem;\n  font-weight: 600;\n  color: var(--plum);\n  margin-bottom: 16px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid var(--blush);\n}\n\n\/* ── DESCRIPTION ── *\/\n.description p {\n  font-size: 0.97rem;\n  line-height: 1.75;\n  color: var(--text-dark);\n  margin-bottom: 12px;\n}\n\n\/* ── WHAT YOU'LL LEARN ── *\/\n.learn-list {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.learn-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 0.95rem;\n  line-height: 1.55;\n  color: var(--text-dark);\n}\n\n.learn-list li::before {\n  content: '→';\n  color: var(--orchid);\n  font-weight: 700;\n  font-size: 1rem;\n  margin-top: 1px;\n  flex-shrink: 0;\n}\n\n\/* ── MATERIALS CARD ── *\/\n.materials-card {\n  background: linear-gradient(135deg, var(--lavender) 0%, var(--blush) 100%);\n  border-radius: 16px;\n  padding: 24px 28px;\n  margin-top: 4px;\n}\n\n.materials-card p {\n  font-size: 0.95rem;\n  line-height: 1.65;\n  color: var(--text-dark);\n  margin-bottom: 12px;\n}\n\n.materials-card p:last-child { margin-bottom: 0; }\n\n.materials-list {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  margin-bottom: 14px;\n}\n\n.materials-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 0.93rem;\n  color: var(--text-dark);\n}\n\n.materials-list li::before {\n  content: '🧶';\n  flex-shrink: 0;\n  font-size: 0.9rem;\n  margin-top: 1px;\n}\n\n.included-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: var(--plum);\n  color: #fff;\n  font-weight: 700;\n  font-size: 0.8rem;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  padding: 6px 16px;\n  border-radius: 20px;\n}\n\n\/* ── SKILL LEVEL ── *\/\n.skill-card {\n  background: #fff;\n  border: 2px solid var(--blush);\n  border-radius: 16px;\n  padding: 22px 26px;\n  margin-top: 4px;\n}\n\n.skill-card p {\n  font-size: 0.95rem;\n  line-height: 1.65;\n  color: var(--text-dark);\n  margin-bottom: 12px;\n}\n\n.prereq-list {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.prereq-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 0.93rem;\n  color: var(--text-dark);\n}\n\n.prereq-list li::before {\n  content: '✅';\n  flex-shrink: 0;\n  font-size: 0.85rem;\n  margin-top: 1px;\n}\n\n\/* ── WHAT TO EXPECT ── *\/\n.expect-list {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.expect-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 0.95rem;\n  line-height: 1.55;\n  color: var(--text-dark);\n}\n\n.expect-list li .emoji {\n  flex-shrink: 0;\n  font-size: 1rem;\n  margin-top: 1px;\n}\n\n\/* ── TAKE HOME NOTE ── *\/\n.takehome {\n  background: linear-gradient(135deg, #fff8fe, var(--lavender));\n  border-left: 4px solid var(--orchid);\n  border-radius: 0 12px 12px 0;\n  padding: 18px 22px;\n  margin-top: 4px;\n}\n\n.takehome p {\n  font-size: 0.95rem;\n  line-height: 1.7;\n  color: var(--text-dark);\n}\n\n.takehome strong {\n  color: var(--plum);\n}\n\n\/* ── CTA ── *\/\n.cta-section {\n  padding: 40px 32px 0;\n  text-align: center;\n}\n\n.cta-section p {\n  font-size: 0.92rem;\n  color: var(--text-mid);\n  margin-bottom: 6px;\n}\n\n.seats-note {\n  display: inline-block;\n  background: var(--blush);\n  color: var(--plum);\n  font-weight: 700;\n  font-size: 0.82rem;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  padding: 6px 18px;\n  border-radius: 20px;\n  margin-bottom: 18px;\n}\n\n\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-tag\"\u003e✨ Craftique Studio Workshop\u003c\/div\u003e\n  \u003ch1\u003eSummer Chic Hat Workshop\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003eCrochet a stunning wide-brim sun hat — wire included, style guaranteed.\u003c\/p\u003e\n  \u003cdiv class=\"hero-price-block\"\u003e\n    \u003cdiv class=\"hero-price\"\u003e$125\u003c\/div\u003e\n    \u003cdiv class=\"hero-price-note\"\u003eAll Materials Included\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- QUICK DETAILS STRIP --\u003e\n\u003cdiv class=\"details-strip\"\u003e\n  \u003cdiv class=\"detail-pill\"\u003e\n\u003cspan class=\"icon\"\u003e📅\u003c\/span\u003e July 11, 2025\u003c\/div\u003e\n  \u003cdiv class=\"detail-pill\"\u003e\n\u003cspan class=\"icon\"\u003e🕐\u003c\/span\u003e 11:00 AM – 3:00 PM\u003c\/div\u003e\n  \u003cdiv class=\"detail-pill\"\u003e\n\u003cspan class=\"icon\"\u003e📍\u003c\/span\u003e In-Person\u003c\/div\u003e\n  \u003cdiv class=\"detail-pill\"\u003e\n\u003cspan class=\"icon\"\u003e👥\u003c\/span\u003e Max 8 Students\u003c\/div\u003e\n  \u003cdiv class=\"detail-pill\"\u003e\n\u003cspan class=\"icon\"\u003e⏱️\u003c\/span\u003e 4 Hours\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"section description\"\u003e\n  \u003cp class=\"section-title\"\u003eAbout This Workshop\u003c\/p\u003e\n  \u003cp\u003e\n    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 \u003cstrong\u003eBerroco Paperie yarn\u003c\/strong\u003e — a beautiful linen-cotton blend that's light, airy, and perfect for warm weather.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    What makes this hat truly special? A \u003cstrong\u003ewire-structured brim\u003c\/strong\u003e 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. 👒✨\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHAT YOU'LL LEARN --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-title\"\u003eWhat You'll Learn\u003c\/p\u003e\n  \u003cul class=\"learn-list\"\u003e\n    \u003cli\u003eHow to crochet a hat crown and body in the round using hdc\u003c\/li\u003e\n    \u003cli\u003eHow to shape and size a wide-brim summer hat\u003c\/li\u003e\n    \u003cli\u003eThe exclusive wire brim technique for a beautifully structured finish\u003c\/li\u003e\n    \u003cli\u003eHow to read and follow the Craftique Studio original pattern independently\u003c\/li\u003e\n    \u003cli\u003eTips and tricks for a polished, professional-looking finished hat\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- MATERIALS --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-title\"\u003eMaterials — All Included! 🎉\u003c\/p\u003e\n  \u003cdiv class=\"materials-card\"\u003e\n    \u003cp\u003eEverything you need is provided — just bring yourself and your crochet hook!\u003c\/p\u003e\n    \u003cul class=\"materials-list\"\u003e\n      \u003cli\u003eBerroco Paperie yarn (linen-cotton blend)\u003c\/li\u003e\n      \u003cli\u003eHat wire for the structured brim\u003c\/li\u003e\n      \u003cli\u003eExclusive Craftique Studio original pattern\u003c\/li\u003e\n      \u003cli\u003eAll notions needed to complete your project\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cspan class=\"included-badge\"\u003e✔ All materials included in your $125 registration\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SKILL LEVEL --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-title\"\u003eSkill Level\u003c\/p\u003e\n  \u003cdiv class=\"skill-card\"\u003e\n    \u003cp\u003eThis workshop is \u003cstrong\u003ebeginner-friendly with prerequisites\u003c\/strong\u003e. You don't need to be an advanced crocheter — but you should feel comfortable with the following before attending:\u003c\/p\u003e\n    \u003cul class=\"prereq-list\"\u003e\n      \u003cli\u003eHalf double crochet (hdc) — worked comfortably and consistently\u003c\/li\u003e\n      \u003cli\u003eWorking in the round — familiar with magic ring or chain joins\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-title\"\u003eWhat to Expect\u003c\/p\u003e\n  \u003cul class=\"expect-list\"\u003e\n    \u003cli\u003e\n\u003cspan class=\"emoji\"\u003e👋\u003c\/span\u003e We'll start with a pattern walkthrough and materials overview so everyone is set up for success\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"emoji\"\u003e🧶\u003c\/span\u003e Work through the hat crown and body together with guided instruction\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"emoji\"\u003e☕\u003c\/span\u003e A short mid-class break to rest those hands!\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"emoji\"\u003e🪡\u003c\/span\u003e Learn the wire brim technique step-by-step — the signature detail that makes this hat shine\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"emoji\"\u003e🎓\u003c\/span\u003e Finish class with your hat body and first wire brim complete\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- TAKE HOME NOTE --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-title\"\u003eTake It Home \u0026amp; Finish!\u003c\/p\u003e\n  \u003cdiv class=\"takehome\"\u003e\n    \u003cp\u003e\n      You'll leave class with a \u003cstrong\u003enearly finished hat\u003c\/strong\u003e 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. 🏠🧶\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n  \u003cdiv class=\"seats-note\"\u003e🌸 Only 8 Spots Available!\u003c\/div\u003e\n  \u003cp\u003eSecure your seat before this workshop fills up.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\n\n\u003c\/body\u003e","brand":"Craftique Studio Shop","offers":[{"title":"Default Title","offer_id":47725271679206,"sku":null,"price":125.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/3981\/7190\/files\/Copyofyogaclass_14x14in_48_66ffcdff-0e7b-448a-9d3d-ec2499cf68b0.png?v=1780085608","url":"https:\/\/craftiquestudio.shop\/products\/summer-chic-hat-workshop","provider":"Craftique Studio Shop","version":"1.0","type":"link"}