{"product_id":"emmizyme-zahnpflege-gel","title":"emmiZyme Toothpaste Gel 75ml","description":"\u003c!-- ============================================================\n     emmiZyme – Shopify Produktbeschreibung v2\n     Emmi Ultrasonic GmbH · emmi-pet.de · June 2026\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  .ep2 {\n    font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;\n    color: #1a1414;\n    max-width: 700px;\n    --pink:      #f4b4b5;\n    --pink-deep: #d97275;\n    --pink-bg:   #fdf0f0;\n    --cream:     #faf7f5;\n    --dark:      #1a1414;\n    --mid:       #5a4848;\n    --muted:     #9a8080;\n    --radius:    16px;\n  }\n\n  \/* ── INTRO ── *\/\n  .ep2-intro {\n    background: linear-gradient(135deg, #fdf0f0 0%, #fff8f8 50%, #fdf0f0 100%);\n    border: 1px solid rgba(244,180,181,0.35);\n    border-radius: var(--radius, 16px);\n    padding: 28px 32px;\n    margin-bottom: 36px;\n    position: relative;\n    overflow: hidden;\n  }\n  .ep2-intro::before {\n    content: '';\n    position: absolute;\n    top: -30px; right: -30px;\n    width: 120px; height: 120px;\n    background: radial-gradient(circle, rgba(244,180,181,0.35) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .ep2-intro-eyebrow {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #d97275;\n    margin-bottom: 8px;\n  }\n  .ep2-intro-text {\n    font-size: 17px;\n    font-weight: 300;\n    color: #3a2828;\n    line-height: 1.7;\n    margin: 0;\n  }\n  .ep2-intro-text strong { font-weight: 600; color: #1a1414; }\n\n  \/* ── BADGE ROW ── *\/\n  .ep2-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 36px;\n  }\n  .ep2-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 7px 14px 7px 10px;\n    border-radius: 999px;\n    font-size: 12.5px;\n    font-weight: 500;\n    border: 1.5px solid rgba(244,180,181,0.5);\n    background: #fff;\n    color: #3a2828;\n  }\n  .ep2-badge-dot {\n    width: 7px; height: 7px;\n    background: #d97275;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .ep2-label {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #d97275;\n    margin-bottom: 16px;\n  }\n\n  \/* ── FEATURES ── *\/\n  .ep2-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 40px;\n  }\n  .ep2-feat {\n    background: #fff;\n    border: 1px solid #f0e4e4;\n    border-radius: var(--radius, 16px);\n    padding: 20px 20px 20px 18px;\n    position: relative;\n    transition: box-shadow 0.2s, transform 0.2s;\n  }\n  .ep2-feat:hover {\n    box-shadow: 0 6px 24px rgba(244,180,181,0.2);\n    transform: translateY(-2px);\n  }\n  .ep2-feat-icon {\n    font-size: 22px;\n    margin-bottom: 10px;\n    display: block;\n    line-height: 1;\n  }\n  .ep2-feat-title {\n    font-size: 14px;\n    font-weight: 600;\n    color: #1a1414;\n    margin-bottom: 5px;\n  }\n  .ep2-feat-text {\n    font-size: 13px;\n    color: #6a5050;\n    line-height: 1.6;\n    margin: 0;\n  }\n  .ep2-feat-accent {\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, #f4b4b5, #d97275);\n    border-radius: 16px 16px 0 0;\n    opacity: 0;\n    transition: opacity 0.2s;\n  }\n  .ep2-feat:hover .ep2-feat-accent { opacity: 1; }\n\n  \/* ── BODY TEXT ── *\/\n  .ep2-body {\n    font-size: 15px;\n    color: #4a3838;\n    line-height: 1.8;\n    margin-bottom: 20px;\n  }\n\n  \/* ── ENZYME CARDS ── *\/\n  .ep2-enzymes {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 40px;\n  }\n  .ep2-enzyme {\n    background: linear-gradient(135deg, #1a1414 0%, #2e2020 100%);\n    border-radius: var(--radius, 16px);\n    padding: 24px;\n    color: #fff;\n    position: relative;\n    overflow: hidden;\n  }\n  .ep2-enzyme::after {\n    content: '';\n    position: absolute;\n    bottom: -20px; right: -20px;\n    width: 80px; height: 80px;\n    background: radial-gradient(circle, rgba(244,180,181,0.2) 0%, transparent 70%);\n  }\n  .ep2-enzyme-tag {\n    display: inline-block;\n    background: rgba(244,180,181,0.2);\n    color: #f4b4b5;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 4px 10px;\n    border-radius: 999px;\n    margin-bottom: 12px;\n    border: 1px solid rgba(244,180,181,0.3);\n  }\n  .ep2-enzyme h4 {\n    font-size: 16px;\n    font-weight: 600;\n    color: #fff;\n    margin: 0 0 8px;\n    letter-spacing: -0.01em;\n  }\n  .ep2-enzyme p {\n    font-size: 13px;\n    color: rgba(255,255,255,0.65);\n    line-height: 1.65;\n    margin: 0;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* ── DIVIDER ── *\/\n  .ep2-divider {\n    border: none;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #f0e4e4, transparent);\n    margin: 36px 0;\n  }\n\n  \/* ── STEPS ── *\/\n  .ep2-steps {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    margin-bottom: 40px;\n    background: #fff;\n    border: 1px solid #f0e4e4;\n    border-radius: var(--radius, 16px);\n    overflow: hidden;\n  }\n  .ep2-step {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 20px 24px;\n    border-bottom: 1px solid #f8efef;\n    transition: background 0.15s;\n  }\n  .ep2-step:last-child { border-bottom: none; }\n  .ep2-step:hover { background: #fdf8f8; }\n  .ep2-step-num {\n    width: 32px; height: 32px;\n    background: #f4b4b5;\n    color: #1a1414;\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px; font-weight: 700;\n    flex-shrink: 0;\n  }\n  .ep2-step-text {\n    font-size: 14.5px;\n    color: #4a3838;\n    line-height: 1.65;\n    padding-top: 5px;\n  }\n\n  \/* ── INCI ── *\/\n  .ep2-inci-wrap {\n    background: var(--cream, #faf7f5);\n    border: 1px solid #f0e4e4;\n    border-radius: var(--radius, 16px);\n    padding: 24px 28px;\n    margin-bottom: 36px;\n  }\n  .ep2-inci-wrap .ep2-label { margin-bottom: 10px; }\n  .ep2-inci {\n    font-size: 13px;\n    color: #7a6060;\n    line-height: 1.8;\n    margin: 0;\n  }\n  .ep2-inci strong { color: #1a1414; font-weight: 600; }\n\n  \/* ── INFO GRID ── *\/\n  .ep2-info-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin-bottom: 40px;\n  }\n  .ep2-info-card {\n    background: #fff;\n    border: 1px solid #f0e4e4;\n    border-radius: 14px;\n    padding: 18px 20px;\n  }\n  .ep2-info-card h5 {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #d97275;\n    margin: 0 0 6px;\n  }\n  .ep2-info-card p {\n    font-size: 13.5px;\n    color: #4a3838;\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  \/* ── FAQ ── *\/\n  .ep2-faq { margin-bottom: 8px; }\n  .ep2-faq-item {\n    background: #fff;\n    border: 1px solid #f0e4e4;\n    border-radius: 14px;\n    margin-bottom: 8px;\n    overflow: hidden;\n  }\n  .ep2-faq-q {\n    width: 100%;\n    background: none;\n    border: none;\n    text-align: left;\n    padding: 18px 22px;\n    font-size: 14.5px;\n    font-weight: 600;\n    color: #1a1414;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 12px;\n    font-family: inherit;\n    transition: background 0.15s;\n  }\n  .ep2-faq-q:hover { background: #fdf8f8; }\n  .ep2-faq-icon {\n    width: 26px; height: 26px;\n    background: #fdf0f0;\n    border: 1.5px solid rgba(244,180,181,0.5);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 17px;\n    color: #d97275;\n    flex-shrink: 0;\n    transition: transform 0.25s, background 0.2s;\n    line-height: 1;\n  }\n  .ep2-faq-item.ep2-open .ep2-faq-icon {\n    transform: rotate(45deg);\n    background: #f4b4b5;\n    border-color: #f4b4b5;\n    color: #1a1414;\n  }\n  .ep2-faq-a {\n    display: none;\n    font-size: 14px;\n    color: #5a4848;\n    line-height: 1.7;\n    padding: 0 22px 18px;\n  }\n  .ep2-faq-item.ep2-open .ep2-faq-a { display: block; }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 560px) {\n    .ep2-features { grid-template-columns: 1fr; }\n    .ep2-enzymes  { grid-template-columns: 1fr; }\n    .ep2-info-grid { grid-template-columns: 1fr; }\n    .ep2-intro { padding: 22px 20px; }\n    .ep2-intro-text { font-size: 15px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ep2\"\u003e\u003c!-- Intro --\u003e\n\u003cdiv class=\"ep2-intro\"\u003e\n\u003cp class=\"ep2-intro-eyebrow\"\u003eemmi-pet · Enzymatic Toothpaste\u003c\/p\u003e\n\u003cp class=\"ep2-intro-text\"\u003e\u003cstrong\u003eDental care your pet actually loves.\u003c\/strong\u003e\u003cbr\u003eEnzymatic action, fluoride-free and beef-flavoured – gentle oral care that tastes great instead of causing a fuss. Vegan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Badges --\u003e\n\u003cdiv class=\"ep2-badges\"\u003e\u003cspan class=\"ep2-badge\"\u003e\u003cspan class=\"ep2-badge-dot\"\u003e\u003c\/span\u003eFluoride-Free\u003c\/span\u003e \u003cspan class=\"ep2-badge\"\u003e\u003cspan class=\"ep2-badge-dot\"\u003e\u003c\/span\u003e100% Vegan\u003c\/span\u003e \u003cspan class=\"ep2-badge\"\u003e\u003cspan class=\"ep2-badge-dot\"\u003e\u003c\/span\u003eBeef Flavour\u003c\/span\u003e \u003cspan class=\"ep2-badge\"\u003e\u003cspan class=\"ep2-badge-dot\"\u003e\u003c\/span\u003e2 Active Enzymes\u003c\/span\u003e \u003cspan class=\"ep2-badge\"\u003e\u003cspan class=\"ep2-badge-dot\"\u003e\u003c\/span\u003eDogs \u0026amp; Cats\u003c\/span\u003e \u003cspan class=\"ep2-badge\"\u003e\u003cspan class=\"ep2-badge-dot\"\u003e\u003c\/span\u003e75 ml\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cp class=\"ep2-label\"\u003eWhat emmiZyme does\u003c\/p\u003e\n\u003cdiv class=\"ep2-features\"\u003e\n\u003cdiv class=\"ep2-feat\"\u003e\n\u003cdiv class=\"ep2-feat-accent\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"ep2-feat-icon\"\u003e🦷\u003c\/span\u003e\n\u003cp class=\"ep2-feat-title\"\u003eLess plaque \u0026amp; tartar\u003c\/p\u003e\n\u003cp class=\"ep2-feat-text\"\u003eTwo active enzymes support the natural oral flora and reduce build-up before it hardens.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep2-feat\"\u003e\n\u003cdiv class=\"ep2-feat-accent\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"ep2-feat-icon\"\u003e🥩\u003c\/span\u003e\n\u003cp class=\"ep2-feat-title\"\u003eBeef-Flavoured\u003c\/p\u003e\n\u003cp class=\"ep2-feat-text\"\u003eYour pet looks forward to brushing instead of fighting it – that makes all the difference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep2-feat\"\u003e\n\u003cdiv class=\"ep2-feat-accent\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"ep2-feat-icon\"\u003e✅\u003c\/span\u003e\n\u003cp class=\"ep2-feat-title\"\u003eFluoride-Free \u0026amp; safe\u003c\/p\u003e\n\u003cp class=\"ep2-feat-text\"\u003eNo rinsing needed – suitable even for sensitive and older animals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep2-feat\"\u003e\n\u003cdiv class=\"ep2-feat-accent\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"ep2-feat-icon\"\u003e🌿\u003c\/span\u003e\n\u003cp class=\"ep2-feat-title\"\u003eNatural \u0026amp; vegan\u003c\/p\u003e\n\u003cp class=\"ep2-feat-text\"\u003eMade from natural ingredients – gentle on sensitive animal mouths.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep2-feat\" style=\"grid-column: 1 \/ -1;\"\u003e\n\u003cdiv class=\"ep2-feat-accent\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"ep2-feat-icon\"\u003e💨\u003c\/span\u003e\n\u003cp class=\"ep2-feat-title\"\u003eFresh Breath Feeling\u003c\/p\u003e\n\u003cp class=\"ep2-feat-text\"\u003eGlucose oxidase supports antibacterial cleansing for lasting fresh breath.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Body --\u003e\n\u003cp class=\"ep2-body\"\u003eBrushing a dog or cat’s teeth often feels like trying to reason with a stubborn professional. emmiZyme turns the tables: this enzymatic toothpaste with beef flavour becomes a little treat rather than a daily struggle.\u003c\/p\u003e\n\u003c!-- Enzyme Cards --\u003e\n\u003cp class=\"ep2-label\"\u003eThe Active Duo\u003c\/p\u003e\n\u003cdiv class=\"ep2-enzymes\"\u003e\n\u003cdiv class=\"ep2-enzyme\"\u003e\u003cspan class=\"ep2-enzyme-tag\"\u003eEnzyme 1\u003c\/span\u003e\n\u003ch4\u003eLactobacillus\u003c\/h4\u003e\n\u003cp\u003eHelps maintain the natural balance in the mouth and can reduce unwanted bacteria.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep2-enzyme\"\u003e\u003cspan class=\"ep2-enzyme-tag\"\u003eEnzyme 2\u003c\/span\u003e\n\u003ch4\u003eGlucose oxidase\u003c\/h4\u003e\n\u003cp\u003eSupports antibacterial cleansing and delivers a fresh feeling day after day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"ep2-divider\"\u003e\u003c!-- Steps --\u003e\n\u003cp class=\"ep2-label\"\u003eHow it works\u003c\/p\u003e\n\u003cdiv class=\"ep2-steps\"\u003e\n\u003cdiv class=\"ep2-step\"\u003e\n\u003cdiv class=\"ep2-step-num\"\u003e1\u003c\/div\u003e\n\u003cp class=\"ep2-step-text\"\u003eIntroduce your pet to oral care gradually – let them sniff and taste the toothpaste first at their own pace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep2-step\"\u003e\n\u003cdiv class=\"ep2-step-num\"\u003e2\u003c\/div\u003e\n\u003cp class=\"ep2-step-text\"\u003eApply a small amount to a damp brush and gently clean a few teeth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep2-step\"\u003e\n\u003cdiv class=\"ep2-step-num\"\u003e3\u003c\/div\u003e\n\u003cp class=\"ep2-step-text\"\u003eBuild up the routine step by step until it becomes a habit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep2-step\"\u003e\n\u003cdiv class=\"ep2-step-num\"\u003e4\u003c\/div\u003e\n\u003cp class=\"ep2-step-text\"\u003eAlways provide fresh drinking water after brushing.\u003cbutton class=\"ep2-faq-q\" type=\"button\"\u003e\u0026nbsp;\u003c\/button\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INCI --\u003e\n\u003cdiv class=\"ep2-faq\"\u003e\n\u003cdiv class=\"ep2-faq-item\"\u003e\n\u003cdiv class=\"ep2-faq-a\"\u003eJa – der Beef Flavour ist rein aromatisch, die Rezeptur komplett vegan. Kein tierisches Produkt ist enthalten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e","brand":"emmi-pet","offers":[{"title":"Default Title","offer_id":51783095812417,"sku":"20011","price":13.01,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0910\/4588\/8321\/files\/emmi_pet_emmiZyme_Hauptbild.jpg?v=1780923551","url":"https:\/\/emmi-pet.fr\/products\/gel-de-soins-dentaires-emmiczyme","provider":"emmi-pet","version":"1.0","type":"link"}