{"id":2898,"date":"2024-10-24T17:22:47","date_gmt":"2024-10-24T17:22:47","guid":{"rendered":"http:\/\/dev.arnutraceuticalpharma.com\/afn\/?post_type=product&#038;p=2898"},"modified":"2024-12-02T08:40:47","modified_gmt":"2024-12-02T08:40:47","slug":"geektek","status":"publish","type":"product","link":"https:\/\/arnutraceuticalpharma.com\/afn\/product\/geektek\/","title":{"rendered":"Geektek"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2898\" class=\"elementor elementor-2898\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3a7088 e-con-full e-flex e-con e-parent\" data-id=\"f3a7088\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6e9d578 e-con-full e-flex e-con e-child\" data-id=\"6e9d578\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9cfe0a0 e-con-full e-flex e-con e-child\" data-id=\"9cfe0a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-06f8f9e e-con-full e-flex e-con e-child\" data-id=\"06f8f9e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07f9dd3 elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"07f9dd3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/qrcodejs\/1.0.0\/qrcode.min.js\"><\/script>\n\t<div id=\"qrcode\" style=\"border: 1px solid #eee; padding: 5px; box-shadow: 0 5px 5px rgba(0,0,0,0.15); width: 95px; height:95px;\"><\/div>\n\t\n\t<script>\n\t\tfunction generateQRCode(data) {\n\t\t\t\/\/ Clear any existing QR code\n\t\t\tdocument.getElementById(\"qrcode\").innerHTML = \"\";\n\n\t\t\t\/\/ Create a new QR code\n\t\t\tnew QRCode(document.getElementById(\"qrcode\"), {\n\t\t\t\ttext: data,\n\t\t\t\twidth: 128,  \/\/ Width of the QR code\n\t\t\t\theight: 128  \/\/ Height of the QR code\n\t\t\t});\n\t\t}\n\n\t\t\/\/ Example usage\n\t\tvar myData = \"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product\/2898\";\n\t\tgenerateQRCode(myData);\n\t<\/script>\n\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dde2f5b elementor-widget elementor-widget-product_thumbanils\" data-id=\"dde2f5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"product_thumbanils.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"gallery\">\n                <div class=\"thumbnails\">\n                <img decoding=\"async\" data-index=\"0\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/Geektek.webp\" alt=\"Thumbnail 0\">                    \n                <\/div>\n                <div class=\"large-image\">\n                    <div class=\"images\">\n                    <img decoding=\"async\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/Geektek.webp\" alt=\"Large Image 1\">                    <\/div>\n                <\/div>\n            <\/div>\n\t\t\t        <script>\n\n        \/\/ define variables\n        const thumbnails = document.querySelectorAll('.gallery .thumbnails img');\n        const largeImages = document.querySelector('.large-image .images');\n        const largeImagesList = largeImages.querySelectorAll('img');\n        let zoomed = false;\n\n        \/\/ click upon thumbnails large images scroll\n        thumbnails.forEach(thumbnail => {\n            thumbnail.addEventListener('click', function () {\n                \/\/ Remove the \"active\" class from all thumbnails\n                document.querySelectorAll('.gallery .thumbnails img').forEach(img => {\n                    img.classList.remove('active');\n                });\n\n                \/\/ Add the \"active\" class to the clicked thumbnail\n                this.classList.add('active');\n\n                const index = thumbnail.getAttribute('data-index');\n                largeImages.style.transform = `translateX(-${index * 100}%)`;\n            });\n        });\n\n        largeImagesList.forEach(img => {\n            img.addEventListener('mouseover', () => {\n                if (!zoomed) {\n                    img.classList.add('zoomed');\n                    img.style.transform = 'scale(2)';\n                }\n            });\n\n            img.addEventListener('mousemove', (e) => {\n                if (zoomed) return;\n                const bounds = img.getBoundingClientRect();\n                const x = ((e.clientX - bounds.left) \/ bounds.width) * 100;\n                const y = ((e.clientY - bounds.top) \/ bounds.height) * 100;\n                img.style.transformOrigin = `${x}% ${y}%`;\n            });\n\n            img.addEventListener('mouseout', () => {\n                if (!zoomed) {\n                    img.style.transform = 'scale(1)';\n                    img.classList.remove('zoomed');\n                }\n            });\n        });\n\n    \t<\/script>\n        <style>\n        .gallery { display: grid; grid-template-columns: 90px 1fr; }\n.gallery .thumbnails { order: unset; display: flex; flex-direction: column; gap: 10px; }\n.gallery .thumbnails img { width: 80px; height: 80px; object-fit: cover; cursor: pointer; border: 1px solid transparent; transition: 0.3s ease; }\n.gallery .thumbnails img.active { border-color: #ccc; box-shadow: 0 5px 5px rgba(0, 0, 0, .16); }\n\n\n.gallery .large-image { order: unset; overflow: hidden; }\n.gallery .large-image .images { display: flex; align-items: center; justify-content: flex-start; transition: 0.3s; transition: transform 0.5s ease; }\n.gallery .large-image .images  img{ width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }\n\n\n@media screen and (min-width: 320px) and (max-width: 480px) {\n    .gallery { grid-template-columns: 1fr; row-gap: 10px; }\n    .gallery .thumbnails { order: 2; flex-direction: row; justify-content: center; }\n    .gallery .thumbnails img { width: 72px; height: 72px; }\n    .gallery .large-image { order: 1; }\n}\n\n@media screen and (min-width: 480px) and (max-width: 600px) {\n    .gallery { grid-template-columns: 1fr; row-gap: 10px; }\n    .gallery .thumbnails { order: 2; flex-direction: row; justify-content: center; }\n    .gallery .thumbnails img { width: 85px; height: 85px; }\n    .gallery .large-image { order: 1; }\n}\n\n@media screen and (min-width: 600px) and (max-width: 768px) {\n    .gallery { grid-template-columns: 1fr; row-gap: 10px; }\n    .gallery .thumbnails { order: 2; flex-direction: row; justify-content: center; }\n    .gallery .thumbnails img { width: 90px; height: 90px; }\n    .gallery .large-image { order: 1; }\n}\n\n@media screen and (min-width: 768px) {\n    .gallery { grid-template-columns: 90px 1fr; }\n    .gallery .thumbnails { order: unset; flex-direction: column; justify-content: flex-start; }\n    .gallery .thumbnails img { width: 90px; height: 90px; }\n    .gallery .large-image { order: unset; }\n}\n\t\t<\/style>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d77470 e-con-full e-flex e-con e-child\" data-id=\"5d77470\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c6973f elementor-widget elementor-widget-heading\" data-id=\"7c6973f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Categories: <span>Syrup<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a84907 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"1a84907\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Geektek<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4fd5085 elementor-widget elementor-widget-heading\" data-id=\"4fd5085\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Boost Your Mental and Physical Performance with Nature<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c2c18b e-con-full e-flex e-con e-child\" data-id=\"0c2c18b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e444074 e-con-full e-flex e-con e-child\" data-id=\"e444074\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e0d4b4 elementor-widget elementor-widget-image\" data-id=\"4e0d4b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"492\" height=\"440\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-6_1.png\" class=\"attachment-large size-large wp-image-3595\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-6_1.png 492w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-6_1-300x268.png 300w\" sizes=\"(max-width: 492px) 100vw, 492px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6520ab9 elementor-widget elementor-widget-heading\" data-id=\"6520ab9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">100% Natural<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a378de e-con-full e-flex e-con e-child\" data-id=\"6a378de\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12db513 elementor-widget elementor-widget-image\" data-id=\"12db513\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"492\" height=\"440\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-5.png\" class=\"attachment-large size-large wp-image-3435\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-5.png 492w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-5-300x268.png 300w\" sizes=\"(max-width: 492px) 100vw, 492px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f49eea elementor-widget elementor-widget-heading\" data-id=\"2f49eea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Fast Absorption<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8260a55 e-con-full e-flex e-con e-child\" data-id=\"8260a55\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db59d87 elementor-widget elementor-widget-image\" data-id=\"db59d87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"492\" height=\"440\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-2.png\" class=\"attachment-large size-large wp-image-3326\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-2.png 492w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-2-300x268.png 300w\" sizes=\"(max-width: 492px) 100vw, 492px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99ccff8 elementor-widget elementor-widget-heading\" data-id=\"99ccff8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GLUTEN FREE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cfe3f71 e-con-full e-flex e-con e-child\" data-id=\"cfe3f71\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2b96d0 elementor-widget elementor-widget-image\" data-id=\"d2b96d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"440\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-gmp-copy-4.png\" class=\"attachment-large size-large wp-image-3324\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-gmp-copy-4.png 500w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-gmp-copy-4-300x264.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50b5a49 elementor-widget elementor-widget-heading\" data-id=\"50b5a49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">suger free<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cb5a229 e-con-full e-flex e-con e-child\" data-id=\"cb5a229\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd08a68 elementor-widget elementor-widget-image\" data-id=\"dd08a68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"440\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-gmp-copy-3.png\" class=\"attachment-large size-large wp-image-3323\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-gmp-copy-3.png 500w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-gmp-copy-3-300x264.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b259cd elementor-widget elementor-widget-heading\" data-id=\"7b259cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Non-GMO<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6288f38 e-con-full e-flex e-con e-child\" data-id=\"6288f38\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dff1938 elementor-widget elementor-widget-image\" data-id=\"dff1938\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"440\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-iso-copy-2.png\" class=\"attachment-large size-large wp-image-3325\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-iso-copy-2.png 500w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-iso-copy-2-300x264.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7348059 elementor-widget elementor-widget-heading\" data-id=\"7348059\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Third Party<br>\nTested<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41c29fd elementor-widget elementor-widget-heading\" data-id=\"41c29fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why to Choose Geektek?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e3db09 elementor-widget elementor-widget-text-editor\" data-id=\"7e3db09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tGeektek Syrup combines the best ingredients of nature to support your brain health, energy, stamina, and immunity ensuring you are at your peak level of performance. Geektek is the perfect addition to your daily routine and its each serving of 5ml dose contains a blend of 100% natural and high-quality herbal extracts with fast absorption to get quick results and best choice for people with diabetics and dietary restrictions or sensitivities. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1638c25 e-con-full e-flex e-con e-child\" data-id=\"1638c25\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8c9cc28 e-con-full e-flex e-con e-child\" data-id=\"8c9cc28\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet&quot;],&quot;sticky_offset&quot;:100,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a794a84 elementor-widget elementor-widget-heading\" data-id=\"a794a84\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What are the Key Benefits of Geektek?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6c401b elementor-widget elementor-widget-text-editor\" data-id=\"c6c401b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul>\n<li><span>Natural Powerhouse:<\/span> Geektek is formulated with high-quality, natural herbal extracts, known for their ability to enhance cognitive function, boost energy, and promote overall vitality.<\/li>\n<li><span>Boosts Mental Clarity &#038; Focus:<\/span> With ingredients like Gingko Biloba and Panax Ginseng, Geektek sharpens memory, enhances concentration, and supports brain health.<\/li>\n<li><span>Increases Energy &#038; Reduces Stress:<\/span> Tribulus Terrestris and Withania Somnifera help to improve energy, stamina, and manage stress for better daily performance.<\/li>\n<li><span>Supports Immune Health:<\/span> The anti-inflammatory power of Turmeric and Amla supports immunity health.<\/li>\n<li><span>For All Ages:<\/span> Whether you are a busy professional, a student needing focus or an active adult looking for energy and well-being, Geektek is suitable for individuals of all ages.<\/li>\n<li><span>Easy-to-Use Liquid Form:<\/span> The liquid form ensures fast absorption, so you can start feeling the benefits quickly.<\/li>\n<li><span>Sugar-Free &#038; Gluten-Free:<\/span> Geektek is formulated without sugar or gluten, making it perfect for anyone with dietary restrictions.<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb779bc e-con-full e-flex e-con e-child\" data-id=\"bb779bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7e68ca7 e-con-full e-flex e-con e-child\" data-id=\"7e68ca7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad3f4a0 elementor-widget elementor-widget-heading\" data-id=\"ad3f4a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Who Can Benefit from Geektek?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcea83a elementor-widget elementor-widget-text-editor\" data-id=\"fcea83a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul>\n<li><span>Students &#038; Professionals:<\/span> Enhance focus, memory, and mental performance to achieve peak productivity.<\/li>\n<li><span>Active Adults:<\/span> Boost energy, stamina, and physical performance for a healthier, more active lifestyle.<\/li>\n<li><span>Seniors:<\/span> Improve cognitive function, reduce stress, and support overall wellness.<\/li>\n<li><span>Anyone Seeking Natural Wellness:<\/span> Whether you\u2019re looking to boost your immunity, reduce stress, or increase vitality, Geektek offers an all-natural, safe, and effective solution.<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4bc4ec elementor-widget elementor-widget-heading\" data-id=\"a4bc4ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Full Potential with Geektek Today!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfa5d0c elementor-widget elementor-widget-text-editor\" data-id=\"bfa5d0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tExperience the Power of Nature with Geektek Syrup to enhance your mental clarity, focus, energy, stamina and immune system. Available at your local pharmacy or contact us.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fea407c e-con-full e-flex e-con e-child\" data-id=\"fea407c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-97d6f5a elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"97d6f5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-globe-europe\" viewBox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm200 248c0 22.5-3.9 44.2-10.8 64.4h-20.3c-4.3 0-8.4-1.7-11.4-4.8l-32-32.6c-4.5-4.6-4.5-12.1.1-16.7l12.5-12.5v-8.7c0-3-1.2-5.9-3.3-8l-9.4-9.4c-2.1-2.1-5-3.3-8-3.3h-16c-6.2 0-11.3-5.1-11.3-11.3 0-3 1.2-5.9 3.3-8l9.4-9.4c2.1-2.1 5-3.3 8-3.3h32c6.2 0 11.3-5.1 11.3-11.3v-9.4c0-6.2-5.1-11.3-11.3-11.3h-36.7c-8.8 0-16 7.2-16 16v4.5c0 6.9-4.4 13-10.9 15.2l-31.6 10.5c-3.3 1.1-5.5 4.1-5.5 7.6v2.2c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8s-3.6-8-8-8H247c-3 0-5.8 1.7-7.2 4.4l-9.4 18.7c-2.7 5.4-8.2 8.8-14.3 8.8H194c-8.8 0-16-7.2-16-16V199c0-4.2 1.7-8.3 4.7-11.3l20.1-20.1c4.6-4.6 7.2-10.9 7.2-17.5 0-3.4 2.2-6.5 5.5-7.6l40-13.3c1.7-.6 3.2-1.5 4.4-2.7l26.8-26.8c2.1-2.1 3.3-5 3.3-8 0-6.2-5.1-11.3-11.3-11.3H258l-16 16v8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-20c0-2.5 1.2-4.9 3.2-6.4l28.9-21.7c1.9-.1 3.8-.3 5.7-.3C358.3 56 448 145.7 448 256zM130.1 149.1c0-3 1.2-5.9 3.3-8l25.4-25.4c2.1-2.1 5-3.3 8-3.3 6.2 0 11.3 5.1 11.3 11.3v16c0 3-1.2 5.9-3.3 8l-9.4 9.4c-2.1 2.1-5 3.3-8 3.3h-16c-6.2 0-11.3-5.1-11.3-11.3zm128 306.4v-7.1c0-8.8-7.2-16-16-16h-20.2c-10.8 0-26.7-5.3-35.4-11.8l-22.2-16.7c-11.5-8.6-18.2-22.1-18.2-36.4v-23.9c0-16 8.4-30.8 22.1-39l42.9-25.7c7.1-4.2 15.2-6.5 23.4-6.5h31.2c10.9 0 21.4 3.9 29.6 10.9l43.2 37.1h18.3c8.5 0 16.6 3.4 22.6 9.4l17.3 17.3c3.4 3.4 8.1 5.3 12.9 5.3H423c-32.4 58.9-93.8 99.5-164.9 103.1z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGrassroots\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fb930a elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"3fb930a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t+93 786 89 53 53\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f068d6 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"1f068d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t+93 786 89 53 53\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-512030e elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"512030e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tgrassrootsltd2021@gmail.com\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf387f0 elementor-widget elementor-widget-spacer\" data-id=\"cf387f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a091807 elementor-widget elementor-widget-heading\" data-id=\"a091807\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Share<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1d7fd5 elementor-share-buttons--view-icon elementor-share-buttons--shape-rounded elementor-share-buttons--skin-gradient elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons\" data-id=\"c1d7fd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"share-buttons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_facebook\" role=\"button\" tabindex=\"0\" aria-label=\"Share on facebook\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_linkedin\" role=\"button\" tabindex=\"0\" aria-label=\"Share on linkedin\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_x-twitter\" role=\"button\" tabindex=\"0\" aria-label=\"Share on x-twitter\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-x-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_whatsapp\" role=\"button\" tabindex=\"0\" aria-label=\"Share on whatsapp\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-931aa8c e-con-full e-flex e-con e-parent\" data-id=\"931aa8c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8db9195 e-con-full e-flex e-con e-child\" data-id=\"8db9195\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9fd2850 elementor-widget elementor-widget-heading\" data-id=\"9fd2850\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Other Products<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26e3746 elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-loop-carousel\" data-id=\"26e3746\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;2941&quot;,&quot;slides_to_show&quot;:&quot;5&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15,&quot;sizes&quot;:[]},&quot;slides_to_show_laptop&quot;:&quot;4&quot;,&quot;slides_to_show_tablet&quot;:&quot;3&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-carousel.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"swiper elementor-loop-container elementor-grid\" role=\"list\" dir=\"ltr\">\n\t\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t<style id=\"loop-2941\">.elementor-2941 .elementor-element.elementor-element-722a8661{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:15px 0px;--row-gap:15px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2941 .elementor-element.elementor-element-6920243c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2941 .elementor-element.elementor-element-132456c8 img{height:270px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2941 .elementor-element.elementor-element-ad1ad33{text-align:start;}.elementor-2941 .elementor-element.elementor-element-ad1ad33 .elementor-heading-title{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-30f9133 );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-2941 .elementor-element.elementor-element-3a90f464 .elementor-button{font-family:\"Poppins\", Sans-serif;font-size:12px;font-weight:600;line-height:1em;fill:var( --e-global-color-d860b29 );color:var( --e-global-color-d860b29 );border-style:none;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2941 .elementor-element.elementor-element-3a90f464 .elementor-button:hover, .elementor-2941 .elementor-element.elementor-element-3a90f464 .elementor-button:focus{color:var( --e-global-color-30f9133 );}.elementor-2941 .elementor-element.elementor-element-3a90f464 .elementor-button:hover svg, .elementor-2941 .elementor-element.elementor-element-3a90f464 .elementor-button:focus svg{fill:var( --e-global-color-30f9133 );}.elementor-2941 .elementor-element.elementor-element-3a90f464 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}\/* Start custom CSS for image, class: .elementor-element-132456c8 *\/.elementor-2941 .elementor-element.elementor-element-132456c8 {\n    transition: 0.5s all;\n}\n.elementor-2941 .elementor-element.elementor-element-132456c8:hover {\n    transform: scale(1.2,1.2);\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-6920243c *\/.elementor-2941 .elementor-element.elementor-element-6920243c {\n    overflow: hidden;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2941\" class=\"elementor elementor-2941 swiper-slide e-loop-item e-loop-item-3865 post-3865 product type-product status-publish has-post-thumbnail hentry product-type-syrup\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-722a8661 e-con-full e-flex e-con e-parent\" data-id=\"722a8661\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6920243c e-flex e-con-boxed e-con e-child\" data-id=\"6920243c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-132456c8 elementor-widget elementor-widget-image\" data-id=\"132456c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/xseed\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Xseed-120ml-Syrup-01-1024x1024.webp\" class=\"attachment-large size-large wp-image-3866\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Xseed-120ml-Syrup-01-1024x1024.webp 1024w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Xseed-120ml-Syrup-01-300x300.webp 300w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Xseed-120ml-Syrup-01-150x150.webp 150w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Xseed-120ml-Syrup-01-768x768.webp 768w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Xseed-120ml-Syrup-01.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad1ad33 elementor-widget elementor-widget-heading\" data-id=\"ad1ad33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/xseed\/\">Xseed<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a90f464 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"3a90f464\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/xseed\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2941\" class=\"elementor elementor-2941 swiper-slide e-loop-item e-loop-item-3854 post-3854 product type-product status-publish has-post-thumbnail hentry product-type-syrup\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-722a8661 e-con-full e-flex e-con e-parent\" data-id=\"722a8661\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6920243c e-flex e-con-boxed e-con e-child\" data-id=\"6920243c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-132456c8 elementor-widget elementor-widget-image\" data-id=\"132456c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/biofol-2\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Biofol-Syrup-1024x1024.webp\" class=\"attachment-large size-large wp-image-3855\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Biofol-Syrup-1024x1024.webp 1024w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Biofol-Syrup-300x300.webp 300w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Biofol-Syrup-150x150.webp 150w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Biofol-Syrup-768x768.webp 768w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/12\/Biofol-Syrup.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad1ad33 elementor-widget elementor-widget-heading\" data-id=\"ad1ad33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/biofol-2\/\">Biofol<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a90f464 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"3a90f464\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/biofol-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2941\" class=\"elementor elementor-2941 swiper-slide e-loop-item e-loop-item-3561 post-3561 product type-product status-publish has-post-thumbnail hentry product-type-tablets\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-722a8661 e-con-full e-flex e-con e-parent\" data-id=\"722a8661\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6920243c e-flex e-con-boxed e-con e-child\" data-id=\"6920243c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-132456c8 elementor-widget elementor-widget-image\" data-id=\"132456c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/archoline\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Archoline-Tablet-01-1024x1024.webp\" class=\"attachment-large size-large wp-image-3564\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Archoline-Tablet-01-1024x1024.webp 1024w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Archoline-Tablet-01-300x300.webp 300w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Archoline-Tablet-01-150x150.webp 150w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Archoline-Tablet-01-768x768.webp 768w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Archoline-Tablet-01.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad1ad33 elementor-widget elementor-widget-heading\" data-id=\"ad1ad33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/archoline\/\">Archoline<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a90f464 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"3a90f464\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/archoline\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2941\" class=\"elementor elementor-2941 swiper-slide e-loop-item e-loop-item-3089 post-3089 product type-product status-publish has-post-thumbnail hentry product-type-tablets\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-722a8661 e-con-full e-flex e-con e-parent\" data-id=\"722a8661\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6920243c e-flex e-con-boxed e-con e-child\" data-id=\"6920243c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-132456c8 elementor-widget elementor-widget-image\" data-id=\"132456c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/osterien\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Osterien-Tablet-1024x1024.webp\" class=\"attachment-large size-large wp-image-3107\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Osterien-Tablet-1024x1024.webp 1024w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Osterien-Tablet-300x300.webp 300w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Osterien-Tablet-150x150.webp 150w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Osterien-Tablet-768x768.webp 768w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Osterien-Tablet.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad1ad33 elementor-widget elementor-widget-heading\" data-id=\"ad1ad33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/osterien\/\">Osterien<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a90f464 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"3a90f464\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/osterien\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2941\" class=\"elementor elementor-2941 swiper-slide e-loop-item e-loop-item-3090 post-3090 product type-product status-publish has-post-thumbnail hentry product-type-tablets\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-722a8661 e-con-full e-flex e-con e-parent\" data-id=\"722a8661\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6920243c e-flex e-con-boxed e-con e-child\" data-id=\"6920243c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-132456c8 elementor-widget elementor-widget-image\" data-id=\"132456c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/proac\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Pro-Ac-Tablet-3D-Photo-1024x1024.webp\" class=\"attachment-large size-large wp-image-3109\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Pro-Ac-Tablet-3D-Photo-1024x1024.webp 1024w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Pro-Ac-Tablet-3D-Photo-300x300.webp 300w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Pro-Ac-Tablet-3D-Photo-150x150.webp 150w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Pro-Ac-Tablet-3D-Photo-768x768.webp 768w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Pro-Ac-Tablet-3D-Photo.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad1ad33 elementor-widget elementor-widget-heading\" data-id=\"ad1ad33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/proac\/\">ProAc<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a90f464 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"3a90f464\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/proac\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2941\" class=\"elementor elementor-2941 swiper-slide e-loop-item e-loop-item-3087 post-3087 product type-product status-publish has-post-thumbnail hentry product-type-tablets\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-722a8661 e-con-full e-flex e-con e-parent\" data-id=\"722a8661\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6920243c e-flex e-con-boxed e-con e-child\" data-id=\"6920243c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-132456c8 elementor-widget elementor-widget-image\" data-id=\"132456c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/v-rite-x\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/V-Rite-X-3D-Photo-1024x1024.webp\" class=\"attachment-large size-large wp-image-3110\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/V-Rite-X-3D-Photo-1024x1024.webp 1024w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/V-Rite-X-3D-Photo-300x300.webp 300w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/V-Rite-X-3D-Photo-150x150.webp 150w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/V-Rite-X-3D-Photo-768x768.webp 768w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/V-Rite-X-3D-Photo.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad1ad33 elementor-widget elementor-widget-heading\" data-id=\"ad1ad33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/v-rite-x\/\">V Rite X<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a90f464 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"3a90f464\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/arnutraceuticalpharma.com\/afn\/product\/v-rite-x\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c0cdd3a e-con-full e-flex e-con e-parent\" data-id=\"c0cdd3a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-862a28e elementor-widget elementor-widget-template\" data-id=\"862a28e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"2619\" class=\"elementor elementor-2619\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-8865b0 e-con-full e-flex e-con e-parent\" data-id=\"8865b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ce0d48e elementor-widget elementor-widget-heading\" data-id=\"1ce0d48e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wellness Transformation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36a2e735 e-con-full e-flex e-con e-child\" data-id=\"36a2e735\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-70fc2842 e-con-full e-flex e-con e-child\" data-id=\"70fc2842\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20abf851 elementor-widget elementor-widget-heading\" data-id=\"20abf851\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Embrace Your Wellness Journey Today<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-106d8a09 e-con-full e-flex e-con e-child\" data-id=\"106d8a09\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f5057f8 elementor-widget elementor-widget-button\" data-id=\"6f5057f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/arnutraceuticalpharma.com\/afn\/contact-us\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">About Us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ebc7722 elementor-widget elementor-widget-button\" data-id=\"1ebc7722\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/arnutraceuticalpharma.com\/afn\/privacy-policy\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get in Touch<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"featured_media":3117,"parent":0,"menu_order":0,"template":"","product-type":[8],"class_list":["post-2898","product","type-product","status-publish","has-post-thumbnail","hentry","product-type-syrup"],"acf":[],"_links":{"self":[{"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product\/2898","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/types\/product"}],"version-history":[{"count":16,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product\/2898\/revisions"}],"predecessor-version":[{"id":3915,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product\/2898\/revisions\/3915"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/media\/3117"}],"wp:attachment":[{"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/media?parent=2898"}],"wp:term":[{"taxonomy":"product-type","embeddable":true,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product-type?post=2898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}