{"product_id":"tigger","title":"Tigger Crochet Pattern Stacking Toy","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800\u0026family=Concert+One\u0026display=swap');\n\n\/* ─────────────────────────────────────────\n   ROOT — ICANCROCHET PINK PALETTE\n───────────────────────────────────────── *\/\n:root {\n  --gp-pink:        #e91e63;\n  --gp-pink-dark:   #d81557;\n  --gp-pink-light:  #f06292;\n  --gp-pink-bg:     #fff7fa;\n  --gp-pink-bg2:    #fff0f5;\n  --gp-bg:          transparent; \n  --gp-white:       #ffffff;\n  --gp-border:      #f8c8d8;\n  --gp-border-med:  #f3c9d6;\n  --gp-text:        #333333;\n  --gp-text-mid:    #555555;\n  --gp-text-muted:  #888888;\n  --gp-shadow:      0 4px 20px rgba(233, 30, 99, 0.08);\n  --gp-shadow-h:    0 8px 32px rgba(233, 30, 99, 0.16);\n  --gp-serif:       'Concert One', cursive;\n  --gp-sans:        'Nunito', sans-serif;\n}\n\n\/* ─────────────────────────────────────────\n   BASE\n───────────────────────────────────────── *\/\n.gp-landing {\n  font-family: var(--gp-sans);\n  color: var(--gp-text);\n  line-height: 1.6;\n  background: var(--gp-bg);\n  -webkit-font-smoothing: antialiased;\n}\n.gp-landing *, .gp-landing *::before, .gp-landing *::after {\n  box-sizing: border-box;\n}\n.gp-landing img { max-width: 100%; display: block; }\n.gp-landing a   { color: inherit; text-decoration: none; }\n\n\/* ─────────────────────────────────────────\n   LAYOUT WRAPPERS \n───────────────────────────────────────── *\/\n.gp-wrap    { max-width: 1000px; margin: 0 auto; padding: 0 24px; }\n.gp-wrap-sm { max-width: 840px; margin: 0 auto; padding: 0 24px; }\n.gp-section { padding: 24px 0; }\n.gp-divider { border: none; border-top: 1px solid var(--gp-border); margin: 0; }\n\n\/* ─────────────────────────────────────────\n   TYPOGRAPHY UTILITIES\n───────────────────────────────────────── *\/\n.gp-tag {\n  display: inline-block;\n  font-size: 10.5px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--gp-pink);\n  margin-bottom: 8px;\n}\n.gp-h2 {\n  font-family: var(--gp-serif);\n  font-size: clamp(26px, 4vw, 38px);\n  color: var(--gp-text);\n  line-height: 1.2;\n  margin: 0 0 10px;\n}\n.gp-h2 em { font-style: italic; color: var(--gp-pink); }\n.gp-center { text-align: center; }\n.gp-sub {\n  font-size: 15px;\n  color: var(--gp-text-mid);\n  line-height: 1.8;\n  max-width: 560px;\n  margin: 0 auto;\n}\n.gp-pink-btn {\n  display: inline-block;\n  background: var(--gp-pink);\n  color: #fff;\n  font-family: var(--gp-sans);\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  padding: 14px 32px;\n  border-radius: 6px;\n  border: none;\n  cursor: pointer;\n  transition: background .2s, transform .15s;\n  text-decoration: none;\n}\n.gp-pink-btn:hover { background: var(--gp-pink-dark); transform: translateY(-1px); }\n\n\/* ─────────────────────────────────────────\n   1 — GUARANTEE CARD (TOP)\n───────────────────────────────────────── *\/\n.gp-guarantee-card {\n  background: var(--gp-pink-bg);\n  border: 1px solid var(--gp-border-med);\n  border-radius: 24px;\n  padding: 20px 24px;\n  text-align: center;\n  box-shadow: var(--gp-shadow);\n  max-width: 500px;\n  margin: 24px auto 24px;\n  transition: transform .3s, box-shadow .3s;\n}\n.gp-guarantee-card:hover {\n  transform: translateY(-3px);\n  box-shadow: var(--gp-shadow-h);\n}\n.gp-guarantee-header {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 8px;\n}\n.gp-avatar {\n  width: 42px; height: 42px;\n  border-radius: 50%;\n  object-fit: cover;\n  border: 2px solid var(--gp-white);\n  box-shadow: 0 2px 10px rgba(0,0,0,0.12);\n}\n.gp-guarantee-title {\n  font-size: 15px;\n  font-weight: 700;\n  color: var(--gp-pink);\n  margin: 0;\n  line-height: 1.3;\n}\n\n\/* ─────────────────────────────────────────\n   2 — WHY TRUST GRACE (4 CARDS)\n───────────────────────────────────────── *\/\n.gp-why {\n  background: transparent;\n  padding: 24px 0;\n}\n.gp-wt-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  margin-top: 20px;\n}\n.gp-wt-card {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  gap: 10px;\n  padding: 20px 12px;\n  background: var(--gp-white);\n  border-radius: 12px;\n  border: 1px solid var(--gp-border);\n  box-shadow: 0 2px 8px rgba(233, 30, 99, 0.04);\n  transition: border-color .25s, box-shadow .25s, transform .25s;\n}\n.gp-wt-card:hover {\n  border-color: var(--gp-pink);\n  box-shadow: var(--gp-shadow-h);\n  transform: translateY(-3px);\n}\n.gp-wt-icon {\n  width: 50px; height: 50px;\n  border-radius: 50%;\n  background: var(--gp-pink-bg2);\n  border: 1.5px solid var(--gp-border-med);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 20px;\n}\n.gp-wt-card h4 {\n  font-size: 13.5px;\n  font-weight: 700;\n  color: var(--gp-text);\n  line-height: 1.35;\n  margin: 0;\n}\n.gp-wt-card p {\n  font-size: 12px;\n  color: var(--gp-text-muted);\n  line-height: 1.5;\n  margin: 0;\n}\n\n\/* ─────────────────────────────────────────\n   3 — STATS BAR (DARK PINK)\n───────────────────────────────────────── *\/\n.gp-stats-bar { background: var(--gp-pink-dark); padding: 24px 0; }\n.gp-stats-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 0;\n}\n.gp-stat-item {\n  text-align: center;\n  padding: 0 20px;\n  border-right: 1px solid rgba(255,255,255,0.18);\n}\n.gp-stat-item:last-child { border-right: none; }\n.gp-stat-num {\n  font-family: var(--gp-serif);\n  font-size: clamp(36px, 4vw, 48px);\n  color: #fff;\n  line-height: 1;\n}\n.gp-stat-unit { font-size: 20px; color: rgba(255,255,255,0.72); }\n.gp-stat-label {\n  font-size: 12.5px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.72);\n  margin-top: 6px;\n}\n.gp-stat-sub { font-size: 11px; color: rgba(255,255,255,0.44); margin-top: 2px; }\n\n\/* ─────────────────────────────────────────\n   6 — BENEFIT CARDS (3-COL)\n───────────────────────────────────────── *\/\n.gp-benefit-section {\n  background: transparent;\n  padding: 24px 0;\n}\n.gp-benefit-cols {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-top: 20px;\n}\n.gp-benefit-card {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  gap: 10px;\n  padding: 24px 16px;\n  background: var(--gp-pink-bg);\n  border-radius: 12px;\n  border: 1px solid var(--gp-border);\n  transition: box-shadow .25s, transform .25s;\n}\n.gp-benefit-card:hover {\n  box-shadow: var(--gp-shadow-h);\n  transform: translateY(-4px);\n}\n.gp-benefit-icon {\n  width: 56px; height: 56px;\n  border-radius: 50%;\n  background: var(--gp-white);\n  border: 1.5px solid var(--gp-border-med);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 24px;\n  box-shadow: var(--gp-shadow);\n}\n.gp-benefit-card h4 {\n  font-size: 14.5px;\n  font-weight: 700;\n  color: var(--gp-text);\n  line-height: 1.3;\n  margin: 0;\n}\n.gp-benefit-card p {\n  font-size: 12.5px;\n  color: var(--gp-text-mid);\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ─────────────────────────────────────────\n   7 — CREATOR NOTE \u0026 INLINE PREVIEW IMAGE\n───────────────────────────────────────── *\/\n.gp-creator-section {\n  background: transparent;\n  padding: 24px 0;\n}\n.gp-creator-box {\n  background: var(--gp-white);\n  border: 1px solid var(--gp-border-med);\n  border-radius: 14px;\n  padding: 30px 32px;\n  display: flex;\n  gap: 24px;\n  align-items: flex-start;\n  box-shadow: var(--gp-shadow);\n}\n.gp-creator-avatar {\n  width: 80px; height: 80px;\n  border-radius: 50%;\n  object-fit: cover;\n  border: 3px solid var(--gp-pink);\n  flex-shrink: 0;\n  box-shadow: 0 4px 14px rgba(233, 30, 99, 0.22);\n}\n.gp-creator-content { flex: 1; }\n.gp-creator-content h3 {\n  font-family: var(--gp-serif);\n  font-size: clamp(18px, 3vw, 24px);\n  font-weight: 600;\n  color: var(--gp-text);\n  margin: 4px 0 10px;\n  line-height: 1.25;\n}\n.gp-creator-content h3 em { font-style: italic; color: var(--gp-pink); }\n.gp-creator-content p {\n  font-size: 14px;\n  color: var(--gp-text-mid);\n  line-height: 1.7;\n  margin: 0 0 10px;\n}\n.gp-creator-content p:last-of-type {\n  margin: 0;\n  font-style: italic;\n  color: var(--gp-text-muted);\n  font-size: 13px;\n}\n\n\/* ─────────────────────────────────────────\n   10 — GUARANTEE SECTION (FULL)\n───────────────────────────────────────── *\/\n.gp-guarantee-section {\n  background: transparent;\n  padding: 24px 0;\n}\n.gp-guarantee-box {\n  max-width: 780px;\n  margin: 20px auto 0;\n  display: flex;\n  gap: 32px;\n  align-items: center;\n  background: var(--gp-white);\n  border: 1px solid var(--gp-border-med);\n  border-radius: 14px;\n  padding: 36px 32px;\n  box-shadow: var(--gp-shadow);\n}\n.gp-guarantee-seal {\n  width: 110px; height: 110px;\n  flex-shrink: 0;\n  border-radius: 50%;\n  background: var(--gp-pink-bg2);\n  border: 2px solid var(--gp-border-med);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  gap: 2px;\n}\n.gp-seal-top {\n  font-size: 8px;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: var(--gp-pink);\n  margin-bottom: 2px;\n}\n.gp-seal-num {\n  font-family: var(--gp-serif);\n  font-size: 40px;\n  font-weight: 700;\n  color: var(--gp-pink);\n  line-height: 1;\n}\n.gp-seal-bot {\n  font-size: 8px;\n  font-weight: 600;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--gp-text-muted);\n}\n.gp-guarantee-content h2 {\n  font-family: var(--gp-serif);\n  font-size: clamp(18px, 3vw, 24px);\n  font-weight: 600;\n  margin: 0 0 10px;\n  line-height: 1.25;\n  color: var(--gp-text);\n}\n.gp-guarantee-content h2 em { font-style: italic; color: var(--gp-pink); }\n.gp-guarantee-content p {\n  font-size: 14px;\n  color: var(--gp-text-mid);\n  line-height: 1.7;\n  margin: 0 0 10px;\n}\n.gp-guarantee-content p:last-child { margin: 0; }\n.gp-guarantee-content strong { color: var(--gp-text); }\n.gp-guarantee-content a { color: var(--gp-pink); font-weight: 700; }\n.gp-guarantee-content a:hover { text-decoration: underline; }\n\n\/* ─────────────────────────────────────────\n   RESPONSIVE\n───────────────────────────────────────── *\/\n@media (max-width: 760px) {\n  .gp-wt-grid       { grid-template-columns: repeat(2, 1fr); }\n  .gp-benefit-cols  { grid-template-columns: 1fr; }\n  .gp-creator-box   { flex-direction: column; align-items: center; text-align: center; padding: 24px 20px; gap: 16px; }\n  .gp-guarantee-box { flex-direction: column; align-items: center; text-align: center; padding: 28px 20px; gap: 20px; }\n  .gp-stats-grid    { grid-template-columns: 1fr; gap: 24px; }\n  .gp-stat-item     { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 20px; }\n  .gp-stat-item:last-child { border-bottom: none; }\n  .gp-wrap, .gp-wrap-sm { padding: 0 16px; }\n  .gp-section, .gp-why, .gp-stats-bar, .gp-benefit-section, .gp-creator-section, .gp-guarantee-section { padding: 16px 0; }\n}\n@media (max-width: 480px) {\n  .gp-wt-grid     { grid-template-columns: 1fr 1fr; gap: 12px; }\n  .gp-guarantee-card { margin: 20px auto 20px; }\n  .gp-benefit-card { padding: 20px 16px; }\n  .gp-creator-box  { padding: 20px 16px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"gp-landing\"\u003e\n\u003cdiv class=\"gp-wrap\"\u003e\n\u003c!-- GUARANTEE CARD --\u003e\n\u003cdiv class=\"gp-guarantee-card\"\u003e\n\u003cdiv class=\"gp-guarantee-header\"\u003e\n\u003cimg loading=\"eager\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/7266\/9218\/files\/Icancrochet_grace_480x480.png?v=1696938414\" alt=\"Grace\" class=\"gp-avatar\"\u003e \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#e91e63\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n          \u003cpolyline points=\"22 4 12 14 9 11\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cp class=\"gp-guarantee-title\"\u003eGrace's 30-Day Happiness \u0026amp; Money-Back Guarantee\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- MAIN PRODUCT INTRO \u0026 SPECS --\u003e\n\u003cdiv style=\"padding-top: 0;\" class=\"gp-section\"\u003e\n\u003cdiv style=\"background-color: #fff3cd; padding: 15px; border-left: 5px solid #ffc107; margin-bottom: 24px; border-radius: 8px;\"\u003e\n\u003cp style=\"margin: 0; font-size: 14px; color: #333;\"\u003e\u003cstrong\u003e⚠️ PLEASE NOTE:\u003c\/strong\u003e This is an \u003cstrong\u003eINSTANT DOWNLOAD DIGITAL PDF PATTERN ONLY\u003c\/strong\u003e. No physical finished toy will be shipped to you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-center\"\u003e\n\u003ch2 class=\"gp-h2\"\u003eTigger Winnie the Pooh \u003cem\u003eCrochet Stacking Toy\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT SPECS IN A CLEAN GRID --\u003e\n\u003cdiv style=\"align-items: stretch;\" class=\"gp-benefit-cols\"\u003e\n\u003cdiv style=\"align-items: flex-start; text-align: left; background: var(--gp-white);\" class=\"gp-benefit-card\"\u003e\n\u003ch4 style=\"font-size: 16px; color: var(--gp-pink); border-bottom: 2px solid var(--gp-pink-bg2); padding-bottom: 8px; width: 100%; margin-bottom: 10px;\"\u003e🧶 Pattern Details\u003c\/h4\u003e\n\u003cul style=\"padding-left: 20px; margin: 0; font-size: 13.5px; color: var(--gp-text-mid); line-height: 1.6;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFormat:\u003c\/strong\u003e Instant Download PDF (English)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSkill Level:\u003c\/strong\u003e Beginner \u0026amp; above\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFinished Height:\u003c\/strong\u003e 9.6 inches (24.38 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFinished Width:\u003c\/strong\u003e 7.6 inches (19.30 cm)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"align-items: flex-start; text-align: left; background: var(--gp-white);\" class=\"gp-benefit-card\"\u003e\n\u003ch4 style=\"font-size: 16px; color: var(--gp-pink); border-bottom: 2px solid var(--gp-pink-bg2); padding-bottom: 8px; width: 100%; margin-bottom: 10px;\"\u003e🧵 Materials Needed\u003c\/h4\u003e\n\u003cul style=\"padding-left: 20px; margin: 0; font-size: 13.5px; color: var(--gp-text-mid); line-height: 1.6;\"\u003e\n\u003cli\u003e4-Ply Cotton Yarn (Orange, Cream, Black, Light Pink, Red)\u003c\/li\u003e\n\u003cli\u003eSafety Eyes (11 mm) — 2 pcs\u003c\/li\u003e\n\u003cli\u003e2.5 mm Metal Hook \u0026amp; Fabric Glue\u003c\/li\u003e\n\u003cli\u003eStitch Markers \u0026amp; Bubble Pins\u003c\/li\u003e\n\u003cli\u003eStuffing \u0026amp; Tapestry Needle\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"align-items: flex-start; text-align: left; background: var(--gp-white);\" class=\"gp-benefit-card\"\u003e\n\u003ch4 style=\"font-size: 16px; color: var(--gp-pink); border-bottom: 2px solid var(--gp-pink-bg2); padding-bottom: 8px; width: 100%; margin-bottom: 10px;\"\u003e📄 What's Included\u003c\/h4\u003e\n\u003cul style=\"padding-left: 20px; margin: 0; font-size: 13.5px; color: var(--gp-text-mid); line-height: 1.6;\"\u003e\n\u003cli\u003e1 PDF pattern guide in English\u003c\/li\u003e\n\u003cli\u003eStep-by-step instructions\u003c\/li\u003e\n\u003cli\u003ePlenty of helpful, clear images\u003c\/li\u003e\n\u003cli\u003eStitch-by-stitch guidance to crochet your own Tigger\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY TRUST GRACE --\u003e\n\u003csection class=\"gp-why\"\u003e\n\u003cdiv class=\"gp-wrap\"\u003e\n\u003cdiv class=\"gp-center\"\u003e\n\u003cdiv class=\"gp-tag\"\u003eTrusted by 1,900+ Happy Crocheters\u003c\/div\u003e\n\u003ch2 class=\"gp-h2\"\u003eWhy Crocheters \u003cem\u003eLove This Pattern\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-wt-grid\"\u003e\n\u003cdiv class=\"gp-wt-card\"\u003e\n\u003cdiv class=\"gp-wt-icon\"\u003e✅\u003c\/div\u003e\n\u003ch4\u003eBeginner-Friendly Instructions\u003c\/h4\u003e\n\u003cp\u003eWritten in clear US crochet terms with every stitch explained — even if it's your first stacking toy\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-wt-card\"\u003e\n\u003cdiv class=\"gp-wt-icon\"\u003e📄\u003c\/div\u003e\n\u003ch4\u003eFully Illustrated Premium PDF\u003c\/h4\u003e\n\u003cp\u003eStep-by-step full-color photos throughout so you always know exactly what to do next\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-wt-card\"\u003e\n\u003cdiv class=\"gp-wt-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003ch4\u003eStandard US Crochet Terms\u003c\/h4\u003e\n\u003cp\u003eFollows standard US terminology — consistent, familiar, and easy to follow worldwide\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-wt-card\"\u003e\n\u003cdiv class=\"gp-wt-icon\"\u003e💬\u003c\/div\u003e\n\u003ch4\u003ePersonal Support by Grace\u003c\/h4\u003e\n\u003cp\u003eI reply personally to every crochet question at \u003cstrong\u003esupport@icancrochet.com\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- STATS BAR --\u003e\n\u003csection class=\"gp-stats-bar\"\u003e\n\u003cdiv class=\"gp-wrap\"\u003e\n\u003cdiv class=\"gp-stats-grid\"\u003e\n\u003cdiv class=\"gp-stat-item\"\u003e\n\u003cdiv class=\"gp-stat-num\"\u003e1,900\u003cspan class=\"gp-stat-unit\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-stat-label\"\u003eHappy Crocheters\u003c\/div\u003e\n\u003cdiv class=\"gp-stat-sub\"\u003ewho purchased \u0026amp; loved my patterns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-stat-item\"\u003e\n\u003cdiv class=\"gp-stat-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"gp-stat-label\"\u003eAdorable Tigger Pattern\u003c\/div\u003e\n\u003cdiv class=\"gp-stat-sub\"\u003edesigned for sensory play \u0026amp; learning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-stat-item\"\u003e\n\u003cdiv class=\"gp-stat-num\"\u003e5\u003cspan class=\"gp-stat-unit\"\u003e★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-stat-label\"\u003eStar Rated Etsy Shop\u003c\/div\u003e\n\u003cdiv class=\"gp-stat-sub\"\u003econsistently top-rated by verified buyers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS \/ USE CASES --\u003e\n\u003csection class=\"gp-benefit-section\"\u003e\n\u003cdiv class=\"gp-wrap\"\u003e\n\u003cdiv class=\"gp-benefit-cols\"\u003e\n\u003cdiv class=\"gp-benefit-card\"\u003e\n\u003cdiv class=\"gp-benefit-icon\"\u003e📥\u003c\/div\u003e\n\u003ch4\u003eInstant Digital Download\u003c\/h4\u003e\n\u003cp\u003eNo shipping. No waiting. Download your Tigger PDF immediately after purchase and start crocheting right away.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-benefit-card\"\u003e\n\u003cdiv class=\"gp-benefit-icon\"\u003e🏷️\u003c\/div\u003e\n\u003ch4\u003eSelling The Finished Toy is Allowed\u003c\/h4\u003e\n\u003cp\u003eYou can Sell the finished Tigger toys you make! Just credit me Grace at icancrochet.com as the designer, Thank You.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CREATOR NOTE --\u003e\u003c!-- GUARANTEE --\u003e\n\u003csection class=\"gp-guarantee-section\"\u003e\n\u003cdiv class=\"gp-wrap\"\u003e\n\u003cdiv class=\"gp-center\"\u003e\n\u003cdiv class=\"gp-tag\"\u003eMy Promise to You\u003c\/div\u003e\n\u003ch2 class=\"gp-h2\"\u003eTry It Risk-Free. \u003cem\u003e30 Days. No Questions.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-guarantee-box\"\u003e\n\u003cdiv class=\"gp-guarantee-seal\"\u003e\n\u003cdiv class=\"gp-seal-top\"\u003eMoney Back\u003c\/div\u003e\n\u003cdiv class=\"gp-seal-num\"\u003e30\u003c\/div\u003e\n\u003cdiv class=\"gp-seal-bot\"\u003eDay Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-guarantee-content\"\u003e\n\u003ch2\u003eI'm Confident You'll Love It. \u003cem\u003eOr You Pay Nothing.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eChoosing a new pattern should feel exciting, not risky. That's why every purchase comes with my personal 30-day happiness guarantee.\u003c\/p\u003e\n\u003cp\u003eBuy the Tigger pattern, try it, and if you find it too difficult to follow or you're not completely happy for any reason — email me at \u003ca href=\"mailto:support@icancrochet.com\"\u003esupport@icancrochet.com\u003c\/a\u003e within 30 days. \u003cstrong\u003eI will reply personally within 24 hours and issue a full refund, no hoops, no fuss.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe only risk is falling in love with crocheting this character. 💕\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"ICANCROCHET","offers":[{"title":"Default Title","offer_id":55574576431480,"sku":null,"price":8.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0713\/7266\/9218\/files\/tigger-crochet-pattern-stacking-toy-7731713.jpg?v=1780555289","url":"https:\/\/icancrochet.com\/products\/tigger","provider":"ICANCROCHET","version":"1.0","type":"link"}