{"product_id":"percy-the-blue-penguin","title":"Cute Chubby Blue Penguin Crochet Amigurumi with Hat","description":"\u003cdiv class=\"percy-editorial-wrapper\"\u003e\n  \u003cstyle\u003e\n    \/* 引入高端独立站标配的优雅衬线体与冷峻无衬线体组合 *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026family=Outfit:wght@300;400;600\u0026display=swap');\n\n    .percy-editorial-wrapper {\n      font-family: 'Outfit', -apple-system, sans-serif;\n      color: #0F172A; \/* 极深的海军蓝，近乎黑 *\/\n      line-height: 1.6;\n      max-width: 900px;\n      margin: 0 auto;\n      background-color: #FFFFFF;\n    }\n\n    \/* 通用章节标识 *\/\n    .chapter-label {\n      font-size: 0.75rem;\n      text-transform: uppercase;\n      letter-spacing: 3px;\n      color: #64748B;\n      display: block;\n      margin-bottom: 10px;\n      font-weight: 600;\n    }\n\n    \/* 1. 杂志封面级头部 (Editorial Header) *\/\n    .ed-header {\n      padding: 60px 0 40px;\n      border-bottom: 1px solid #E2E8F0;\n      text-align: center;\n      margin-bottom: 50px;\n    }\n    .ed-header h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: 3.8rem;\n      font-weight: 400;\n      color: #1E3A8A; \/* 主色：海军蓝 *\/\n      margin: 0 0 20px 0;\n      line-height: 1.1;\n    }\n    .ed-header h1 i {\n      color: #93C5FD; \/* 冰蓝色斜体点缀 *\/\n    }\n    .ed-header p {\n      font-size: 1.15rem;\n      color: #475569;\n      max-width: 600px;\n      margin: 0 auto;\n      font-weight: 300;\n    }\n\n    \/* 2. 分屏沉浸式选项 (Split-Pane Selections) *\/\n    .ed-options {\n      display: flex;\n      border-top: 1px solid #E2E8F0;\n      border-bottom: 1px solid #E2E8F0;\n      margin-bottom: 70px;\n    }\n    @media (max-width: 650px) {\n      .ed-options { flex-direction: column; }\n    }\n    .opt-pane {\n      flex: 1;\n      padding: 50px 40px;\n      transition: background-color 0.4s ease;\n      cursor: pointer;\n    }\n    \/* 左侧面板：带右边框 *\/\n    .opt-pane:first-child {\n      border-right: 1px solid #E2E8F0;\n    }\n    @media (max-width: 650px) {\n      .opt-pane:first-child { border-right: none; border-bottom: 1px solid #E2E8F0; }\n    }\n    .opt-pane:hover {\n      background-color: #F8FAFC;\n    }\n    .pane-title {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.8rem;\n      color: #0F172A;\n      margin: 0 0 15px 0;\n      transition: transform 0.3s ease;\n    }\n    .opt-pane:hover .pane-title {\n      transform: translateX(10px); \/* 悬停时标题优雅地向右滑动 *\/\n      color: #1E3A8A;\n    }\n    .pane-desc {\n      font-size: 0.95rem;\n      color: #64748B;\n      margin: 0;\n    }\n\n    \/* 3. 规格参数表 (The Spec Sheet) - 替代传统的图标网格 *\/\n    .ed-specs {\n      margin-bottom: 70px;\n    }\n    .ed-specs h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 2.2rem;\n      margin: 0 0 30px 0;\n      text-align: center;\n    }\n    .spec-list {\n      display: flex;\n      flex-direction: column;\n    }\n    .spec-row {\n      display: flex;\n      padding: 30px 0;\n      border-top: 1px solid #E2E8F0;\n      align-items: flex-start;\n      transition: padding-left 0.3s ease;\n    }\n    .spec-row:last-child {\n      border-bottom: 1px solid #E2E8F0;\n    }\n    .spec-row:hover {\n      padding-left: 15px;\n      background: #FAFAFA;\n    }\n    .spec-number {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.5rem;\n      color: #BAE6FD;\n      width: 60px;\n      flex-shrink: 0;\n      font-style: italic;\n    }\n    .spec-content {\n      flex: 1;\n    }\n    .spec-content h4 {\n      font-size: 1.15rem;\n      color: #1E3A8A;\n      margin: 0 0 8px 0;\n      font-weight: 600;\n    }\n    .spec-content p {\n      font-size: 0.95rem;\n      color: #475569;\n      margin: 0;\n      font-weight: 300;\n    }\n\n    \/* 4. 大师级技法聚焦 (The Masterclass Focus) *\/\n    .ed-masterclass {\n      background: #0F172A; \/* 极致的深色背景 *\/\n      color: #FFFFFF;\n      padding: 60px 50px;\n      border-radius: 2px;\n      margin-bottom: 70px;\n      position: relative;\n      overflow: hidden;\n    }\n    \/* 抽象的几何装饰 *\/\n    .ed-masterclass::before {\n      content: '';\n      position: absolute;\n      right: -50px;\n      bottom: -50px;\n      width: 200px;\n      height: 200px;\n      border: 1px solid rgba(255,255,255,0.1);\n      border-radius: 50%;\n    }\n    .mc-title {\n      font-family: 'Playfair Display', serif;\n      font-size: 2.2rem;\n      color: #FBBF24; \/* 高级定制的琥珀金 *\/\n      margin: 0 0 15px 0;\n      font-weight: 400;\n    }\n    .mc-body {\n      font-size: 1.05rem;\n      color: #CBD5E1;\n      max-width: 650px;\n      font-weight: 300;\n      margin: 0;\n    }\n\n    \/* --- 新增：画报级图片排版样式 --- *\/\n    .ed-image-break {\n      margin: 70px 0;\n      width: 100%;\n    }\n    .ed-image-break img {\n      width: 100%;\n      max-height: 480px;\n      object-fit: cover;\n      border-radius: 4px;\n      display: block;\n    }\n    .ed-image-caption {\n      text-align: center;\n      font-size: 0.9rem;\n      color: #94A3B8;\n      margin-top: 15px;\n      font-family: 'Playfair Display', serif;\n      font-style: italic;\n    }\n\n    .mc-split {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n      position: relative;\n      z-index: 2;\n    }\n    @media (max-width: 768px) {\n      .mc-split { flex-direction: column; }\n    }\n    .mc-text { flex: 1; }\n    .mc-image {\n      flex: 1;\n      border-radius: 4px;\n      overflow: hidden;\n      box-shadow: 0 20px 40px -10px rgba(0,0,0,0.5);\n    }\n    .mc-image img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transform: scale(1.02);\n      transition: transform 0.5s ease;\n    }\n    .mc-image:hover img {\n      transform: scale(1.05); \/* 悬停时微微放大，增加高级感 *\/\n    }\n\n    \/* 5. 原材料档案 (The Raw Materials) *\/\n    .ed-materials {\n      padding: 0 20px 40px;\n    }\n    .material-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-end;\n      margin-bottom: 30px;\n      padding-bottom: 15px;\n      border-bottom: 2px solid #0F172A;\n    }\n    .material-header h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 2rem;\n      margin: 0;\n      color: #0F172A;\n    }\n    .material-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      column-gap: 50px;\n      row-gap: 20px;\n    }\n    @media (max-width: 600px) {\n      .material-grid { grid-template-columns: 1fr; }\n    }\n    .material-item {\n      display: flex;\n      justify-content: space-between;\n      font-size: 0.95rem;\n      border-bottom: 1px dotted #CBD5E1;\n      padding-bottom: 8px;\n    }\n    .material-name { color: #334155; font-weight: 600; }\n    .material-spec { color: #94A3B8; font-family: monospace; font-size: 0.85rem;}\n\n    .ed-footer {\n      text-align: center;\n      font-size: 0.9rem;\n      color: #64748B;\n      margin-top: 40px;\n      padding-top: 20px;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 杂志封面级头部 --\u003e\n  \u003cheader class=\"ed-header\"\u003e\n    \u003cspan class=\"chapter-label\"\u003eChapter I : The Companion\u003c\/span\u003e\n    \u003ch1\u003ePercy the \u003ci\u003eBlue\u003c\/i\u003e Penguin\u003c\/h1\u003e\n    \u003cp\u003eA study in warmth and detail. Dressed in a bespoke ice-blue hat and matching cross-stitched trim, Percy brings a touch of modern artisan charm to the art of amigurumi.\u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003c!-- 2. 分屏沉浸式选项 --\u003e\n  \u003csection class=\"ed-options\"\u003e\n    \u003carticle class=\"opt-pane\"\u003e\n      \u003cspan class=\"chapter-label\"\u003eOption A\u003c\/span\u003e\n      \u003ch3 class=\"pane-title\"\u003eThe Artisan's Journey\u003c\/h3\u003e\n      \u003cp class=\"pane-desc\"\u003eAcquire the raw materials. Our premium DIY kit equips you with structural yarn and the precision tools necessary to construct Percy from the ground up.\u003c\/p\u003e\n    \u003c\/article\u003e\n    \u003carticle class=\"opt-pane\"\u003e\n      \u003cspan class=\"chapter-label\"\u003eOption B\u003c\/span\u003e\n      \u003ch3 class=\"pane-title\"\u003eThe Finished Piece\u003c\/h3\u003e\n      \u003cp class=\"pane-desc\"\u003eBypass the process. Acquire Percy as a completed, beautifully hand-crocheted collectible, crafted by our in-house experts.\u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- === 新增：高奢画报插图 1 (女孩调整帽子) === --\u003e\n  \u003cfigure class=\"ed-image-break\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/9814\/2630\/files\/10-12_d828418d-c1cb-4876-a089-49a80eb537fb.jpg?v=1774840317\" alt=\"\" loading=\"lazy\"\u003e\n    \u003cfigcaption class=\"ed-image-caption\"\u003eCrafted to perfection. Add the bespoke winter hat to complete Percy's look.\u003c\/figcaption\u003e\n  \u003c\/figure\u003e\n\n  \u003c!-- 3. 规格参数表 (极简线框排版) --\u003e\n  \u003csection class=\"ed-specs\"\u003e\n    \u003cspan class=\"chapter-label\" style=\"text-align: center;\"\u003eChapter II : The Details\u003c\/span\u003e\n    \u003ch2\u003eExacting Standards\u003c\/h2\u003e\n    \u003cdiv class=\"spec-list\"\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-number\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n          \u003ch4\u003eStructured Navy Cord\u003c\/h4\u003e\n          \u003cp\u003eWe abandoned traditional splitting yarn. Our custom tubular structure ensures every stitch maintains strict geometric clarity, essential for Percy's clean lines.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-number\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n          \u003ch4\u003eThe Precision Tool\u003c\/h4\u003e\n          \u003cp\u003eCrafting dense fabrics requires leverage. The included 5.0mm ergonomic hook features an engineered silicone grip to completely eliminate hand fatigue.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-number\"\u003e03\u003c\/div\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n          \u003ch4\u003eGuided Masterclass\u003c\/h4\u003e\n          \u003cp\u003eAccess our high-definition digital atelier. A seasoned artisan will guide your hands through the entire pattern via a meticulously paced video curriculum.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 4. 大师级技法聚焦 --\u003e\n  \u003csection class=\"ed-masterclass\"\u003e\n    \u003cspan class=\"chapter-label\" style=\"color: #94A3B8;\"\u003eChapter III : The Technique\u003c\/span\u003e\n    \n    \u003c!-- === 更新：左右分栏排版，加入女孩专注制作的插图 === --\u003e\n    \u003cdiv class=\"mc-split\"\u003e\n      \u003cdiv class=\"mc-text\"\u003e\n        \u003ch3 class=\"mc-title\"\u003eCross-Stitch \u0026amp; Millinery\u003c\/h3\u003e\n        \u003cp class=\"mc-body\"\u003eThis is not just another plushie—it's a masterclass in mixed techniques. Your video guide will demonstrate how to architect a separate, 3D miniature winter hat, and how to apply delicate, zig-zag cross-stitch embroidery to his frost-blue trim for a bespoke finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"mc-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/9814\/2630\/files\/10-6.jpg?v=1774840317\" alt=\"\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5. 原材料档案 (参数风排版) --\u003e\n  \u003csection class=\"ed-materials\"\u003e\n    \u003cdiv class=\"material-header\"\u003e\n      \u003ch2\u003eThe Raw Materials\u003c\/h2\u003e\n      \u003cspan class=\"chapter-label\" style=\"margin: 0;\"\u003eInventory\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"material-grid\"\u003e\n      \u003cdiv class=\"material-item\"\u003e\n        \u003cspan class=\"material-name\"\u003eDeep Navy Cord\u003c\/span\u003e\n        \u003cspan class=\"material-spec\"\u003eMAIN BODY\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"material-item\"\u003e\n        \u003cspan class=\"material-name\"\u003eIce Blue Cord\u003c\/span\u003e\n        \u003cspan class=\"material-spec\"\u003eHAT \u0026amp; TRIM\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"material-item\"\u003e\n        \u003cspan class=\"material-name\"\u003eSnow White Cord\u003c\/span\u003e\n        \u003cspan class=\"material-spec\"\u003eBELLY\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"material-item\"\u003e\n        \u003cspan class=\"material-name\"\u003eMustard Accent Cord\u003c\/span\u003e\n        \u003cspan class=\"material-spec\"\u003eBEAK\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"material-item\"\u003e\n        \u003cspan class=\"material-name\"\u003eErgonomic Hook\u003c\/span\u003e\n        \u003cspan class=\"material-spec\"\u003e1 PIECE\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"material-item\"\u003e\n        \u003cspan class=\"material-name\"\u003eGlossy Safety Eyes\u003c\/span\u003e\n        \u003cspan class=\"material-spec\"\u003e1 PAIR\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"material-item\"\u003e\n        \u003cspan class=\"material-name\"\u003eTapestry Needle\u003c\/span\u003e\n        \u003cspan class=\"material-spec\"\u003eFOR STITCHING\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"material-item\"\u003e\n        \u003cspan class=\"material-name\"\u003eDigital Access Card\u003c\/span\u003e\n        \u003cspan class=\"material-spec\"\u003eQR CODE\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ed-footer\"\u003e\n      PRESENTATION: Enclosed within the signature CrochetLink black drawstring archive bag.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"crochetlink","offers":[{"title":"Finished Product","offer_id":56330938843302,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Kit","offer_id":56330938876070,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/9814\/2630\/files\/chubby-blue-penguin-crochet-stuffed-animal-desk-pet.jpg?v=1775008404","url":"https:\/\/crochetlink.com\/products\/percy-the-blue-penguin","provider":"crochetlink","version":"1.0","type":"link"}