{"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":"contact","status":"publish","type":"page","link":"https:\/\/animalactin.eu\/en\/contact\/","title":{"rendered":"Contact"},"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                                Do you have any questions?                            <\/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                                    Contact us! Here you&#039;ll find answers to frequently asked questions and quick access to our store, where you can easily order products for your pet.                                <\/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                FAQ            <\/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\">Can I collaborate with your brand?<\/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>Yes, we&#039;re open to collaborations with veterinarians, pet stores, and influencers. Contact us at&nbsp;<a href=\"mailto:info@animalactin.eu\">info@animalactin.eu<\/a>, and we will be happy to discuss the details!<\/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\">Where can I find the latest information about your products?<\/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>Information about our products can be found on our websites <a href=\"http:\/\/www.animalactin.shop\">www.animalactin.eu<\/a> and 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\">Can I order a product by phone?<\/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>No. The product can be ordered on the website <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\">How long does it take to respond to a message?<\/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>We try to respond as quickly as possible, usually within a few days.<\/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\">I haven&#039;t found the answer to my question \u2013 what should I do?<\/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>Write to us \u2013 you will find the contact form below.<\/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\">Is ANIMALACTIN effective?<span class=\"font-normal\">\u00ae<\/span> has been confirmed by scientific research?<\/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>Yes, it has been confirmed. Please visit our website <a href=\"https:\/\/animalactin.eu\/badania-naukowe\/\">scientific research<\/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                        Want more?                    <\/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>Visit our store and discover the full range of supplements and products,<br \/>\nthat support your pet&#039;s health, vitality, and joy. Here you&#039;ll find everything you need to care for your pet&#039;s joints, skin, coat, and overall well-being!<\/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                                Visit the store                                <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                    Write to us!                <\/div>\r\n                <div class=\"mt-4 text-base lg:text-xl font-normal text-gray-500 dark:text-gray-400\">\r\n                    Have any questions? We&#039;re happy to help! Fill out the form and our team will contact you as soon as possible.                <\/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\">Name (Surname)*<\/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\">Pet Name\/Breed (optional)<\/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\">Email address*<\/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\">Phone number (optional)<\/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\">Your message*<\/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>I declare that I have read the information regarding the processing of personal data. The controller of your personal data is Vet Pure SA, ul. Bobrowiecka 8, 00-728 Warsaw. Your personal data entered in the form will be processed for the purpose of considering and responding to the message sent via the form, which is our legitimate interest in communicating with website users. The data submitted will be processed until a response is provided, and after that time, it may be processed for the limitation period for any claims. Providing personal data is voluntary, but necessary to send the message and receive a response. In particular, you have the right to: access your personal data, rectify it, erase it, restrict its processing, object to its processing, transfer it, and lodge a complaint with a supervisory authority. Comprehensive information regarding the processing of personal data, including your rights, can be found on our website. <a href=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/202505_animalactin.eu_polityka-prywatnosci.pdf\">Privacy Policy<\/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\">Send a message<\/button>\r\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/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\/en\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\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\/en\/contact\/\" \/>\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\":\"en-GB\",\"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\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/animalactin.eu\/#organization\",\"name\":\"ANIMALACTIN\",\"url\":\"https:\/\/animalactin.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@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":"Contact with ANIMALACTIN\u00ae","description":"Have any questions? Contact ANIMALACTIN\u00ae! We&#039;re here to help and answer any questions you may have about our products.","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\/en\/contact\/","og_locale":"en_GB","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\/en\/contact\/","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":"Contact with 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":"Have any questions? Contact ANIMALACTIN\u00ae! We&#039;re here to help and answer any questions you may have about our products.","breadcrumb":{"@id":"https:\/\/animalactin.eu\/kontakt\/#breadcrumb"},"inLanguage":"en-GB","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":"en-GB"},{"@type":"Organization","@id":"https:\/\/animalactin.eu\/#organization","name":"ANIMALACTIN","url":"https:\/\/animalactin.eu\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@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\/en\/wp-json\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/animalactin.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/animalactin.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/en\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":40,"href":"https:\/\/animalactin.eu\/en\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":1094,"href":"https:\/\/animalactin.eu\/en\/wp-json\/wp\/v2\/pages\/20\/revisions\/1094"}],"wp:attachment":[{"href":"https:\/\/animalactin.eu\/en\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}