{"id":3561,"date":"2024-11-24T09:38:24","date_gmt":"2024-11-24T09:38:24","guid":{"rendered":"http:\/\/dev.arnutraceuticalpharma.com\/afn\/?post_type=product&#038;p=3561"},"modified":"2024-12-02T08:39:46","modified_gmt":"2024-12-02T08:39:46","slug":"archoline","status":"publish","type":"product","link":"https:\/\/arnutraceuticalpharma.com\/afn\/product\/archoline\/","title":{"rendered":"Archoline"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"3561\" class=\"elementor elementor-3561\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc8a3a1 e-con-full e-flex e-con e-parent\" data-id=\"fc8a3a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2d80a70 e-con-full e-flex e-con e-child\" data-id=\"2d80a70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ab2b30f e-con-full e-flex e-con e-child\" data-id=\"ab2b30f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bfd6e67 e-con-full e-flex e-con e-child\" data-id=\"bfd6e67\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27d8426 elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"27d8426\" 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\/3561\";\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-d338ca9 elementor-widget elementor-widget-product_thumbanils\" data-id=\"d338ca9\" 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\/11\/Archoline-Tablet-01.webp\" alt=\"Thumbnail 0\"><img decoding=\"async\" data-index=\"1\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Archoline-Tablet-02.webp\" alt=\"Thumbnail 1\"><img decoding=\"async\" data-index=\"2\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Archoline-Tablet-03.webp\" alt=\"Thumbnail 2\">                    \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\/11\/Archoline-Tablet-01.webp\" alt=\"Large Image 1\"><img decoding=\"async\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Archoline-Tablet-02.webp\" alt=\"Large Image 1\"><img decoding=\"async\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/11\/Archoline-Tablet-03.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-8b173af e-con-full e-flex e-con e-child\" data-id=\"8b173af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f13c6e elementor-widget elementor-widget-heading\" data-id=\"2f13c6e\" 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>Tablets<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-babdc23 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"babdc23\" 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\">Archoline<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8ba4a5 elementor-widget elementor-widget-heading\" data-id=\"b8ba4a5\" 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\">Your Cognitive Companion<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e0fbaf e-con-full e-flex e-con e-child\" data-id=\"7e0fbaf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3110c9c e-con-full e-flex e-con e-child\" data-id=\"3110c9c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b5a27a8 elementor-widget elementor-widget-image\" data-id=\"b5a27a8\" 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-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-b96e0e7 elementor-widget elementor-widget-heading\" data-id=\"b96e0e7\" 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-e4e963d e-con-full e-flex e-con e-child\" data-id=\"e4e963d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f220555 elementor-widget elementor-widget-image\" data-id=\"f220555\" 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=\"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-fd9685d elementor-widget elementor-widget-heading\" data-id=\"fd9685d\" 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-5c0e32a e-con-full e-flex e-con e-child\" data-id=\"5c0e32a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ecfd569 elementor-widget elementor-widget-image\" data-id=\"ecfd569\" 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=\"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-78d79d9 elementor-widget elementor-widget-heading\" data-id=\"78d79d9\" 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-9caee21 e-con-full e-flex e-con e-child\" data-id=\"9caee21\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a57759 elementor-widget elementor-widget-image\" data-id=\"2a57759\" 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-7d7ac79 elementor-widget elementor-widget-heading\" data-id=\"7d7ac79\" 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-036392a elementor-widget elementor-widget-heading\" data-id=\"036392a\" 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 Archoline?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10ae54d elementor-widget elementor-widget-text-editor\" data-id=\"10ae54d\" 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\tIn today\u2019s fast-paced world, mental clarity, focus, and overall brain health are essential for success and well-being. Archoline is a scientifically formulated supplement designed to fuel your mind with nature\u2019s best. Each tablet delivers a potent blend of Choline Bitartrate, Panax Ginseng Extract, and Gingko Biloba Extract working synergistically to enhance your mental performance and vitality.\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-9024150 e-con-full e-flex e-con e-child\" data-id=\"9024150\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4495098 e-con-full e-flex e-con e-child\" data-id=\"4495098\" 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-6b7290e elementor-widget elementor-widget-heading\" data-id=\"6b7290e\" 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 Archoline?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042219b elementor-widget elementor-widget-text-editor\" data-id=\"042219b\" 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>Boosts Memory &#038; Focus:<\/span> Choline Bitartrate supports neurotransmitter function that promotes nerve signaling and healthy brain function.<\/li>\n<li><span>Enhances Mental Clarity:<\/span> Ginkgo Biloba promotes blood flow to the brain, sharpening focus and protecting your brain from age-related decline.<\/li>\n<li><span>Increases Energy &#038; Vitality:<\/span> Panax Ginseng enhances concentration and reduces mental fatigue for better overall productivity. <\/li>\n<li><span>Supports Overall Brain Health:<\/span> A natural, well-balanced formula to help keep your mind sharp, no matter your age. <\/li>\n<li><span>Sugar-Free, Gluten-Free &#038; GMO-Free:<\/span> Safe for individuals with dietary restrictions.<\/li>\n<li><span>Good for All Ages:<\/span> Designed to meet the needs of students, professionals, and seniors alike for their academic excellence, peak productivity, mental sharpness and cognitive health.<\/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-37232eb e-con-full e-flex e-con e-child\" data-id=\"37232eb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-870f676 e-con-full e-flex e-con e-child\" data-id=\"870f676\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00c31f6 elementor-widget elementor-widget-heading\" data-id=\"00c31f6\" 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\">Fuel Your Brain with Archoline Today!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce1fa49 elementor-widget elementor-widget-text-editor\" data-id=\"ce1fa49\" 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<p>Get started to recharge your brain with Archoline and experience the difference as it is backed by science and trusted by nature, it\u2019s the ultimate supplement to empower your brain, one tablet at a time.<\/p>\n<p>Available at your local store or contact us.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db6e522 e-con-full e-flex e-con e-child\" data-id=\"db6e522\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c1f6a3 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"0c1f6a3\" 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-a7f74ee elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"a7f74ee\" 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-a3ea901 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"a3ea901\" 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-a3b0074 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"a3b0074\" 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-c5c37b8 elementor-widget elementor-widget-spacer\" data-id=\"c5c37b8\" 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-0bb364d elementor-widget elementor-widget-heading\" data-id=\"0bb364d\" 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-19ef09a 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=\"19ef09a\" 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-eb4c901 e-con-full e-flex e-con e-parent\" data-id=\"eb4c901\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e7c46d4 e-con-full e-flex e-con e-child\" data-id=\"e7c46d4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2043bc5 elementor-widget elementor-widget-heading\" data-id=\"2043bc5\" 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-66f7954 elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-loop-carousel\" data-id=\"66f7954\" 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-f3875f8 e-con-full e-flex e-con e-parent\" data-id=\"f3875f8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49d223d elementor-widget elementor-widget-template\" data-id=\"49d223d\" 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":3564,"parent":0,"menu_order":0,"template":"","product-type":[9],"class_list":["post-3561","product","type-product","status-publish","has-post-thumbnail","hentry","product-type-tablets"],"acf":[],"_links":{"self":[{"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product\/3561","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":17,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product\/3561\/revisions"}],"predecessor-version":[{"id":3981,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product\/3561\/revisions\/3981"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/media\/3564"}],"wp:attachment":[{"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/media?parent=3561"}],"wp:term":[{"taxonomy":"product-type","embeddable":true,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product-type?post=3561"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}