{"id":20,"date":"2025-03-20T22:30:07","date_gmt":"2025-03-20T21:30:07","guid":{"rendered":"https:\/\/animalactin.localhost\/?page_id=20"},"modified":"2026-03-25T16:43:05","modified_gmt":"2026-03-25T15:43:05","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/animalactin.eu\/cs\/kontakt\/","title":{"rendered":"Kontakt"},"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\/Hero-1.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                                M\u00e1te n\u011bjak\u00e9 ot\u00e1zky?                            <\/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                                    Kontaktujte n\u00e1s! Zde najdete odpov\u011bdi na \u010dasto kladen\u00e9 ot\u00e1zky a rychl\u00fd p\u0159\u00edstup do na\u0161eho obchodu, kde si m\u016f\u017eete snadno objednat produkty pro sv\u00e9ho 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\r\n    <!-- Render in front -->\r\n\r\n    <section class=\"bg-gray-50 dark:bg-gray-900\">\r\n        <div class=\"py-8 px-4 mx-auto max-w-screen-xl sm:py-16 lg:px-6 flex flex-col\">\r\n            <h2 class=\"text-3xl font-extrabold leading-tight tracking-tight sm:text-5xl text-center mb-6 lg:mb-8\">\r\n                \u010casto kladen\u00e9 ot\u00e1zky            <\/h2>\r\n\r\n            <p class=\"mt-4 text-base font-normal text-gray-500 sm:text-xl\">\r\n                            <\/p>\r\n\r\n            <div x-data=\"{ opened: null }\">\r\n                                                    <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 1, 'text-gray-500 hover:text-black': opened !== 1 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 1 ? null : 1)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Mohu spolupracovat s va\u0161\u00ed zna\u010dkou?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 1 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content1\"\r\n                                x-bind:style=\"opened === 1 ? 'max-height: ' + $refs.content1.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Ano, jsme otev\u0159eni spolupr\u00e1ci s veterin\u00e1\u0159i, obchody s chovatelsk\u00fdmi pot\u0159ebami a influencery. Kontaktujte n\u00e1s na adrese&nbsp;<a href=\"mailto:info@animalactin.eu\">info@animalactin.eu<\/a>, a r\u00e1di s v\u00e1mi probereme podrobnosti!<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 2, 'text-gray-500 hover:text-black': opened !== 2 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 2 ? null : 2)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Kde najdu nejnov\u011bj\u0161\u00ed informace o va\u0161ich produktech?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 2 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content2\"\r\n                                x-bind:style=\"opened === 2 ? 'max-height: ' + $refs.content2.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Informace o na\u0161ich produktech naleznete na na\u0161ich webov\u00fdch str\u00e1nk\u00e1ch <a href=\"http:\/\/www.animalactin.shop\">www.animalactin.eu<\/a> a www.animalactin.shop.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 3, 'text-gray-500 hover:text-black': opened !== 3 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 3 ? null : 3)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Mohu si produkt objednat telefonicky?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 3 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content3\"\r\n                                x-bind:style=\"opened === 3 ? 'max-height: ' + $refs.content3.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Ne. Produkt lze objednat na webov\u00fdch str\u00e1nk\u00e1ch. <a href=\"http:\/\/www.animalactin.shop\">www.animalactin.shop<\/a>.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 4, 'text-gray-500 hover:text-black': opened !== 4 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 4 ? null : 4)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Jak dlouho trv\u00e1 odpov\u011b\u010f na zpr\u00e1vu?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 4 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content4\"\r\n                                x-bind:style=\"opened === 4 ? 'max-height: ' + $refs.content4.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Sna\u017e\u00edme se reagovat co nejrychleji, obvykle do n\u011bkolika dn\u016f.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 5, 'text-gray-500 hover:text-black': opened !== 5 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 5 ? null : 5)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Nena\u0161el jsem odpov\u011b\u010f na svou ot\u00e1zku \u2013 co m\u00e1m d\u011blat?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 5 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content5\"\r\n                                x-bind:style=\"opened === 5 ? 'max-height: ' + $refs.content5.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Napi\u0161te n\u00e1m \u2013 kontaktn\u00ed formul\u00e1\u0159 najdete n\u00ed\u017ee.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 6, 'text-gray-500 hover:text-black': opened !== 6 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 6 ? null : 6)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Je ANIMALACTIN \u00fa\u010dinn\u00fd?<span class=\"font-normal\">\u00ae<\/span> bylo potvrzeno v\u011bdeck\u00fdm v\u00fdzkumem?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 6 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content6\"\r\n                                x-bind:style=\"opened === 6 ? 'max-height: ' + $refs.content6.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Ano, bylo to potvrzeno. Nav\u0161tivte pros\u00edm na\u0161e webov\u00e9 str\u00e1nky. <a href=\"https:\/\/animalactin.eu\/badania-naukowe\/\">v\u011bdeck\u00fd v\u00fdzkum<\/a>.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                <\/div>\r\n                    <\/div>\r\n    <\/section>\r\n\r\n\r\n\n\n\r\n    <!-- Render in front -->\r\n\r\n    <section class=\"columns-img                bg-white dark:bg-primary\">\r\n\r\n        <div class=\"gap-16 items-center mx-auto max-w-screen-xl lg:flex py-8 lg:py-16 px-6\">\r\n\r\n            <div class=\"lg:w-1\/2 font-light text-gray-500 sm:text-lg dark:text-gray-400 relative max-lg:mb-8\">\r\n\r\n                <div class=\"relative z-10\">\r\n                    <h2 class=\"mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white\">\r\n                        Chcete v\u00edc?                    <\/h2>\r\n                    <div class=\"mb-4 format-base sm:format-lg lg:format-2xl text-gray-500 dark:text-white w-full max-w-none\">\r\n                        <p>Nav\u0161tivte na\u0161i prodejnu a objevte kompletn\u00ed sortiment dopl\u0148k\u016f a produkt\u016f,<br \/>\nkter\u00e9 podporuj\u00ed zdrav\u00ed, vitalitu a radost va\u0161eho mazl\u00ed\u010dka. Zde najdete v\u0161e, co pot\u0159ebujete k p\u00e9\u010di o klouby, k\u016f\u017ei, srst a celkovou pohodu va\u0161eho mazl\u00ed\u010dka!<\/p>\n                    <\/div>\r\n\r\n                                            <div class=\"mt-8 lg:mt-16\">\r\n                                                        <a href=\"https:\/\/animalactin.shop\/\" title=\"\" class=\"btn btn--primary\" role=\"button\">\r\n                                Nav\u0161tivte prodejnu                                <svg aria-hidden=\"true\" class=\"w-5 h-5 ml-2 -mr-1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                                    viewbox=\"0 0 20 20\" fill=\"currentColor\">\r\n                                    <path fill-rule=\"evenodd\"\r\n                                        d=\"M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z\"\r\n                                        clip-rule=\"evenodd\" \/>\r\n                                <\/svg>\r\n                            <\/a>\r\n                        <\/div>\r\n                                    <\/div>\r\n\r\n                \r\n            <\/div>\r\n            <div class=\"lg:w-1\/2\">\r\n                                    <img decoding=\"async\" class=\"w-full rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Right-content-1.png\" alt=\"\">\r\n                            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n\n\n\r\n\r\n    <!-- Render in front -->\r\n\r\n    <div class=\"py-8 lg:py-16 px-6 mx-auto max-w-screen-xl\">\r\n\r\n        <div class=\"mx-auto mb-16 bg-white rounded-lg lg:mb-28\">\r\n\r\n            <div class=\"mb-8 text-center mb-4 lg:mb-16\">\r\n                <div\r\n                    class=\"text-xl lg:text-4xl font-bold leading-tight tracking-tight text-gray-900 md:text-2xl dark:text-white\">\r\n                    Napi\u0161te n\u00e1m!                <\/div>\r\n                <div class=\"mt-4 text-base lg:text-xl font-normal text-gray-500 dark:text-gray-400\">\r\n                    M\u00e1te n\u011bjak\u00e9 dotazy? R\u00e1di v\u00e1m pom\u016f\u017eeme! Vypl\u0148te formul\u00e1\u0159 a n\u00e1\u0161 t\u00fdm se v\u00e1m co nejd\u0159\u00edve ozve.                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            \r\n            <form\r\n                class=\"form grid grid-cols-1 gap-8  sm:grid-cols-2 max-w-3xl mx-auto\"\r\n                x-data=\"FormValidator()\"\r\n                method=\"POST\"\r\n                action=\"\" data-trp-original-action=\"\">\r\n\r\n\r\n                <div class=\"form__field\">\r\n                    <label for=\"first-name\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Jm\u00e9no (P\u0159\u00edjmen\u00ed)*<\/label>\r\n                    <input type=\"text\" id=\"first-name\" name=\"firstname\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"last-name\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Jm\u00e9no\/plemeno dom\u00e1c\u00edho mazl\u00ed\u010dka (voliteln\u00e9)<\/label>\r\n                    <input type=\"text\" id=\"last-name\" name=\"lastname\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"email\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">E-mailov\u00e1 adresa*<\/label>\r\n                    <input type=\"email\" id=\"email\" name=\"email\" class=\"shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\"\r\n                        data-pristine-email-message=\"Adres e-mail jest niepoprawny\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"phone-number\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Telefonn\u00ed \u010d\u00edslo (voliteln\u00e9)<\/label>\r\n                    <input type=\"number\" id=\"phone-number\" name=\"phone\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\">\r\n                <\/div>\r\n\r\n                <div class=\"sm:col-span-2 form__field\">\r\n                    <label for=\"message\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400\">Va\u0161e zpr\u00e1va*<\/label>\r\n                    <textarea id=\"message\" rows=\"6\" name=\"message\" class=\"block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\"><\/textarea>\r\n                <\/div>\r\n\r\n                <div class=\"form__field sm:col-span-2\">\r\n                    <div class=\"form__field__checkbox\">\r\n                        <input class=\"flex-none custom-checkbox\" type=\"checkbox\" value=\"check\" name=\"check\" id=\"check\" required=\"\" data-pristine-required-message=\"Wymagana jest zgoda\">\r\n                        <label class=\"ml-2 mt-4 text-sm text-gray-500 [&#038;_p]:normal-case [&#038;_a]:underline [&#038;_a]:text-primary\" for=\"check\">\r\n                            <p>Prohla\u0161uji, \u017ee jsem si p\u0159e\u010detl\/a informace t\u00fdkaj\u00edc\u00ed se zpracov\u00e1n\u00ed osobn\u00edch \u00fadaj\u016f. Spr\u00e1vcem va\u0161ich osobn\u00edch \u00fadaj\u016f je spole\u010dnost Vet Pure SA, ul. Bobrowiecka 8, 00-728 Var\u0161ava. Va\u0161e osobn\u00ed \u00fadaje uveden\u00e9 ve formul\u00e1\u0159i budou zpracov\u00e1v\u00e1ny za \u00fa\u010delem posouzen\u00ed a vy\u0159\u00edzen\u00ed zpr\u00e1vy odeslan\u00e9 prost\u0159ednictv\u00edm formul\u00e1\u0159e, co\u017e je na\u0161\u00edm opr\u00e1vn\u011bn\u00fdm z\u00e1jmem v komunikaci s u\u017eivateli webov\u00fdch str\u00e1nek. Zadan\u00e9 \u00fadaje budou zpracov\u00e1v\u00e1ny do doby poskytnut\u00ed odpov\u011bdi a po uplynut\u00ed t\u00e9to doby mohou b\u00fdt zpracov\u00e1v\u00e1ny po dobu proml\u010dec\u00ed lh\u016fty pro p\u0159\u00edpadn\u00e9 n\u00e1roky. Poskytnut\u00ed osobn\u00edch \u00fadaj\u016f je dobrovoln\u00e9, ale nezbytn\u00e9 pro odesl\u00e1n\u00ed zpr\u00e1vy a obdr\u017een\u00ed odpov\u011bdi. Zejm\u00e9na m\u00e1te pr\u00e1vo: p\u0159\u00edstupu ke sv\u00fdm osobn\u00edm \u00fadaj\u016fm, jejich oprav\u011b, jejich v\u00fdmazu, omezen\u00ed jejich zpracov\u00e1n\u00ed, vznesen\u00ed n\u00e1mitky proti jejich zpracov\u00e1n\u00ed, jejich p\u0159enositelnosti a pod\u00e1n\u00ed st\u00ed\u017enosti u dozorov\u00e9ho \u00fa\u0159adu. \u00dapln\u00e9 informace t\u00fdkaj\u00edc\u00ed se zpracov\u00e1n\u00ed osobn\u00edch \u00fadaj\u016f, v\u010detn\u011b va\u0161ich pr\u00e1v, naleznete na na\u0161ich webov\u00fdch str\u00e1nk\u00e1ch. <a href=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/202505_animalactin.eu_polityka-prywatnosci.pdf\">Z\u00e1sady ochrany osobn\u00edch \u00fadaj\u016f<\/a>.<\/p>\n                        <\/label>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <button type=\"button\" @click=\"submit()\" class=\"py-3 px-5 text-sm font-medium text-center text-white rounded-lg bg-primary-700 sm:w-fit hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 cursor-pointer\">Odeslat zpr\u00e1vu<\/button>\r\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"cs\"\/><\/form>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n\n\n\n\n    <!-- Render in front -->\n\n    <div class=\"py-8 lg:py-16 px-6 bg-primary\">\n\n        <div class=\"mx-auto max-w-screen-xl\">\n\n            \n                            <div class=\"space-y-8 text-center md:grid md:grid-cols-2 lg:grid-cols-3 md:gap-12 md:space-y-0\">\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Icon_company-details.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p>Vet Pure S.A.<br \/>\nul.&nbsp;Bobrowiecka 8<br \/>\n00-728 Warszawa<\/p>\n                            <\/div>\n                        <\/div>\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/92x81_Animalactin_dane_firmy_3.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p>NIP: 521-410-59-34<br \/>\nREGON: 540926819<\/p>\n                            <\/div>\n                        <\/div>\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/92x81_Animalactin_kontakt_1.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p><a href=\"mailto:info@vetpure.eu\">info@vetpure.eu<\/a><br \/>\n<a href=\"tel:+48%C2%A022%C2%A02553258\">+48\u00a022\u00a02553258<\/a><\/p>\n                            <\/div>\n                        <\/div>\n                    \n                <\/div>\n            \n        <\/div>\n\n    <\/div>\n\n\n\n\n<p><\/p>","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-20","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>Kontakt z ANIMALACTIN\u00ae<\/title>\n<meta name=\"description\" content=\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\" \/>\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\/kontakt\/\" \/>\n<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kontakt z ANIMALACTIN\u00ae\" \/>\n<meta property=\"og:description\" content=\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/animalactin.eu\/cs\/kontakt\/\" \/>\n<meta property=\"og:site_name\" content=\"ANIMALACTIN\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T15:43:05+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\/kontakt\/\",\"url\":\"https:\/\/animalactin.eu\/kontakt\/\",\"name\":\"Kontakt z ANIMALACTIN\u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/animalactin.eu\/#website\"},\"datePublished\":\"2025-03-20T21:30:07+00:00\",\"dateModified\":\"2026-03-25T15:43:05+00:00\",\"description\":\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\",\"breadcrumb\":{\"@id\":\"https:\/\/animalactin.eu\/kontakt\/#breadcrumb\"},\"inLanguage\":\"cs\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/animalactin.eu\/kontakt\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/animalactin.eu\/kontakt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/animalactin.eu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kontakt\"}]},{\"@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":"Kontakt s ANIMALACTIN\u00ae","description":"M\u00e1te n\u011bjak\u00e9 dotazy? Kontaktujte ANIMALACTIN\u00ae! Jsme tu, abychom v\u00e1m pomohli a zodpov\u011bd\u011bli ve\u0161ker\u00e9 va\u0161e dotazy ohledn\u011b na\u0161ich produkt\u016f.","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\/kontakt\/","og_locale":"cs_CZ","og_type":"article","og_title":"Kontakt z ANIMALACTIN\u00ae","og_description":"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.","og_url":"https:\/\/animalactin.eu\/cs\/kontakt\/","og_site_name":"ANIMALACTIN","article_modified_time":"2026-03-25T15:43:05+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\/kontakt\/","url":"https:\/\/animalactin.eu\/kontakt\/","name":"Kontakt s ANIMALACTIN\u00ae","isPartOf":{"@id":"https:\/\/animalactin.eu\/#website"},"datePublished":"2025-03-20T21:30:07+00:00","dateModified":"2026-03-25T15:43:05+00:00","description":"M\u00e1te n\u011bjak\u00e9 dotazy? Kontaktujte ANIMALACTIN\u00ae! Jsme tu, abychom v\u00e1m pomohli a zodpov\u011bd\u011bli ve\u0161ker\u00e9 va\u0161e dotazy ohledn\u011b na\u0161ich produkt\u016f.","breadcrumb":{"@id":"https:\/\/animalactin.eu\/kontakt\/#breadcrumb"},"inLanguage":"cs","potentialAction":[{"@type":"ReadAction","target":["https:\/\/animalactin.eu\/kontakt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/animalactin.eu\/kontakt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/animalactin.eu\/"},{"@type":"ListItem","position":2,"name":"Kontakt"}]},{"@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\/20","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=20"}],"version-history":[{"count":40,"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":1094,"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/pages\/20\/revisions\/1094"}],"wp:attachment":[{"href":"https:\/\/animalactin.eu\/cs\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}