{"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":"produkti","status":"publish","type":"page","link":"https:\/\/animalactin.eu\/lv\/produkti\/","title":{"rendered":"Produkti"},"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                                Kas ir vislab\u0101kais j\u016bsu m\u0101jdz\u012bvniekam                            <\/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                                    Izv\u0113lieties p\u0101rbaud\u012btus uztura bag\u0101tin\u0101t\u0101jus, kas atbalsta j\u016bsu vesel\u012bbu<br>un j\u016bsu m\u0101jdz\u012bvnieka vitalit\u0101ti                                <\/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\">Izv\u0113lieties kategoriju<\/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                            Liels suns                        <\/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                            Mazs suns                        <\/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                            Ka\u0137is                        <\/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\/lv\/produkti\/animalactin-vitamini-kakim\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/12\/ANIMALACTIN_etykieta_witaminy_kot_front_CI_0001-1024x1004.webp\" alt=\"Produkta iepakojums 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\/lv\/produkti\/animalactin-vitamini-kakim\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Vitam\u012bni \u2013 Ka\u0137is                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/lv\/produkti\/animalactin-vitamini-kakim\/\">\n                                    Skat\u012bt vair\u0101k\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\/lv\/produkti\/animalactin-vitamini-mazam-sunim\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/12\/ANIMALACTIN_etykieta_witaminy_malypies_front_CI_0001-1024x1004.webp\" alt=\"Produkta iepakojums 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\/lv\/produkti\/animalactin-vitamini-mazam-sunim\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Vitam\u012bni \u2013 mazs suns                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/lv\/produkti\/animalactin-vitamini-mazam-sunim\/\">\n                                    Skat\u012bt vair\u0101k\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\/lv\/produkti\/animalactin-vitamini-lielam-sunim\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/12\/ANIMALACTIN_etykieta_witaminy_duzypies_front_CI_0001-1024x1004.webp\" alt=\"Produkta iepakojums 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\/lv\/produkti\/animalactin-vitamini-lielam-sunim\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Vitam\u012bni \u2013 Liels suns                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/lv\/produkti\/animalactin-vitamini-lielam-sunim\/\">\n                                    Skat\u012bt vair\u0101k\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\/lv\/produkti\/animalactin-locitavas-mazs-suns\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-2.png\" alt=\"Produkta iepakojums 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\/lv\/produkti\/animalactin-locitavas-mazs-suns\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> D\u012b\u0137i \u2013 Mazais Suns                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/lv\/produkti\/animalactin-locitavas-mazs-suns\/\">\n                                    Skat\u012bt vair\u0101k\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\/lv\/produkti\/animalactin-locitavas-liels-suns\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-6.png\" alt=\"Produkta iepakojums 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\/lv\/produkti\/animalactin-locitavas-liels-suns\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> D\u012b\u0137i \u2013 Lielais suns                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/lv\/produkti\/animalactin-locitavas-liels-suns\/\">\n                                    Skat\u012bt vair\u0101k\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\/lv\/produkti\/animalactin-forte-locitavas-maziem-suniem\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-3.png\" alt=\"Produkta iepakojums 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\/lv\/produkti\/animalactin-forte-locitavas-maziem-suniem\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Forte d\u012b\u0137i \u2013 mazais suns                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/lv\/produkti\/animalactin-forte-locitavas-maziem-suniem\/\">\n                                    Skat\u012bt vair\u0101k\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\/lv\/produkti\/animalactin-forte-locitavu-lidzeklis-lieliem-suniem\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-1.png\" alt=\"Produkta iepakojums 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\/lv\/produkti\/animalactin-forte-locitavu-lidzeklis-lieliem-suniem\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Forte d\u012b\u0137i \u2013 Lielais suns                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/lv\/produkti\/animalactin-forte-locitavu-lidzeklis-lieliem-suniem\/\">\n                                    Skat\u012bt vair\u0101k\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\/lv\/produkti\/animalactin-kaku-locitavas\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-4.png\" alt=\"Produkta iepakojums 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\/lv\/produkti\/animalactin-kaku-locitavas\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Loc\u012btavas \u2013 Ka\u0137is                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/lv\/produkti\/animalactin-kaku-locitavas\/\">\n                                    Skat\u012bt vair\u0101k\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\/lv\/produkti\/animalactin-forte-locitavu-lidzeklis-kakim\/\">\n                                            <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Image-5.png\" alt=\"Produkta iepakojums 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\/lv\/produkti\/animalactin-forte-locitavu-lidzeklis-kakim\/\" class=\"hover:text-blue-500 transition-colors\">\n                                        ANIMALACTIN<span class=\"font-normal\">\u00ae<\/span> Forte d\u012b\u0137i \u2013 ka\u0137is                                    <\/a>\n                                <\/h3>\n                                <a class=\"flex items-center gap-2 text-primary font-bold group-hover:underline\" href=\"https:\/\/animalactin.eu\/lv\/produkti\/animalactin-forte-locitavu-lidzeklis-kakim\/\">\n                                    Skat\u012bt vair\u0101k\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                    Blogs                <\/h2>\r\n                <p class=\"font-light text-gray-500 sm:text-xl dark:text-gray-400\">\r\n                    Atrodiet padomus par sava m\u0101jdz\u012bvnieka vesel\u012bbu un kop\u0161anu \u2013 s\u0101kot no uztura bag\u0101tin\u0101t\u0101jiem l\u012bdz loc\u012btavu un apmatojuma kop\u0161anai.                <\/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\/lv\/dzivnieku-liekais-svars-un-slodze-uz-locitavam-kapec-uzturs-nav-viss\/\">\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\/lv\/dzivnieku-liekais-svars-un-slodze-uz-locitavam-kapec-uzturs-nav-viss\/\">Dz\u012bvnieku liekais svars un loc\u012btavu sastiepumi \u2013 k\u0101p\u0113c di\u0113ta nav viss<\/a>\r\n                            <\/h2>\r\n\r\n                            <div class=\"grow text-gray-500 dark:text-gray-400\">\r\n                                Su\u0146i un ka\u0137i gadu t\u016bksto\u0161iem ilgi ir piedz\u012bvoju\u0161i pieradin\u0101\u0161anas procesu, k\u0101 rezult\u0101t\u0101 ir radu\u0161\u0101s b\u016btiskas at\u0161\u0137ir\u012bbas no saviem savva\u013cas sen\u010diem. Daudzi tagad dz\u012bvo mazkust\u012bgu, m\u0101j\u0101s balst\u012btu dz\u012bvesveidu [\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=\"\">2026. gada 1. apr\u012bl\u012b                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    11 min\u016b\u0161u las\u012b\u0161ana\r\n                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    Radoslavs Ku\u010di\u0146skis                                <\/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\/lv\/darzeni-pareiza-sunu-uztura\/\">\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\/lv\/darzeni-pareiza-sunu-uztura\/\">D\u0101rze\u0146i pareiz\u0101 su\u0146u uztur\u0101<\/a>\r\n                            <\/h2>\r\n\r\n                            <div class=\"grow text-gray-500 dark:text-gray-400\">\r\n                                D\u0101rze\u0146i ir bie\u017ei aizmirsts elements su\u0146a uztur\u0101. Lai gan dz\u012bvnieku izcelsmes p\u0101rtikai ir j\u0101veido su\u0146a uztura pamats, pareizi sabalans\u0113tam uzturam nevajadz\u0113tu ietvert [...]                            <\/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=\"\">2026. gada 23. febru\u0101r\u012b                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    14 min\u016b\u0161u las\u012b\u0161ana\r\n                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    Marta Majevska                                <\/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\/lv\/ka-izveleties-labu-probiotiku-savam-sunim\/\">\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\/lv\/ka-izveleties-labu-probiotiku-savam-sunim\/\">K\u0101 izv\u0113l\u0113ties labu probiotiku savam sunim?<\/a>\r\n                            <\/h2>\r\n\r\n                            <div class=\"grow text-gray-500 dark:text-gray-400\">\r\n                                Kas ir probiotikas? Saska\u0146\u0101 ar Apvienoto N\u0101ciju Organiz\u0101cijas P\u0101rtikas un lauksaimniec\u012bbas organiz\u0101cijas (FAO) un Pasaules Vesel\u012bbas organiz\u0101cijas (PVO) defin\u012bcij\u0101m probiotikas ir &quot;dz\u012bvi mikroorganismi, kas [\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=\"\">2026. gada 10. febru\u0101r\u012b                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    19 min\u016b\u0161u las\u012b\u0161ana\r\n                                <\/div>\r\n                                <p>\r\n                                    \u2022\r\n                                <\/p>\r\n                                <div class=\"\">\r\n                                    Dominika \u010corteka                                <\/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\/lv\/produkti\/\" \/>\n<meta property=\"og:locale\" content=\"lv_LV\" \/>\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\/lv\/produkti\/\" \/>\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\":\"lv-LV\",\"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\":\"lv-LV\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/animalactin.eu\/#organization\",\"name\":\"ANIMALACTIN\",\"url\":\"https:\/\/animalactin.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"lv-LV\",\"@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":"Dz\u012bvnieku uztura bag\u0101tin\u0101t\u0101ji ar MicroLactinem\u00ae - ANIMALACTIN\u00ae","description":"Atkl\u0101jiet revolucion\u0101ros ANIMALACTIN\u00ae uztura bag\u0101tin\u0101t\u0101jus ar unik\u0101lo sast\u0101vda\u013cu MicroLactinem\u00ae. Nodro\u0161iniet sava m\u0101jdz\u012bvnieka optim\u0101lu vesel\u012bbu ar \u0161o inovat\u012bvo formulu.","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\/lv\/produkti\/","og_locale":"lv_LV","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\/lv\/produkti\/","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":"Dz\u012bvnieku uztura bag\u0101tin\u0101t\u0101ji ar 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":"Atkl\u0101jiet revolucion\u0101ros ANIMALACTIN\u00ae uztura bag\u0101tin\u0101t\u0101jus ar unik\u0101lo sast\u0101vda\u013cu MicroLactinem\u00ae. Nodro\u0161iniet sava m\u0101jdz\u012bvnieka optim\u0101lu vesel\u012bbu ar \u0161o inovat\u012bvo formulu.","breadcrumb":{"@id":"https:\/\/animalactin.eu\/produkty\/#breadcrumb"},"inLanguage":"lv-LV","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":"lv-LV"},{"@type":"Organization","@id":"https:\/\/animalactin.eu\/#organization","name":"ANIMALACTIN","url":"https:\/\/animalactin.eu\/","logo":{"@type":"ImageObject","inLanguage":"lv-LV","@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\/lv\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/animalactin.eu\/lv\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/animalactin.eu\/lv\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/lv\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/lv\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":9,"href":"https:\/\/animalactin.eu\/lv\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":760,"href":"https:\/\/animalactin.eu\/lv\/wp-json\/wp\/v2\/pages\/14\/revisions\/760"}],"wp:attachment":[{"href":"https:\/\/animalactin.eu\/lv\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}