{"title":"Taki Pets","description":"","products":[{"product_id":"barramundi","title":"TAKI 純淨盲曹魚(Barramundi)凍乾","description":"\u003cdiv class=\"taki-section-wrapper\"\u003e\n  \u003cstyle\u003e\n    .taki-section-wrapper {\n      \/* 純淨養殖\/白肉魚色系：底色微調為極淡的湖水青\/沙白，Accent 轉為清新的水藍綠色 *\/\n      --bg: #f2f7f6;\n      --surface: #ffffff;\n      --surface-2: #e3edea;\n      --text: #1b2927;\n      --text-muted: #566e6a;\n      --line: rgba(27, 41, 39, 0.12);\n      --primary: #184c48;\n      --accent: #27857d; \/* 清新水青色 *\/\n      --accent-soft: rgba(39, 133, 125, 0.08);\n      --gold: #83ada8;\n\n      --radius-lg: 28px;\n      --radius-full: 999px;\n\n      --shadow-sm: 0 8px 20px rgba(24, 76, 72, 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(--primary);\n    }\n\n    .taki-section-wrapper .taki-lead {\n      color: var(--text-muted);\n      font-size: var(--text-lg);\n      max-width: 36ch;\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(--primary);\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(--primary);\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\"\u003eTAKI #1 Best Seller · Safe \u0026amp; Clean\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 純淨盲曹魚凍乾 50g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        尋找最完美的毛孩超級食物？這款來自新加坡純淨養殖的盲曹魚 (Barramundi) 絕對是您的首選！零毒素、無生長激素與抗生素，這款低脂白肉魚不僅是 TAKI 暢銷 NO.1 的人氣王，更是守護毛孩心血管與情緒健康的永續海洋奇蹟。\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-tags\"\u003e\n        \u003cspan\u003eTAKI NO.1 暢銷冠軍星級產品\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\"\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\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豐富的優質 Omega-3 脂肪酸能強效抗發炎，顯著降低心臟疾病風險，全面守護熟齡毛孩的心血管系統。\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低脂白肉精華\u003c\/div\u003e\n          \u003cp\u003e極低脂肪且富含高質量蛋白質。對於需要控制體重或必須維持低脂飲食 (Lower fat diet) 的毛孩來說，是零負擔的完美選擇。\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 與鈣質，從鞏固免疫力、保護視力到維持骨骼健康，提供最全面的超級營養。\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\"\u003eIngredient story\u003c\/span\u003e\n        \u003cdiv class=\"taki-heading-2\"\u003e來自純淨水域的 NO.1 暢銷傳奇\u003c\/div\u003e\n        \u003cp style=\"color: var(--text-muted); max-width: 58ch;\"\u003e\n          為什麼盲曹魚 (Barramundi) 會成為 TAKI 最受歡迎的明星商品？因為它完美結合了「極致安全、永續環保與超級營養」。我們嚴選在新加坡本地安全養殖的盲曹魚，全程絕不使用任何毒素、生長激素或抗生素。這不僅是對環境友善的永續選擇，更是能讓主人 100% 放心、毛孩吃得開心的純淨低脂美味。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003e#1 Best Seller\u003c\/strong\u003e\n            \u003cspan\u003eTAKI 品牌最受歡迎的暢銷冠軍\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eFarmed in SG\u003c\/strong\u003e\n            \u003cspan\u003e新加坡本地安全、永續養殖\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eZero Toxins\u003c\/strong\u003e\n            \u003cspan\u003e100% 零毒素、無抗生素與生長激素\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極佳的適口性搭配純淨的白肉香氣，無論作為正餐配料或零食都大受歡迎。\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純淨低脂獎賞 (Treat)\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\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e淨重\u003c\/strong\u003e\n          \u003cspan\u003e50g\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\u003e低脂白肉 \/ 護心舒壓 \/ 零抗生素\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      \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為什麼這款盲曹魚會是 TAKI 的「暢銷冠軍 (No.1 Choice)」？\u003c\/summary\u003e\n          \u003cp\u003e因為它同時滿足了「極致安全、低脂健康與極佳適口性」。在新加坡本地採用無毒、無生長激素的永續養殖，讓主人完全安心；而低脂白肉搭配豐富的 Omega-3 與舒緩焦慮的微量元素，更是所有需要健康飲食的毛孩首選，適口性極佳卻毫無負擔。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e什麼是「低脂飲食 (Lower fat diet)」？這款魚肉適合減肥的毛孩嗎？\u003c\/summary\u003e\n          \u003cp\u003e非常適合！盲曹魚屬於「低脂白肉魚 (Lean white fish)」，比起紅肉或其他高脂魚類（如三文魚），它的脂肪含量極低，但蛋白質質量極高。對於需要控制體重、患有胰臟炎或腸胃敏感需要清淡飲食的毛孩來說，是絕佳的頂級營養來源。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e魚肉如何幫助毛孩「舒緩焦慮 (Anxiety)」？\u003c\/summary\u003e\n          \u003cp\u003e盲曹魚中富含鎂 (Magnesium) 與鋅 (Zinc) 等關鍵微量元素，這些都是穩定神經系統、調節壓力賀爾蒙的重要物質。搭配 Omega-3 的強效抗發炎特性，能從體內幫助容易緊張、焦慮或處於高壓環境的毛孩放鬆身心，維持穩定的情緒。\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":53191253098803,"sku":"F6AAHF003ZZA","price":118.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Kanineint69e996419a7d9269e996419a86c.8293612569e996419a86c.jpg?v=1776934938"},{"product_id":"halibut","title":"TAKI 野生大比目魚Halibut凍乾小食","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: 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\u003cdiv class=\"taki-section-wrapper\"\u003e\n\u003cbr\u003e\n\u003cdiv class=\"taki-container\"\u003e\n\u003cdiv class=\"taki-intro\"\u003e\n\u003cspan class=\"taki-eyebrow\"\u003eWild Caught · Low Fat 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強大護心 Omega-3\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富含極佳的海洋 Omega-3 脂肪酸，有效降低心血管疾病風險，讓毛孩的心臟維持在最健康的節奏。\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以 20% 高純度蛋白質為主體，脂肪與碳水化合物含量極低。非常適合需要嚴格控制體重的毛孩食用。\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滿載鎂、鉀、磷以及維他命 B6 與 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含有豐富的硒 (Selenium) 及菸鹼酸 (Niacin \/ B3)，提供強大的抗氧化功效，幫助延緩細胞衰老。\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大比目魚 (Halibut) 是一種生長於極寒深海的大型比目魚類。我們嚴選來自格陵蘭與丹麥海域的野生漁獲。原本由 80% 水分與 20% 蛋白質組成的細嫩白肉，經過 TAKI 的頂級凍乾工藝，完美昇華為帶有金黃色澤、口感無比酥脆的奢華零食。它不僅保留了淡淡的海洋鮮甜，更鎖住了所有珍貴的優質魚油。\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eWild Caught\u003c\/strong\u003e \u003cspan\u003e格陵蘭與丹麥野生捕撈\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eIrresistible Crunch\u003c\/strong\u003e \u003cspan\u003e凍乾後帶來極致酥脆口感\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eLow Fat \u0026amp; Carbs\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\u0026gt;野生捕撈確保了最純淨的生長環境，不含人工養殖可能出現的抗生素。 \u0026gt;極低的脂肪含量使其成為患有胰臟問題或肥胖毛孩的絕佳蛋白質來源。 \u0026gt;豐富的維他命 B 群與礦物質，提供不亞於紅肉的全面機能支持。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\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將酥脆的魚肉捏碎並均勻撒在日常主食上，淡淡的海鮮甜味能大幅提升食慾，同時補充每日所需的 Omega-3。\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低脂 \/ 低碳水 \/ 高 Omega-3\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大比目魚 (Halibut) 和普通的鱈魚或三文魚有什麼不同？\u003c\/summary\u003e\n\u003cp\u003e大比目魚是一種頂級的深海白肉魚。與三文魚相比，它的脂肪和碳水化合物含量更低，非常適合需要控制體重的毛孩。而與普通鱈魚相比，大比目魚在蛋白質密度以及維他命 B 群、硒等微量元素的表現上更為出色。\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野生捕撈 (Wild Caught) 比養殖的更好嗎？\u003c\/summary\u003e\n\u003cp\u003e是的。來自格陵蘭極寒深海的野生大比目魚，其生長環境極度純淨，能完全避免人工養殖中可能出現的抗生素或生長激素問題。此外，野生魚類在深海中擁有龐大的活動量，造就了其更為緊實細緻的完美肉質。\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":53191253229875,"sku":"F6AAHF004ZZA","price":128.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Taki1080X1080_22.jpg?v=1776933859"},{"product_id":"swordfish","title":"TAKI 日本劍魚(Swordfish)凍乾 50g","description":"\u003cdiv class=\"taki-section-wrapper\"\u003e\n  \u003cstyle\u003e\n    .taki-section-wrapper {\n      \/* 劍魚專屬：深海藍與日式白金的優雅配色 *\/\n      --bg: #f4f6f8;\n      --surface: #ffffff;\n      --surface-2: #e6ecef;\n      --text: #1c262f;\n      --text-muted: #5a6e7d;\n      --line: rgba(28, 38, 47, 0.12);\n      --primary: #12344d;\n      --accent: #296896; \/* 深海琉璃藍 *\/\n      --accent-soft: rgba(41, 104, 150, 0.08);\n      --gold: #b3997a;   \/* 日式雅金 *\/\n\n      --radius-lg: 28px;\n      --radius-full: 999px;\n\n      --shadow-sm: 0 8px 20px rgba(18, 52, 77, 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(--primary);\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(--primary);\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(--primary);\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\"\u003eJapan Deep Sea · Brain Health\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 日本劍魚凍乾 50g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        來自日本深海的頂級捕獲！劍魚在日本料理中一直被視為風味濃郁且營養極高的珍饈。如今我們將這份「力量與活力」的象徵，化作毛孩專屬的深海獎賞。不僅擁有純淨的海洋鮮香，更是守護熟齡大腦與骨骼機能的超級海鮮。\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維他命 D 鞏固骨骼與肌肉\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\"\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\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活化大腦 (Selenium)\u003c\/div\u003e\n          \u003cp\u003e含有豐富的微量元素「硒 (Selenium)」。能強效抗氧化，保護腦部神經細胞免受自由基損傷，幫助維持認知清晰。\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鞏固骨骼 (Vitamin D)\u003c\/div\u003e\n          \u003cp\u003e極佳的天然維他命 D 來源。能大幅提升鈣質吸收率，維持骨骼強健與關節靈活，是預防熟齡骨質流失的關鍵。\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劍魚提供了極高質量且低脂肪的「精實蛋白質 (Lean Protein)」。有助於維持肌肉質量，同時不會造成心血管負擔。\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\"\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\n          在日本文化中，劍魚 (Swordfish) 一直是「力量與活力」的象徵。它沒有一般魚類的腥味，取而代之的是極度乾淨、清新的海洋香氣與緊實的肉質口感 (Meaty Texture)。這份優雅而濃郁的風味，保證能瞬間征服最挑剔的味蕾。TAKI 嚴選日本深海捕獲的頂級劍魚，透過低溫凍乾完美保留其珍貴的營養與風味，因為您的毛孩值得擁有最好的一切。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eJapan Catch\u003c\/strong\u003e\n            \u003cspan\u003e嚴選日本深海頂級漁獲\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eMeaty Texture\u003c\/strong\u003e\n            \u003cspan\u003e獨特緊實口感與純淨海洋香氣\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eAging Support\u003c\/strong\u003e\n            \u003cspan\u003e硒與維他命D完美支持熟齡健康\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乾淨且無腥味的深海鮮香，非常適合對腥味敏感或挑食的毛孩。\u003c\/li\u003e\n          \u003cli\u003e豐富的維他命 D 與硒，是專為熟齡犬貓設計的「護腦強骨」天然保養品。\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深海活力獎賞 (Treat)\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捏碎撒在日常乾糧或生肉上。純淨的海洋香氣能瞬間提升食慾，同時為熟齡毛孩補充每日所需的硒與維他命 D。\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\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e淨重\u003c\/strong\u003e\n          \u003cspan\u003e50g\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\u003e高硒護腦 \/ 維他命D強骨 \/ 瘦肉蛋白\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      \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為什麼劍魚特別適合「熟齡 (Aging)」的毛孩？\u003c\/summary\u003e\n          \u003cp\u003e隨著毛孩年紀增長，大腦認知退化與骨質流失是兩大健康挑戰。劍魚中富含的微量元素「硒 (Selenium)」能強效保護大腦神經免受氧化損傷；而豐富的「維他命 D」則是幫助鈣質吸收、維持骨骼與關節強健的絕對關鍵。這兩者結合，為熟齡毛孩提供了最完美的天然防禦盾。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e劍魚的味道會很重或很腥嗎？\u003c\/summary\u003e\n          \u003cp\u003e完全不會。劍魚之所以在日本料理中被視為高級食材，正是因為它擁有非常乾淨、清新的純淨海洋香氣，完全沒有一般廉價魚種的土腥味。加上它緊實的肉質 (Meaty Texture)，即便是非常挑嘴、對味道敏感的毛孩也會愛不釋口。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e這款凍乾可以加水還原嗎？需要加多少水？\u003c\/summary\u003e\n          \u003cp\u003e可以的！TAKI 採用 -40°C 急速凍乾技術，完美保留了魚肉的纖維結構。只需加入適量的「室溫水（常溫水）」，稍微浸泡幾秒鐘，酥脆的劍魚塊就會還原成新鮮多汁的魚肉。這對於牙口較弱的熟齡毛孩，或是需要額外補充水分的貓咪來說，是非常好的餵食方式。\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":53191256670515,"sku":"F6AAHF001ZZA","price":118.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Kanineint69e994e675ea5069e994e675f7f.7456788869e994e675f7f.jpg?v=1776935716"},{"product_id":"whole-hokkaido-scallop","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: 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\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\"\u003eWhole Nutrition · Hokkaido Sourced\u003c\/span\u003e\n\u003cdiv class=\"taki-title\"\u003eTAKI 原粒北海道帆立貝凍乾小食 30g\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高濃度 Omega-3\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蘊含極豐富的天然 Omega-3 脂肪酸，有效平衡膽固醇、守護心臟健康，同時讓毛髮綻放亮麗光澤。\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天然補血與護腦\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提供極高質量的蛋白質與胺基酸，但卡路里與脂肪含量極低，是維持肌肉質量與理想體態的無負擔首選。\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為什麼「全粒 (Whole)」如此重要？\u003c\/div\u003e\n\u003cp style=\"color: var(--text-muted); max-width: 58ch;\"\u003e一般人類食用的帆立貝往往只取下貝柱 (Scallop Meat)，卻捨棄了周圍的裙邊 (Skirt)。然而在動物營養學中，裙邊同樣富含極高價值的礦物質與微量元素。TAKI 嚴選來自北海道純淨水域的頂級帆立貝，堅持「全粒」溫和凍乾，不僅將海鮮獨有的濃郁旨味 (Umami) 發揮到極致，更確保毛孩能獲得最完整的海洋營養。\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eWhole Scallop\u003c\/strong\u003e \u003cspan\u003e連同裙邊保留 100% 營養\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eOmega-3 \u0026amp; Mag\u003c\/strong\u003e \u003cspan\u003e強效守護心臟與血管健康\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eHokkaido Origin\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帆立貝特有的甘甜胺基酸 (Glycine)，能帶來極佳適口性，甚至有助舒緩情緒。\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 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\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海鮮鮮湯 (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奢華拌糧 (Topper)\u003c\/div\u003e\n\u003cp\u003e將全粒帆立貝捏碎均勻撒在主食上，利用天然海鮮的強大誘食香氣，輕鬆解決挑食問題並補充護心 Omega-3。\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\u003e23g\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許多人類食用的干貝產品為了口感會切除裙邊，但從動物營養學的角度來看，裙邊同樣富含豐富的蛋白質與多種海洋微量礦物質。TAKI 選擇「全粒」保留，是為了確保毛孩能攝取到整顆帆立貝 100% 的完整營養價值。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e帆立貝對毛孩的心臟有什麼特別的好處？\u003c\/summary\u003e\n\u003cp\u003e帆立貝是少數同時富含「Omega-3 脂肪酸」與高濃度「鎂 (Magnesium)」的海鮮。Omega-3 能降低發炎反應與平衡膽固醇；而鎂元素則能幫助放鬆血管、促進血液循環並穩定心跳，兩者結合為心臟提供了極佳的天然防護網。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e帆立貝的膽固醇會很高嗎？\u003c\/summary\u003e\n\u003cp\u003e不會的。帆立貝實際上屬於低卡路里、低脂肪且「低膽固醇」的優質精瘦海鮮蛋白。它不但不會增加心血管與體重的負擔，當中的優質脂肪酸反而有助於維持身體整體的代謝平衡，是非常健康的零食選擇。\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":"30g","offer_id":53191257882931,"sku":"F6AAHF006ZZA","price":118.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/c89d283d-fe65-4793-a446-4e5ea0d1de60.jpg?v=1776947008"},{"product_id":"hokkaido-scallop","title":"TAKI 北海道帆立貝凍乾便攜裝 (6小包)","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: 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\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\"\u003eOn-The-Go Nutrition · Essential Omega-3\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 北海道帆立貝凍乾便攜裝 (6小包)\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        將頂級海洋營養化為最方便的日常補給。來自北海道純淨海域的帆立貝，滿載維持毛孩整體健康不可或缺的 Omega-3 與鎂質。輕巧獨立包裝，隨時隨地為愛寵注入活力。\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-tags\"\u003e\n        \u003cspan\u003e6包獨立便攜裝\u003c\/span\u003e\n        \u003cspan\u003e北海道頂級帆立貝\u003c\/span\u003e\n        \u003cspan\u003e強效抗炎 Omega-3\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\"\u003eCore Functions\u003c\/span\u003e\n        \u003cdiv class=\"taki-heading-2\"\u003e構築基礎健康的雙重防護網\u003c\/div\u003e\n        \u003cp\u003e帆立貝不僅擁有絕佳的鮮甜適口性，其內含的「Omega-3」與「鎂」更是維持毛孩免疫、心臟與神經系統穩定的黃金組合。\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\u003eOmega-3 脂肪酸能有效平衡膽固醇，搭配能放鬆血管壁的鎂元素 (Magnesium)，為心臟提供最強大的雙重保護。\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\u003eOmega-3 具備天然的強大抗發炎特性。能有效紓緩皮膚痕癢、敏感及關節不適，讓毛髮恢復亮麗光澤。\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低卡精瘦蛋白\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\"\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\n          我們深知現代主人的忙碌，因此特別將頂級的北海道帆立貝，設計成每次剛好一份的獨立小包裝。這些生長於極度純淨水域的帆立貝，不僅保證了最頂級的品質與極致的鮮甜旨味，更透過溫和的凍乾技術鎖住了容易流失的微量元素。無論是外出散步、旅行，還是日常在家拌糧，都能輕鬆給予毛孩最天然的高階營養。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003e6 Packets\u003c\/strong\u003e\n            \u003cspan\u003e每包約 3.5g，精準控量不浪費\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eHokkaido Origin\u003c\/strong\u003e\n            \u003cspan\u003e嚴選純淨海域的頂級帆立貝\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eOn The Go\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只需極少量，其濃郁的海鮮鮮甜就能瞬間提升毛孩對整餐的期待感。\u003c\/li\u003e\n          \u003cli\u003e鎂與 Omega-3 的結合，甚至有研究指出能幫助穩定毛孩情緒，減少過度焦慮。\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外出便攜零食 (Snack)\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\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e規格\u003c\/strong\u003e\n          \u003cspan\u003e6 包獨立裝 (每包約 3.5g)\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\u003e高濃度 Omega-3 \/ 鎂質\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      \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為什麼特別強調帆立貝中的「鎂 (Magnesium)」？它對毛孩有什麼幫助？\u003c\/summary\u003e\n          \u003cp\u003e鎂是動物體內不可或缺的微量礦物質。它參與了超過 300 種酵素反應，不僅能幫助神經與肌肉正常運作、放鬆血管以降低血壓，更是協助身體吸收其他維他命（如鈣質和鉀）的關鍵鑰匙。充足的鎂甚至能幫助容易緊張的毛孩穩定情緒。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e這種獨立小包裝的設計有什麼好處？\u003c\/summary\u003e\n          \u003cp\u003e凍乾產品最怕的就是受潮軟化。TAKI 將頂級帆立貝分裝成每包約 3.5g 的獨立小包裝，確保了每一次餵食時，都能維持在最完美的酥脆狀態與新鮮度。同時也非常適合主人外出、旅行時攜帶，乾淨衛生且容易控制份量。\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      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Taki Pets","offers":[{"title":"23g","offer_id":53191258243379,"sku":"F6AAHF007ZZA","price":128.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/1fca5c3b-26b1-4c25-9ac6-16528ce22326.jpg?v=1776947055"},{"product_id":"seafood-platter","title":"Seafood platter","description":"\u003cdiv class=\"taki-section-wrapper\"\u003e\n  \u003cstyle\u003e\n    .taki-section-wrapper {\n      \/* 海洋系列：底色微調為冷調的沙色，Accent 轉為深海藍\/青色 *\/\n      --bg: #f5f7f8;\n      --surface: #ffffff;\n      --surface-2: #e9eff2;\n      --text: #1a252c;\n      --text-muted: #546a78;\n      --line: rgba(26, 37, 44, 0.12);\n      --primary: #153b50;\n      --accent: #2e7d9b; \/* 深海青\/藍 *\/\n      --accent-soft: rgba(46, 125, 155, 0.1);\n      --gold: #8da9b8;\n\n      --radius-lg: 28px;\n      --radius-full: 999px;\n\n      --shadow-sm: 0 8px 20px rgba(21, 59, 80, 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(--primary);\n    }\n\n    .taki-section-wrapper .taki-lead {\n      color: var(--text-muted);\n      font-size: var(--text-lg);\n      max-width: 36ch;\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(--primary);\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(--primary);\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 (Ocean Theme) *\/\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    \/* Important Note *\/\n    .taki-section-wrapper .taki-note-box {\n      margin-top: 32px;\n      padding: 16px 24px;\n      border-radius: 16px;\n      background: rgba(21, 59, 80, 0.04);\n      border-left: 4px solid var(--primary);\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\"\u003eVaried Diet · Premium Ocean Harvest\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 頂級海鮮綜合拼盤 50g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        多樣化的飲食能為毛孩帶來更完整的健康與極致的美味！我們將六種最頂級、最受歡迎的深海珍寶——帝王三文魚、比目魚、盲曹魚、鯛魚、馬鮫魚與銀鮭，完美匯聚在這款華麗的海洋拼盤中。\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-tags\"\u003e\n        \u003cspan\u003e6 款頂級深海珍貴魚種\u003c\/span\u003e\n        \u003cspan\u003e豐富多樣的全方位營養矩陣\u003c\/span\u003e\n        \u003cspan\u003e可快速還原成鮮魚濃湯 (Stew)\u003c\/span\u003e\n        \u003cspan\u003e極致 Omega-3 深層亮毛與抗炎\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\"\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\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雙重三文魚 (Salmon)\u003c\/div\u003e\n          \u003cp\u003e結合了被譽為「和牛級」的帝王三文魚與智利銀鮭，提供極致濃度的 Omega-3 (DHA\/EPA)，能強效抗發炎與深層滋潤皮毛。\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白肉精華 (Snapper\/Halibut)\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盲曹與馬鮫 (Barramundi\/Mackerel)\u003c\/div\u003e\n          \u003cp\u003e盲曹魚(鱸魚)與馬鮫魚蘊藏了豐富的維他命 B 群、硒與碘。能全方位強化免疫系統，並有效維護大腦與神經機能。\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多樣化健康 (Varied Diet)\u003c\/div\u003e\n          \u003cp\u003e透過同時攝取 6 種不同的頂級魚肉，能有效避免單一食材造成的營養盲區，是實踐「多元食療」的最完美方案。\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\"\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\n          「多樣化 (Variety)」是現代寵物營養學中最被推崇的健康理念。TAKI 精心挑選了 6 款各具特色的海洋珍寶，將帝王鮭的濃郁脂香與比目魚的細緻清甜完美交織。透過先進的低溫凍乾工藝，我們將這場盛大的「海鮮嘉年華」鎖在每一口酥脆的魚塊中。您只需隨意抓取一把，就能輕鬆為毛孩提供最完整、最華麗的海洋饗宴。Bon Appétit Furkid!\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003e6 Premium Fish\u003c\/strong\u003e\n            \u003cspan\u003e帝王鮭、銀鮭、比目魚、盲曹、鯛魚、馬鮫\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eVaried Diet\u003c\/strong\u003e\n            \u003cspan\u003e多樣化食材提供更全面的營養網\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eRich Omega-3\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\u003e100% 純淨的頂級深海魚獲，無任何人工添加物，安全且極易消化。\u003c\/li\u003e\n          \u003cli\u003e完美融合了高脂魚類（三文魚）與低脂白肉魚的優點，營養均衡不油膩。\u003c\/li\u003e\n          \u003cli\u003e只需加水，即可瞬間化身為一碗頂級的鮮魚燉湯 (Stew)。\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原味酥脆海鮮 (Treat)\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捏碎撒在乾糧、生肉或鮮食上。極強的鮮甜適口性，能瞬間拯救挑食毛孩，並快速補充珍貴的 Omega-3。\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鮮甜海鮮燉湯 (Stew)\u003c\/div\u003e\n          \u003cp\u003e以 1:1 的比例加入室溫水（例如 50g 拼盤加 50g 水）。數秒內即可完美還原成一碗包含鮮魚肉與濃郁高湯的極致補水燉湯。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-note-box\"\u003e\n        \u003cstrong\u003e⚠️ 餵食與保存建議：\u003c\/strong\u003e\u003cbr\u003e\n        每次餵食前請先將袋子搖勻混合。未開封請存放於陰涼乾燥處；\u003cstrong\u003e開封後請務必放入冰箱冷藏保存\u003c\/strong\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\u003e50g\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\u003e6 種頂級深海魚獲\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e黃金還原比例\u003c\/strong\u003e\n          \u003cspan\u003e魚肉與水 1:1 (室溫水)\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為什麼提倡「多樣化飲食 (Varied Diet)」對毛孩更好？\u003c\/summary\u003e\n          \u003cp\u003e沒有一種單一食材能提供 100% 完美的營養。就像人類需要吃不同的食物一樣，同時攝取多種魚類，能確保毛孩獲取更廣泛、更均衡的氨基酸、脂肪酸與微量元素，從而建立更強大的免疫系統，並減少食物過敏的風險。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e這款海鮮拼盤要如何還原成燉湯 (Stew)？\u003c\/summary\u003e\n          \u003cp\u003e非常簡單！只需使用 1:1 的比例即可。例如，取出 20g 的海鮮拼盤放入碗中，加入 20g 的「室溫水（常溫水）」，稍微攪拌等待幾秒鐘，凍乾就會吸收水分，變成一碗有著軟嫩魚肉與鮮甜湯汁的頂級燉湯。這對不愛喝水的貓狗來說是極佳的補水神器。\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      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Taki Pets","offers":[{"title":"50g","offer_id":53191258439987,"sku":"F6AAHF008ZZA","price":108.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Kanineint69e9980a4362e369e9980a43705.2568999069e9980a43705.jpg?v=1776935743"},{"product_id":"king-salmon","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: 33ch;\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\"\u003eRare 0.7% · Pure Glacial Water\u003c\/span\u003e\n\u003cdiv class=\"taki-title\"\u003eTAKI 紐西蘭帝王三文魚凍乾小食 50g\u003c\/div\u003e\n\u003cdiv class=\"taki-lead\"\u003e孕育於紐西蘭南阿爾卑斯山的純淨冰川淡水中。這種被譽為「和牛級」的帝王三文魚 (King Salmon)，僅佔全球產量 0.7%。其無與倫比的細嫩肉質中，蘊藏著最高濃度的 Omega-3 與強大抗氧化的蝦紅素。\u003c\/div\u003e\n\u003cdiv class=\"taki-tags\"\u003e\n\u003cspan\u003e全球僅 0.7% 的珍稀鮭魚品種\u003c\/span\u003e \u003cspan\u003e紐西蘭冰川淡水純淨養殖\u003c\/span\u003e \u003cspan\u003e極高濃度護心 Omega-3\u003c\/span\u003e \u003cspan\u003e富含蝦紅素 (Astaxanthin) 強效抗老\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天然富含強大的抗氧化劑「蝦紅素 (Astaxanthin)」。能有效中和體內自由基，延緩細胞老化，強化整體免疫力。\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高階 Omega-3 護心\u003c\/div\u003e\n\u003cp\u003e擁有所有三文魚品種中最高水平的 Omega-3 脂肪酸。為心血管系統提供頂級防護，維持心臟強健跳動。\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極高濃度的 DHA 能夠直接滋養腦部神經元。有助於幼齡毛孩的腦部發育，並減緩熟齡毛孩的認知退化。\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頂級魚油能提供卓越的天然抗發炎效果，深層潤滑關節軟骨，大幅提升毛孩的活動力與關節靈活度 (Mobility)。\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來自南阿爾卑斯山的 0.7% 珍稀餽贈\u003c\/div\u003e\n\u003cp style=\"color: var(--text-muted); max-width: 58ch;\"\u003e帝王三文魚 (King Salmon \/ Chinook) 被全球米其林主廚視為鮭魚中的王者。TAKI 嚴選來自紐西蘭南阿爾卑斯山深處的頂級漁獲，這些三文魚在不斷流動、富含礦物質的純淨冰川淡水中長大。這造就了牠們極度細緻 (Delicate) 且入口即化的肉質。透過低溫凍乾工藝，我們將這份僅佔全球 0.7% 的珍稀美味，原汁原味地轉化為毛孩的頂級保養零食。\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003e0.7% Rarity\u003c\/strong\u003e \u003cspan\u003e全球僅有 0.7% 是帝王三文魚\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eGlacial Water\u003c\/strong\u003e \u003cspan\u003e紐西蘭高山冰川淡水純淨孕育\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eAstaxanthin\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紐西蘭永續養殖 (Sustainably Farmed)，完全不使用抗生素與生長激素。\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\u0026lt;\/\u003c\/div\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":53191259914547,"sku":"F6AAHF009ZZA","price":128.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Kanineint69e9984d2161f369e9984d216b9.5055277169e9984d216b9.jpg?v=1776935380"},{"product_id":"salmon-cubes","title":"TAKI 智利銀鮭魚凍乾小食","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: 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\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\"\u003ePristine Chile Waters · Single-Ingredient\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 智利銀鮭魚凍乾小食 50g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        來自智利純淨海域，備受日本人推崇並譽為「銀鮭 (Ginsake)」。這款單一成分的頂級零食蘊含豐富的 Omega-3 與蝦紅素，以純淨鮮甜的風味與極高的消化率，由內而外滋養毛孩的皮毛與活力。\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-tags\"\u003e\n        \u003cspan\u003e智利純淨海域嚴選\u003c\/span\u003e\n        \u003cspan\u003e日本譽為頂級銀鮭 Ginsake\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\"\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\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天然富含強大的抗氧化劑「蝦紅素 (Astaxanthin)」。能有效中和體內自由基，延緩細胞老化，強化整體免疫防禦。\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\"\u003eOmega-3 深層護毛\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高品質的 EPA 與 DHA 能有效潤滑關節軟骨，提升活動力 (Mobility)，同時滋養神經元，支持認知功能發展。\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\"\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\n          銀鮭 (Silver Salmon)，在日本被尊稱為「Ginsake」，以其純淨無腥味的肉質和清甜風味聞名。我們嚴選來自智利純淨海域的優質銀鮭，這款單一成分 (Single-ingredient) 的凍乾零食完美保留了魚肉中的強大營養矩陣。它不僅脂肪比例完美，低飽和脂肪的特質更讓它成為腸胃敏感與挑嘴毛孩的理想健康獎賞。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eGinsake\u003c\/strong\u003e\n            \u003cspan\u003e備受日本推崇的頂級清甜銀鮭\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eGentle Digestion\u003c\/strong\u003e\n            \u003cspan\u003e極致溫和，專為敏感腸胃設計\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eSingle-Ingredient\u003c\/strong\u003e\n            \u003cspan\u003e100% 單一原塊純肉，無任何添加\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肉質清甜純粹，無濃厚腥臭味，能完美解決挑食問題，同時不增加腸胃脂肪負擔。\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低負擔純淨獎賞 (Treat)\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捏碎拌入日常主食中。利用乾淨的天然魚香提升挑食毛孩的食慾，同時輕鬆補充每日必需的 Omega-3 與蝦紅素。\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\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e淨重\u003c\/strong\u003e\n          \u003cspan\u003e50g\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\u003e智利 (Chile) 純淨海域\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      \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銀鮭 (Silver Salmon) 和帝王三文魚有什麼不同？\u003c\/summary\u003e\n          \u003cp\u003e如果說帝王三文魚是主打極致豐富的油脂與奢華口感，那麼銀鮭的特點則是「清甜、乾淨 (Clean flavor)」。銀鮭的飽和脂肪含量相對較低，使得它極度容易消化，特別適合腸胃敏感、容易拉肚子或需要控制脂肪攝取的毛孩。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e為什麼特別強調它被日本人稱為「Ginsake」？\u003c\/summary\u003e\n          \u003cp\u003e日本人對海鮮的品質與鮮度有著世界最高的要求。銀鮭 (Ginsake) 在日本高級料理中備受推崇，正是因為它毫無腥味、肉質純淨且營養豐富。我們將這種人類食用級別的高級海鮮，以凍乾技術轉化為毛孩的頂級零食。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e「單一成分 (Single-ingredient)」對毛孩有什麼好處？\u003c\/summary\u003e\n          \u003cp\u003e這意味著產品 100% 只有純粹的銀鮭魚肉，沒有任何穀物、填充物、防腐劑或人工添加物。這不僅將誘發食物過敏的風險降到最低，更確保毛孩吸收到的每一口，都是最真實、最原始的優質海洋蛋白質與 Omega-3。\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":53191260274995,"sku":"F6AAHF010ZZA","price":98.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Kanineint69e998bdbb2e2669e998bdbb38f.7471842569e998bdbb38f.jpg?v=1776935770"},{"product_id":"hamachi","title":"TAKI 刺身級日本油甘魚(Hamachi)凍乾","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: 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\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\"\u003eSashimi Grade · 3X Omega-3\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 刺身級日本油甘魚凍乾 50g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        來自日本瀨戶內海的頂級旨味 (Umami)。在強勁海流中孕育出緊緻肉質與入口即溶的豐厚脂香。蘊含高達三文魚 3 倍的 Omega-3，為毛孩的心血管與腦部提供最強大的天然防護。\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活魚處理 (Live Processed)\u003c\/span\u003e\n        \u003cspan\u003e三文魚 3 倍 DHA\/EPA\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\"\u003eCore Functions\u003c\/span\u003e\n        \u003cdiv class=\"taki-heading-2\"\u003e超越三文魚的深海營養寶庫\u003c\/div\u003e\n        \u003cp\u003e油甘魚 (Hamachi) 不僅是高級日本料理的珍饈，它在動物營養學上更擁有壓倒性的高濃度護心與護腦元素。\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\"\u003e3 倍高濃度 Omega-3\u003c\/div\u003e\n          \u003cp\u003e擁有高達三文魚三倍的 DHA 與 EPA 含量。極高密度的優質脂肪酸，為毛孩的皮毛注入前所未有的健康光澤。\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豐富的 EPA 被證實能有效保護心血管系統，降低高血壓及冠心病風險，是熟齡毛孩的天然護心神盾。\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極高含量的 DHA 能夠穿透大腦屏障，促進神經細胞健康，幫助年長毛孩維持敏銳的認知與學習能力。\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極致旨味 (Umami)\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\"\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\n          這款油甘魚來自日本著名的「伊予水 (Iyosui)」。他們在瀨戶內海精心挑選具備深水與巨大潮汐落差的海域進行永續養殖。強勁的海流如同天然的跑步機，孕育出油甘魚緊實且豐腴的完美肉質。更重要的是，在最肥美的季節捕撈後，魚隻會以「活體 (Live)」狀態直接運送處理，這是鎖住頂級刺身鮮度、保留完整營養與極致口感的最關鍵秘訣。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003e3X DHA \u0026amp; EPA\u003c\/strong\u003e\n            \u003cspan\u003eOmega-3 含量遠超三文魚\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eLive Processed\u003c\/strong\u003e\n            \u003cspan\u003e活魚處理，鎖住極致刺身鮮度\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eSeto Inland Sea\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強勁的海流讓魚隻獲得充足運動，造就了肥美脂肪與緊緻肌肉的完美平衡。\u003c\/li\u003e\n          \u003cli\u003e堅持日本永續水產養殖 (Sustainably Farmed)，對海洋環境負責。\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頂級刺身級獎賞\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捏碎後拌入日常主食中，濃郁的魚油香氣能瞬間引爆食慾，同時為餐單注入高達 3 倍的強效 Omega-3。\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\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e淨重\u003c\/strong\u003e\n          \u003cspan\u003e50g\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\u003e日本瀨戶內海 (Iyosui)\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      \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油甘魚 (Hamachi) 的 Omega-3 真的比三文魚多嗎？\u003c\/summary\u003e\n          \u003cp\u003e是的！根據營養分析，高品質的日本油甘魚所含的 EPA 與 DHA (Omega-3 的主要成分) 高達一般三文魚的 3 倍。這使它在保護心血管、舒緩關節發炎以及促進腦部健康方面的功效更為顯著。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e什麼是「活魚處理 (Live Processed)」？為什麼這很重要？\u003c\/summary\u003e\n          \u003cp\u003e「活魚處理」是指在魚隻仍然存活、最具活力的狀態下直接進行放血與後續處理（類似日本的「神經締」技術）。這種高級刺身級的處理手法能大幅減少乳酸堆積，防止肉質僵硬，從而鎖住魚肉最極致的鮮甜、柔嫩與營養。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e這款魚肉脂肪含量高，會不會讓毛孩變胖？\u003c\/summary\u003e\n          \u003cp\u003e油甘魚的脂肪屬於極度優質的「不飽和脂肪酸 (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":53191262077235,"sku":"F6AAHF012ZZA","price":118.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Taki_1080X1080_21.jpg?v=1776932852"},{"product_id":"kibinago","title":"TAKI 日本吉備奈子魚(Kibinago)凍乾小食","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: 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\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\"\u003eFukuoka Sourced · Omega-3 Rich\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 日本吉備奈子魚凍乾小食 50g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        嚴選自著名的日本福岡魚市場。這款閃耀著銀色條紋的頂級吉備奈子魚 (Kibinago)，以其卓越的鮮度與天然海洋旨味聞名。低溫凍乾技術完美鎖住豐富的 Omega-3 與全魚營養，為毛孩帶來無法抗拒的極致酥脆享受。\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-tags\"\u003e\n        \u003cspan\u003e日本福岡魚市場直送\u003c\/span\u003e\n        \u003cspan\u003e豐富 Omega-3 護膚亮毛\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\"\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\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富含優質的天然海洋 Omega-3 脂肪酸。能有效舒緩皮膚敏感與乾燥，從根源滋養毛囊，讓毛髮恢復健康光澤。\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全魚天然補鈣\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      \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\"\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\n          吉備奈子魚 (Kibinago \/ 丁香魚) 是一種閃耀著美麗銀色條紋的小型魚類。我們特別嚴選來自日本最著名的「福岡魚市場 (Fukuoka Fish Market)」的頂級漁獲。這裡的海鮮以極高標準的品質與鮮度聞名。TAKI 在魚隻最鮮美的狀態下進行低溫凍乾處理，不添加任何防腐劑或人工香料，將這份道地的日本海洋風味與純粹營養，原封不動地獻給您的毛孩。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eFukuoka Sourced\u003c\/strong\u003e\n            \u003cspan\u003e日本福岡魚市場頂級直送\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eWhole Fish\u003c\/strong\u003e\n            \u003cspan\u003e全魚營養，天然微量元素寶庫\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eCrispy Texture\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「全魚食用」能攝取到平時難以補充的天然魚骨鈣質與內臟微量元素。\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極致酥脆獎賞\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\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e淨重\u003c\/strong\u003e\n          \u003cspan\u003e50g\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\u003e日本福岡 (Fukuoka)\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      \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什麼是吉備奈子魚 (Kibinago)？\u003c\/summary\u003e\n          \u003cp\u003e吉備奈子魚（通常被稱為丁香魚或銀帶鯡）是一種在日本非常受歡迎的小型海魚，特徵是魚身側邊有一條閃亮的銀色條紋。牠們肉質鮮美、骨骼細軟，在日本料理中經常被整條食用，是極具營養價值的優質海鮮。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e這種全魚凍乾會有魚骨刺傷毛孩的風險嗎？\u003c\/summary\u003e\n          \u003cp\u003e完全不會。吉備奈子魚本身就是非常小型的魚類，其魚骨極為細軟。經過低溫凍乾處理後，整條魚連同魚骨都會變得非常酥脆，毛孩咀嚼時會輕易碎裂，不但安全，更能提供極佳的天然鈣質來源。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e為什麼強調來自日本「福岡魚市場」？\u003c\/summary\u003e\n          \u003cp\u003e福岡魚市場是日本最著名的海鮮集散地之一，以處理極高品質、達到人類刺身等級的生鮮漁獲而聞名。從這裡直送的吉備奈子魚，保證了最頂級的鮮度與純淨的海洋環境，確保毛孩吃到的是最健康、無污染的頂級零食。\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":53191263650099,"sku":"F6AAHF013ZZA","price":88.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Taki_1080X1080_32.jpg?v=1776935512"},{"product_id":"batang","title":"TAKI TAKI 馬鮫魚(Batang)凍乾小食","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: 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\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\"\u003eNourishing Fish Soup · Premium Batang\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 馬鮫魚凍乾小食 50g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        將傳統滋補「魚湯」的精華濃縮於每一口之中！選用 100% 頂級馬鮫魚 (Batang)，蘊含豐富 Omega-3 與優質蛋白，為毛孩帶來亮麗皮毛與強健肌肉，完美重現最純粹的海洋滋養。\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-tags\"\u003e\n        \u003cspan\u003e100% 頂級馬鮫魚\u003c\/span\u003e\n        \u003cspan\u003e傳統魚湯滋補概念\u003c\/span\u003e\n        \u003cspan\u003e強效 Omega-3 護毛\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\"\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\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滿載 Omega-3 脂肪酸，從根源深層滋養皮膚，有效舒緩敏感與乾燥，讓毛髮散發健康且亮麗的光澤。\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鞏固免疫防線\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      \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\"\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\n          在亞洲飲食文化中，馬鮫魚 (Batang \/ Spanish Mackerel) 經常被用來熬製滋補養生的「魚湯」，象徵著康復、高營養與溫和的呵護。TAKI 將這份傳統的健康智慧帶給您的毛孩。我們嚴選 100% 頂級馬鮫魚，透過最先進的凍乾技術，在不流失任何營養的前提下，將整碗魚湯的鮮甜精華與 Omega-3 完整封存在輕巧酥脆的魚塊中。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003e100% Batang\u003c\/strong\u003e\n            \u003cspan\u003e頂級馬鮫魚原塊製作\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eFish Soup Essence\u003c\/strong\u003e\n            \u003cspan\u003e傳統滋補魚湯概念\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eOmega-3 Rich\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質地輕盈酥脆，不但適口性極佳，更是不增加腸胃負擔的溫和零食。\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直接酥脆獎賞\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\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e淨重\u003c\/strong\u003e\n          \u003cspan\u003e50g\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\u003e100% 馬鮫魚 (Batang)\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      \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什麼是 Batang (馬鮫魚)？對毛孩有什麼特別的好處？\u003c\/summary\u003e\n          \u003cp\u003eBatang 即是馬鮫魚 (Spanish Mackerel)，這是一種富含優質蛋白質與高濃度 Omega-3 脂肪酸的深海魚類。它能有效促進毛髮生長、保護關節，並且肉質非常容易消化，能為毛孩提供最直接、無負擔的營養補給。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e為什麼特別強調這款產品的「魚湯 (Fish Soup)」概念？\u003c\/summary\u003e\n          \u003cp\u003e在許多亞洲文化中，魚湯代表著溫和、滋補與容易吸收的康復期食物。這款凍乾在加水還原後，能完美釋放出魚肉本身的濃郁精華與香氣，就像為毛孩熬製了一碗天然鮮甜的魚湯，特別適合需要補充水分、挑食或腸胃較弱的毛孩。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e這款凍乾適合每天餵食嗎？\u003c\/summary\u003e\n          \u003cp\u003e非常適合！它採用 100% 純天然魚肉製成，無任何人工添加劑或防腐劑。無論是作為日常的訓練零食，還是正餐的營養補充 (Topper)，都能安全且有效地提升毛孩整體的健康水平與免疫力。\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":53191263846707,"sku":"F6AAHF014ZZA","price":98.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/d8a31cee-55ab-455f-9222-68368f02ab6c.jpg?v=1776947892"},{"product_id":"tiger-prawn","title":"TAKI 原塊老虎蝦凍乾小食","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: 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\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\"\u003ePremium Seafood · Vietnam Sourced\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 原塊老虎蝦凍乾小食 30g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        來自越南純淨海域的頂級鮮味。這款精瘦的低脂海鮮蛋白，富含 Omega-3、維他命與礦物質，為毛孩帶來無法抗拒的鮮甜滋味與全方位的心血管、關節及皮毛護理。\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-tags\"\u003e\n        \u003cspan\u003e100% 頂級老虎蝦\u003c\/span\u003e\n        \u003cspan\u003eOmega-3 護理皮毛\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\"\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\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豐富的天然 Omega-3 脂肪酸深入滋養毛囊，讓皮毛綻放自然光澤，同時潤滑並守護關節健康。\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輕負擔護心血管\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蘊含維他命 A、D 及 B12，全面提升整體免疫力、促進細胞健康與能量代謝，維持巔峰活力。\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\"\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\n          我們嚴選來自越南純淨海域的頂級老虎蝦。透過極致溫和的凍乾工藝，不添加任何防腐劑或人工香料，完美鎖住海鮮獨有的濃郁鮮甜與完整營養。這不只是一份零食，更是大自然賜予毛孩最純粹、最健康且極具誘惑力的海洋寶庫。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eVietnam Sourced\u003c\/strong\u003e\n            \u003cspan\u003e純淨海域直採，鮮度保證\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eZero Additives\u003c\/strong\u003e\n            \u003cspan\u003e零添加防腐劑，純天然製成\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eHigh Palatability\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純天然的微量元素群，從根本支持毛孩的整體免疫系統與日常代謝。\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直接酥脆獎勵\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\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e淨重\u003c\/strong\u003e\n          \u003cspan\u003e30g\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\u003e100% 越南頂級老虎蝦\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      \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絕對可以！老虎蝦提供了極優質的低脂海鮮蛋白與豐富的 Omega-3，這些營養對貓咪和狗狗的皮毛、心血管及關節健康都有極大的益處，且純粹的海鮮香氣對牠們具有極高的吸引力。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e老虎蝦的膽固醇或脂肪會不會太高？\u003c\/summary\u003e\n          \u003cp\u003e不會的。這款老虎蝦凍乾屬於「精瘦蛋白 (Lean Protein)」，其脂肪含量極低。它不僅不會造成肥胖負擔，當中的優質脂肪酸反而有助於維持心血管健康與理想的體態。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e凍乾海鮮會不會有腥臭味？\u003c\/summary\u003e\n          \u003cp\u003eTAKI 採用頂級的溫和凍乾技術，在零下低溫中抽乾水分，完美保留了老虎蝦天然的「鮮甜味」而非腥臭味。這種純粹的香氣能極大程度地刺激毛孩的食慾，是針對挑食毛孩的絕佳法寶。\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":"30g","offer_id":53191267615027,"sku":"F6AAHF015ZZA","price":98.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/1c16fdd0-41a8-4ec9-b113-0f8c5e28dacf.jpg?v=1776939618"},{"product_id":"wagyu-cubes","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 區塊 (取代原本的 h1 區塊) *\/\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 href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/api.fontshare.com\/v2\/css?f[]=satoshi@400,500,700\u0026amp;display=swap\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1\u0026amp;display=swap\"\u003e\n\u003cdiv class=\"taki-container\"\u003e\n\u003cdiv class=\"taki-intro\"\u003e\n\u003cspan class=\"taki-eyebrow\"\u003eLuxury freeze-dried treat\u003c\/span\u003e\n\u003cdiv class=\"taki-title\"\u003eTAKI 和牛粒凍乾小食 50g\u003c\/div\u003e\n\u003cdiv class=\"taki-lead\"\u003e餐廳級的奢華寵味，為對飲食極致講究的毛孩而設。以 100% 頂級和牛凍乾製成， 鎖住豐盈脂香、細膩肉汁與入口即溶般的鬆軟口感，讓每一次獎勵都像升級成一場星級盛宴。\u003c\/div\u003e\n\u003cdiv class=\"taki-tags\"\u003e\n\u003cspan\u003e100% 頂級和牛\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\"\u003eWhy they love it\u003c\/span\u003e\n\u003cdiv class=\"taki-heading-2\"\u003e把奢華感說得具體，而不只是高級形容詞\u003c\/div\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\"\u003e100% 頂級和牛\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純天然零添加\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\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來自新加坡人氣頂級寵物食品品牌 TAKI，這款原塊和牛凍乾小食以 100% 餐廳級和牛製作， 透過頂級凍乾工藝保留天然營養、脂香與層次。和牛本身富含高品質蛋白、維他命 B 群、 鐵與鋅，同時含有 Omega-3、Omega-6 及單元不飽和脂肪，口感也比一般偏硬零食更細膩柔軟。\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003e100%\u003c\/strong\u003e \u003cspan\u003e餐廳級和牛單一食材\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003e50g\u003c\/strong\u003e \u003cspan\u003e輕巧份量，方便日常獎勵\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003e2 ways\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適合當作高價值獎勵，也可作 meal topper 提升適口性。\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 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\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拌糧加香\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\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\u003e100% 和牛\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\u003cspan class=\"taki-eyebrow\"\u003eFAQ\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"taki-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e這款是貓狗都可以食用嗎？\u003c\/summary\u003e\n\u003cp\u003e可以。產品定位為貓狗皆宜，作為日常獎勵、加餐或 meal topper 都很合適。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e可以只當零食，還是也能拌主食？\u003c\/summary\u003e\n\u003cp\u003e兩種都可以。你可直接餵食，也可掰碎後拌入乾糧、主食或濕食中提升香氣與適口性。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e為什麼口感會比一般風乾零食更鬆軟？\u003c\/summary\u003e\n\u003cp\u003e和牛脂肪較柔軟，熔點亦相對較低，因此整體咀嚼感受更細緻，較少一般偏硬肉乾的粗糙感。\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":53191269876019,"sku":"F6AAHF016ZZA","price":118.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Taki_1080X1080_1.jpg?v=1776926258"},{"product_id":"wagyu-steak","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\"\u003ePrimal Nutrition\u003c\/span\u003e\n\u003cdiv class=\"taki-title\"\u003eTAKI 和牛扒凍乾小食 50g\u003c\/div\u003e\n\u003cdiv class=\"taki-lead\"\u003e富含高品質蛋白質、維他命 B 群、鐵與鋅，結合和牛獨有的高比例 Omega-3 及 Omega-6 脂肪酸。柔軟脂肪帶來的極致口感，直接喚醒毛孩最原始的食慾本能。\u003c\/div\u003e\n\u003cdiv class=\"taki-tags\"\u003e\n\u003cspan\u003e核心營養寶庫\u003c\/span\u003e \u003cspan\u003e高比例 Omega 脂肪酸\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優質蛋白質、高維他命 B 群、鐵與鋅，是維持碳水化合物代謝與製造日常能量的關鍵基礎。\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高比例 Omega 脂肪酸\u003c\/div\u003e\n\u003cp\u003e相比一般牛肉，和牛蘊含更高比例的 Omega-3、Omega-6 及單元不飽和脂肪，由內而外護膚亮毛。\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\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;\"\u003eTAKI 選用的頂級和牛，不僅提供了極致的味覺享受，在營養表現上更勝一籌。和牛含有比其他牛肉更豐富的單元不飽和脂肪，這些優質脂肪不僅熔點低、質地柔軟，更創造出入口即溶的奇妙口感。伴隨豐富的鐵、鋅與維他命 B，全面支持毛孩的日常能量消耗與腸胃酵素運作。\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eOmega 3 \u0026amp; 6\u003c\/strong\u003e \u003cspan\u003e比例超越一般牛肉\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eLow Melting Point\u003c\/strong\u003e \u003cspan\u003e低熔點柔軟脂肪質地\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eVitamin B \u0026amp; Zinc\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配合產品「Can Be Rehydrated」的特性，無論是乾吃還是濕食，都能發揮和牛獨有的魅力。\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加水還原\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\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高維他命 B \/ 鐵 \/ 鋅\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-fact\"\u003e\n\u003cstrong\u003e餵食特點\u003c\/strong\u003e \u003cspan\u003e可加水還原 (Rehydrated)\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和牛所含的脂肪中，擁有極高比例的單元不飽和脂肪以及 Omega-3、Omega-6。這類優質脂肪具有較低的熔點與柔軟質地，不僅更容易消化，還能幫助促進腸道內的酵素運作與營養吸收，適量餵食是非常好的機能補充。\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\u003cdetails open=\"\"\u003e\n\u003csummary\u003e加水還原 (Rehydrate) 需要注意什麼？\u003c\/summary\u003e\n\u003cp\u003e建議使用微溫水（不要用滾水以免破壞維他命B與酵素），稍微浸泡即可釋放豐富的肉汁與脂香。未吃完的還原鮮肉請於短時間內食用完畢或冷藏，以保新鮮。\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":53191271907635,"sku":"F6AAHF017ZZA","price":128.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Taki_1080X1080_3_bc5cf215-6a67-49ed-aa0e-e2ea7c140afe.jpg?v=1776939870"},{"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"},{"product_id":"chicken-breast","title":"TAKI 原塊雞胸肉凍乾小食","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      --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    .taki-section-wrapper * { box-sizing: border-box; }\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    \/* 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: 33ch;\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    \/* 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    \/* Benefit Cards *\/\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    \/* Video Section 修正版 *\/\n    .taki-section-wrapper .taki-video-section {\n      padding: clamp(52px, 8vw, 96px) 0;\n      background: var(--primary);\n    }\n\n    .taki-section-wrapper .taki-video-inner {\n      width: min(calc(100% - 32px), 1180px);\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 56px;\n      align-items: center;\n    }\n\n    .taki-section-wrapper .taki-video-text .taki-eyebrow {\n      background: rgba(255,255,255,0.12);\n      color: rgba(255,255,255,0.7);\n    }\n\n    .taki-section-wrapper .taki-video-text .taki-heading-2 {\n      color: #fff;\n      margin-bottom: 16px;\n    }\n\n    .taki-section-wrapper .taki-video-text p {\n      color: rgba(255,255,255,0.65);\n      font-size: var(--text-base);\n      max-width: 42ch;\n      margin: 0;\n    }\n\n    .taki-section-wrapper .taki-video-wrap {\n      position: relative;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: #000;\n      box-shadow: 0 24px 60px rgba(0,0,0,0.35);\n      line-height: 0; \/* 消除底部白邊 *\/\n    }\n\n    .taki-section-wrapper .taki-video-wrap video {\n      width: 100%;\n      height: auto; \/* 讓影片依照自己的比例撐開高度 *\/\n      display: block;\n    }\n\n    \/* Story Section *\/\n    .taki-section-wrapper .taki-story-grid { max-width: 860px; }\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 { display: grid; gap: 14px; }\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 { display: none; }\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 { grid-template-columns: 1fr 1fr; }\n      .taki-section-wrapper .taki-video-inner { grid-template-columns: 1fr; gap: 32px; }\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 { grid-template-columns: 1fr; }\n      .taki-section-wrapper .taki-lead { max-width: none; }\n    }\n  \u003c\/style\u003e\n\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  \u003c!-- ════ INTRO ════ --\u003e\n  \u003cdiv class=\"taki-container\"\u003e\n    \u003cdiv class=\"taki-intro\"\u003e\n      \u003cspan class=\"taki-eyebrow\"\u003eLean Protein · Singapore Made\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 原塊雞胸肉凍乾小食 50g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        最純粹的精瘦蛋白，結合四大機能微量元素。低脂高蛋白的雞胸肉，是強化骨骼、促進代謝、守護關節與大腦的天然日常基礎。\n      \u003c\/div\u003e\n      \u003cdiv class=\"taki-tags\"\u003e\n        \u003cspan\u003e100% 雞胸肉\u003c\/span\u003e\n        \u003cspan\u003e低脂精瘦蛋白\u003c\/span\u003e\n        \u003cspan\u003e維他命 B3 \u0026amp; B6\u003c\/span\u003e\n        \u003cspan\u003e護骨磷質與抗氧化硒\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════ BENEFIT CARDS ════ --\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維他命 B3｜護關節降膽固醇\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維他命 B6｜蛋白質合成\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硒｜強效天然抗氧化\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  \u003c!-- ════ VIDEO SECTION (已修正) ════ --\u003e\n  \u003cdiv class=\"taki-video-section\"\u003e\n    \u003cdiv class=\"taki-video-inner\"\u003e\n      \u003cdiv class=\"taki-video-text\"\u003e\n        \u003cspan class=\"taki-eyebrow\"\u003eSee It In Action\u003c\/span\u003e\n        \u003cdiv class=\"taki-heading-2\"\u003e純粹的好食材，看得見的品質承諾\u003c\/div\u003e\n        \u003cp\u003e每一塊 TAKI 凍乾雞胸肉，都是 100% 真實原塊雞胸肉製成。沒有黏合劑，沒有人工添加，頂級凍乾工藝忠實封存原肉本質。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"taki-video-wrap\"\u003e\n        \u003c!-- 直接放入影片連結，加入 muted 與 playsinline 確保 Safari\/手機可以自動播放 --\u003e\n        \u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ef90b807d02643068ae497bb46d927d8.mp4\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════ STORY SECTION ════ --\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\n          雞胸肉一直是營養學上公認最優質的低脂蛋白來源。TAKI 採用頂級溫和凍乾工藝，不經任何高溫處理，完整保留雞胸肉中的天然維他命、礦物質與肉質結構。極低的脂肪含量讓腸胃更容易負擔，即使是消化系統敏感的毛孩也能輕鬆享用。\n        \u003c\/p\u003e\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003e100% Chicken\u003c\/strong\u003e\n            \u003cspan\u003e純天然單一成分，零添加\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eLow Fat\u003c\/strong\u003e\n            \u003cspan\u003e極低脂精瘦，輕鬆消化吸收\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eMade in SG\u003c\/strong\u003e\n            \u003cspan\u003e新加坡製造，嚴格品質把關\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"taki-list\"\u003e\n          \u003cli\u003eB3 舒緩關節炎、降低壞膽固醇，提升年長毛孩的日常舒適度。\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\n  \u003c!-- ════ HOW TO SERVE ════ --\u003e\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      \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加水還原 (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百搭拌糧 (Topper)\u003c\/div\u003e\n          \u003cp\u003e捏碎後拌入任何主食，利用雞肉天然的誘食性讓挑食毛孩乖乖開餐，同時補充 B 維他命與磷質。\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\n          \u003cspan\u003e50g\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\u003e新加坡製造 (Made in SG)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e成分\u003c\/strong\u003e\n          \u003cspan\u003e100% 雞胸肉，零添加\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════ FAQ ════ --\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\u003eB3 和 B6 對毛孩有什麼分別？兩個都重要嗎？\u003c\/summary\u003e\n          \u003cp\u003e兩者同樣重要但功能各異。維他命 B3（菸鹼酸）主要負責降低壞膽固醇、舒緩關節炎症狀，並支持認知機能，對熟齡毛孩特別有益。維他命 B6 則專門協助蛋白質的代謝與合成，確保食物中的蛋白質被有效利用，而非白白浪費。兩者共同作用，構成更完整的營養支援。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e已經有餵雞肉主糧，還需要這款凍乾嗎？\u003c\/summary\u003e\n          \u003cp\u003e需要的。日常煮熟的雞肉在加熱過程中，水溶性維他命（如 B3、B6）及部分礦物質會大量流失。TAKI 凍乾工藝在不加熱的情況下去除水分，讓所有維他命、磷質與硒元素保持完整，其營養密度遠高於一般烹調的雞肉。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e為什麼「低脂」對毛孩來說是一個優點？\u003c\/summary\u003e\n          \u003cp\u003e過高的脂肪攝取是導致毛孩肥胖、胰臟炎及消化不良的主要原因之一。雞胸肉是天然低脂的優質蛋白來源，它讓毛孩能攝取充足的蛋白質與機能微量元素，卻不需要承擔多餘脂肪帶來的健康風險，非常適合需要控制體重或有胰臟問題的毛孩。\u003c\/p\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Taki Pets","offers":[{"title":"50g","offer_id":53191272956211,"sku":"F6AAHF020ZZA","price":68.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Taki1080X1080_12.jpg?v=1776930249"},{"product_id":"mutton-leg","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: 33ch;\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\"\u003eNutrient-Dense Red Meat\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富含鐵質與維他命 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高含量的鋅元素與豐富礦物質，構築強大的天然免疫防護網，從根本提升身體機能。\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溫和極易消化\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\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;\"\u003eTAKI 羊腿肉粒特別選用風味更醇厚、營養價值更高的成羊 (Mutton)。比起一般小羔羊 (Lamb)，它能提供更豐沛的鐵質、鋅與健康脂肪。透過溫和的凍乾技術，我們將這份極具野性與高營養密度的珍貴食材，轉化為毛孩無法抗拒的頂級獎賞。\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eMutton\u003c\/strong\u003e \u003cspan\u003e更高濃度的鐵與鋅元素\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eB12 \u0026amp; Iron\u003c\/strong\u003e \u003cspan\u003e支持造血機能與能量代謝\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eAlternative\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 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\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加水溫和還原\u003c\/div\u003e\n\u003cp\u003e加入溫水 (Rehydrate) 瞬間釋放豐厚肉汁與濃郁香氣。質地變得極易消化，同時溫和補充每日所需水分。\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高營養拌糧 (Topper)\u003c\/div\u003e\n\u003cp\u003e捏碎後拌入主食，利用紅肉強大的誘食性輕鬆解決挑食問題，瞬間提升整餐的鐵質與維他命 B12。\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頂級成羊腿肉 (Mutton)\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為什麼選擇成羊 (Mutton) 而不是小羔羊 (Lamb)？\u003c\/summary\u003e\n\u003cp\u003e成羊 (Mutton) 的肉質在發育過程中積累了更豐富的微量元素。相比小羔羊，它含有更多的鐵質、鋅與健康脂肪，整體的營養密度更高。同時，其醇厚的紅肉風味更能強烈激發毛孩的食慾。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e什麼是「替代蛋白 (Alternative Protein)」？對毛孩有何好處？\u003c\/summary\u003e\n\u003cp\u003e當毛孩對市面上最常見的蛋白質（如雞肉或牛肉）產生敏感、皮膚痕癢或腸胃不適時，羊腿肉提供了一個絕佳的「替代」選擇。它能安全避開既有過敏原，同時確保毛孩攝取到充足的高品質蛋白質與必需胺基酸。\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":"50g","offer_id":53191273447731,"sku":"F6AAHF021ZZA","price":98.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/2209e0d3-8e49-47b0-a3fb-62aca667f883.jpg?v=1776947294"},{"product_id":"beef-liver","title":"TAKI 頂級牛肝凍乾小食","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: 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\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\"\u003eNatural Superfood · Nutrient-Dense\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 頂級牛肝凍乾小食 50g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        尋找純天然且健康的超級食物？被譽為動物界「天然綜合維他命」的牛肝，擁有超越一般肉類的極高營養密度。它富含強效造血的鐵質與關鍵維他命，為毛孩的視力、神經與免疫系統注入強大的生命活力。\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維他命 A 守護視力與皮膚\u003c\/span\u003e\n        \u003cspan\u003e維他命 B12 強化神經機能\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\"\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\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維他命 A 護眼亮毛\u003c\/div\u003e\n          \u003cp\u003e擁有極高水平的維他命 A，不僅能強效保護視力、延緩眼睛退化，更能深層滋養皮膚，讓毛髮恢復健康光澤。\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\"\u003eB12 與神經健康\u003c\/div\u003e\n          \u003cp\u003e牛肝是維他命 B12 最豐富的天然來源之一。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蘊含豐富的鋅元素與必需脂肪酸，有效活化大腦與關節健康，同時激發免疫系統潛能，全面提升毛孩的抵抗力。\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\"\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\n          在野生動物的飲食本能中，肝臟往往是最先被食用的部位，因為它是整個獵物中營養價值最密集的精華。TAKI 嚴選頂級牛肝，透過低溫凍乾技術完美鎖住其豐富的鐵質、維他命 A、B12 以及必需脂肪酸。這不僅是一份美味誘人的天然零食，更是由內而外全面填補毛孩日常營養缺口、提升整體活力的關鍵補給。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eNutrient-Dense\u003c\/strong\u003e\n            \u003cspan\u003e營養密度極高的天然超級食物\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eIron Rich\u003c\/strong\u003e\n            \u003cspan\u003e高濃度天然鐵質，強效造血\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eEssential Vitamins\u003c\/strong\u003e\n            \u003cspan\u003e滿載維他命 A、B12 與鋅元素\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內臟獨特的濃郁香氣對貓狗具有致命的吸引力，是解決挑食問題的終極法寶。\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機能維他命獎賞 (Treat)\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捏成粉末均勻撒在日常主食上。強烈的內臟香氣能瞬間喚醒食慾，完美補足單一乾糧中容易缺乏的微量元素與 B 族維他命。\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\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e淨重\u003c\/strong\u003e\n          \u003cspan\u003e50g\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\u003e極高鐵質 \/ 維他命 A \/ B12 \/ 鋅\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      \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為什麼牛肝被稱為「超級食物 (Superfood)」？\u003c\/summary\u003e\n          \u003cp\u003e因為它含有極高濃度的鐵質、維他命 A、B 族維他命、鋅以及必需脂肪酸。相比於一般的肌肉肉類（如牛排或雞胸肉），牛肝在這些關鍵微量元素上的營養密度呈倍數增長，可以說是動物界最天然、最純粹的綜合維他命寶庫。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e吃牛肝對毛孩有什麼最明顯的好處？\u003c\/summary\u003e\n          \u003cp\u003e最直接的好處是改善貧血、迅速提升整體活力與精神（歸功於極高的鐵質與維他命 B12）。此外，豐富的維他命 A 能讓眼睛更明亮、有效延緩視力退化，並幫助皮膚抵禦外界刺激，讓毛髮重現健康光澤。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e牛肝的味道毛孩喜歡嗎？適合每天吃嗎？\u003c\/summary\u003e\n          \u003cp\u003e非常喜歡！內臟類（尤其是牛肝）散發出的獨特濃郁香氣，對貓狗具有無法抗拒的吸引力，是極佳的挑食剋星。因為其營養密度極高，作為日常的訓練零食或適量拌入主食中（Topper），能完美發揮其保健功效。\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":53191274823987,"sku":"F6AAHF022ZZA","price":78.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Kanineint69e99bd138027669e99bd1380af.3571996769e99bd1380af.jpg?v=1776935096"},{"product_id":"kangaroo","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: 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\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\"\u003eWild \u0026amp; Free-Range · Lean Protein\u003c\/span\u003e\n\u003cdiv class=\"taki-title\"\u003eTAKI 野生袋鼠肉粒凍乾小食 50g\u003c\/div\u003e\n\u003cdiv class=\"taki-lead\"\u003e尋找獨特且健康的蛋白質選擇？來自澳洲廣闊野外的純淨袋鼠肉，100% 自然放養、無激素與抗生素。擁有極低脂肪與膽固醇，並滿載獨特的共軛亞麻油酸 (CLA) 與牛磺酸，是毛孩最天然的低敏紅肉。\u003c\/div\u003e\n\u003cdiv class=\"taki-tags\"\u003e\n\u003cspan\u003e100% 野生放養與永續捕獲\u003c\/span\u003e \u003cspan\u003e極低脂與低膽固醇\u003c\/span\u003e \u003cspan\u003e豐富 CLA 與牛磺酸\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共軛亞麻油酸 (CLA)\u003c\/div\u003e\n\u003cp\u003e含有極為獨特的 Omega-6 脂肪酸 (CLA)，有助於促進脂肪代謝，是維持理想體態與肌肉量的最佳天然助手。\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牛磺酸與維他命 B\u003c\/div\u003e\n\u003cp\u003e滿載牛磺酸 (Taurine)、菸鹼酸與核黃素。能強效守護毛孩的心臟機能，並全面支持神經系統與眼睛健康。\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\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袋鼠肉是目前地球上最純淨的肉類之一。牠們在澳洲廣闊的自然環境中完全野生放養 (Free-range)，並以符合生態永續的方式捕獲。這意味著肉質中絕對沒有人工圈養所帶來的賀爾蒙或抗生素。作為一種極為罕見的「新興蛋白 (Novel Protein)」，它不僅提供了濃郁誘人的野味香氣，更是食物敏感毛孩的完美救星。\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eWild \u0026amp; Sustainable\u003c\/strong\u003e \u003cspan\u003e100% 野生放養與永續捕獲\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eZero Additives\u003c\/strong\u003e \u003cspan\u003e保證零激素、零抗生素殘留\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eRich in CLA\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蘊含支持心臟健康的關鍵營養素「牛磺酸 (Taurine)」，貓狗皆能從中獲益。\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捏碎後均勻撒在乾糧上。不僅大幅提升食慾，更能為日常餐單額外補充獨特的共軛亞麻油酸 (CLA) 與豐富鐵質。\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\u003e100% 澳洲野生袋鼠肉\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因為袋鼠是完全在澳洲廣闊自然環境中野生放養，並以永續方式捕獲的。牠們沒有經過人工圈養，這保證了肉質中絕對不含任何人工添加的賀爾蒙、生長激素或抗生素，是最 100% 天然且純淨的蛋白質來源。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e袋鼠肉對需要減肥或控制體重的毛孩有幫助嗎？\u003c\/summary\u003e\n\u003cp\u003e非常有幫助！袋鼠肉以其「極低脂肪（特別是飽和脂肪）與低膽固醇」而聞名。更棒的是，它富含一種名為共軛亞麻油酸 (CLA) 的特殊脂肪酸，研究指出 CLA 有助於促進脂肪代謝、維持肌肉量，是體重控制的最佳紅肉選擇。\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Taki Pets","offers":[{"title":"50g","offer_id":53191274856755,"sku":"F6AAHF023ZZA","price":108.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/a01dc5be-2c00-4d15-a20d-c8cb4dee41e0.jpg?v=1776947783"},{"product_id":"crocodile","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\"\u003eHypoallergenic Superfood\u003c\/span\u003e\n\u003cdiv class=\"taki-title\"\u003eTAKI 鱷魚肉凍乾小食 50g\u003c\/div\u003e\n\u003cdiv class=\"taki-lead\"\u003e針對氣管敏感與腦部健康的天然超級食物。這款極低敏的「新興蛋白」富含抗癌特性與珍貴 HDA 複合成分，是高齡、過敏或需要特殊照護毛孩的頂級修護之選。\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珍貴 HDA 修護\u003c\/div\u003e\n\u003cp\u003e含有高水平的 HDA 複合成分，特別適合應對各類急慢性過敏，如皮膚炎、胰臟炎及腸炎症候群 (IBD)。\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作為極低致敏源的 Novel Protein，能有效避開常見肉類過敏，是食物不耐症毛孩的安全綠洲。\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\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無論您的毛孩正受過敏困擾，還是面對糖尿病、胰臟炎等健康挑戰，TAKI 鱷魚尾肉都是最溫和且具修護力的選擇。它不僅有助於提升腦部健康，其天然的抗癌特性更是無可取代的超級食物。透過純天然的飲食干預，給予牠們最溫柔的守護。\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eHDA Compounds\u003c\/strong\u003e \u003cspan\u003e針對性紓緩發炎與過敏\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eLow Fat\u003c\/strong\u003e \u003cspan\u003e減輕胰臟與心血管負擔\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eBrain Health\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 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\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拌糧提升食慾\u003c\/div\u003e\n\u003cp\u003e輕鬆撒在主食或罐頭上作為 Meal Topper，在完全不增加腸胃負擔的前提下，完美升級每一餐的營養與抗病力。\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加入溫水 (Rehydrate) 瞬間還原鱷魚尾肉的軟嫩口感與鮮甜，增加患病毛孩的水分攝取，更易於消化吸收。\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什麼是「新興蛋白 (Novel Protein)」，對毛孩有何好處？\u003c\/summary\u003e\n\u003cp\u003e新興蛋白是指毛孩過去較少或未曾接觸過的肉類來源。對於患有嚴重食物不耐症，或對牛肉、雞肉等常見肉類過敏的毛孩，鱷魚肉能有效避開過敏原，是最安全且理想的低敏蛋白質選擇。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e為什麼鱷魚肉特別適合患有胰臟炎或 IBD 的毛孩？\u003c\/summary\u003e\n\u003cp\u003e鱷魚肉屬於極低脂肪且極易消化的優質蛋白，能大幅減輕胰臟及腸胃道的消化負擔。同時，它蘊含的高水平 HDA 複合成分，有助於紓緩身體各類急慢性發炎症狀，是這些疾病的極佳輔助食品。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e高齡或過胖的毛孩可以每天食用嗎？\u003c\/summary\u003e\n\u003cp\u003e非常適合！這款小食具備高蛋白、極低脂肪及低膽固醇的「超級食物」特性，能為年長或需要嚴格控制體重的毛孩提供充足的高階營養，卻不會增加任何多餘負擔。\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":53191274987827,"sku":"F6AAHF024ZZA","price":158.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Taki_1080X1080_6_612a5099-fe88-4782-9522-128d3f352d2c.jpg?v=1776948637"},{"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"},{"product_id":"venison","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\"\u003eNovel Protein · Lean Red Meat\u003c\/span\u003e\n\u003cdiv class=\"taki-title\"\u003eTAKI 頂級鹿肉粒凍乾小食 50g\u003c\/div\u003e\n\u003cdiv class=\"taki-lead\"\u003e散發獨特大地野味香氣的珍稀肉類。作為極其罕見的「新興蛋白 (Novel Protein)」，它不僅擁有超越牛肉的精瘦肉質與更高濃度的 Omega-3，更是對常見肉類過敏毛孩的完美紅肉替代方案。\u003c\/div\u003e\n\u003cdiv class=\"taki-tags\"\u003e\n\u003cspan\u003e完美低敏新興蛋白\u003c\/span\u003e \u003cspan\u003e超越牛肉的精瘦紅肉\u003c\/span\u003e \u003cspan\u003e豐富鐵質與 Omega-3\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高階 Omega-3 紅肉\u003c\/div\u003e\n\u003cp\u003e擁有比一般紅肉（如牛肉或羊肉）更高濃度的 Omega-3 脂肪酸，能在滋養皮毛的同時強效守護心血管健康。\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)，具備卓越的天然抗發炎特性。能幫助舒緩皮膚痕癢、敏感及身體內部的發炎反應。\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滿載核黃素 (維他命 B2) 與維他命 B6，為細胞代謝提供能量，全面支持並強化免疫系統的正常運作。\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在動物營養學中，鹿肉 (Venison) 被視為最頂級的「新興蛋白 (Novel Protein)」。這意味著絕大多數毛孩從未接觸過這種肉類，因此極少引發食物過敏。它擁有比牛肉更精瘦的肉質，卻蘊含更豐富的微量元素。TAKI 透過極致溫和的凍乾工藝，完美保留了鹿肉獨特的大地風味 (Earthy flavor) 與其強大的野性營養。\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\u003eLean Red Meat\u003c\/strong\u003e \u003cspan\u003e比牛肉更精瘦的健康紅肉選擇\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eEarthy Flavor\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什麼是「新興蛋白 (Novel Protein)」？\u003c\/summary\u003e\n\u003cp\u003e在寵物飲食中，新興蛋白是指毛孩以前從未吃過、身體免疫系統尚未接觸過的肉類（如鹿肉或袋鼠肉）。因為未曾接觸，身體就不會將其視為過敏原，因此它是解決皮膚紅腫、持續痕癢、腸胃敏感等食物過敏問題的最佳選擇。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e鹿肉和牛肉相比有什麼優勢？\u003c\/summary\u003e\n\u003cp\u003e鹿肉和牛肉同屬紅肉，但鹿肉的脂肪含量明顯更低（更加精瘦），且含有比牛肉更高濃度的 Omega-3 脂肪酸。此外，鹿肉在鐵質與維他命 B 群（如核黃素、菸鹼酸）的表現上也極為優異，是更健康、低脂肪負擔的紅肉替代品。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e鹿肉的「大地風味 (Earthy flavor)」毛孩會喜歡嗎？\u003c\/summary\u003e\n\u003cp\u003e絕對會！這種原始、濃郁的野性香氣能精準擊中貓狗的肉食本能。對於吃膩了常見家禽（雞、鴨）或牛羊肉的挑食毛孩來說，鹿肉獨特的風味往往能帶來意想不到的極佳適口性，讓牠們重新愛上進食。\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":53191275086131,"sku":"F6AAHF026ZZA","price":138.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/48da7bf5-f439-4806-9b44-64b6482ac661.jpg?v=1776940043"},{"product_id":"essential-beef-platter","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: 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\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\"\u003eSteakhouse Experience · Primal Heart\u003c\/span\u003e\n\u003cdiv class=\"taki-title\"\u003eTAKI 豪華牛肉拼盤 300g\u003c\/div\u003e\n\u003cdiv class=\"taki-lead\"\u003e為毛孩打造專屬的「頂級牛排館饗宴」！這款高達 300g 的豪華大容量拼盤，完美匯聚了和牛牛排、草飼牛與頂級牛肝。用最奢華、極致滿足的餐廳級紅肉，直擊並喚醒毛孩靈魂深處的原始肉食渴望。\u003c\/div\u003e\n\u003cdiv class=\"taki-tags\"\u003e\n\u003cspan\u003e300g 超豪華大容量拼盤\u003c\/span\u003e \u003cspan\u003e頂級牛排館的極致饗宴\u003c\/span\u003e \u003cspan\u003e和牛 x 草飼牛 x 牛肝三重奏\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和牛牛排 (Wagyu)\u003c\/div\u003e\n\u003cp\u003e擁有超越一般牛肉的 Omega-3 與 Omega-6 比例，低熔點的單不飽和脂肪賦予了入口即化的絕佳質地與奢華香氣。\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草飼牛 (Grass-fed)\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頂級牛肝 (Beef Liver)\u003c\/div\u003e\n\u003cp\u003e動物界的超級維他命寶庫！低脂且富含維他命 A、B 群、鋅、銅與膽鹼，全方位強化大腦、骨骼與免疫系統機能。\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\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\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Taki Pets","offers":[{"title":"300g","offer_id":53191275184435,"sku":"F6AAHF027ZZA","price":298.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Kanineint69e99d5bb1229969e99d5bb12cd.9862321569e99d5bb12cd.jpg?v=1776935271"},{"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\/Taki_1080X1080_8.jpg?v=1776928108"},{"product_id":"taki-universe-hamper","title":"TAKI 宇宙探索節慶禮盒","description":"\u003cdiv class=\"taki-section-wrapper\"\u003e\n  \u003cstyle\u003e\n    .taki-section-wrapper {\n      \/* 回歸 TAKI 經典的優雅大地\/愛馬仕橘色系 *\/\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: #d86018; \/* TAKI 經典橘 *\/\n      --accent-soft: rgba(216, 96, 24, 0.08);\n      --gold: #b67a3b;\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: 38ch;\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(3, 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    \/* Hamper List (節慶禮盒排版) *\/\n    .taki-section-wrapper .taki-hamper-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px;\n    }\n\n    .taki-section-wrapper .taki-hamper-card {\n      padding: 24px 32px;\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      position: relative;\n      overflow: hidden;\n    }\n\n    .taki-section-wrapper .taki-hamper-card::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; width: 4px; height: 100%;\n    }\n\n    .taki-section-wrapper .taki-hamper-card.meat::before { background: var(--accent); }\n    .taki-section-wrapper .taki-hamper-card.seafood::before { background: var(--gold); }\n\n    .taki-section-wrapper .taki-hamper-title {\n      font-size: var(--text-lg);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 16px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .taki-section-wrapper .taki-ingredient-list {\n      display: grid;\n      gap: 12px;\n    }\n\n    .taki-section-wrapper .taki-ingredient-item {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding-bottom: 8px;\n      border-bottom: 1px dashed var(--line);\n    }\n\n    .taki-section-wrapper .taki-ingredient-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .taki-section-wrapper .taki-ingredient-name {\n      font-weight: 500;\n      color: var(--text);\n    }\n\n    \/* Story Section *\/\n    .taki-section-wrapper .taki-story-grid {\n      max-width: 860px;\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    \/* RWD *\/\n    @media (max-width: 960px) {\n      .taki-section-wrapper .taki-hamper-grid {\n        grid-template-columns: 1fr;\n      }\n      .taki-section-wrapper .taki-benefit-grid {\n        grid-template-columns: 1fr;\n      }\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\"\u003eThe Ultimate Gifting Hamper\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 宇宙探索節慶禮盒 (15包入)\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        聖誕節有 12 天，而我們的禮盒為毛孩準備了 15 天的滿滿寵愛！這款極致奢華的味蕾盲盒，精選了 TAKI 最受歡迎的 15 款頂級海陸凍乾，是作為節慶贈禮或讓毛孩首次探索 TAKI 頂級宇宙的最完美選擇。\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-tags\"\u003e\n        \u003cspan\u003e🎁 15 款餐廳級別海陸凍乾\u003c\/span\u003e\n        \u003cspan\u003e✨ 經典橘色獨立鎖鮮包裝\u003c\/span\u003e\n        \u003cspan\u003e🎨 @8eyedspud 聯名藝術封套\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\"\u003eThe Collaboration\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@8eyedspud 藝術聯名\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分享愛的專屬賀卡\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-section-head\"\u003e\n        \u003cspan class=\"taki-eyebrow\" style=\"background: var(--accent); color: #fff;\"\u003eHamper Contents\u003c\/span\u003e\n        \u003cdiv class=\"taki-heading-2\"\u003e15 天的頂級味蕾盲盒\u003c\/div\u003e\n        \u003cp\u003e我們挑選了毛孩最熱愛的海陸食材，將這些 100% 單一成分、餐廳級別的優質蛋白，裝進這個充滿節慶氣息的精美禮盒中。（每款口味各有一包獨立橘色小包裝）\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"taki-hamper-grid\"\u003e\n        \u003c!-- 陸地珍饈 --\u003e\n        \u003cdiv class=\"taki-hamper-card meat\"\u003e\n          \u003cdiv class=\"taki-hamper-title\"\u003e🥩 頂級陸饈 (Premium Meats)\u003c\/div\u003e\n          \u003cdiv class=\"taki-ingredient-list\"\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e三林純血和牛粒 Sanchoku Wagyu Cubes\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e頂級和牛牛排 Wagyu Steak\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e澳洲黑安格斯牛 Aberdeen Angus\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e原塊櫻桃鴨胸 Duck Breast\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e澳洲野生袋鼠肉 Kangaroo\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e頂級低敏鹿肉 Venison\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 深海秘寶 --\u003e\n        \u003cdiv class=\"taki-hamper-card seafood\"\u003e\n          \u003cdiv class=\"taki-hamper-title\"\u003e🌊 深海秘寶 (Ocean Treasures)\u003c\/div\u003e\n          \u003cdiv class=\"taki-ingredient-list\"\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e北海道原粒帆立貝 Hokkaido Scallop\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e紐西蘭帝王三文魚 King Salmon\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e智利銀鮭 Silver Salmon\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e特製三文魚鬆 Salmon Floss\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e頂級老虎蝦 Tiger Prawn\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e日本油甘魚 Hamachi\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e日本吉備奈子魚 Kibinago\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e滋補馬鮫魚 Batang\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"taki-ingredient-item\"\u003e\n              \u003cspan class=\"taki-ingredient-name\"\u003e加拿大比目魚 Canadian Halibut\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\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-story-grid\"\u003e\n        \u003cspan class=\"taki-eyebrow\"\u003eHow to Experience\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          這 15 包獨立包裝的頂級凍乾，給了毛孩無限的可能。您可以每天為毛孩打開一款全新的口味，觀察牠們對不同頂級食材的驚喜反應，這絕對是一場最奢華的味覺探險。\n        \u003c\/p\u003e\n\n        \u003cul class=\"taki-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e節日盲盒驚喜：\u003c\/strong\u003e 每天抽一包作為專屬的每日獎賞，讓節日氣氛延續整整 15 天。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e頂級拌糧輪替：\u003c\/strong\u003e 捏碎撒在日常主食上，每天變化不同的頂級海陸風味，輕鬆解決挑食問題。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e完美的心意餽贈：\u003c\/strong\u003e 在隨附的心意小卡寫上祝福，送給身邊有養寵物的好友，絕對是一份令人驚豔且充滿品味的禮物。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Taki Pets","offers":[{"title":"Default Title","offer_id":53191276036403,"sku":"F6AAHF030ZZA","price":288.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Kanineint69e99e2c937e6869e99e2c938cd.4020926169e99e2c938cd.jpg?v=1776934878"},{"product_id":"pomfret","title":"TAKI 金鯧魚(Pomfret)凍乾小食","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: 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\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\"\u003eTeochew Favourite · Brain Health\u003c\/span\u003e\n      \u003cdiv class=\"taki-title\"\u003eTAKI 金鯧魚凍乾小食 50g\u003c\/div\u003e\n      \u003cdiv class=\"taki-lead\"\u003e\n        尋找美味又營養的零食？嘗試這款潮州人最愛的經典海鮮——金鯧魚！不僅是慶典上的繁榮象徵，更富含必需脂肪酸與微量元素，擁有細緻緊實的肉質與獨特的鮮甜旨味 (Umami)，更是保護毛孩大腦、遠離認知退化的絕佳保養品。\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\"\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\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擁有極為優雅且獨特的海洋香氣與天然旨味 (Umami)，無須任何調味便能瞬間征服挑嘴毛孩的味蕾。\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凍乾後完美保留了金鯧魚細緻且緊實 (Firm) 的肉質纖維，帶來極佳的咀嚼滿足感與極高的消化吸收率。\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\"\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\n          我們從小就在慶典與團聚的餐桌上享用鯧魚，現在，我們希望能將這份頂級的美味分享給毛孩。金鯧魚 (Golden Pomfret) 不僅是潮州文化中最受歡迎的經典海鮮，其圓潤的體型更象徵著富貴與繁榮。TAKI 透過先進的凍乾技術，將這份蘊含獨特香氣與大腦保健功效的節慶美味，轉化為毛孩日常的頂級健康獎賞。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"taki-stats\"\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eTeochew Favourite\u003c\/strong\u003e\n            \u003cspan\u003e潮州經典節慶海鮮佳餚\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eBrain Health\u003c\/strong\u003e\n            \u003cspan\u003e強效護腦，預防失智與認知退化\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"taki-stat\"\u003e\n            \u003cstrong\u003eRich Umami\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特別針對熟齡犬貓設計的護腦配方，有效延緩神經老化與認知功能退化。\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節慶級酥脆獎賞\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\n      \u003cdiv class=\"taki-fact-strip\"\u003e\n        \u003cdiv class=\"taki-fact\"\u003e\n          \u003cstrong\u003e淨重\u003c\/strong\u003e\n          \u003cspan\u003e50g\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\u003e預防失智 \/ 天然旨味 \/ 緊實細緻\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      \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金鯧魚含有豐富的優質必需脂肪酸、維他命與微量元素，這些都是構建與修復大腦神經元的重要物質。定期攝取能有效滋養腦部，減緩細胞老化，對於預防熟齡毛孩的認知功能退化（失智）有著顯著的幫助。\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e金鯧魚的「旨味 (Umami)」和一般魚肉有什麼不同？\u003c\/summary\u003e\n          \u003cp\u003e鯧魚在潮州海鮮文化中享有極高地位，正是因為它擁有一種非常獨特優雅、細緻且鮮甜的「旨味 (Umami)」，完全沒有一般廉價魚種的土腥味。這種高級的天然海洋香氣對貓狗具有極強的吸引力，是挑嘴毛孩的剋星。\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":"50g","offer_id":53261730316595,"sku":"F6AAHF038ZZE","price":118.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0916\/5825\/6691\/files\/Kanineint69e995e1e7418569e995e1e749e.8220606169e995e1e749e.jpg?v=1776935684"}],"url":"https:\/\/foreverpets.hk\/collections\/taki-pets.oembed","provider":"Foreverpets","version":"1.0","type":"link"}