{"product_id":"advanced-hip-joint-support","title":"Advanced Hip Joint Support","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：犬用关节健康咀嚼片补充剂\n  目标受众：大型及巨型犬主人（65磅以上），关注爱犬老化或活动僵硬问题\n  视觉风格：专业、信赖、科学与自然结合。深绿色主调，搭配充满活力的柠檬黄绿作为强调色。\n  配色策略：提取自产品包装。主色(--primary)为深森林绿，背景色采用米色\/浅奶油色(--bg-card)以配合素材图背景，强调色为柠檬绿(--bg-soft)。\n  模块顺序：Hero (核心利益+信任) -\u003e Feature 1 (科学配方\/成分) -\u003e Feature 2 (用户\/兽医证言) -\u003e Feature 3 (适口性与针对性设计) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_3 (展示互动与健康状态), Feature1=image_1 (成分解析), Feature2=image_2 (兽医背书), Feature3=image_0 (产品质地展示)\n  规格图映射：Specs=image_0, image_5\n  对比模块：未加入。产品强调自身科学配方和针对性，无需与竞品直接对比，通过证言数据建立优势。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #0A3F2F; \/* Dark green from branding *\/\n      --primary-hover: #145A45;\n      --text-main: #051F17; \/* Very dark green\/black for text *\/\n      --text-sub: #4A5550; \/* Dark gray for supporting text *\/\n      --bg-body: #FFFFFF;\n      --bg-card: #F7F5ED; \/* Cream background from images *\/\n      --bg-soft: #CFFF5E; \/* Vibrant lime green accent from stats *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(10, 63, 47, 0.08);\n      --shadow-lg: 0 8px 24px rgba(10, 63, 47, 0.12);\n      --border-color: #E0E6E4;\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 34px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin-bottom: 1.5rem;\n      color: var(--primary);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Utilities *\/\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-weight: 700;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      font-size: 16px;\n    }\n\n    \/* Image Placeholder *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: #f0f2f5;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n      aspect-ratio: 4\/3; \/* Default aspect ratio *\/\n    }\n\n    \/*--- Section: Hero ---*\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n      text-align: center;\n    }\n\n    @media (min-width: 768px) {\n      .hero-section {\n        flex-direction: row;\n        text-align: left;\n        align-items: center;\n        justify-content: space-between;\n      }\n\n      .hero-content {\n        flex: 1;\n        max-width: 500px;\n      }\n\n      .hero-media {\n        flex: 1.2;\n      }\n    }\n\n    \/*--- Section: Features ---*\/\n    .feature-section {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/*--- Section: Specs ---*\/\n    .specs-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n\n    .specs-table th {\n      background-color: var(--bg-card);\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-color);\n        padding: 0.75rem 1rem;\n      }\n      .specs-table td:last-child { border-bottom: none; }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        padding-right: 1rem;\n      }\n    }\n\n    \/*--- Section: FAQ ---*\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1rem;\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-item h3 {\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n    }\n    .faq-item p {\n      margin-bottom: 0;\n      font-size: 16px;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eVeterinarian Recommended\u003c\/div\u003e\n\n\u003ch1\u003eAdvanced Joint Support for Large Dogs\u003c\/h1\u003e\n\n\u003cp\u003eHelp your big dog stay active and comfortable. Our scientifically formulated soft chews support healthy cartilage, improve mobility, and ease stiffness in Large \u0026amp; Giant breeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img122\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610170833\/ce0950969415f9bafb098d3cb12db5e5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img123\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610170833\/2b7a17ce981c5f3cd1feaa97181e4252.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eClinical Strength, Scientifically Formulated\u003c\/h2\u003e\n\n\u003cp\u003eGive your dog the advanced support they need. Our formula packs 1997mg of active ingredients per chew, including Glucosamine, Chondroitin, MSM, and Green-Lipped Mussels. This powerful blend is clinically tested to help rebuild cartilage, lubricate joints, and support a healthy inflammatory response for long-term joint integrity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Feature Section 2: Trust \u0026 Results --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img124\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610170833\/39938ae0b85519093098e16450b470e7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTrusted by Vets, Proven by Results\u003c\/h2\u003e\n\n\u003cp\u003eDon't just take our word for it. In an independent study, 99.1% of pet parents reported improved mobility and reduced discomfort in their dogs*. Veterinarians like Dr. Tiffany Ruiz recommend our chews to help aging dogs get back to climbing stairs and moving without pain.\u003c\/p\u003e\n\n\u003cp style=\"font-size: 14px; font-style: italic;\"\u003e*Based on an independent study conducted in 2024 (n=200).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Feature Section 3: Targeted Design --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img125\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610170833\/598addb048422c5c7008ebaa9207fed7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDesigned for Big Dogs, Gentle on Stomachs\u003c\/h2\u003e\n\n\u003cp\u003eSpecifically formulated for the unique needs of Large \u0026amp; Giant breeds (65+ lbs). These soft chews feature a delicious pork liver flavor that dogs beg for, making daily administration easy. The formula is highly digestible and designed to be gentle on sensitive stomachs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Target Audience\"\u003eLarge \u0026amp; Giant Breeds (65+ lbs)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Form\"\u003eSoft Chews\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Flavor\"\u003ePork Liver\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Actives\"\u003e1997mg per chew\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Net Weight\"\u003e8.67oz (246g)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Origin\"\u003eMade in USA (from globally sourced ingredients)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- F. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre these chews suitable for dogs with sensitive stomachs?\u003c\/h3\u003e\n\n\u003cp\u003eYes. Our Hip \u0026amp; Joint Chews are specifically formulated to be highly digestible and gentle on your dog's stomach.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I administer these to my dog?\u003c\/h3\u003e\n\n\u003cp\u003eThese are soft, tasty chews with a pork liver flavor designed to be given just like a treat. No need to hide pills in cheese or peanut butter!\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs this product specifically for large dogs?\u003c\/h3\u003e\n\n\u003cp\u003eYes, this \"Advanced Strength\" formula is scientifically formulated to meet the higher dosage needs of Large \u0026amp; Giant Breed dogs weighing 65 lbs or more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Famivora","offers":[{"title":"30 Chews","offer_id":48081054269652,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"120 Chews","offer_id":48081054302420,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0836\/1833\/2884\/files\/ce0950969415f9bafb098d3cb12db5e5.jpg?v=1781082583","url":"https:\/\/famivora.com\/products\/advanced-hip-joint-support","provider":"Famivora","version":"1.0","type":"link"}