{"product_id":"hundefutter-mixset-6x5kg","title":"Premium Hundefutter Mix 6x5kg (30kg) | Getreidefrei | 3 Sorten wählbar","description":"\u003cstyle\u003e\n\/* Skip-Link für Keyboard-Navigation - WCAG 2.4.1 *\/\n.skip-link {\n  position: absolute;\n  top: -40px;\n  left: 0;\n  background: #5a7542;\n  color: white;\n  padding: 8px 16px;\n  text-decoration: none;\n  z-index: 100;\n  border-radius: 0 0 8px 0;\n}\n\n.skip-link:focus {\n  top: 0;\n}\n\n\/* Reset und Basis-Styles *\/\n.product-description-wrapper * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n.product-description-wrapper {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n  line-height: 1.7;\n  color: #333;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n\/* Verbesserte Fokus-Indikatoren - WCAG 2.4.7 *\/\n.product-description-wrapper a:focus,\n.product-description-wrapper button:focus,\n.product-description-wrapper summary:focus {\n  outline: 3px solid #5a7542;\n  outline-offset: 2px;\n}\n\n\/* Accordion Styles für Shopify *\/\ndetails.accordion-item {\n  border: 2px solid #5a7542;\n  border-radius: 12px;\n  margin-bottom: 15px;\n  overflow: hidden;\n  transition: all 0.3s ease;\n}\n\ndetails.accordion-item:hover {\n  box-shadow: 0 4px 15px rgba(90, 117, 66, 0.2);\n}\n\ndetails.accordion-item summary {\n  background: linear-gradient(135deg, #5a7542 0%, #6b8a50 100%);\n  color: white;\n  padding: 20px;\n  font-size: 18px;\n  font-weight: 600;\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  \/* Mindestgröße für Touch-Targets - WCAG 2.5.5 *\/\n  min-height: 44px;\n}\n\ndetails.accordion-item summary::-webkit-details-marker {\n  display: none;\n}\n\ndetails.accordion-item summary::after {\n  content: \"▼\";\n  font-size: 14px;\n  transition: transform 0.3s ease;\n  \/* ARIA-hidden für dekorative Elemente *\/\n  speak: none;\n}\n\ndetails.accordion-item[open] summary::after {\n  transform: rotate(180deg);\n}\n\ndetails.accordion-item .accordion-inner {\n  padding: 25px;\n  background: white;\n}\n\n\/* Headlines *\/\n.product-description-wrapper h2 {\n  color: #5a7542;\n  font-size: 28px;\n  margin-bottom: 20px;\n  font-weight: 700;\n  text-align: center;\n  line-height: 1.3;\n}\n\n.product-description-wrapper h3 {\n  color: #333;\n  font-size: 20px;\n  margin: 20px 0 15px;\n  font-weight: 600;\n}\n\n.product-description-wrapper h4 {\n  color: #5a7542;\n  font-size: 18px;\n  margin: 15px 0 10px;\n  font-weight: 600;\n}\n\n\/* Hero Section *\/\n.hero-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 12px;\n  padding: 30px;\n  margin-bottom: 30px;\n  text-align: center;\n}\n\n.hero-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #ffa62b 0%, #ff8c00 100%);\n  color: white;\n  padding: 8px 20px;\n  border-radius: 20px;\n  font-weight: 600;\n  margin-bottom: 15px;\n  font-size: 16px;\n  \/* Animation nur wenn nicht reduced-motion - WCAG 2.3.3 *\/\n  animation: pulse 2s infinite;\n}\n\n\/* Animationen deaktivieren bei reduced-motion - WCAG 2.3.3 *\/\n@media (prefers-reduced-motion: reduce) {\n  .hero-badge,\n  details.accordion-item,\n  details.accordion-item summary::after,\n  .cta-button,\n  .sorte-card {\n    animation: none !important;\n    transition: none !important;\n  }\n}\n\n@keyframes pulse {\n  0% { transform: scale(1); }\n  50% { transform: scale(1.05); }\n  100% { transform: scale(1); }\n}\n\n\/* Love Message Box *\/\n.love-message {\n  background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);\n  border-left: 4px solid #ff6b6b;\n  padding: 20px;\n  margin: 25px 0;\n  border-radius: 8px;\n  position: relative;\n}\n\n.love-message::before {\n  content: \"🐾\";\n  position: absolute;\n  left: -18px;\n  top: 20px;\n  background: white;\n  padding: 5px;\n  border-radius: 50%;\n  font-size: 20px;\n  \/* Dekoratives Emoji - WCAG 1.1.1 *\/\n  aria-hidden: true;\n}\n\n\/* Content Grid *\/\n.content-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 30px;\n  margin: 30px 0;\n}\n\n@media (min-width: 768px) {\n  .content-grid {\n    grid-template-columns: 1fr 1fr;\n    align-items: start;\n  }\n}\n\n\/* Sorte Cards *\/\n.sorte-cards-container {\n  display: grid;\n  gap: 20px;\n  margin: 30px 0;\n}\n\n@media (min-width: 768px) {\n  .sorte-cards-container {\n    grid-template-columns: repeat(3, 1fr);\n  }\n}\n\n.sorte-card {\n  background: white;\n  border: 2px solid #e0e0e0;\n  border-radius: 12px;\n  padding: 20px;\n  transition: all 0.3s ease;\n  text-align: center;\n  \/* Mindestgröße für Touch-Targets - WCAG 2.5.5 *\/\n  min-height: 44px;\n}\n\n.sorte-card:hover {\n  border-color: #5a7542;\n  box-shadow: 0 5px 15px rgba(90, 117, 66, 0.2);\n  transform: translateY(-2px);\n}\n\n.sorte-card-image {\n  width: 150px;\n  height: 150px;\n  margin: 0 auto 15px;\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.sorte-card-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n\/* Image Styles *\/\n.image-container {\n  width: 100%;\n  border-radius: 12px;\n  overflow: hidden;\n  background: #f5f5f5;\n}\n\n.image-container img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 12px;\n  object-fit: cover;\n}\n\n\/* Video Container *\/\n.video-wrapper {\n  background: #000;\n  border-radius: 12px;\n  overflow: hidden;\n  margin: 20px 0;\n  max-width: 800px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.video-thumbnail {\n  width: 100%;\n  cursor: pointer;\n  display: block;\n}\n\n\/* Benefit List *\/\n.benefit-list {\n  list-style: none;\n  padding: 0;\n  margin: 20px 0;\n}\n\n.benefit-list li {\n  padding: 15px 0 15px 40px;\n  border-bottom: 1px solid #eee;\n  position: relative;\n}\n\n.benefit-list li:last-child {\n  border-bottom: none;\n}\n\n.benefit-list li::before {\n  content: \"💚\";\n  position: absolute;\n  left: 10px;\n  font-size: 18px;\n  \/* Dekoratives Emoji - WCAG 1.1.1 *\/\n  aria-hidden: true;\n}\n\n\/* Trust Box *\/\n.trust-box {\n  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);\n  border: 2px solid #5a7542;\n  border-radius: 12px;\n  padding: 25px;\n  margin: 30px 0;\n  text-align: center;\n}\n\n\/* Review Box *\/\n.review-box {\n  background: #f9f9f9;\n  border-left: 4px solid #ffa62b;\n  padding: 20px;\n  border-radius: 8px;\n  margin: 20px 0;\n}\n\n.review-text {\n  font-style: italic;\n  margin-bottom: 10px;\n  line-height: 1.6;\n}\n\n.review-author {\n  text-align: right;\n  font-weight: 600;\n  color: #5a7542;\n}\n\n\/* Feeding Table *\/\n.feeding-table {\n  overflow-x: auto;\n  margin: 20px 0;\n  border-radius: 8px;\n}\n\n.feeding-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  font-size: 14px;\n}\n\n.feeding-table th {\n  background: #5a7542;\n  color: white;\n  padding: 12px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.feeding-table td {\n  padding: 10px 12px;\n  border-bottom: 1px solid #eee;\n}\n\n.feeding-table tr:hover {\n  background: #f9f9f9;\n}\n\n\/* Pro Tipp *\/\n.pro-tipp {\n  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);\n  border: 2px solid #5a7542;\n  border-radius: 12px;\n  padding: 20px;\n  margin: 25px 0;\n  position: relative;\n}\n\n.pro-tipp::before {\n  content: \"💡 TIPP VON HERZEN\";\n  position: absolute;\n  top: -12px;\n  left: 20px;\n  background: white;\n  padding: 0 10px;\n  color: #5a7542;\n  font-weight: 600;\n  font-size: 14px;\n}\n\n\/* Highlight Box *\/\n.highlight-box {\n  background: #fff8dc;\n  border: 2px solid #ffa62b;\n  border-radius: 12px;\n  padding: 20px;\n  margin: 30px 0;\n  text-align: center;\n}\n\n\/* Cross-Sell Box *\/\n.cross-sell-box {\n  background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);\n  border: 2px solid #4a90e2;\n  border-radius: 12px;\n  padding: 20px;\n  margin: 30px 0;\n  position: relative;\n}\n\n.cross-sell-box::before {\n  content: \"🎯 PERFEKT DAZU\";\n  position: absolute;\n  top: -12px;\n  left: 20px;\n  background: white;\n  padding: 0 10px;\n  color: #4a90e2;\n  font-weight: 600;\n  font-size: 14px;\n}\n\n\/* CTA Button *\/\n.cta-section {\n  text-align: center;\n  margin: 40px 0;\n}\n\n.cta-button {\n  display: inline-block;\n  background: #5a7542;\n  color: white;\n  padding: 15px 40px;\n  border-radius: 30px;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 18px;\n  transition: all 0.3s ease;\n  box-shadow: 0 4px 15px rgba(90, 117, 66, 0.3);\n  \/* Mindestgröße für Touch-Targets - WCAG 2.5.5 *\/\n  min-height: 44px;\n}\n\n.cta-button:hover {\n  background: #4d6339;\n  transform: translateY(-2px);\n  box-shadow: 0 6px 20px rgba(90, 117, 66, 0.4);\n}\n\n.cta-button.small {\n  padding: 8px 20px;\n  font-size: 14px;\n}\n\n\/* Quick Info Grid *\/\n.quick-info {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n  margin: 20px 0;\n}\n\n.info-card {\n  background: white;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 15px;\n  text-align: center;\n  \/* Mindestgröße für Touch-Targets - WCAG 2.5.5 *\/\n  min-height: 44px;\n}\n\n.info-card strong {\n  color: #5a7542;\n  display: block;\n  margin-bottom: 5px;\n}\n\n\/* Abo Box *\/\n.abo-box {\n  background: linear-gradient(135deg, #5a7542 0%, #4d6339 100%);\n  color: white;\n  border-radius: 12px;\n  padding: 30px;\n  margin: 30px 0;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.abo-box::before {\n  content: \"🤝\";\n  position: absolute;\n  top: -20px;\n  right: -20px;\n  font-size: 100px;\n  opacity: 0.1;\n  \/* Dekoratives Emoji - WCAG 1.1.1 *\/\n  aria-hidden: true;\n}\n\n\/* Visually Hidden Text für Screenreader - WCAG *\/\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  padding: 0;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0, 0, 0, 0);\n  white-space: nowrap;\n  border: 0;\n}\n\n\/* ARIA Live Region für dynamische Updates *\/\n.aria-live-region {\n  position: absolute;\n  left: -10000px;\n  width: 1px;\n  height: 1px;\n  overflow: hidden;\n}\n\n\/* Mobile Optimierung *\/\n@media (max-width: 767px) {\n  .product-description-wrapper {\n    padding: 15px;\n  }\n  \n  .product-description-wrapper h2 {\n    font-size: 24px;\n  }\n  \n  .product-description-wrapper h3 {\n    font-size: 18px;\n  }\n  \n  .hero-section {\n    padding: 20px;\n  }\n  \n  .cta-button {\n    font-size: 16px;\n    padding: 12px 30px;\n  }\n  \n  details.accordion-item summary {\n    font-size: 16px;\n    padding: 15px;\n  }\n  \n  .feeding-table {\n    font-size: 13px;\n  }\n  \n  .sorte-cards-container {\n    grid-template-columns: 1fr;\n  }\n}\n\n\/* Verbesserte Print-Styles - WCAG *\/\n@media print {\n  .skip-link,\n  .cta-button,\n  .abo-box {\n    display: none;\n  }\n  \n  .product-description-wrapper {\n    color: black;\n    background: white;\n  }\n  \n  a {\n    text-decoration: underline;\n  }\n}\n\u003c\/style\u003e\n\u003c!-- Skip-Link für Keyboard-Navigation --\u003e\n\u003cp\u003e\u003ca href=\"#main-content\" class=\"skip-link\"\u003eZum Hauptinhalt springen\u003c\/a\u003e\u003c\/p\u003e\n\n\u003cmain id=\"main-content\" class=\"product-description-wrapper\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cheader class=\"hero-section\"\u003e\n    \u003cspan class=\"hero-badge\"\u003e6 × 5 KG NACH DEINER WAHL\u003c\/span\u003e\n    \u003ch2\u003eDein individuelles DOGS-HEART Mixset mit 30 kg\u003c\/h2\u003e\n    \u003cp style=\"font-size: 18px; margin-top: 15px;\"\u003e\n      \u003cstrong\u003eStelle sechs Packungen ganz nach den Vorlieben deines Hundes zusammen. 💚\u003c\/strong\u003e\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Wähle frei aus Kartoffel \u0026amp; Geflügel, Lamm \u0026amp; Süßkartoffel sowie\n      Kalb \u0026amp; Rind mit Süßkartoffel – auch mehrfach dieselbe Sorte.\n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003c!--\n    PRODUKTBILD:\n    Nach dem Upload des neuen quadratischen Produktbildes in Shopify\n    den folgenden Bildblock aktivieren und DEINE-BILD-URL ersetzen.\n\n  \u003cfigure class=\"image-container\" style=\"max-width: 800px; margin: 20px auto;\"\u003e\n    \u003cimg\n      src=\"DEINE-BILD-URL\"\n      alt=\"Sechs DOGS-HEART Trockenfutter-Packungen im 5-kg-Mixset mit Kartoffel und Geflügel, Lamm und Süßkartoffel sowie Kalb und Rind mit Süßkartoffel\"\n      loading=\"lazy\"\u003e\n  \u003c\/figure\u003e\n  --\u003e\n\n  \u003c!-- Persönliche Ansprache --\u003e\n  \u003csection class=\"love-message\"\u003e\n    \u003ch2 class=\"sr-only\"\u003eDas DOGS-HEART 6er-Mixset\u003c\/h2\u003e\n    \u003cp\u003e\u003cstrong\u003eLiebe Hundefreundin, lieber Hundefreund,\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003e\n      manche Hunde haben einen klaren Favoriten, andere lieben ein wenig Abwechslung.\n      Mit diesem Mixset entscheidest du selbst, welche sechs 5-kg-Packungen bei dir\n      einziehen. So entsteht genau der Vorrat, der zu deinem Hund oder deinem\n      Mehrhundehaushalt passt.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Kurzübersicht --\u003e\n  \u003csection class=\"quick-info\" aria-label=\"Produktübersicht\"\u003e\n    \u003cdiv class=\"info-card\"\u003e\n\u003cstrong\u003e6 × 5 kg\u003c\/strong\u003e\u003cspan\u003e30 kg Gesamtmenge\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-card\"\u003e\n\u003cstrong\u003eIndividuell\u003c\/strong\u003e\u003cspan\u003esechs Packungen auswählen\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-card\"\u003e\n\u003cstrong\u003e3 Rezepturen\u003c\/strong\u003e\u003cspan\u003efrei kombinierbar\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-card\"\u003e\n\u003cstrong\u003eGetreidefrei\u003c\/strong\u003e\u003cspan\u003ebei allen drei Sorten\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-card\"\u003e\n\u003cstrong\u003eMade in Germany\u003c\/strong\u003e\u003cspan\u003ein Deutschland hergestellt\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n\n    \u003c!-- Vorteile --\u003e\n    \u003cdetails open class=\"accordion-item\"\u003e\n      \u003csummary\u003e\u003cspan\u003e💚\u003c\/span\u003e Das macht dein 6er-Mixset besonders\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-inner\"\u003e\n        \u003cdiv class=\"content-grid\"\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eSechs Packungen. Deine Zusammenstellung.\u003c\/h3\u003e\n            \u003cul class=\"benefit-list\"\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFrei kombinierbar:\u003c\/strong\u003e Wähle jede Sorte einmal oder mehrfach.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003ePassender Vorrat:\u003c\/strong\u003e Insgesamt erhältst du 30 kg Trockenfutter.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDrei Rezepturen:\u003c\/strong\u003e Geflügel, Lamm sowie Kalb \u0026amp; Rind stehen zur Auswahl.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFür Mehrhundehaushalte:\u003c\/strong\u003e Verschiedene Vorlieben lassen sich leichter berücksichtigen.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eMonoprotein-Option:\u003c\/strong\u003e Bei Lamm ist Lamm die einzige Fleischproteinquelle.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eOhne Zusatz:\u003c\/strong\u003e Keine künstlichen Farb-, Aroma- und Konservierungsstoffe.\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n\n          \u003c!--\n            LIFESTYLE-BILD:\n            Nach dem Upload in Shopify DEINE-LIFESTYLE-BILD-URL ersetzen.\n\n          \u003cfigure class=\"image-container\"\u003e\n            \u003cimg\n              src=\"DEINE-LIFESTYLE-BILD-URL\"\n              alt=\"Golden Retriever neben sechs DOGS-HEART Trockenfutter-Packungen und einem gefüllten Futternapf\"\n              loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          --\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pro-tipp\"\u003e\n          \u003cstrong\u003eSo funktioniert die Auswahl:\u003c\/strong\u003e\n          Lege über die Auswahlfelder auf der Produktseite insgesamt sechs\n          5-kg-Packungen fest. Die Sorten dürfen sich wiederholen.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- Sorten --\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary\u003e\u003cspan\u003e🥘\u003c\/span\u003e Diese drei Sorten kannst du kombinieren\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-inner\"\u003e\n        \u003ch3 style=\"text-align: center; margin-bottom: 25px;\"\u003e\n          Stelle dein Mixset passend zu deinem Hund zusammen\n        \u003c\/h3\u003e\n\n        \u003cdiv class=\"sorte-cards-container\"\u003e\n\n          \u003carticle class=\"sorte-card\"\u003e\n            \u003cdiv class=\"sorte-card-image\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0958\/1308\/files\/premium-hundefutter-geflugel-15kg-getreidefrei-kleine-kroketteneignung-sport-hundeignung-welpekrokette-klein-8231229.png?v=1768386909\" alt=\"DOGS-HEART Kartoffel und Geflügel Trockenfutter\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n            \u003ch4\u003eKartoffel \u0026amp; Geflügel\u003c\/h4\u003e\n            \u003cp style=\"color: #5a7542; font-weight: 600;\"\u003eKnusprige Rezeptur mit drei Geflügelarten\u003c\/p\u003e\n            \u003cul style=\"text-align: left; font-size: 14px; margin: 10px 0;\"\u003e\n              \u003cli\u003emit Ente, Truthahn und Hähnchen\u003c\/li\u003e\n              \u003cli\u003ekleinere Kroketten\u003c\/li\u003e\n              \u003cli\u003egetreidefreie Rezeptur\u003c\/li\u003e\n              \u003cli\u003ekein Monoprotein-Produkt\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003ca href=\"https:\/\/dogs-heart.de\/products\/getreidefreies-hundefutter-gefluegel-kleine-kroketten\" class=\"cta-button small\" target=\"_blank\" rel=\"noopener\"\u003e\n              Mehr zur Sorte\n            \u003c\/a\u003e\n          \u003c\/article\u003e\n\n          \u003carticle class=\"sorte-card\"\u003e\n            \u003cdiv class=\"sorte-card-image\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0958\/1308\/files\/lamm-susskartoffel-hundefutter-trocken-getreidefrei-mit-hohem-fleischanteil-glutenfrei-341419.jpg?v=1744918870\" alt=\"DOGS-HEART Lamm und Süßkartoffel Trockenfutter\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n            \u003ch4\u003eLamm \u0026amp; Süßkartoffel\u003c\/h4\u003e\n            \u003cp style=\"color: #5a7542; font-weight: 600;\"\u003eMonoprotein Lamm\u003c\/p\u003e\n            \u003cul style=\"text-align: left; font-size: 14px; margin: 10px 0;\"\u003e\n              \u003cli\u003eLamm als einzige Fleischproteinquelle\u003c\/li\u003e\n              \u003cli\u003emit Kartoffel und Süßkartoffel\u003c\/li\u003e\n              \u003cli\u003egetreidefreie Rezeptur\u003c\/li\u003e\n              \u003cli\u003egrößere Kroketten\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003ca href=\"https:\/\/dogs-heart.de\/products\/hypoallergenes-hundefutter-lamm\" class=\"cta-button small\" target=\"_blank\" rel=\"noopener\"\u003e\n              Mehr zur Sorte\n            \u003c\/a\u003e\n          \u003c\/article\u003e\n\n          \u003carticle class=\"sorte-card\"\u003e\n            \u003cdiv class=\"sorte-card-image\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0958\/1308\/files\/kalb-rind-mit-susskartoffel-hundefutter-trocken-getreidefrei-mit-hohem-fleischanteil-glutenfrei-620357.jpg?v=1744919187\" alt=\"DOGS-HEART Kalb und Rind mit Süßkartoffel Trockenfutter\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n            \u003ch4\u003eKalb \u0026amp; Rind mit Süßkartoffel\u003c\/h4\u003e\n            \u003cp style=\"color: #5a7542; font-weight: 600;\"\u003eHerzhafte Rezeptur mit zwei Fleischsorten\u003c\/p\u003e\n            \u003cul style=\"text-align: left; font-size: 14px; margin: 10px 0;\"\u003e\n              \u003cli\u003emit Kalb und Rind\u003c\/li\u003e\n              \u003cli\u003emit Kartoffel und Süßkartoffel\u003c\/li\u003e\n              \u003cli\u003egetreidefreie Rezeptur\u003c\/li\u003e\n              \u003cli\u003ekein Monoprotein-Produkt\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003ca href=\"https:\/\/dogs-heart.de\/products\/hundefutter-kalb-rind-getreidefrei\" class=\"cta-button small\" target=\"_blank\" rel=\"noopener\"\u003e\n              Mehr zur Sorte\n            \u003c\/a\u003e\n          \u003c\/article\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- Fütterung --\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary\u003e\u003cspan\u003e📊\u003c\/span\u003e Fütterung und Sortenwechsel\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-inner\"\u003e\n        \u003ch3\u003eDie passende Menge für deinen Hund\u003c\/h3\u003e\n        \u003cp\u003e\n          Die tägliche Futtermenge richtet sich unter anderem nach Gewicht,\n          Alter, Aktivität und individueller Verfassung deines Hundes.\n          Beachte deshalb die Fütterungsempfehlung auf der jeweiligen Packung\n          und passe die Menge bei Bedarf an.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pro-tipp\"\u003e\n          \u003cstrong\u003eLangsam umstellen:\u003c\/strong\u003e\n          Mische das neue Futter schrittweise unter das bisherige Futter.\n          Auch beim Wechsel zwischen den Sorten ist ein langsamer Übergang sinnvoll.\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Bitte stelle deinem Hund immer ausreichend frisches Trinkwasser bereit.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- Qualität --\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary\u003e\u003cspan\u003e🏡\u003c\/span\u003e Unsere Rezepturen auf einen Blick\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-inner\"\u003e\n        \u003ch3\u003eOffen deklariert und sorgfältig zusammengestellt\u003c\/h3\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eGetreidefrei:\u003c\/strong\u003e alle drei Rezepturen kommen ohne Getreide aus.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOhne Zusatz:\u003c\/strong\u003e keine künstlichen Farb-, Aroma- und Konservierungsstoffe.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIn Deutschland hergestellt:\u003c\/strong\u003e für DOGS-HEART produziert.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eDrei unterschiedliche Rezepturen:\u003c\/strong\u003e die genaue Zusammensetzung findest du auf der jeweiligen Produktseite und Packung.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e90 Tage Geld-zurück:\u003c\/strong\u003e gemäß unseren Bedingungen zur Zufriedenheitsgarantie.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cdiv class=\"trust-box\"\u003e\n          \u003ch3 style=\"margin-top: 0;\"\u003eDu bist bei der Auswahl unsicher?\u003c\/h3\u003e\n          \u003cp\u003e\n            Schreib uns gern. Wir helfen dir dabei, die Unterschiede zwischen\n            den drei Rezepturen einzuordnen und dein persönliches 6er-Mixset\n            zusammenzustellen.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- Ergänzungen --\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary\u003e\u003cspan\u003e🐾\u003c\/span\u003e Passende Ergänzungen entdecken\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-inner\"\u003e\n        \u003caside class=\"cross-sell-box\"\u003e\n          \u003ch3 style=\"color: #4a90e2; margin-top: 0;\"\u003eFür kleine Genussmomente zwischendurch\u003c\/h3\u003e\n          \u003cp\u003e\n            Ergänze den Futtervorrat nach Wunsch mit unseren DOGS-HEART Snacks.\n          \u003c\/p\u003e\n          \u003cp style=\"margin-top: 15px;\"\u003e\n            \u003cstrong\u003ePARATIC Snacks:\u003c\/strong\u003e\n            \u003ca href=\"https:\/\/dogs-heart.de\/products\/paratic-snacks\" style=\"color: #4a90e2; font-weight: 600;\"\u003e\n              Kräuter-Snacks für die Outdoor-Saison\n            \u003c\/a\u003e\n          \u003c\/p\u003e\n          \u003cp style=\"margin-top: 10px;\"\u003e\n            \u003cstrong\u003eSnack-Mix:\u003c\/strong\u003e\n            \u003ca href=\"https:\/\/dogs-heart.de\/products\/hundesnack-mix-3x450g\" style=\"color: #4a90e2; font-weight: 600;\"\u003e\n              drei DOGS-HEART Snack-Sorten kombinieren\n            \u003c\/a\u003e\n          \u003c\/p\u003e\n        \u003c\/aside\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Abschluss-CTA --\u003e\n  \u003csection class=\"cta-section\"\u003e\n    \u003ch2\u003eWelche sechs Packungen dürfen es sein?\u003c\/h2\u003e\n    \u003cp style=\"font-size: 18px;\"\u003e\n      Wähle oben deine gewünschte Kombination aus und lege das fertige Mixset\n      anschließend in den Warenkorb.\n    \u003c\/p\u003e\n    \u003cp style=\"margin-top: 15px; color: #666;\"\u003e\n      \u003csmall\u003e✓ 6 × 5 kg   ✓ 30 kg Gesamtmenge   ✓ drei Sorten frei kombinierbar\u003c\/small\u003e\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"trust-box\"\u003e\n    \u003ch2 class=\"sr-only\"\u003eVersand und weitere Mixsets\u003c\/h2\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eDein individuell zusammengestellter Vorrat für viele glückliche Napfmomente. 💚\u003c\/strong\u003e\n    \u003c\/p\u003e\n    \u003cnav style=\"background: #f0f4f0; padding: 15px; border-radius: 8px; margin-top: 20px;\"\u003e\n      \u003cstrong\u003eAuch interessant:\u003c\/strong\u003e\n      \u003cp style=\"margin-top: 10px;\"\u003e\n        •\n        \u003ca href=\"https:\/\/dogs-heart.de\/products\/futterproben-testpaket\" style=\"color: #5a7542;\"\u003e\n          DOGS-HEART Testpaket\n        \u003c\/a\u003e\u003cbr\u003e\n        •\n        \u003ca href=\"https:\/\/dogs-heart.de\/blogs\/ratgeber\/futterumstellung-hund-anleitung\" style=\"color: #5a7542;\"\u003e\n          Anleitung zur Futterumstellung\n        \u003c\/a\u003e\u003cbr\u003e\n        •\n        \u003ca href=\"https:\/\/dogs-heart.de\/products\/hundefutter-mix-3x1-5-kg-sensible-hunde-jeden-alters\" style=\"color: #5a7542;\"\u003e\n          Kleineres Mixset mit 3 × 1,5 kg\n        \u003c\/a\u003e\n      \u003c\/p\u003e\n    \u003c\/nav\u003e\n  \u003c\/section\u003e\n\n\u003c\/main\u003e","brand":"DOGS-HEART by JM-Onlineshop","offers":[{"title":"Default Title","offer_id":62014331420940,"sku":"3006","price":129.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/1308\/files\/DOGS-HEART_6er-Mixset_mit_Hund_6_x_5_kg_individuell_waehlbar.png?v=1785585370","url":"https:\/\/dogs-heart.de\/products\/hundefutter-mixset-6x5kg","provider":"DOGS-HEART ","version":"1.0","type":"link"}