{"product_id":"kyoto","title":"TAKI 京都(Kyoto)五彩時蔬凍乾小食","description":"\u003cdiv class=\"taki-section-wrapper\"\u003e\n  \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: 34ch;\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\n  \u003c!-- Google Fonts 載入 --\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n  \u003clink href=\"https:\/\/api.fontshare.com\/v2\/css?f[]=satoshi@400,500,700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003cdiv class=\"taki-container\"\u003e\n    \u003cdiv class=\"taki-intro\"\u003e\n      \u003cspan class=\"taki-eyebrow\"\u003eEast Asian Wisdom\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 京都五彩時蔬凍乾小食 40g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        傳承東方醫學「藥食同源」與均衡飲食的養生哲學。TAKI Kyoto 完美薈萃了枸杞、毛豆、紫薯與多種超級蔬菜，為毛孩的日常餐單注入絢麗色彩與深層防護滋養。\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-tags\"\u003e\n        \u003cspan\u003e七大天然時蔬\u003c\/span\u003e\n        \u003cspan\u003e東方食療智慧\u003c\/span\u003e\n        \u003cspan\u003e護眼與免疫守護\u003c\/span\u003e\n        \u003cspan\u003e降膽固醇與護腸胃\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eColorful Superfoods\u003c\/span\u003e\n        \u003cdiv class=\"taki-heading-2\"\u003e每一種色彩，都蘊含大自然的修護力量\u003c\/div\u003e\n        \u003cp\u003e優質的肉類提供基礎能量，而繽紛的蔬菜則是建立長遠健康的防護網。這份五彩配方針對不同器官提供了全方位的營養支持。\u003c\/p\u003e\n      \u003c\/div\u003e\n\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優質植物性蛋白來源，富含膳食纖維與 Omega-3，更被證實有助降低體內「壞」膽固醇 (LDL)。\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滿載維他命 A、C 及錳元素，不僅全面促進健康的腸道微生態，更有助於維持腦部認知機能。\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      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"taki-section\"\u003e\n    \u003cdiv class=\"taki-container\"\u003e\n      \u003cdiv class=\"taki-story-grid\"\u003e\n        \u003cspan class=\"taki-eyebrow\"\u003eBalanced Nourishment\u003c\/span\u003e\n        \u003cdiv class=\"taki-heading-2\"\u003e以五彩繽紛的超級時蔬，構築全方位健康防線\u003c\/div\u003e\n        \u003cp style=\"color: var(--text-muted); max-width: 58ch;\"\u003e\n          在東方養生學中，均衡的天然食材是健康的根本。TAKI Kyoto 嚴選七款高營養價值的超級蔬菜，透過頂級凍乾技術，將枸杞的紅、毛豆的綠、紫薯的紫等天然色彩與養分完美封存。這不僅是一份健康的零食，更是為主食增添活力、補充膳食纖維的最佳「Meal Topper」。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003e7 Veggies\u003c\/strong\u003e\n            \u003cspan\u003e七大嚴選超級蔬菜\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eLowers LDL\u003c\/strong\u003e\n            \u003cspan\u003e降低壞膽固醇防老化\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eGut Health\u003c\/strong\u003e\n            \u003cspan\u003e極豐富膳食纖維護腸道\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cul class=\"taki-list\"\u003e\n          \u003cli\u003e枸杞與多種蔬菜富含維他命與抗氧化物，全面強化免疫系統與視力。\u003c\/li\u003e\n          \u003cli\u003e毛豆提供優質植物蛋白與 Omega-3，溫和呵護熟齡心血管健康。\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\n  \u003cdiv class=\"taki-section alt\" id=\"feeding\"\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\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繽紛拌糧 (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\"\u003e2\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        \u003cdiv class=\"taki-serve-card\"\u003e\n          \u003cdiv class=\"taki-serve-step\"\u003e3\u003c\/div\u003e\n          \u003cdiv class=\"taki-heading-3\"\u003e輕負擔健康獎勵\u003c\/div\u003e\n          \u003cp\u003e作為極低脂、高纖的健康零嘴，非常適合需要控制體重或飲食受限的毛孩，好吃又毫無罪惡感。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e淨重\u003c\/strong\u003e\n          \u003cspan\u003e40g\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e適合對象\u003c\/strong\u003e\n          \u003cspan\u003e貓狗皆宜 (極佳植物性補充)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e食材方向\u003c\/strong\u003e\n          \u003cspan\u003e7種嚴選超級蔬菜\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e餵食形式\u003c\/strong\u003e\n          \u003cspan\u003e拌糧 Topper \/ 加水還原\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\n      \u003cdiv class=\"taki-faq\"\u003e\n        \u003cdetails open\u003e\n          \u003csummary\u003e貓咪是肉食動物，也可以吃這些蔬菜嗎？\u003c\/summary\u003e\n          \u003cp\u003e絕對可以。雖然貓咪以肉食為主，但適量的優質蔬菜（如 TAKI Kyoto 提供的纖維與抗氧化物）能幫助腸道蠕動、協助排毛球，並提供肉類缺乏的天然植物性維他命，是非常好的少量健康補充。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e為什麼要特別強調「降低壞膽固醇」與「腦部機能」？\u003c\/summary\u003e\n          \u003cp\u003e隨著毛孩年紀增長，心血管負擔與認知功能會逐漸面臨挑戰。配方中毛豆的 Omega-3 和紫薯中豐富的維他命與錳元素，能以最天然的方式提供抗老化與護心的營養支持，對熟齡毛孩尤為重要。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e這些蔬菜對毛孩來說會不會很難消化？\u003c\/summary\u003e\n          \u003cp\u003e完全不會。TAKI 採用頂級凍乾工藝處理，讓蔬菜質地變得酥脆且充滿孔隙。這不僅保留了百分之百的完整營養，也讓毛孩的腸胃更容易分解並吸收這些珍貴的植物性精華。\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":"40g","offer_id":53191275577651,"sku":"F6AAHF028ZZA","price":58.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/1f8f8392-816f-4a4d-a322-453de73e1620.jpg?v=1776948331","url":"https:\/\/foreverpets.hk\/products\/kyoto","provider":"Foreverpets","version":"1.0","type":"link"}