{"product_id":"duck-breast","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\"\u003eRed Meat Profile · Alternative 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\u003eB3\/B6 及抗氧化硒\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富含健康的不飽和脂肪酸 (Unsaturated Fat)，具備天然的抗炎特性，能有效滋潤皮膚並讓毛髮保持光澤。\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蘊含維他命 B3、B6、磷與硒。全面支持免疫系統正常運作、促進蛋白質代謝，並確保骨骼密度強健。\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作為一種「替代蛋白 (Alternative Protein)」，能完美避開常見的雞肉與牛肉過敏原，溫和呵護敏感腸胃。\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在動物營養學中，鴨肉 (Duck) 的定位非常獨特。雖然牠屬於家禽，但其肌紅蛋白含量極高，營養結構實際上更接近於補血的「紅肉」。TAKI 原塊鴨胸凍乾，不僅擁有超越一般雞肉的鐵質與健康脂肪，更是對常見肉類過敏毛孩的完美避風港。透過溫和的凍乾工藝，所有維他命、抗氧化物與肉質結構都被完整封存，讓每一口都極易消化。\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eRed Meat Profile\u003c\/strong\u003e \u003cspan\u003e高肌紅蛋白，強效補血\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eHypoallergenic\u003c\/strong\u003e \u003cspan\u003e雞牛過敏毛孩的完美替代\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eHealthy Fats\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因為鴨肉中含有比雞肉更多的「肌紅蛋白 (Myoglobin)」以及鐵質。這使得鴨肉在營養學上的表現（特別是補血與能量代謝方面）更接近牛肉或羊肉等紅肉，但它同時又保留了家禽類容易消化的優點。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e我的毛孩對雞肉嚴重敏感，真的可以吃鴨肉嗎？\u003c\/summary\u003e\n\u003cp\u003e絕大多數情況下是可以的。雖然雞與鴨都屬於家禽，但牠們的蛋白質結構並不相同。許多對雞肉產生過敏反應的毛孩，在轉換成鴨肉這種「替代蛋白 (Alternative Protein)」後，皮膚痕癢及腸胃不適的症狀都能得到明顯改善。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e鴨肉的脂肪會不會很高？\u003c\/summary\u003e\n\u003cp\u003eTAKI 選用的是精瘦的鴨胸部位，脂肪比例已經適度控制。此外，鴨肉所含的脂肪中很大一部分是「不飽和脂肪酸 (Unsaturated Fat)」，這是一種健康的油脂，對維持毛孩的心血管健康、減少發炎及亮澤皮毛非常有益。\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":53191272300851,"sku":"F6AAHF018ZZA","price":88.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/809600d7-3331-48dc-a091-8b7c3af95349.jpg?v=1776948078","url":"https:\/\/foreverpets.hk\/en\/products\/duck-breast","provider":"Foreverpets","version":"1.0","type":"link"}