{"product_id":"rabbit","title":"TAKI 兔肉粒凍乾小食","description":"\u003cstyle\u003e\n    .taki-section-wrapper {\n      --bg: #f7f3ec;\n      --surface: #fcfaf6;\n      --surface-2: #efe7db;\n      --text: #2a221c;\n      --text-muted: #6d6257;\n      --line: rgba(42, 34, 28, 0.12);\n      --primary: #3d241b;\n      --accent: #b67a3b;\n      --accent-soft: rgba(182, 122, 59, 0.14);\n\n      --radius-lg: 28px;\n      --radius-full: 999px;\n\n      --shadow-sm: 0 8px 20px rgba(42, 34, 28, 0.06);\n\n      --space-4: 16px;\n      --space-6: 24px;\n      --space-8: 32px;\n      \n      --text-xs: 12px;\n      --text-sm: 14px;\n      --text-base: 16px;\n      --text-lg: clamp(18px, 2vw, 22px);\n      --text-xl: clamp(28px, 4vw, 42px);\n      \n      font-family: \"Satoshi\", \"Helvetica Neue\", Arial, sans-serif;\n      color: var(--text);\n      font-size: var(--text-base);\n      line-height: 1.65;\n      background: var(--bg);\n      padding-top: 40px;\n    }\n\n    \/* 限制所有樣式只在 wrapper 內生效 *\/\n    .taki-section-wrapper * {\n      box-sizing: border-box;\n    }\n\n    .taki-section-wrapper .taki-container {\n      width: min(calc(100% - 32px), 1180px);\n      margin: 0 auto;\n    }\n\n    .taki-section-wrapper .taki-section {\n      padding: clamp(52px, 8vw, 96px) 0;\n    }\n\n    .taki-section-wrapper .taki-section.alt {\n      background: var(--surface);\n    }\n\n    \/* Hero \/ Intro 區塊 *\/\n    .taki-section-wrapper .taki-intro {\n      max-width: 760px;\n      margin-bottom: 60px;\n    }\n\n    .taki-section-wrapper .taki-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 8px 14px;\n      border-radius: var(--radius-full);\n      background: var(--accent-soft);\n      color: var(--accent);\n      font-size: var(--text-xs);\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      margin-bottom: var(--space-4);\n    }\n\n    .taki-section-wrapper .taki-title {\n      font-family: \"Instrument Serif\", Georgia, serif;\n      font-size: clamp(32px, 5vw, 48px);\n      line-height: 1.1;\n      font-weight: 400;\n      margin-bottom: 16px;\n      color: var(--text);\n    }\n\n    .taki-section-wrapper .taki-lead {\n      color: var(--text-muted);\n      font-size: var(--text-lg);\n      max-width: 32ch;\n      margin-bottom: 28px;\n    }\n\n    .taki-section-wrapper .taki-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n    }\n\n    .taki-section-wrapper .taki-tags span {\n      padding: 12px 16px;\n      border: 1px solid var(--line);\n      border-radius: var(--radius-full);\n      background: var(--surface);\n      font-size: var(--text-sm);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Section Headings *\/\n    .taki-section-wrapper .taki-heading-2 {\n      font-family: \"Instrument Serif\", Georgia, serif;\n      font-size: var(--text-xl);\n      margin-bottom: 14px;\n      font-weight: 400;\n      line-height: 1.1;\n      color: var(--text);\n    }\n\n    .taki-section-wrapper .taki-heading-3 {\n      font-family: \"Instrument Serif\", Georgia, serif;\n      font-size: 30px;\n      margin-bottom: 10px;\n      font-weight: 400;\n      color: var(--text);\n    }\n\n    .taki-section-wrapper .taki-section-head {\n      display: grid;\n      gap: 12px;\n      margin-bottom: 34px;\n    }\n\n    .taki-section-wrapper .taki-section-head p {\n      max-width: 60ch;\n      color: var(--text-muted);\n      margin: 0;\n    }\n\n    \/* Grids *\/\n    .taki-section-wrapper .taki-benefit-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    .taki-section-wrapper .taki-benefit-card {\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      background: var(--surface);\n      border: 1px solid var(--line);\n      box-shadow: var(--shadow-sm);\n      display: flex;\n      flex-direction: column;\n    }\n\n    .taki-section-wrapper .taki-benefit-icon {\n      width: 52px;\n      height: 52px;\n      border-radius: 16px;\n      display: grid;\n      place-items: center;\n      background: var(--accent-soft);\n      color: var(--accent);\n      margin-bottom: 22px;\n      font-size: 24px;\n    }\n\n    .taki-section-wrapper .taki-benefit-card p {\n      color: var(--text-muted);\n      font-size: var(--text-sm);\n      margin: 0;\n    }\n\n    \/* Story Section *\/\n    .taki-section-wrapper .taki-story-grid {\n      max-width: 860px;\n    }\n\n    .taki-section-wrapper .taki-stats {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 12px;\n      margin: 28px 0;\n    }\n\n    .taki-section-wrapper .taki-stat {\n      padding-top: 14px;\n      border-top: 1px solid var(--line);\n    }\n\n    .taki-section-wrapper .taki-stat strong {\n      display: block;\n      font-size: 28px;\n      font-weight: 700;\n      color: var(--text);\n    }\n\n    .taki-section-wrapper .taki-stat span {\n      display: block;\n      color: var(--text-muted);\n      font-size: var(--text-sm);\n      margin-top: 4px;\n    }\n\n    .taki-section-wrapper .taki-list {\n      display: grid;\n      gap: 12px;\n      margin-top: 18px;\n      padding: 0;\n    }\n\n    .taki-section-wrapper .taki-list li {\n      list-style: none;\n      position: relative;\n      padding-left: 24px;\n      color: var(--text-muted);\n      margin: 0;\n    }\n\n    .taki-section-wrapper .taki-list li::before {\n      content: \"\";\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: var(--accent);\n      position: absolute;\n      left: 0;\n      top: 8px;\n    }\n\n    \/* Serve Section *\/\n    .taki-section-wrapper .taki-serve-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n    }\n\n    .taki-section-wrapper .taki-serve-card {\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--line);\n      background: var(--bg);\n    }\n\n    .taki-section-wrapper .taki-serve-step {\n      width: 36px;\n      height: 36px;\n      border-radius: 50%;\n      display: inline-grid;\n      place-items: center;\n      background: var(--primary);\n      color: #fff;\n      font-size: var(--text-sm);\n      font-weight: 700;\n      margin-bottom: 16px;\n    }\n\n    .taki-section-wrapper .taki-serve-card p {\n      color: var(--text-muted);\n      font-size: var(--text-sm);\n      margin: 0;\n    }\n\n    .taki-section-wrapper .taki-fact-strip {\n      margin-top: 22px;\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 12px;\n    }\n\n    .taki-section-wrapper .taki-fact {\n      padding: 18px;\n      border-radius: 22px;\n      background: var(--surface);\n      border: 1px solid var(--line);\n      text-align: center;\n    }\n\n    .taki-section-wrapper .taki-fact strong {\n      display: block;\n      font-size: var(--text-sm);\n      margin-bottom: 4px;\n      color: var(--text);\n    }\n\n    .taki-section-wrapper .taki-fact span {\n      display: block;\n      color: var(--text-muted);\n      font-size: var(--text-sm);\n    }\n\n    \/* FAQ *\/\n    .taki-section-wrapper .taki-faq {\n      display: grid;\n      gap: 14px;\n    }\n\n    .taki-section-wrapper .taki-faq details {\n      border-radius: 24px;\n      border: 1px solid var(--line);\n      background: var(--surface);\n      padding: 20px 22px;\n    }\n\n    .taki-section-wrapper .taki-faq summary {\n      list-style: none;\n      cursor: pointer;\n      font-weight: 700;\n      color: var(--text);\n    }\n\n    .taki-section-wrapper .taki-faq summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .taki-section-wrapper .taki-faq details p {\n      color: var(--text-muted);\n      margin-top: 12px;\n      margin-bottom: 0;\n    }\n\n    \/* RWD *\/\n    @media (max-width: 1024px) {\n      .taki-section-wrapper .taki-benefit-grid,\n      .taki-section-wrapper .taki-serve-grid,\n      .taki-section-wrapper .taki-fact-strip,\n      .taki-section-wrapper .taki-stats {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    @media (max-width: 720px) {\n      .taki-section-wrapper .taki-benefit-grid,\n      .taki-section-wrapper .taki-serve-grid,\n      .taki-section-wrapper .taki-fact-strip,\n      .taki-section-wrapper .taki-stats {\n        grid-template-columns: 1fr;\n      }\n      .taki-section-wrapper .taki-lead { max-width: none; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"taki-section-wrapper\"\u003e\n\u003c!-- Google Fonts 載入 --\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/api.fontshare.com\/v2\/css?f[]=satoshi@400,500,700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cdiv class=\"taki-container\"\u003e\n\u003cdiv class=\"taki-intro\"\u003e\n\u003cspan class=\"taki-eyebrow\"\u003eAncestral Diet \u0026amp; Novel Protein\u003c\/span\u003e\n\u003cdiv class=\"taki-title\"\u003eTAKI 兔肉粒凍乾小食 50g\u003c\/div\u003e\n\u003cdiv class=\"taki-lead\"\u003e尋回毛孩基因裡的原始渴望。這款珍稀的「新興蛋白」提供超越常見肉類的極高蛋白質與必需胺基酸，同時具備低膽固醇優勢。對腸胃敏感的毛孩來說，是最純粹且低敏的頂級修護獎賞。\u003c\/div\u003e\n\u003cdiv class=\"taki-tags\"\u003e\n\u003cspan\u003e珍稀新興蛋白\u003c\/span\u003e \u003cspan\u003e極高蛋白質與胺基酸\u003c\/span\u003e \u003cspan\u003e守護神經系統\u003c\/span\u003e \u003cspan\u003e模擬狼族祖先飲食\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-section alt\"\u003e\n\u003cdiv class=\"taki-container\"\u003e\n\u003cdiv class=\"taki-section-head\"\u003e\n\u003cspan class=\"taki-eyebrow\"\u003eCore Functions\u003c\/span\u003e\n\u003cdiv class=\"taki-heading-2\"\u003e超越常規肉類的營養價值\u003c\/div\u003e\n\u003cp\u003e兔肉不僅是一種罕見的肉類來源，它在微量元素、蛋白質密度與低脂肪表現上，都遠勝於許多傳統肉品。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-benefit-grid\"\u003e\n\u003cdiv class=\"taki-benefit-card\"\u003e\n\u003cdiv class=\"taki-benefit-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"taki-heading-3\"\u003e極高蛋白與胺基酸\u003c\/div\u003e\n\u003cp\u003e比起常見肉類，兔肉提供更優質且高密度的蛋白質與必需胺基酸，為肌肉發展與日常活力打下最強基石。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-benefit-card\"\u003e\n\u003cdiv class=\"taki-benefit-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"taki-heading-3\"\u003e輕負擔低膽固醇\u003c\/div\u003e\n\u003cp\u003e在提供澎湃能量的同時，大幅降低膽固醇攝取，減輕心血管負擔，是需要健康體態管理的毛孩首選。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-benefit-card\"\u003e\n\u003cdiv class=\"taki-benefit-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"taki-heading-3\"\u003e高維他命 B12\u003c\/div\u003e\n\u003cp\u003e蘊含豐富的 B12，全面守護中樞神經系統，促進細胞健康生長，讓毛孩時刻保持充沛活力與靈敏度。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-benefit-card\"\u003e\n\u003cdiv class=\"taki-benefit-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"taki-heading-3\"\u003e喚醒原始基因\u003c\/div\u003e\n\u003cp\u003e狗狗與狼共享 98.9% 的 DNA。多元化的天然肉類攝取完美模擬了祖先在野外的飲食模式，符合最原始的營養需求。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-section\"\u003e\n\u003cdiv class=\"taki-container\"\u003e\n\u003cdiv class=\"taki-story-grid\"\u003e\n\u003cspan class=\"taki-eyebrow\"\u003eIngredient story\u003c\/span\u003e\n\u003cdiv class=\"taki-heading-2\"\u003e敏感腸胃的終極避風港：頂級新興蛋白\u003c\/div\u003e\n\u003cp style=\"color: var(--text-muted); max-width: 58ch;\"\u003e對於經常腸胃不適或對牛、雞等常見肉類過敏的毛孩，尋找合適的蛋白質是一大挑戰。兔肉作為一種罕見的「新興蛋白 (Novel Protein)」，毛孩的免疫系統過去極少或從未接觸過它，因此幾乎不會引發過敏反應。TAKI 透過頂級凍乾工藝，將這份低敏、高營養的珍稀食材完美封存。\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eNovel Protein\u003c\/strong\u003e \u003cspan\u003e罕見肉源，極致低敏防護\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003e98.9% DNA\u003c\/strong\u003e \u003cspan\u003e模擬狼族祖先的自然飲食\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eVitamin B12\u003c\/strong\u003e \u003cspan\u003e強效支持神經與細胞生長\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"taki-list\"\u003e\n\u003cli\u003e絕佳的新興蛋白來源，大幅降低食物過敏與腸胃不適的風險。\u003c\/li\u003e\n\u003cli\u003e遠高於一般肉類的必需胺基酸，提供更優質的營養轉換率。\u003c\/li\u003e\n\u003cli\u003e多元化肉類攝取，符合犬科動物最自然、健康的飲食法則。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"feeding\" class=\"taki-section alt\"\u003e\n\u003cdiv class=\"taki-container\"\u003e\n\u003cdiv class=\"taki-section-head\"\u003e\n\u003cspan class=\"taki-eyebrow\"\u003eHow to serve\u003c\/span\u003e\n\u003cdiv class=\"taki-heading-2\"\u003e貼合天性的奢華吃法\u003c\/div\u003e\n\u003cp\u003e無論是尋求低敏飲食，還是單純想為毛孩增加多元化的營養來源，這款凍乾都能完美融入日常。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-serve-grid\"\u003e\n\u003cdiv class=\"taki-serve-card\"\u003e\n\u003cdiv class=\"taki-serve-step\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"taki-heading-3\"\u003e直接低敏獎勵\u003c\/div\u003e\n\u003cp\u003e保留原塊兔肉的酥脆口感與獨特肉香，作為最高級的安全獎勵，同時滿足毛孩基因裡的狩獵咀嚼天性。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-serve-card\"\u003e\n\u003cdiv class=\"taki-serve-step\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"taki-heading-3\"\u003e拌糧加餐 (Topper)\u003c\/div\u003e\n\u003cp\u003e捏碎後撒在日常主食上，利用罕見肉類的強大誘食性，輕鬆改善挑食，同時為原本的餐單補充關鍵胺基酸。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-serve-card\"\u003e\n\u003cdiv class=\"taki-serve-step\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"taki-heading-3\"\u003e加水還原 (Rehydrate)\u003c\/div\u003e\n\u003cp\u003e加入溫水瞬間還原鮮肉的柔嫩與豐富肉汁，不僅香氣更盛，更能幫助敏感腸胃溫和吸收，補充每日所需水分。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-fact-strip\"\u003e\n\u003cdiv class=\"taki-fact\"\u003e\n\u003cstrong\u003e淨重\u003c\/strong\u003e \u003cspan\u003e50g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-fact\"\u003e\n\u003cstrong\u003e適合對象\u003c\/strong\u003e \u003cspan\u003e貓狗皆宜 (腸胃敏感首選)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-fact\"\u003e\n\u003cstrong\u003e食材方向\u003c\/strong\u003e \u003cspan\u003e珍稀兔肉 (新興蛋白)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-fact\"\u003e\n\u003cstrong\u003e餵食形式\u003c\/strong\u003e \u003cspan\u003e直接食用 \/ 加水還原\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-section\"\u003e\n\u003cdiv class=\"taki-container\"\u003e\n\u003cdiv class=\"taki-section-head\"\u003e\n\u003cspan class=\"taki-eyebrow\"\u003eFAQ\u003c\/span\u003e\n\u003cdiv class=\"taki-heading-2\"\u003e常見問題\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e為什麼要給毛孩吃「兔肉」這種罕見的肉類？\u003c\/summary\u003e\n\u003cp\u003e狗狗與狼共享 98.9% 的 DNA，多元化的肉類攝取能完美模擬犬科動物在野外的自然飲食習慣。這不僅能提供更全面的營養譜，還能避免長期食用單一肉類所累積的潛在過敏風險。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e兔肉真的比雞肉或牛肉更低敏嗎？\u003c\/summary\u003e\n\u003cp\u003e是的。兔肉屬於「新興蛋白 (Novel Protein)」，意味著絕大多數毛孩的免疫系統過去很少或從未接觸過它，因此身體幾乎不會把它誤認為過敏原而引發排斥，是非常理想的低敏飲食選擇。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e維他命 B12 對毛孩有什麼具體幫助？\u003c\/summary\u003e\n\u003cp\u003e維他命 B12 是一項關鍵的微量營養素。它負責維持中樞神經系統的健康運作、促進全身細胞的正常生長與修復，並能有效提升毛孩的整體能量代謝水平，讓牠們擁有更充沛的活力。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Taki Pets","offers":[{"title":"50g","offer_id":53191275053363,"sku":"F6AAHF025ZZA","price":108.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Taki_1080X1080_9_95a0cd75-2b18-4809-b11b-d032c89d081e.jpg?v=1776948590","url":"https:\/\/foreverpets.hk\/products\/rabbit","provider":"Foreverpets","version":"1.0","type":"link"}