{"product_id":"eurital-dog-choice-hypoallergen-mit-lachs-1-5-kg","title":"Eurital Dog Choice – Hypoallergen mit Lachs 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🐟 Hypoallergenes Hundefutter mit Lachs\u003c\/div\u003e\n\n    \u003ch1\u003eEurital Dog Choice – Hypoallergen mit Lachs 1,5 kg\u003c\/h1\u003e\n\n    \u003cp class=\"edc-subtitle\"\u003ePremium-Allergiker-Futter für empfindliche Hunde aller Rassen\u003c\/p\u003e\n\n    \u003cdiv class=\"edc-hero-text\"\u003e\n      \u003cp\u003eDas hypoallergene Alleinfuttermittel \u003cstrong\u003eEurital Dog Choice mit Lachs\u003c\/strong\u003e ist speziell für Hunde mit Futtermittelallergien, Unverträglichkeiten und sensibler Verdauung entwickelt. Die \u003cstrong\u003eMonoprotein-Rezeptur\u003c\/strong\u003e basiert auf einfach verdaulichem Lachs als einziger tierischer Proteinquelle. Durch die enzymatische Aufspaltung der Lachspeptide werden Allergie-Risiken minimalisiert und die Nährstoffaufnahme unterstützt – ideal für Hunde mit empfindlicher Haut, schlechtem Fell oder Verdauungsproblemen.\u003c\/p\u003e\n\n      \u003cp\u003eDas \u003cstrong\u003egetreidefreie Hundefutter\u003c\/strong\u003e enthält weder Weizen, Mais, Soja noch künstliche Zusätze. Wertvolle \u003cstrong\u003eOmega-3-Fettsäuren\u003c\/strong\u003e aus Lachsöl und Leinsamen fördern ein gesundes, glänzendes Fell und unterstützen die Hautbarriere. Die spezielle \u003cstrong\u003eWellness Blend™\u003c\/strong\u003e mit präbiotischen Fasern, Meeresalgen, Kurkuma und Kamille unterstützt Immunsystem, Verdauung und Gelenkgesundheit Ihres Hundes auf natürliche Weise.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"edc-badges\"\u003e\n      \u003cli\u003eMonoprotein\u003c\/li\u003e\n      \u003cli\u003eGetreidefrei\u003c\/li\u003e\n      \u003cli\u003eMit Omega-3\u003c\/li\u003e\n      \u003cli\u003eFür sensible Hunde\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"edc-section\"\u003e\n    \u003ch2\u003eVorteile auf einen Blick\u003c\/h2\u003e\n\n    \u003cul class=\"edc-benefits\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e🌿\u003c\/span\u003e\n        \u003cstrong\u003eHypoallergen \u0026amp; Monoprotein\u003c\/strong\u003e\n        Nur Lachs als einzige Proteinquelle, ideal für sensible Hunde.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e🌾\u003c\/span\u003e\n        \u003cstrong\u003e100% getreidefrei\u003c\/strong\u003e\n        Ohne Weizen, Mais, Soja oder künstliche Konservierungsstoffe.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e🔬\u003c\/span\u003e\n        \u003cstrong\u003eEnzymatisch aufgespaltene Proteine\u003c\/strong\u003e\n        Hochgradig verdaulich und schonend für den Magen-Darm-Trakt.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e🐟\u003c\/span\u003e\n        \u003cstrong\u003eReich an Omega-3\u003c\/strong\u003e\n        Für gesunde Haut, glänzendes Fell und eine starke Immunabwehr.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e💪\u003c\/span\u003e\n        \u003cstrong\u003eWellness Blend™\u003c\/strong\u003e\n        Natürliche Superfoods für Immunsystem, Verdauung und Gelenke.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"edc-icon\"\u003e⚡\u003c\/span\u003e\n        \u003cstrong\u003eMit FOS \u0026amp; MOS\u003c\/strong\u003e\n        Präbiotische Ballaststoffe fördern eine ausgewogene Darmflora.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"edc-section\"\u003e\n    \u003ch2\u003eAnalytische Bestandteile\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\u003eNährstoff\u003c\/th\u003e\n            \u003cth\u003eGehalt\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eRohprotein\u003c\/td\u003e\n            \u003ctd\u003e24 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eRohfett\u003c\/td\u003e\n            \u003ctd\u003e15,5 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eRohfaser\u003c\/td\u003e\n            \u003ctd\u003e2,5 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eRohasche\u003c\/td\u003e\n            \u003ctd\u003e8,5 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeuchtigkeit\u003c\/td\u003e\n            \u003ctd\u003e8 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNFE (N-freie Extracte)\u003c\/td\u003e\n            \u003ctd\u003e41,5 %\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eUmsetzbare Energie\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eca. 379 kcal \/ 100 g\u003c\/strong\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eOmega-6-Fettsäuren\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-Fettsäuren\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\u003eKollagen\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\u003eFütterungsempfehlung pro Tag\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\u003eKörpergewicht\u003c\/th\u003e\n            \u003cth\u003eTagesmenge\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\"\u003eDie Mengenangaben sind Richtwerte. Passen Sie die Fütterung individuell an Alter, Aktivität und Gesundheitszustand Ihres Hundes an. Stellen Sie immer frisches Trinkwasser bereit.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"edc-section\"\u003e\n    \u003ch2\u003eZusammensetzung\u003c\/h2\u003e\n\n    \u003cdiv class=\"edc-composition\"\u003e\n      \u003cp\u003e\u003cstrong\u003eHauptbestandteile:\u003c\/strong\u003e Frisch zubereiteter enzymatisch gespaltener Lachs (32,5%), Kartoffel, Süßkartoffel, enzymatisch gespaltener getrockneter Lachs (15,5%), Lachsöl (6%), enzymatisch gespaltene Lachssoße (2,5%), Kokosöl (2%), Rübenschnitzel (entzuckert), Mineralstoffe.\u003c\/p\u003e\n\n      \u003cp\u003e\u003cstrong\u003eWellness Blend™ (0,6%):\u003c\/strong\u003e Meeresalgen (0,1%), Kurkuma (0,1%), Orange (0,1%), Leinsamen (0,1%), Karotte (0,1%), Kamille (0,1%), FOS (175 mg\/kg), MOS (50 mg\/kg), getrocknete Ringelblume als Lutein-Quelle.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eErnährungsphysiologische Zusatzstoffe pro kg\u003c\/h3\u003e\n\n    \u003cul class=\"edc-additives\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eVitamine:\u003c\/strong\u003e Vitamin A 14.423 IE, Vitamin D₃ 2.000 IE, Vitamin E 96 IE.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSpurenelemente:\u003c\/strong\u003e Zink als Zinksulfat-Monohydrat 48 mg, Eisen als Eisensulfat-Monohydrat 48 mg, Mangan als Mangansulfat-Monohydrat 34 mg, Kupfer als Kupfersulfat-Pentahydrat 12 mg, Jod als Calciumjodat wasserfrei 0,96 mg.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWeitere Zusatzstoffe:\u003c\/strong\u003e L-Carnitin 721 mg.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"edc-highlight\"\u003e\n    Eurital Dog Choice – die natürliche Wahl für allergiegeplagte und ernährungssensible Hunde.\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\/products\/eurital-dog-choice-hypoallergen-mit-lachs-1-5-kg","provider":"Paw\u0026Friends (Tierbedarf)","version":"1.0","type":"link"}