{"product_id":"tora-the-tiger","title":"Adorable Chubby Tiger Crochet Amigurumi","description":"\u003cstyle\u003e\n    \/* 引入高级字体组合：强力的无衬线与优雅的衬线 *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@700\u0026family=Lora:italic,wght@400;700\u0026display=swap');\n\n    .tiger-vanguard-layout {\n      font-family: 'Inter', -apple-system, sans-serif;\n      color: #2D1B0D;\n      line-height: 1.6;\n      max-width: 850px;\n      margin: 0 auto;\n      background: #fff;\n    }\n\n    \/* 1. 垂直侧标英雄区 (Vertical Side-Header) *\/\n    .tiger-hero-split {\n      display: flex;\n      margin-top: 40px;\n      margin-bottom: 60px;\n      gap: 30px;\n    }\n    .hero-side-title {\n      writing-mode: vertical-rl;\n      transform: rotate(180deg);\n      font-family: 'Oswald', sans-serif;\n      font-size: 5rem;\n      line-height: 1;\n      color: #EA580C;\n      text-transform: uppercase;\n      opacity: 0.15;\n      display: flex;\n      justify-content: space-between;\n      border-left: 2px solid #EA580C;\n      padding-left: 10px;\n    }\n    .hero-main-content {\n      flex: 1;\n      padding-top: 20px;\n    }\n    .hero-main-content h3 {\n      font-family: 'Lora', serif;\n      font-size: 2.4rem;\n      margin: 0 0 15px 0;\n      color: #431407;\n    }\n    .hero-main-content p {\n      font-size: 1.1rem;\n      color: #713F12;\n      border-bottom: 1px solid #FEF3C7;\n      padding-bottom: 30px;\n    }\n\n    \/* 2. 悬浮双立柱选项 (Elevated Pillars) *\/\n    .tiger-choice-pillars {\n      display: flex;\n      gap: 20px;\n      margin-bottom: 60px;\n    }\n    .pillar {\n      flex: 1;\n      padding: 40px 30px;\n      border-radius: 4px; \/* 硬朗的小圆角 *\/\n      position: relative;\n      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n      border: 1px solid #E5E7EB;\n    }\n    .pillar:hover {\n      transform: scale(1.02);\n      box-shadow: 20px 20px 0px #FDBA74;\n      border-color: #EA580C;\n    }\n    .pillar-diy { background-color: #FFF7ED; }\n    .pillar-finished { background-color: #ffffff; }\n    \n    .pillar h4 {\n      font-family: 'Oswald', sans-serif;\n      font-size: 1.2rem;\n      letter-spacing: 2px;\n      margin: 0 0 10px 0;\n      color: #EA580C;\n    }\n    .pillar p {\n      font-size: 0.95rem;\n      margin: 0;\n      color: #451A03;\n    }\n\n    \/* 3. 斜切转场区 (Diagonal Skill Section) *\/\n    .diagonal-skill {\n      background: #7C2D12;\n      color: #ffffff;\n      padding: 60px 40px;\n      clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);\n      margin-bottom: 60px;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n    }\n    .diagonal-skill span {\n      font-size: 3rem;\n      margin-bottom: 20px;\n    }\n    .diagonal-skill h4 {\n      font-family: 'Lora', serif;\n      font-size: 1.8rem;\n      margin: 0 0 15px 0;\n      color: #FDBA74;\n    }\n    .diagonal-skill p {\n      max-width: 600px;\n      font-size: 1.05rem;\n      opacity: 0.9;\n    }\n\n    \/* 4. 浮雕特征磁贴 (Embossed Feature Tiles) *\/\n    .tile-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 30px;\n      margin-bottom: 70px;\n    }\n    @media (max-width: 600px) {\n      .tile-grid { grid-template-columns: 1fr; }\n    }\n    .feature-tile {\n      background: #ffffff;\n      padding: 30px;\n      border-bottom: 4px solid #EA580C;\n      box-shadow: 0 10px 30px -10px rgba(0,0,0,0.05);\n    }\n    .feature-tile i {\n      font-size: 2.2rem;\n      display: block;\n      margin-bottom: 15px;\n    }\n    .feature-tile h5 {\n      font-family: 'Oswald', sans-serif;\n      font-size: 1.1rem;\n      margin: 0 0 10px 0;\n      text-transform: uppercase;\n    }\n    .feature-tile p {\n      font-size: 0.95rem;\n      color: #6B7280;\n      margin: 0;\n    }\n\n    \/* 5. 曜石底座清单 (Obsidian Base) *\/\n    .obsidian-list {\n      background: #111;\n      border-radius: 20px;\n      padding: 50px 40px;\n      color: #fff;\n    }\n    .obsidian-list h3 {\n      font-family: 'Lora', serif;\n      font-size: 1.6rem;\n      margin: 0 0 30px 0;\n      color: #FB923C;\n      text-align: center;\n    }\n    .item-row {\n      display: flex;\n      justify-content: space-between;\n      padding: 15px 0;\n      border-bottom: 1px solid #262626;\n    }\n    .item-row:last-child { border: none; }\n    .item-name { display: flex; align-items: center; gap: 10px; }\n    .item-name::before {\n      content: '';\n      width: 8px;\n      height: 8px;\n      background: #EA580C;\n      border-radius: 50%;\n    }\n    .item-qty { color: #525252; font-family: 'Oswald', sans-serif; font-size: 0.9rem; }\n\n    \/* 底部包装备注 *\/\n    .obsidian-footer {\n      margin-top: 30px;\n      text-align: center;\n      font-size: 0.9rem;\n      color: #737373;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tiger-vanguard-layout\"\u003e\n\u003c!-- 1. 英雄展示区 --\u003e\n\u003cdiv class=\"tiger-hero-split\"\u003e\n\u003cdiv class=\"hero-side-title\"\u003eTora the Tiger\u003c\/div\u003e\n\u003cdiv class=\"hero-main-content\"\u003e\n\u003ch3\u003eThe Roar of Creativity\u003c\/h3\u003e\n\u003cp\u003eUnleash your inner beast. \u003cstrong\u003eTora the Tiger\u003c\/strong\u003e isn't just a craft; he's a symbol of courage and focus. With bold tangerine fur and hand-stitched chocolate stripes, he’s ready to guard your workspace.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/9814\/2630\/files\/5-23_49e07351-e0a5-417a-8180-416946128204.jpg?v=1774601578\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 路径选项 (DIY vs 成品) --\u003e\n\u003cdiv class=\"tiger-choice-pillars\"\u003e\n\u003cdiv class=\"pillar pillar-diy\"\u003e\n\u003ch4\u003eTHE HUNTER'S KIT\u003c\/h4\u003e\n\u003cp\u003eMaster the craft. We provide the premium materials; you bring this brave companion to life from the very first loop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar pillar-finished\"\u003e\n\u003ch4\u003eTHE READY-MADE GUARDIAN\u003c\/h4\u003e\n\u003cp\u003eSkip the assembly. Receive Tora fully finished and hand-crocheted by our artisans, ready for instant snuggles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. 斜切转场技能区 --\u003e\n\u003cdiv class=\"diagonal-skill\"\u003e\n\u003cspan\u003e🪡\u003c\/span\u003e\n\u003ch4\u003eThe Imperial \"King\" Mark\u003c\/h4\u003e\n\u003cp\u003eThis project takes you deep into the jungle of details. In our exclusive video tutorials, you'll learn the \u003cstrong\u003eSurface Embroidery technique\u003c\/strong\u003e to create Tora's iconic forehead stripes and powerful back markings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 浮雕磁贴特征 --\u003e\n\u003cdiv class=\"tile-grid\"\u003e\n\u003cdiv class=\"feature-tile\"\u003e\n\u003ci\u003e🧶\u003c\/i\u003e\n\u003ch5\u003eVivid Tangerine Cord\u003c\/h5\u003e\n\u003cp\u003eWe've engineered a special \"no-snag\" cord that keeps its shape. The high-contrast orange makes every stitch pop with professional clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-tile\"\u003e\n\u003ci\u003e🪝\u003c\/i\u003e\n\u003ch5\u003eThe Commander Hook\u003c\/h5\u003e\n\u003cp\u003eDominate your tension. Your kit includes our signature ergonomic hook with a soft-touch grip for total control and zero fatigue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-tile\"\u003e\n\u003ci\u003e🎬\u003c\/i\u003e\n\u003ch5\u003eJungle Field Guides\u003c\/h5\u003e\n\u003cp\u003eExclusive access to our high-definition video studio. We move at your speed, ensuring no tiger is left behind in the brush.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-tile\"\u003e\n\u003ci\u003e🛡️\u003c\/i\u003e\n\u003ch5\u003eObsidian Eyes\u003c\/h5\u003e\n\u003cp\u003eGlossy, secure safety eyes that give Tora his intense yet friendly gaze. Everything is measured to perfection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. 曜石底座清单 --\u003e\n\u003cdiv class=\"obsidian-list\"\u003e\n\u003ch3\u003eThe Brave Creator's Arsenal\u003c\/h3\u003e\n\u003cdiv class=\"item-row\"\u003e\n\u003cspan class=\"item-name\"\u003eVivid Tangerine \"No-Fray\" Cord\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003eMAIN COLOR\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"item-row\"\u003e\n\u003cspan class=\"item-name\"\u003eChocolate Brown Striping Yarn\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003eACCENT\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"item-row\"\u003e\n\u003cspan class=\"item-name\"\u003eThe Commander Hook (Ergonomic)\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003e5.0MM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"item-row\"\u003e\n\u003cspan class=\"item-name\"\u003ePremium Plush Stuffing\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003ePRE-MEASURED\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"item-row\"\u003e\n\u003cspan class=\"item-name\"\u003eInstructional QR Access Card\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003eUNLIMITED\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"item-row\"\u003e\n\u003cspan class=\"item-name\"\u003eSafety Eyes \u0026amp; Notions\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003eFULL SET\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obsidian-footer\"\u003eEach order is carefully secured in our signature \u003cstrong\u003eCrochetLink black drawstring bag\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Crochetlink","offers":[{"title":"Finished Product","offer_id":56326387728550,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Kit","offer_id":56326387761318,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/9814\/2630\/files\/cute-orange-tiger-desk-pet-finished-crochet-toy.jpg?v=1774950528","url":"https:\/\/crochetlink.com\/products\/tora-the-tiger","provider":"crochetlink","version":"1.0","type":"link"}