{"product_id":"halibut","title":"TAKI Wild Halibut Freeze-Dried Treats","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 Wild Halibut Freeze-Dried Treats 50g\u003c\/div\u003e\n\u003cdiv class=\"taki-lead\"\u003eA delicacy from the icy waters of Greenland and Denmark. With firm, white flesh and an extremely low fat ratio. Freeze-dried to a golden hue and an irresistible crispy texture, providing top-tier heart care and antioxidant repair for your furry friend.\u003c\/div\u003e\n\u003cdiv class=\"taki-tags\"\u003e\n\u003cspan\u003ePure Nordic Wild Caught\u003c\/span\u003e \u003cspan\u003eUltimate Crispy Texture\u003c\/span\u003e \u003cspan\u003eLow Fat \u0026 Low Carb\u003c\/span\u003e \u003cspan\u003ePowerful Heart-Protective 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\"\u003eOceanic Superfood Tailored for Cardiovascular Health\u003c\/div\u003e\n\u003cp\u003eHalibut is renowned for its astonishing nutritional density, offering exceptionally high-quality protein while minimizing excess fats and carbohydrates.\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\"\u003eHeart and Vascular Guardian\u003c\/div\u003e\n\u003cp\u003eRich in excellent marine Omega-3 fatty acids, effectively reducing the risk of cardiovascular disease and keeping your pet's heart at its healthiest rhythm.\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\"\u003eExtremely Low Fat, High Protein\u003c\/div\u003e\n\u003cp\u003eComposed of 20% high-purity protein, with extremely low fat and carbohydrate content. Ideal for pets requiring strict weight management.\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\"\u003eTrace Element Treasure Trove\u003c\/div\u003e\n\u003cp\u003ePacked with magnesium, potassium, phosphorus, and vitamins B6 and B12, comprehensively maintaining healthy metabolism, nervous system, and bone density.\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\"\u003eNatural Antioxidant Protection\u003c\/div\u003e\n\u003cp\u003eContains abundant selenium and niacin (B3), providing powerful antioxidant effects to help slow down cellular aging.\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\"\u003eA Pure Gift from the Nordic Deep Sea\u003c\/div\u003e\n\u003cp style=\"color: var(--text-muted); max-width: 58ch;\"\u003eHalibut is a large flatfish that thrives in the frigid deep sea. We carefully select wild-caught fish from the waters of Greenland and Denmark. Its delicate white flesh, originally composed of 80% water and 20% protein, is perfectly transformed into a luxurious, golden, and incredibly crispy treat through TAKI's premium freeze-drying process. It retains a subtle oceanic sweetness and locks in all the precious, high-quality fish oil.\u003c\/p\u003e\n\u003cdiv class=\"taki-stats\"\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eWild Caught\u003c\/strong\u003e \u003cspan\u003eWild-caught in Greenland and Denmark\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eIrresistible Crunch\u003c\/strong\u003e \u003cspan\u003eAchieves an ultimate crispy texture after freeze-drying\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-stat\"\u003e\n\u003cstrong\u003eLow Fat \u0026amp; Carbs\u003c\/strong\u003e \u003cspan\u003eA guilt-free, low-fat, low-carb indulgence\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"taki-list\"\u003e\n\u003cli\u003e\u0026gt;Wild-caught ensures the purest growth environment, free from antibiotics that might be present in farmed fish. \u0026gt;Extremely low fat content makes it an excellent protein source for pets with pancreatic issues or obesity. \u0026gt;Rich in B vitamins and minerals, providing comprehensive functional support comparable to red meat.\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\"\u003eA Crispy Delight Pets Can't Resist\u003c\/div\u003e\n\u003cp\u003eFreeze-dried halibut offers an unparalleled chewing experience, delivering a premium taste whether eaten directly or as a meal topper.\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\"\u003eUltimate Crispy Reward\u003c\/div\u003e\n\u003cp\u003eUnique golden color with a perfect \"crunchy\" texture. Served directly as a treat, it greatly satisfies your pet's natural chewing instincts and pleasure.\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\"\u003eHeart-Protective Meal Topper\u003c\/div\u003e\n\u003cp\u003eCrush the crispy fish and sprinkle it evenly over daily meals. The subtle seafood sweetness significantly boosts appetite while supplementing daily 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\"\u003eRehydrate with Water\u003c\/div\u003e\n\u003cp\u003eWhen warm water is added, the halibut instantly absorbs moisture, restoring its soft, delicate deep-sea white fish texture. Extremely digestible and gently rehydrating.\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\u003eNet Weight\u003c\/strong\u003e \u003cspan\u003e50g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-fact\"\u003e\n\u003cstrong\u003eSuitable For\u003c\/strong\u003e \u003cspan\u003eCats \u0026 Dogs (especially for weight management)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-fact\"\u003e\n\u003cstrong\u003eOrigin\u003c\/strong\u003e \u003cspan\u003eGreenland \/ Denmark (Wild Caught)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-fact\"\u003e\n\u003cstrong\u003eNutritional Highlights\u003c\/strong\u003e \u003cspan\u003eLow Fat \/ Low Carb \/ High 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\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"taki-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow does Halibut differ from common cod or salmon?\u003c\/summary\u003e\n\u003cp\u003eHalibut is a premium deep-sea white fish. Compared to salmon, it has lower fat and carbohydrate content, making it ideal for pets needing weight control. Compared to common cod, halibut excels in protein density and trace elements like B vitamins and selenium.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy is halibut particularly good for \"cardiovascular health\"?\u003c\/summary\u003e\n\u003cp\u003eThis is due to the unique nutritional combination in halibut. It is not only rich in anti-inflammatory, blood pressure-lowering Omega-3 fatty acids, but also contains abundant \"potassium\" and \"magnesium,\" two minerals crucial for maintaining normal heart rhythm and relaxing blood vessel walls.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs wild-caught better than farmed fish?\u003c\/summary\u003e\n\u003cp\u003eYes. Wild-caught halibut from the frigid deep seas of Greenland grows in an extremely pure environment, completely avoiding potential issues with antibiotics or growth hormones found in farmed fish. Additionally, wild fish have a vast range of activity in the deep sea, resulting in their firmer, more refined, and perfect flesh.\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","url":"https:\/\/foreverpets.hk\/en\/products\/halibut","provider":"Foreverpets","version":"1.0","type":"link"}