{"product_id":"eurital-dog-choice-hypoallergen-mit-lachs-1-5-kg","title":"Eurital Dog Choice – Hypoallergenic with Salmon 1.5 kg","description":"\u003cstyle\u003e\n  .edc-product {\n    --edc-primary: #18577d;\n    --edc-primary-2: #247da5;\n    --edc-accent: #22a699;\n    --edc-accent-soft: #e9faf7;\n    --edc-bg: #f6fbfd;\n    --edc-card: #ffffff;\n    --edc-border: #d8e8ef;\n    --edc-text: #24323a;\n    --edc-muted: #5f707a;\n    --edc-shadow: 0 14px 34px rgba(24, 87, 125, 0.09);\n\n    max-width: 980px;\n    margin: 0 auto;\n    color: var(--edc-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .edc-product * {\n    box-sizing: border-box;\n  }\n\n  .edc-product h1,\n  .edc-product h2,\n  .edc-product h3,\n  .edc-product p,\n  .edc-product ul {\n    margin-top: 0;\n  }\n\n  .edc-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 36px;\n    margin-bottom: 26px;\n    border: 1px solid var(--edc-border);\n    border-radius: 26px;\n    background:\n      radial-gradient(circle at top right, rgba(34, 166, 153, 0.16), transparent 34%),\n      linear-gradient(135deg, #eef8ff 0%, #f4fffc 100%);\n    box-shadow: var(--edc-shadow);\n  }\n\n  .edc-hero::before {\n    content: \"\";\n    position: absolute;\n    right: -85px;\n    bottom: -95px;\n    width: 230px;\n    height: 230px;\n    border-radius: 50%;\n    background: rgba(24, 87, 125, 0.07);\n  }\n\n  .edc-kicker {\n    position: relative;\n    z-index: 1;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 16px;\n    padding: 8px 14px;\n    border: 1px solid var(--edc-border);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.86);\n    color: var(--edc-primary);\n    font-size: 0.93rem;\n    font-weight: 800;\n  }\n\n  .edc-product h1 {\n    position: relative;\n    z-index: 1;\n    max-width: 820px;\n    margin-bottom: 14px;\n    color: var(--edc-primary);\n    font-size: clamp(2rem, 4.2vw, 3.05rem);\n    line-height: 1.12;\n    font-weight: 900;\n    letter-spacing: -0.04em;\n  }\n\n  .edc-subtitle {\n    position: relative;\n    z-index: 1;\n    margin-bottom: 20px;\n    color: var(--edc-primary-2);\n    font-size: 1.18rem;\n    line-height: 1.45;\n    font-weight: 800;\n  }\n\n  .edc-hero-text {\n    position: relative;\n    z-index: 1;\n    display: grid;\n    gap: 14px;\n    max-width: 880px;\n  }\n\n  .edc-hero-text p {\n    margin-bottom: 0;\n    color: #31454f;\n  }\n\n  .edc-badges {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 24px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .edc-badges li {\n    padding: 8px 12px;\n    border: 1px solid var(--edc-border);\n    border-radius: 999px;\n    background: #ffffff;\n    color: var(--edc-primary);\n    font-size: 0.92rem;\n    font-weight: 800;\n    box-shadow: 0 6px 16px rgba(24, 87, 125, 0.06);\n  }\n\n  .edc-section {\n    margin: 24px 0;\n    padding: 30px;\n    border: 1px solid var(--edc-border);\n    border-radius: 22px;\n    background: var(--edc-card);\n    box-shadow: 0 10px 28px rgba(36, 50, 58, 0.055);\n  }\n\n  .edc-product h2 {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 20px;\n    padding-bottom: 14px;\n    border-bottom: 2px solid var(--edc-border);\n    color: var(--edc-primary);\n    font-size: clamp(1.4rem, 2.4vw, 1.9rem);\n    line-height: 1.25;\n    font-weight: 900;\n    letter-spacing: -0.025em;\n  }\n\n  .edc-product h3 {\n    margin: 28px 0 14px;\n    color: var(--edc-primary);\n    font-size: 1.2rem;\n    line-height: 1.35;\n    font-weight: 900;\n  }\n\n  .edc-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 0;\n    list-style: none;\n  }\n\n  .edc-benefits li {\n    position: relative;\n    min-height: 104px;\n    padding: 18px 18px 18px 64px;\n    border: 1px solid var(--edc-border);\n    border-radius: 18px;\n    background: linear-gradient(135deg, var(--edc-bg) 0%, #ffffff 100%);\n    color: #354852;\n  }\n\n  .edc-icon {\n    position: absolute;\n    left: 18px;\n    top: 18px;\n    width: 34px;\n    height: 34px;\n    display: grid;\n    place-items: center;\n    border: 1px solid var(--edc-border);\n    border-radius: 50%;\n    background: #ffffff;\n    font-size: 1.15rem;\n    box-shadow: 0 6px 14px rgba(24, 87, 125, 0.07);\n  }\n\n  .edc-benefits strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--edc-primary);\n    font-weight: 900;\n    line-height: 1.35;\n  }\n\n  .edc-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--edc-border);\n    border-radius: 18px;\n    background: #ffffff;\n    box-shadow: 0 8px 22px rgba(36, 50, 58, 0.045);\n  }\n\n  .edc-table {\n    width: 100%;\n    min-width: 440px;\n    border-collapse: collapse;\n    background: #ffffff;\n  }\n\n  .edc-table thead {\n    background: linear-gradient(135deg, var(--edc-primary) 0%, var(--edc-primary-2) 100%);\n    color: #ffffff;\n  }\n\n  .edc-table th,\n  .edc-table td {\n    padding: 14px 18px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .edc-table th {\n    font-weight: 900;\n    letter-spacing: 0.01em;\n  }\n\n  .edc-table tbody tr {\n    border-bottom: 1px solid var(--edc-border);\n  }\n\n  .edc-table tbody tr:last-child {\n    border-bottom: 0;\n  }\n\n  .edc-table tbody tr:nth-child(even) {\n    background: #f7fbfd;\n  }\n\n  .edc-table td:last-child {\n    color: var(--edc-primary);\n    font-weight: 900;\n    white-space: nowrap;\n  }\n\n  .edc-note {\n    margin: 18px 0 0;\n    padding: 16px 18px;\n    border: 1px solid #c9ece7;\n    border-left: 6px solid var(--edc-accent);\n    border-radius: 16px;\n    background: var(--edc-accent-soft);\n    color: #36545b;\n    font-style: italic;\n  }\n\n  .edc-composition {\n    display: grid;\n    gap: 14px;\n    padding: 20px;\n    border: 1px solid var(--edc-border);\n    border-radius: 18px;\n    background: linear-gradient(135deg, #f8fcfe 0%, #ffffff 100%);\n  }\n\n  .edc-composition p {\n    margin-bottom: 0;\n  }\n\n  .edc-composition strong,\n  .edc-additives strong {\n    color: var(--edc-primary);\n    font-weight: 900;\n  }\n\n  .edc-additives {\n    display: grid;\n    gap: 12px;\n    padding: 0;\n    margin: 0;\n    list-style: none;\n  }\n\n  .edc-additives li {\n    padding: 15px 17px;\n    border: 1px solid var(--edc-border);\n    border-left: 6px solid var(--edc-primary-2);\n    border-radius: 16px;\n    background: #f8fcfe;\n    color: #354852;\n  }\n\n  .edc-highlight {\n    margin-top: 28px;\n    padding: 28px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, var(--edc-primary) 0%, var(--edc-primary-2) 58%, var(--edc-accent) 100%);\n    color: #ffffff;\n    text-align: center;\n    font-size: 1.14rem;\n    line-height: 1.6;\n    font-weight: 900;\n    box-shadow: 0 16px 34px rgba(24, 87, 125, 0.18);\n  }\n\n  .edc-footer {\n    margin-top: 22px;\n    padding-top: 18px;\n    border-top: 1px solid var(--edc-border);\n    color: var(--edc-muted);\n    text-align: center;\n    font-size: 0.92rem;\n  }\n\n  @media (max-width: 760px) {\n    .edc-product {\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .edc-hero,\n    .edc-section {\n      padding: 22px;\n      border-radius: 20px;\n    }\n\n    .edc-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .edc-benefits li {\n      min-height: auto;\n    }\n\n    .edc-table th,\n    .edc-table td {\n      padding: 12px 14px;\n    }\n\n    .edc-highlight {\n      padding: 22px;\n      font-size: 1.02rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"edc-product\"\u003e\n  \u003csection class=\"edc-hero\"\u003e\n    \u003cdiv class=\"edc-kicker\"\u003e🐟 Hypoallergenic Dog Food with Salmon\u003c\/div\u003e\n\n    \u003ch1\u003eEurital Dog Choice – Hypoallergenic with Salmon 1.5 kg\u003c\/h1\u003e\n\n    \u003cp class=\"edc-subtitle\"\u003ePremium hypoallergenic food for sensitive dogs of all breeds\u003c\/p\u003e\n\n    \u003cdiv class=\"edc-hero-text\"\u003e\n      \u003cp\u003eThe hypoallergenic complete feed \u003cstrong\u003eEurital Dog Choice with Salmon\u003c\/strong\u003e is specially developed for dogs with food allergies, intolerances, and sensitive digestion. The \u003cstrong\u003emonoprotein recipe\u003c\/strong\u003e is based on easily digestible salmon as the sole animal protein source. The enzymatic breakdown of salmon peptides minimizes allergy risks and supports nutrient absorption – ideal for dogs with sensitive skin, poor coat, or digestive problems.\u003c\/p\u003e\n\n      \u003cp\u003eThe \u003cstrong\u003egrain-free dog food\u003c\/strong\u003e contains no wheat, corn, soy, or artificial additives. Valuable \u003cstrong\u003eOmega-3 fatty acids\u003c\/strong\u003e from salmon oil and flaxseed promote a healthy, shiny coat and support the skin barrier. The special \u003cstrong\u003eWellness Blend™\u003c\/strong\u003e with prebiotic fibers, seaweed, turmeric, and chamomile naturally supports your dog's immune system, digestion, and joint health.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"edc-badges\"\u003e\n      \u003cli\u003eMonoprotein\u003c\/li\u003e\n      \u003cli\u003eGrain-free\u003c\/li\u003e\n      \u003cli\u003eWith Omega-3\u003c\/li\u003e\n      \u003cli\u003eFor Sensitive Dogs\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"edc-section\"\u003e\n    \u003ch2\u003eBenefits at a glance\u003c\/h2\u003e\n\n    \u003cul class=\"edc-benefits\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e🌿\u003c\/span\u003e\n        \u003cstrong\u003eHypoallergenic \u0026amp; Monoprotein\u003c\/strong\u003e\n        Only salmon as the sole protein source, ideal for sensitive dogs.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e🌾\u003c\/span\u003e\n        \u003cstrong\u003e100% Grain-Free\u003c\/strong\u003e\n        No wheat, corn, soy, or artificial preservatives.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e🔬\u003c\/span\u003e\n        \u003cstrong\u003eEnzymatically Hydrolyzed Proteins\u003c\/strong\u003e\n        Highly digestible and gentle on the gastrointestinal tract.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e🐟\u003c\/span\u003e\n        \u003cstrong\u003eRich in Omega-3\u003c\/strong\u003e\n        For healthy skin, shiny coat, and a strong immune system.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e💪\u003c\/span\u003e\n        \u003cstrong\u003eWellness Blend™\u003c\/strong\u003e\n        Natural superfoods for the immune system, digestion, and joints.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e⚡\u003c\/span\u003e\n        \u003cstrong\u003eWith FOS \u0026amp; MOS\u003c\/strong\u003e\n        Prebiotic fibers promote a balanced intestinal flora.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"edc-section\"\u003e\n    \u003ch2\u003eAnalytical Constituents\u003c\/h2\u003e\n\n    \u003cdiv class=\"edc-table-wrap\"\u003e\n      \u003ctable class=\"edc-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eNutrient\u003c\/th\u003e\n            \u003cth\u003eContent\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCrude Protein\u003c\/td\u003e\n            \u003ctd\u003e24 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCrude Fat\u003c\/td\u003e\n            \u003ctd\u003e15.5 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCrude Fiber\u003c\/td\u003e\n            \u003ctd\u003e2.5 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCrude Ash\u003c\/td\u003e\n            \u003ctd\u003e8.5 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMoisture\u003c\/td\u003e\n            \u003ctd\u003e8 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNFE (N-free Extract)\u003c\/td\u003e\n            \u003ctd\u003e41.5 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMetabolizable Energy\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eapprox. 379 kcal \/ 100 g\u003c\/strong\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eOmega-6 Fatty Acids\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003e2.1 %\u003c\/strong\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eOmega-3 Fatty Acids\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003e2.3 %\u003c\/strong\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCollagen\u003c\/td\u003e\n            \u003ctd\u003e2.8 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"edc-section\"\u003e\n    \u003ch2\u003eDaily Feeding Recommendation\u003c\/h2\u003e\n\n    \u003cdiv class=\"edc-table-wrap\"\u003e\n      \u003ctable class=\"edc-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eBody Weight\u003c\/th\u003e\n            \u003cth\u003eDaily Amount\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e1–5 kg\u003c\/td\u003e\n            \u003ctd\u003e25–80 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e5–10 kg\u003c\/td\u003e\n            \u003ctd\u003e80–140 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e10–20 kg\u003c\/td\u003e\n            \u003ctd\u003e140–235 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e20–30 kg\u003c\/td\u003e\n            \u003ctd\u003e235–315 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e30–40 kg\u003c\/td\u003e\n            \u003ctd\u003e315–390 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e40+ kg\u003c\/td\u003e\n            \u003ctd\u003e390+ g\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"edc-note\"\u003eThe quantities are guidelines. Adjust feeding individually to your dog's age, activity, and health status. Always provide fresh drinking water.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"edc-section\"\u003e\n    \u003ch2\u003eComposition\u003c\/h2\u003e\n\n    \u003cdiv class=\"edc-composition\"\u003e\n      \u003cp\u003e\u003cstrong\u003eMain ingredients:\u003c\/strong\u003e Freshly prepared enzymatically hydrolyzed salmon (32.5%), potato, sweet potato, enzymatically hydrolyzed dried salmon (15.5%), salmon oil (6%), enzymatically hydrolyzed salmon gravy (2.5%), coconut oil (2%), beet pulp (desugared), minerals.\u003c\/p\u003e\n\n      \u003cp\u003e\u003cstrong\u003eWellness Blend™ (0.6%):\u003c\/strong\u003e Seaweed (0.1%), turmeric (0.1%), orange (0.1%), flaxseed (0.1%), carrot (0.1%), chamomile (0.1%), FOS (175 mg\/kg), MOS (50 mg\/kg), dried marigold as a source of lutein.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eNutritional additives per kg\u003c\/h3\u003e\n\n    \u003cul class=\"edc-additives\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eVitamins:\u003c\/strong\u003e Vitamin A 14,423 IU, Vitamin D₃ 2,000 IU, Vitamin E 96 IU.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTrace elements:\u003c\/strong\u003e Zinc as zinc sulphate monohydrate 48 mg, iron as iron sulphate monohydrate 48 mg, manganese as manganese sulphate monohydrate 34 mg, copper as copper sulphate pentahydrate 12 mg, iodine as anhydrous calcium iodate 0.96 mg.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eOther additives:\u003c\/strong\u003e L-Carnitine 721 mg.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"edc-highlight\"\u003e\n    Eurital Dog Choice – the natural choice for dogs with allergies and sensitive digestion.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-footer\"\u003e\n    Eurital · Siemenstr. 18 · 49770 Herzlake\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Eurital","offers":[{"title":"Default Title","offer_id":53270201205074,"sku":"00005368","price":21.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1068\/3046\/3314\/files\/EuritalDogChoiceHypoallergenmitLachsVorne.webp?v=1776947170","url":"https:\/\/www.pawandfriends.de\/en\/products\/eurital-dog-choice-hypoallergen-mit-lachs-1-5-kg","provider":"Paw\u0026Friends (Tierbedarf)","version":"1.0","type":"link"}