{"product_id":"mandala-magic-workshop-crochet-your-colors-into-life-3-5hrs","title":"Mandala Magic Workshop  Crochet Your Colors Into Life - 3.5hrs","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026family=Nunito:wght@300;400;600;700\u0026family=Dancing+Script:wght@700\u0026display=swap');\n  :root {\n    --blush:    #F2C4E8;\n    --orchid:   #DA7FD0;\n    --plum:     #A84FA1;\n    --cream:    #FDF6FB;\n    --lavender: #EDD6F5;\n    --dark:     #2E1A2E;\n    --mid:      #6B3A6B;\n    --soft:     #F8EEF8;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--cream);\n    overflow-x: hidden;\n  }\n\n  .mmw-wrapper {\n    font-family: 'Nunito', sans-serif;\n    color: var(--dark);\n  }\n\n  .mmw-wrapper * {\n    font-family: inherit;\n  }\n\n  \/* ── HERO ─────────────────────────────────── *\/\n  .hero {\n    position: relative;\n    min-height: 100vh;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 60px 24px 80px;\n    overflow: hidden;\n    background: var(--cream);\n  }\n\n  .hero::before, .hero::after {\n    content: '';\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(70px);\n    opacity: .42;\n    pointer-events: none;\n  }\n  .hero::before {\n    width: 520px; height: 520px;\n    background: radial-gradient(circle, var(--orchid), var(--blush));\n    top: -140px; left: -160px;\n    animation: drift 8s ease-in-out infinite alternate;\n  }\n  .hero::after {\n    width: 380px; height: 380px;\n    background: radial-gradient(circle, var(--lavender), var(--blush));\n    bottom: -100px; right: -100px;\n    animation: drift 10s ease-in-out infinite alternate-reverse;\n  }\n\n  @keyframes drift {\n    from { transform: translate(0,0) scale(1); }\n    to   { transform: translate(30px, 20px) scale(1.08); }\n  }\n\n  .hero-badge {\n    display: inline-block;\n    background: var(--orchid);\n    color: #fff;\n    font-size: .75rem;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    padding: 6px 20px;\n    border-radius: 100px;\n    margin-bottom: 28px;\n    position: relative;\n    animation: fadeDown .6s ease both;\n  }\n\n  .hero-brand {\n    font-family: 'Dancing Script', cursive;\n    font-size: clamp(1.1rem, 3vw, 1.5rem);\n    color: var(--plum);\n    letter-spacing: .05em;\n    position: relative;\n    animation: fadeDown .7s ease both;\n    animation-delay: .1s;\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(3rem, 9vw, 6.5rem);\n    font-weight: 700;\n    line-height: 1.05;\n    color: var(--dark);\n    position: relative;\n    margin: 10px 0 6px;\n    animation: fadeDown .7s ease both;\n    animation-delay: .18s;\n  }\n  .hero-title em { font-style: italic; color: var(--orchid); }\n\n  .hero-sub {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: clamp(1rem, 2.5vw, 1.35rem);\n    color: var(--mid);\n    margin-bottom: 44px;\n    position: relative;\n    animation: fadeDown .7s ease both;\n    animation-delay: .28s;\n  }\n\n  .hero-meta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    justify-content: center;\n    position: relative;\n    animation: fadeDown .7s ease both;\n    animation-delay: .38s;\n  }\n\n  .meta-pill {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: #fff;\n    border: 1.5px solid var(--blush);\n    border-radius: 100px;\n    padding: 10px 22px;\n    font-size: .95rem;\n    font-weight: 600;\n    color: var(--plum);\n    box-shadow: 0 2px 14px rgba(218,127,208,.12);\n  }\n  .meta-pill .icon { font-size: 1.1rem; }\n\n  \/* ── DIVIDER ──────────────────────────────── *\/\n  .wave-divider { width: 100%; line-height: 0; margin-top: -2px; }\n  .wave-divider svg { display: block; width: 100%; }\n\n  \/* ── SECTION SHARED ───────────────────────── *\/\n  section { padding: 80px 24px; }\n  .section-inner { max-width: 960px; margin: 0 auto; }\n\n  .section-label {\n    display: inline-block;\n    font-size: .7rem;\n    font-weight: 700;\n    letter-spacing: .2em;\n    text-transform: uppercase;\n    color: var(--orchid);\n    margin-bottom: 12px;\n  }\n\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    color: var(--dark);\n    margin-bottom: 16px;\n    line-height: 1.2;\n  }\n  .section-title em { font-style: italic; color: var(--orchid); }\n\n  .section-body { font-size: 1.05rem; line-height: 1.8; color: var(--mid); max-width: 680px; }\n\n  \/* ── ABOUT ────────────────────────────────── *\/\n  .about-bg { background: var(--soft); }\n\n  .about-grid { max-width: 680px; }\n\n  \/* ── WHAT YOU'LL LEARN ────────────────────── *\/\n  .learn-bg { background: var(--cream); }\n\n  \/* 3D callout banner *\/\n  .learn-callout {\n    background: linear-gradient(135deg, var(--lavender) 0%, var(--blush) 100%);\n    border: 1.5px solid var(--orchid);\n    border-radius: 20px;\n    padding: 32px 36px;\n    margin: 28px 0 44px;\n    display: flex;\n    gap: 24px;\n    align-items: flex-start;\n  }\n\n  .callout-icon {\n    font-size: 2.4rem;\n    flex-shrink: 0;\n    line-height: 1;\n  }\n\n  .callout-text h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--plum);\n    margin-bottom: 8px;\n  }\n\n  .callout-text p {\n    font-size: .97rem;\n    line-height: 1.75;\n    color: var(--mid);\n  }\n\n  .callout-text p strong { color: var(--plum); font-weight: 700; }\n\n  @media (max-width: 560px) {\n    .learn-callout { flex-direction: column; gap: 14px; padding: 24px 22px; }\n  }\n\n  .learn-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 24px;\n  }\n\n  .learn-card {\n    background: #fff;\n    border: 1.5px solid var(--blush);\n    border-radius: 20px;\n    padding: 32px 28px;\n    transition: transform .25s, box-shadow .25s;\n    box-shadow: 0 4px 20px rgba(218,127,208,.08);\n  }\n  .learn-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(218,127,208,.2); }\n  .learn-card .card-icon { font-size: 2rem; margin-bottom: 14px; display: block; }\n  .learn-card h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: var(--dark); margin-bottom: 8px; }\n  .learn-card p { font-size: .92rem; line-height: 1.7; color: var(--mid); }\n\n  \/* ── WHAT'S INCLUDED ──────────────────────── *\/\n  .included-bg {\n    background: linear-gradient(160deg, var(--soft) 0%, var(--lavender) 60%, var(--blush) 100%);\n  }\n  .included-bg .section-label { color: var(--plum); }\n  .included-bg .section-title { color: var(--dark); }\n  .included-bg .section-title em { color: var(--orchid); }\n  .included-bg .section-body { color: var(--mid); }\n\n  .included-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 20px;\n    margin-top: 40px;\n    list-style: none;\n  }\n\n  .included-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    background: #fff;\n    border: 1.5px solid var(--blush);\n    border-radius: 16px;\n    padding: 22px 20px;\n    font-size: .95rem;\n    font-weight: 600;\n    color: var(--dark);\n    line-height: 1.5;\n    box-shadow: 0 4px 18px rgba(218,127,208,.1);\n    transition: transform .2s, box-shadow .2s;\n    animation: fadeUp .5s ease both;\n  }\n  .included-list li:nth-child(1) { animation-delay: .05s; }\n  .included-list li:nth-child(2) { animation-delay: .12s; }\n  .included-list li:nth-child(3) { animation-delay: .19s; }\n  .included-list li:nth-child(4) { animation-delay: .26s; }\n  .included-list li:nth-child(5) { animation-delay: .33s; }\n  .included-list li:nth-child(6) { animation-delay: .40s; }\n  .included-list li:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 10px 28px rgba(168,79,161,.15);\n  }\n\n  .included-list li .check {\n    flex-shrink: 0;\n    width: 28px; height: 28px;\n    background: linear-gradient(135deg, var(--plum), var(--orchid));\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: .78rem;\n    font-weight: 900;\n    color: #fff;\n    box-shadow: 0 3px 10px rgba(168,79,161,.35);\n  }\n\n  \/* ── DETAILS ─────────────────────────────── *\/\n  .details-bg { background: var(--soft); }\n\n  .details-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 20px;\n    margin-top: 44px;\n  }\n\n  .detail-box {\n    background: #fff;\n    border-radius: 18px;\n    border: 1.5px solid var(--blush);\n    padding: 28px 24px;\n    text-align: center;\n    box-shadow: 0 4px 16px rgba(218,127,208,.08);\n  }\n  .detail-box .d-icon { font-size: 2rem; margin-bottom: 10px; display: block; }\n  .detail-box .d-label {\n    font-size: .72rem;\n    font-weight: 700;\n    letter-spacing: .15em;\n    text-transform: uppercase;\n    color: var(--orchid);\n    margin-bottom: 6px;\n  }\n  .detail-box .d-value { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--dark); }\n  .detail-box .d-sub { font-size: .85rem; color: var(--mid); margin-top: 4px; }\n\n  \/* ── SPOTS BAR ───────────────────────────── *\/\n  .spots-bar {\n    background: var(--plum);\n    padding: 32px 24px;\n    text-align: center;\n  }\n  .spots-bar p { color: var(--blush); font-size: 1rem; font-weight: 600; letter-spacing: .05em; }\n  .spots-bar strong { color: #fff; font-size: 1.15rem; }\n\n  \/* ── FOOTER ───────────────────────────────── *\/\n  footer { background: var(--dark); padding: 36px 24px; text-align: center; }\n  footer .footer-brand { font-family: 'Dancing Script', cursive; font-size: 1.6rem; color: var(--orchid); margin-bottom: 8px; }\n  footer p { font-size: .85rem; color: rgba(255,255,255,.45); }\n\n  .contact-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    justify-content: center;\n    margin-top: 16px;\n  }\n  .contact-chip {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: .88rem;\n    font-weight: 700;\n    color: var(--blush);\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    padding: 8px 18px;\n    border-radius: 100px;\n  }\n\n  \/* ── ANIMATIONS ───────────────────────────── *\/\n  @keyframes fadeDown {\n    from { opacity: 0; transform: translateY(-18px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n\u003c\/style\u003e\n\u003cdiv class=\"mmw-wrapper\"\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003csection class=\"hero\"\u003e\u003cspan class=\"hero-badge\"\u003e🧶 Limited Seats Available\u003c\/span\u003e\n\u003cp class=\"hero-brand\"\u003eCraftique Studio Presents\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003eMandala \u003cem\u003eMagic\u003c\/em\u003e\u003cbr\u003eWorkshop\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eCrochet Your Colors Into Life\u003c\/p\u003e\n\u003cdiv class=\"hero-meta\"\u003e\n\u003cdiv class=\"meta-pill\"\u003e\n\u003cspan class=\"icon\"\u003e📅\u003c\/span\u003e June 6, 2025\u003c\/div\u003e\n\u003cdiv class=\"meta-pill\"\u003e\n\u003cspan class=\"icon\"\u003e🕐\u003c\/span\u003e 11:00 AM – 2:30 PM\u003c\/div\u003e\n\u003cdiv class=\"meta-pill\"\u003e\n\u003cspan class=\"icon\"\u003e🎨\u003c\/span\u003e Intermediate Level\u003c\/div\u003e\n\u003cdiv class=\"meta-pill\"\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e Materials Included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- wave --\u003e\n\u003cdiv class=\"wave-divider\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveaspectratio=\"none\" viewbox=\"0 0 1440 60\"\u003e\n    \u003cpath fill=\"#FDF6FB\" d=\"M0,30 C360,60 1080,0 1440,30 L1440,0 L0,0 Z\"\u003e\u003c\/path\u003e\n    \u003cpath fill=\"#F8EEF8\" d=\"M0,30 C360,60 1080,0 1440,30 L1440,60 L0,60 Z\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\u003c\/div\u003e\n\u003c!-- ── ABOUT ── --\u003e\n\u003csection class=\"about-bg\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cdiv class=\"about-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"section-label\"\u003eAbout the Workshop\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eWhere Yarn Becomes \u003cem\u003eArt\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eJoin us for a hands-on 3.5-hour workshop where you'll crochet a stunning, colorful mandala square from start to finish. Working in a relaxed, creative environment, you'll be guided through every round — from the first magic ring all the way to the beautiful finished border.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp class=\"section-body\"\u003ePerfect for crafters who know the basics and are ready to level up. You'll leave with a completed piece you're proud of — and a whole new set of skills in your toolkit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── WHAT YOU'LL LEARN ── --\u003e\n\u003csection class=\"learn-bg\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"section-label\"\u003eSkills \u0026amp; Techniques\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eWhat You'll \u003cem\u003eLearn\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- 3D highlight callout --\u003e\n\u003cdiv class=\"learn-callout\"\u003e\n\u003cdiv class=\"callout-icon\"\u003e🪡\u003c\/div\u003e\n\u003cdiv class=\"callout-text\"\u003e\n\u003ch3\u003eCrochet in a Whole New Dimension\u003c\/h3\u003e\n\u003cp\u003eThis isn't just another mandala — it's a lesson in \u003cstrong\u003ethinking beyond the current row.\u003c\/strong\u003e You'll learn to reach back into previous rounds, placing stitches into spaces you've already passed, to pop up popcorns and clusters that literally rise off the surface. Working \u003cstrong\u003eback post stitches, stitches worked \"in front of\" earlier rounds,\u003c\/strong\u003e and layered color changes all combine to create a mandala with genuine \u003cstrong\u003ethree-dimensional depth\u003c\/strong\u003e — texture you can feel, not just see. It changes the way you think about crochet construction forever.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"learn-grid\"\u003e\n\u003cdiv class=\"learn-card\"\u003e\n\u003cspan class=\"card-icon\"\u003e🔮\u003c\/span\u003e\n\u003ch3\u003eMagic Ring Start\u003c\/h3\u003e\n\u003cp\u003eMaster the adjustable magic ring — the foundation of every beautiful circular crochet project.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"learn-card\"\u003e\n\u003cspan class=\"card-icon\"\u003e🌸\u003c\/span\u003e\n\u003ch3\u003ePopcorn \u0026amp; Puff Stitches\u003c\/h3\u003e\n\u003cp\u003eCreate gorgeous 3D texture and dimension with popcorn (PC) and special puff stitches — raised details that truly stand out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"learn-card\"\u003e\n\u003cspan class=\"card-icon\"\u003e⬇️\u003c\/span\u003e\n\u003ch3\u003eStitching Into Rows Below\u003c\/h3\u003e\n\u003cp\u003ePlace stitches into spaces from previous rounds, working in front of the current layer to build up stunning raised designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"learn-card\"\u003e\n\u003cspan class=\"card-icon\"\u003e🔄\u003c\/span\u003e\n\u003ch3\u003eBack Post Stitches\u003c\/h3\u003e\n\u003cp\u003eAdd beautiful raised texture by working back post single crochets — a technique that creates a woven, layered look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"learn-card\"\u003e\n\u003cspan class=\"card-icon\"\u003e🧵\u003c\/span\u003e\n\u003ch3\u003eColor Changes\u003c\/h3\u003e\n\u003cp\u003eWork confidently with multiple yarn colors, using standing stitches to start each new round fresh and clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"learn-card\"\u003e\n\u003cspan class=\"card-icon\"\u003e📐\u003c\/span\u003e\n\u003ch3\u003eShaping a Square\u003c\/h3\u003e\n\u003cp\u003eTransition from circular mandala rounds into a crisp, beautiful bordered square — ready to display, frame, or use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── WHAT'S INCLUDED ── --\u003e\n\u003csection class=\"included-bg\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"section-label\"\u003eEverything Provided\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eWhat's \u003cem\u003eIncluded\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eShow up ready to create — we've got everything else covered.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"included-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003eYarn in multiple colors to choose from \u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Crochet hook \u0026amp; notions\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Printed step-by-step pattern guide\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Expert instructor guidance throughout\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Take home your finished mandala square\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Inspiring, creative studio environment\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── DETAILS ── --\u003e\n\u003csection id=\"details\" class=\"details-bg\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"section-label\"\u003eWorkshop Details\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eThe \u003cem\u003eDetails\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-grid\"\u003e\n\u003cdiv class=\"detail-box\"\u003e\n\u003cspan class=\"d-icon\"\u003e📅\u003c\/span\u003e\n\u003cdiv class=\"d-label\"\u003eDate\u003c\/div\u003e\n\u003cdiv class=\"d-value\"\u003eJune 6, 2025\u003c\/div\u003e\n\u003cdiv class=\"d-sub\"\u003eFriday\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-box\"\u003e\n\u003cspan class=\"d-icon\"\u003e🕐\u003c\/span\u003e\n\u003cdiv class=\"d-label\"\u003eTime\u003c\/div\u003e\n\u003cdiv class=\"d-value\"\u003e11:00 AM\u003c\/div\u003e\n\u003cdiv class=\"d-sub\"\u003eUntil 2:30 PM · 3.5 hrs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-box\"\u003e\n\u003cspan class=\"d-icon\"\u003e🎨\u003c\/span\u003e\n\u003cdiv class=\"d-label\"\u003eLevel\u003c\/div\u003e\n\u003cdiv class=\"d-value\"\u003eIntermediate\u003c\/div\u003e\n\u003cdiv class=\"d-sub\"\u003eBasic crochet knowledge required\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-box\"\u003e\n\u003cspan class=\"d-icon\"\u003e📦\u003c\/span\u003e\n\u003cdiv class=\"d-label\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"d-value\"\u003eIncluded\u003c\/div\u003e\n\u003cdiv class=\"d-sub\"\u003eYarn, hooks \u0026amp; all supplies\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-box\"\u003e\n\u003cspan class=\"d-icon\"\u003e👥\u003c\/span\u003e\n\u003cdiv class=\"d-label\"\u003eSeats\u003c\/div\u003e\n\u003cdiv class=\"d-value\"\u003eLimited\u003c\/div\u003e\n\u003cdiv class=\"d-sub\"\u003eRegister early to secure yours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-box\"\u003e\n\u003cspan class=\"d-icon\"\u003e📍\u003c\/span\u003e\n\u003cdiv class=\"d-label\"\u003eHosted By\u003c\/div\u003e\n\u003cdiv class=\"d-value\"\u003eCraftique Studio\u003c\/div\u003e\n\u003cdiv class=\"d-sub\"\u003eCraftiqueStudio.Shop\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── SPOTS ALERT ── --\u003e\n\u003cdiv class=\"spots-bar\"\u003e\n\u003cp\u003e🌸 \u003cstrong\u003eSpots Are Limited\u003c\/strong\u003e — Reserve your seat before it's gone!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── FOOTER ── --\u003e\u003cfooter\u003e\n\u003cdiv class=\"footer-brand\"\u003eCraftique Studio\u003c\/div\u003e\n\u003cp\u003eYarns, Crafts and Inspiration\u003c\/p\u003e\n\u003cdiv class=\"contact-row\"\u003e\n\u003cdiv class=\"contact-chip\"\u003e🌐 CraftiqueStudio.Shop\u003c\/div\u003e\n\u003cdiv class=\"contact-chip\"\u003e📞 (281) 758-5178\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c!-- \/.mmw-wrapper --\u003e","brand":"Craftique Studio","offers":[{"title":"Default Title","offer_id":47655634174182,"sku":null,"price":80.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/3981\/7190\/files\/Copyofyogaclass_14x14in_45.png?v=1778639155","url":"https:\/\/craftiquestudio.shop\/products\/mandala-magic-workshop-crochet-your-colors-into-life-3-5hrs","provider":"Craftique Studio Shop","version":"1.0","type":"link"}