{"id":14,"date":"2025-03-20T22:29:31","date_gmt":"2025-03-20T21:29:31","guid":{"rendered":"https:\/\/animalactin.localhost\/?page_id=14"},"modified":"2025-08-05T16:35:23","modified_gmt":"2025-08-05T14:35:23","slug":"produkty","status":"publish","type":"page","link":"https:\/\/animalactin.eu\/cs\/produkty\/","title":{"rendered":"Produkty"},"content":{"rendered":"<!-- Render in front -->\r\n    <section id=\"hero\" class=\"relative bg-primary\">\r\n        \r\n        <div class=\"relative min-h-[560px] lg:min-h-[520px] bg-cover bg-no-repeat\"\r\n            style=\"background-image: url('https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/products_hero_bg.png'); background-position: center center;\">\r\n            <div class=\"absolute inset-0 bg-black\/10 mix-blend-multiply\"><\/div>\r\n            <div class=\"relative z-10 flex min-h-[720px] lg:min-h-[600px] 2xl:min-h-[850px] lg:items-center pt-24 px-6\">\r\n                <div class=\"mx-auto w-full max-w-screen-xl relative\">\r\n                    <div class=\"flex min-h-[inherit] items-center justify-center lg:justify-start\">\r\n                        <div class=\"w-full max-w-[850px] text-center lg:text-left\">\r\n                            <h1 class=\"[&#038;_strong]:text-primary [&#038;_b]:text-primary mb-2 lg:mb-6 text-4xl font-extrabold tracking-tight leading-10 md:leading-[60px] md:text-5xl lg:text-6xl xl:text-[72px] xl:leading-16 text-white\">\r\n                                Co je nejlep\u0161\u00ed pro va\u0161eho mazl\u00ed\u010dka                            <\/h1>\r\n                                                            <p class=\"mx-auto mb-6 lg:mb-8 max-w-[720px] text-base leading-7 text-white\/90 md:text-lg md:leading-8 lg:mx-0 lg:text-[20px] lg:leading-[1.6]\">\r\n                                    Vyberte si osv\u011bd\u010den\u00e9 dopl\u0148ky stravy, kter\u00e9 podporuj\u00ed va\u0161e zdrav\u00ed<br>a vitalitu va\u0161eho mazl\u00ed\u010dka                                <\/p>\r\n                                                                                <\/div>\r\n                    <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"w-full bg-white h-[90px] relative mt-0 lg:mt-0\">\r\n                    <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        (() => {\r\n            const img = document.getElementById('hero-packshot');\r\n            const wrap = document.getElementById('hero-packshot-wrap');\r\n            if (!img || !wrap) return;\r\n\r\n            const speed = parseFloat(img.dataset.parallaxSpeed);\r\n            let raf = null;\r\n\r\n            const update = () => {\r\n                raf = null;\r\n\r\n                const rect = wrap.getBoundingClientRect();\r\n                const vh = window.innerHeight || document.documentElement.clientHeight;\r\n\r\n                const progress = (vh - rect.top) \/ (vh + rect.height);\r\n                const clamped = Math.max(0, Math.min(1, progress));\r\n\r\n                const maxShift = 120;\r\n                const y = (clamped - 0.5) * 2 * maxShift * speed;\r\n\r\n                img.style.transform = `translate3d(0, ${y.toFixed(2)}px, 0)`;\r\n            };\r\n\r\n            const request = () => {\r\n                if (raf) return;\r\n                raf = requestAnimationFrame(update);\r\n            };\r\n\r\n            window.addEventListener('scroll', request, {\r\n                passive: true\r\n            });\r\n            window.addEventListener('resize', request);\r\n            request();\r\n        })();\r\n    <\/script>\r\n\r\n\n\n\n\n    <!-- Render in front -->\n    <section class=\"bg-gray-50\">\n        <div :id=\"activeTab || null\"\n            class=\"category-products container mx-auto max-w-7xl px-4 py-16\"\n            x-data=\"{        activeTab: '',        hoveredTab: '',        init() {            const hash = window.location.hash?.replace('#', '');            if (hash) {                this.activeTab = hash;            }        }    }\"\n            x-init=\"init()\">\n\n            <h2 class=\"text-3xl font-bold mb-8 text-center\">Vyberte kategorii<\/h2>\n\n            \n                <div class=\"grid gap-4 grid-cols-1 md:grid-cols-3\">\n                    \n                        <button\n                            id=\"duzy-pies\"\n                            @click.prevent=\"    activeTab = activeTab === 'duzy-pies' ? '' : 'duzy-pies';    history.replaceState(null, '', '#duzy-pies');    const target = document.getElementByClassName('category-products');    const offset = 160;    const target = document.getElementByClassName('category-products');    const offset = 160;    if (target) {        const top = target.getBoundingClientRect().top + window.scrollY - offset;        window.scrollTo({ top, behavior: 'smooth' });    }\"\n\n                            @mouseover=\"hoveredTab = 'duzy-pies'\"\n                            @mouseout=\"hoveredTab = ''\"\n                            :class=\"{                            'bg-primary text-white': activeTab === 'duzy-pies',                            'bg-white text-gray-700 hover:bg-primary hover:text-white': activeTab !== 'duzy-pies'                        }\"\n                            class=\"flex items-center gap-8 px-6 py-2 font-medium rounded-lg transition-all duration-200 cursor-pointer font-medium rounded-full\">\n                            <img :src=\"activeTab === 'duzy-pies' || hoveredTab === 'duzy-pies' ? 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/duzy_pies_bialy.svg' : 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/duzy_pies.svg'\">\n                            Velk\u00fd pes                        <\/button>\n                    \n                        <button\n                            id=\"maly-pies\"\n                            @click.prevent=\"    activeTab = activeTab === 'maly-pies' ? '' : 'maly-pies';    history.replaceState(null, '', '#maly-pies');    const target = document.getElementByClassName('category-products');    const offset = 160;    const target = document.getElementByClassName('category-products');    const offset = 160;    if (target) {        const top = target.getBoundingClientRect().top + window.scrollY - offset;        window.scrollTo({ top, behavior: 'smooth' });    }\"\n\n                            @mouseover=\"hoveredTab = 'maly-pies'\"\n                            @mouseout=\"hoveredTab = ''\"\n                            :class=\"{                            'bg-primary text-white': activeTab === 'maly-pies',                            'bg-white text-gray-700 hover:bg-primary hover:text-white': activeTab !== 'maly-pies'                        }\"\n                            class=\"flex items-center gap-8 px-6 py-2 font-medium rounded-lg transition-all duration-200 cursor-pointer font-medium rounded-full\">\n                            <img :src=\"activeTab === 'maly-pies' || hoveredTab === 'maly-pies' ? 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/maly_pies_bialy.svg' : 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/maly_pies.svg'\">\n                            Mal\u00fd pes                        <\/button>\n                    \n                        <button\n                            id=\"kot\"\n                            @click.prevent=\"    activeTab = activeTab === 'kot' ? '' : 'kot';    history.replaceState(null, '', '#kot');    const target = document.getElementByClassName('category-products');    const offset = 160;    const target = document.getElementByClassName('category-products');    const offset = 160;    if (target) {        const top = target.getBoundingClientRect().top + window.scrollY - offset;        window.scrollTo({ top, behavior: 'smooth' });    }\"\n\n                            @mouseover=\"hoveredTab = 'kot'\"\n                            @mouseout=\"hoveredTab = ''\"\n                            :class=\"{                            'bg-primary text-white': activeTab === 'kot',                            'bg-white text-gray-700 hover:bg-primary hover:text-white': activeTab !== 'kot'                        }\"\n                            class=\"flex items-center gap-8 px-6 py-2 font-medium rounded-lg transition-all duration-200 cursor-pointer font-medium rounded-full\">\n                            <img :src=\"activeTab === 'kot' || hoveredTab === 'kot' ? 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/kot_bialy.svg' : 'https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/kot.svg'\">\n                            Ko\u010dka                        <\/button>\n                                    <\/div>\n\n                <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 my-12\">\n                                                <div x-show=\"activeTab === '' || activeTab === 'kot'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/vitaminy-animalactin-pro-kocky\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/12\/ANIMALACTIN_etykieta_witaminy_kot_front_CI_0001-1024x1004.webp\" alt=\"Balen\u00ed produktu ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/vitaminy-animalactin-pro-kocky\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Vitam\u00edny \u2013 Ko\u010dka                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/cs\/produkty\/vitaminy-animalactin-pro-kocky\/\">\n                                    Zobrazit v\u00edce\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'maly-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/vitaminy-animalactin-pro-male-psy\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/12\/ANIMALACTIN_etykieta_witaminy_malypies_front_CI_0001-1024x1004.webp\" alt=\"Balen\u00ed produktu ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/vitaminy-animalactin-pro-male-psy\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Vitam\u00edny \u2013 Mal\u00fd pes                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/cs\/produkty\/vitaminy-animalactin-pro-male-psy\/\">\n                                    Zobrazit v\u00edce\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'duzy-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/vitaminy-animalactin-pro-velkeho-psa\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/12\/ANIMALACTIN_etykieta_witaminy_duzypies_front_CI_0001-1024x1004.webp\" alt=\"Balen\u00ed produktu ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/vitaminy-animalactin-pro-velkeho-psa\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Vitam\u00edny \u2013 Velk\u00fd pes                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/cs\/produkty\/vitaminy-animalactin-pro-velkeho-psa\/\">\n                                    Zobrazit v\u00edce\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'maly-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-klouby-maly-pes\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-2.png\" alt=\"Balen\u00ed produktu ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-klouby-maly-pes\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Rybn\u00edky \u2013 Mal\u00fd pes                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-klouby-maly-pes\/\">\n                                    Zobrazit v\u00edce\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'duzy-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-klouby-velky-pes\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-6.png\" alt=\"Balen\u00ed produktu ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-klouby-velky-pes\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Rybn\u00edky \u2013 Velk\u00fd pes                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-klouby-velky-pes\/\">\n                                    Zobrazit v\u00edce\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'maly-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-forte-klouby-pro-male-psy\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-3.png\" alt=\"Balen\u00ed produktu ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-forte-klouby-pro-male-psy\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Forte Ponds \u2013 Mal\u00fd pes                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-forte-klouby-pro-male-psy\/\">\n                                    Zobrazit v\u00edce\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'duzy-pies'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-forte-klouby-pro-velke-psy\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-1.png\" alt=\"Balen\u00ed produktu ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-forte-klouby-pro-velke-psy\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Forte Ponds \u2013 Big Dog                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-forte-klouby-pro-velke-psy\/\">\n                                    Zobrazit v\u00edce\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'kot'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/kocici-klouby-animalactin\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-4.png\" alt=\"Balen\u00ed produktu ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/kocici-klouby-animalactin\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Klouby \u2013 Ko\u010dka                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/cs\/produkty\/kocici-klouby-animalactin\/\">\n                                    Zobrazit v\u00edce\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                                    <div x-show=\"activeTab === '' || activeTab === 'kot'\"\n                                class=\"border rounded-lg p-4 shadow-md hover:shadow-lg group\">\n                                                                    <div class=\"h-[300px]\">\n                                        <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-forte-klouby-pro-kocky\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-5.png\" alt=\"Balen\u00ed produktu ANIMALACTIN\u00ae\" class=\"w-full h-full object-cover rounded-lg mb-2\">\n                                        <\/a>\n                                    <\/div>\n                                                                <h3 class=\"text-lg font-semibold my-4\">\n                                    <a href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-forte-klouby-pro-kocky\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Forte Ponds \u2013 Ko\u010dka                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/cs\/produkty\/animalactin-forte-klouby-pro-kocky\/\">\n                                    Zobrazit v\u00edce\n                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/arrow_next.svg\">\n                                <\/a>\n                            <\/div>\n                                        <\/div>\n\n                    <\/div>\n    <\/section>\n\n\n\n\n\n\r\n\r\n    <!-- Render in front -->\r\n\r\n    <section id=\"posts-recent\" class=\"py-8 lg:py-16 px-6\">\r\n        <div class=\"mx-auto max-w-screen-xl\">\r\n            <div class=\"mx-auto max-w-screen-sm text-center mb-8 lg:mb-16\">\r\n                <h2 class=\"mb-4 text-4xl tracking-tight font-extrabold text-gray-900 dark:text-white\">\r\n                    Blog                <\/h2>\r\n                <p class=\"font-light text-gray-500 sm:text-xl dark:text-gray-400\">\r\n                    Najd\u011bte rady ohledn\u011b zdrav\u00ed a p\u00e9\u010de o va\u0161eho mazl\u00ed\u010dka \u2013 od dopl\u0148k\u016f stravy a\u017e po p\u00e9\u010di o klouby a srst.                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"grid gap-8 sm:grid-cols-2 lg:grid-cols-3\">\r\n\r\n                \r\n                \r\n                                            <article class=\"flex flex-col bg-white rounded-lg\">\r\n                            <a href=\"https:\/\/animalactin.eu\/cs\/nadvaha-u-zvirat-a-zatez-kloubu-proc-strava-neni-vsechno\/\">\r\n                                <img decoding=\"async\" loading=\"lazy\" class=\"mb-5 rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2026\/03\/nadwaga-u-zwierzat-a-obciazenie-stawow-dlaczego-dieta-to-nie-wszystko.webp\">\r\n                            <\/a>\r\n\r\n                            <h2 class=\"my-4 text-2xl font-bold tracking-tight text-gray-900 dark:text-white\">\r\n                                <a href=\"https:\/\/animalactin.eu\/cs\/nadvaha-u-zvirat-a-zatez-kloubu-proc-strava-neni-vsechno\/\">Nadv\u00e1ha u zv\u00ed\u0159at a z\u00e1t\u011b\u017e kloub\u016f \u2013 pro\u010d strava nen\u00ed v\u0161echno<\/a>\r\n                            <\/h2>\r\n\r\n                            <div class=\"grow text-gray-500 dark:text-gray-400\">\r\n                                Psi a ko\u010dky pro\u0161li procesem domestikace po tis\u00edcilet\u00ed, co\u017e vedlo k v\u00fdznamn\u00fdm rozd\u00edl\u016fm od jejich divok\u00fdch p\u0159edk\u016f. Mnoz\u00ed z nich nyn\u00ed vedou sedav\u00fd zp\u016fsob \u017eivota v dom\u00e1cnosti [\u2026]                            <\/div>\r\n\r\n                            <div class=\"flex justify-start items-center gap-1 mt-4 text-sm text-primary font-normal\">\r\n                                <div class=\"\">1 dubna 2026                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    11 minut \u010dten\u00ed\r\n                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    Rados\u0142aw Kuczy\u0144ski                                <\/div>\r\n                            <\/div>\r\n\r\n                        <\/article>\r\n                                            <article class=\"flex flex-col bg-white rounded-lg\">\r\n                            <a href=\"https:\/\/animalactin.eu\/cs\/zelenina-ve-spravne-psi-strave\/\">\r\n                                <img decoding=\"async\" loading=\"lazy\" class=\"mb-5 rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2026\/02\/warzywa-w-prawidlowej-diecie-psa.webp\">\r\n                            <\/a>\r\n\r\n                            <h2 class=\"my-4 text-2xl font-bold tracking-tight text-gray-900 dark:text-white\">\r\n                                <a href=\"https:\/\/animalactin.eu\/cs\/zelenina-ve-spravne-psi-strave\/\">Zelenina ve spr\u00e1vn\u00e9 ps\u00ed strav\u011b<\/a>\r\n                            <\/h2>\r\n\r\n                            <div class=\"grow text-gray-500 dark:text-gray-400\">\r\n                                Zelenina je \u010dasto p\u0159ehl\u00ed\u017eenou sou\u010d\u00e1st\u00ed ps\u00ed stravy. P\u0159esto\u017ee \u017eivo\u010di\u0161n\u00e9 potraviny mus\u00ed tvo\u0159it z\u00e1klad ps\u00ed stravy, spr\u00e1vn\u011b vyv\u00e1\u017een\u00e1 strava by nem\u011bla obsahovat [...]                            <\/div>\r\n\r\n                            <div class=\"flex justify-start items-center gap-1 mt-4 text-sm text-primary font-normal\">\r\n                                <div class=\"\">23 \u00fanora 2026                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    14 minut \u010dten\u00ed\r\n                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    Marta Majewsk\u00e1                                <\/div>\r\n                            <\/div>\r\n\r\n                        <\/article>\r\n                                            <article class=\"flex flex-col bg-white rounded-lg\">\r\n                            <a href=\"https:\/\/animalactin.eu\/cs\/jak-vybrat-dobre-probiotikum-pro-vaseho-psa\/\">\r\n                                <img decoding=\"async\" loading=\"lazy\" class=\"mb-5 rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2026\/02\/jak-wybrac-dobry-probiotyk-dla-psa.webp\">\r\n                            <\/a>\r\n\r\n                            <h2 class=\"my-4 text-2xl font-bold tracking-tight text-gray-900 dark:text-white\">\r\n                                <a href=\"https:\/\/animalactin.eu\/cs\/jak-vybrat-dobre-probiotikum-pro-vaseho-psa\/\">Jak vybrat dobr\u00e9 probiotikum pro va\u0161eho psa?<\/a>\r\n                            <\/h2>\r\n\r\n                            <div class=\"grow text-gray-500 dark:text-gray-400\">\r\n                                Co jsou probiotika? Podle definic Organizace OSN pro v\u00fd\u017eivu a zem\u011bd\u011blstv\u00ed (FAO) a Sv\u011btov\u00e9 zdravotnick\u00e9 organizace (WHO) jsou probiotika \u201e\u017eiv\u00e9 mikroorganismy, kter\u00e9 [\u2026]                            <\/div>\r\n\r\n                            <div class=\"flex justify-start items-center gap-1 mt-4 text-sm text-primary font-normal\">\r\n                                <div class=\"\">10 \u00fanora 2026                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    19 minut \u010dten\u00ed\r\n                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    Dominika Czortek                                <\/div>\r\n                            <\/div>\r\n\r\n                        <\/article>\r\n                                        \r\n                \r\n            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n    <\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Suplementy dla zwierz\u0105t z MicroLactinem\u00ae - ANIMALACTIN\u00ae<\/title>\n<meta name=\"description\" content=\"Poznaj rewolucyjne suplementy ANIMALACTIN\u00ae z unikalnym sk\u0142adnikiem MicroLactinem\u00ae. Zadbaj o optymalne zdrowie swojego zwierzaka dzi\u0119ki innowacyjnej formule.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/animalactin.eu\/cs\/produkty\/\" \/>\n<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Suplementy dla zwierz\u0105t z MicroLactinem\u00ae - ANIMALACTIN\u00ae\" \/>\n<meta property=\"og:description\" content=\"Poznaj rewolucyjne suplementy ANIMALACTIN\u00ae z unikalnym sk\u0142adnikiem MicroLactinem\u00ae. Zadbaj o optymalne zdrowie swojego zwierzaka dzi\u0119ki innowacyjnej formule.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/animalactin.eu\/cs\/produkty\/\" \/>\n<meta property=\"og:site_name\" content=\"ANIMALACTIN\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-05T14:35:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/1200x630_OG_photo_14072025.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/animalactin.eu\/produkty\/\",\"url\":\"https:\/\/animalactin.eu\/produkty\/\",\"name\":\"Suplementy dla zwierz\u0105t z MicroLactinem\u00ae - ANIMALACTIN\u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/animalactin.eu\/#website\"},\"datePublished\":\"2025-03-20T21:29:31+00:00\",\"dateModified\":\"2025-08-05T14:35:23+00:00\",\"description\":\"Poznaj rewolucyjne suplementy ANIMALACTIN\u00ae z unikalnym sk\u0142adnikiem MicroLactinem\u00ae. Zadbaj o optymalne zdrowie swojego zwierzaka dzi\u0119ki innowacyjnej formule.\",\"breadcrumb\":{\"@id\":\"https:\/\/animalactin.eu\/produkty\/#breadcrumb\"},\"inLanguage\":\"cs\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/animalactin.eu\/produkty\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/animalactin.eu\/produkty\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/animalactin.eu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Produkty\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/animalactin.eu\/#website\",\"url\":\"https:\/\/animalactin.eu\/\",\"name\":\"ANIMALACTIN\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/animalactin.eu\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/animalactin.eu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"cs\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/animalactin.eu\/#organization\",\"name\":\"ANIMALACTIN\",\"url\":\"https:\/\/animalactin.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"cs\",\"@id\":\"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png\",\"contentUrl\":\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png\",\"width\":74,\"height\":36,\"caption\":\"ANIMALACTIN\"},\"image\":{\"@id\":\"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dopl\u0148ky stravy pro zv\u00ed\u0159ata s MicroLactinem\u00ae - ANIMALACTIN\u00ae","description":"Objevte revolu\u010dn\u00ed dopl\u0148ky stravy ANIMALACTIN\u00ae s unik\u00e1tn\u00ed slo\u017ekou MicroLactinem\u00ae. Zajist\u011bte optim\u00e1ln\u00ed zdrav\u00ed sv\u00e9ho mazl\u00ed\u010dka s touto inovativn\u00ed recepturou.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/animalactin.eu\/cs\/produkty\/","og_locale":"cs_CZ","og_type":"article","og_title":"Suplementy dla zwierz\u0105t z MicroLactinem\u00ae - ANIMALACTIN\u00ae","og_description":"Poznaj rewolucyjne suplementy ANIMALACTIN\u00ae z unikalnym sk\u0142adnikiem MicroLactinem\u00ae. Zadbaj o optymalne zdrowie swojego zwierzaka dzi\u0119ki innowacyjnej formule.","og_url":"https:\/\/animalactin.eu\/cs\/produkty\/","og_site_name":"ANIMALACTIN","article_modified_time":"2025-08-05T14:35:23+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/1200x630_OG_photo_14072025.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/animalactin.eu\/produkty\/","url":"https:\/\/animalactin.eu\/produkty\/","name":"Dopl\u0148ky stravy pro zv\u00ed\u0159ata s MicroLactinem\u00ae - ANIMALACTIN\u00ae","isPartOf":{"@id":"https:\/\/animalactin.eu\/#website"},"datePublished":"2025-03-20T21:29:31+00:00","dateModified":"2025-08-05T14:35:23+00:00","description":"Objevte revolu\u010dn\u00ed dopl\u0148ky stravy ANIMALACTIN\u00ae s unik\u00e1tn\u00ed slo\u017ekou MicroLactinem\u00ae. Zajist\u011bte optim\u00e1ln\u00ed zdrav\u00ed sv\u00e9ho mazl\u00ed\u010dka s touto inovativn\u00ed recepturou.","breadcrumb":{"@id":"https:\/\/animalactin.eu\/produkty\/#breadcrumb"},"inLanguage":"cs","potentialAction":[{"@type":"ReadAction","target":["https:\/\/animalactin.eu\/produkty\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/animalactin.eu\/produkty\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/animalactin.eu\/"},{"@type":"ListItem","position":2,"name":"Produkty"}]},{"@type":"WebSite","@id":"https:\/\/animalactin.eu\/#website","url":"https:\/\/animalactin.eu\/","name":"ANIMALACTIN","description":"","publisher":{"@id":"https:\/\/animalactin.eu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/animalactin.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"cs"},{"@type":"Organization","@id":"https:\/\/animalactin.eu\/#organization","name":"ANIMALACTIN","url":"https:\/\/animalactin.eu\/","logo":{"@type":"ImageObject","inLanguage":"cs","@id":"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/","url":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png","contentUrl":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png","width":74,"height":36,"caption":"ANIMALACTIN"},"image":{"@id":"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":9,"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":760,"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/pages\/14\/revisions\/760"}],"wp:attachment":[{"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}