{"id":2889,"date":"2024-10-24T16:40:58","date_gmt":"2024-10-24T16:40:58","guid":{"rendered":"http:\/\/dev.arnutraceuticalpharma.com\/afn\/?post_type=product&#038;p=2889"},"modified":"2024-12-02T08:40:14","modified_gmt":"2024-12-02T08:40:14","slug":"bycof","status":"publish","type":"product","link":"https:\/\/arnutraceuticalpharma.com\/afn\/product\/bycof\/","title":{"rendered":"Bycof"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2889\" class=\"elementor elementor-2889\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a34a259 e-con-full e-flex e-con e-parent\" data-id=\"a34a259\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5db7d28 e-con-full e-flex e-con e-child\" data-id=\"5db7d28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9dcdc6c e-con-full e-flex e-con e-child\" data-id=\"9dcdc6c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-dff6a63 e-con-full e-flex e-con e-child\" data-id=\"dff6a63\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0567d0 elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"c0567d0\" 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\/2889\";\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-89eec32 elementor-widget elementor-widget-product_thumbanils\" data-id=\"89eec32\" 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\/bycof-01.webp\" alt=\"Thumbnail 0\"><img decoding=\"async\" data-index=\"1\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/bycof-02.webp\" alt=\"Thumbnail 1\"><img decoding=\"async\" data-index=\"2\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/bycof-03.webp\" alt=\"Thumbnail 2\"><img decoding=\"async\" data-index=\"3\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/bycof-04.webp\" alt=\"Thumbnail 3\">                    \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\/bycof-01.webp\" alt=\"Large Image 1\"><img decoding=\"async\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/bycof-02.webp\" alt=\"Large Image 1\"><img decoding=\"async\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/bycof-03.webp\" alt=\"Large Image 1\"><img decoding=\"async\" src=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/bycof-04.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-4e379c0 e-con-full e-flex e-con e-child\" data-id=\"4e379c0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c72295 elementor-widget elementor-widget-heading\" data-id=\"6c72295\" 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-1e74aa7 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"1e74aa7\" 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\">Bycof<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77ea3e0 elementor-widget elementor-widget-heading\" data-id=\"77ea3e0\" 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 Remedy for Respiratory Relief<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e776451 e-con-full e-flex e-con e-child\" data-id=\"e776451\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-864d822 e-con-full e-flex e-con e-child\" data-id=\"864d822\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7efaf03 elementor-widget elementor-widget-image\" data-id=\"7efaf03\" 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-3.png\" class=\"attachment-large size-large wp-image-3403\" alt=\"\" srcset=\"https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-3.png 492w, https:\/\/arnutraceuticalpharma.com\/afn\/wp-content\/uploads\/sites\/2\/2024\/10\/logo-non-gmo-copy-3-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-6ca7f32 elementor-widget elementor-widget-heading\" data-id=\"6ca7f32\" 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\">Alcohol 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-16eb060 e-con-full e-flex e-con e-child\" data-id=\"16eb060\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e35ad93 elementor-widget elementor-widget-image\" data-id=\"e35ad93\" 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-6e53553 elementor-widget elementor-widget-heading\" data-id=\"6e53553\" 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-2e2da74 e-con-full e-flex e-con e-child\" data-id=\"2e2da74\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-236b6ac elementor-widget elementor-widget-image\" data-id=\"236b6ac\" 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-e09cf9d elementor-widget elementor-widget-heading\" data-id=\"e09cf9d\" 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-c0d2d00 e-con-full e-flex e-con e-child\" data-id=\"c0d2d00\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8bbe415 elementor-widget elementor-widget-image\" data-id=\"8bbe415\" 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-bdeb17e elementor-widget elementor-widget-heading\" data-id=\"bdeb17e\" 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-abfa9b3 e-con-full e-flex e-con e-child\" data-id=\"abfa9b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-041a5c2 elementor-widget elementor-widget-image\" data-id=\"041a5c2\" 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-587d122 elementor-widget elementor-widget-heading\" data-id=\"587d122\" 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-326a363 elementor-widget elementor-widget-heading\" data-id=\"326a363\" 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 Bycof?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd2c8fa elementor-widget elementor-widget-text-editor\" data-id=\"bd2c8fa\" 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\tBycof consists a unique blend of natural extracts working in harmony with your body to reduce irritation, relieve congestion, and clear airways without harsh chemicals or synthetic ingredients. Our carefully chosen herbal extracts not only target cough but also support overall respiratory health. It is a natural herbal remedy packed with powerful ingredients like Ivy Leaf Extract, Thyme Extract, and Liquorice Extract which is free from alcohol, sugar, and gluten safe for all ages and works gently to support your respiratory health.\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-9b6d0c2 e-con-full e-flex e-con e-child\" data-id=\"9b6d0c2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e3ef7d8 e-con-full e-flex e-con e-child\" data-id=\"e3ef7d8\" 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-8d580be elementor-widget elementor-widget-heading\" data-id=\"8d580be\" 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 Bycof?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c2fe2d5 elementor-widget elementor-widget-text-editor\" data-id=\"c2fe2d5\" 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\t<li><span>Supports Respiratory System:<\/span> Ivy Leaf Extract helps loosen mucus and clear airways to support your respiratory system.<\/li>\n\t<li><span>Relieves Coughing:<\/span> Thyme helps soothe the throat and reduces coughing as it includes antibacterial and antimicrobial properties.<\/li>\n\t<li><span>Reduces Throat Irritation:<\/span> Liquorice helps calming throat reducing throat irritation as it acts as a natural expectorant to clear mucus.<\/li>\n\t<li><span>Alcohol-Free:<\/span> Non-Additive and preferred for liver disease patients and breast feeding mothers.<\/li>\n\t<li><span>Sugar-Free:<\/span> Ideal for diabetic patients and those with dietary restrictions.<\/li>\n\t<li><span>Gluten-Free:<\/span> Suitable for individuals with celiac disease or gluten intolerance.<\/li>\n\t<li><span>Good for All Ages:<\/span> Designed for both kids and adults to enjoy worry-free relief.<\/li>\n\t<li><span>Gentle on the Stomach:<\/span> Perfect for sensitive systems.<\/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-19ba3aa e-con-full e-flex e-con e-child\" data-id=\"19ba3aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-98cc7e8 e-con-full e-flex e-con e-child\" data-id=\"98cc7e8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6488d9c elementor-widget elementor-widget-heading\" data-id=\"6488d9c\" 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\">Experience the Power of Herbal Ingredients to Breathe Easy!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa4b860 elementor-widget elementor-widget-text-editor\" data-id=\"fa4b860\" 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 with 100% natural ingredients of Bycof designed with extra care to improve and protect the respiratory health of your family.<\/p>\n<p>Available at your local store or contact us.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ae67846 e-con-full e-flex e-con e-child\" data-id=\"ae67846\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e018c76 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"e018c76\" 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-0daa048 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"0daa048\" 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-5997f76 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5997f76\" 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-56677c0 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"56677c0\" 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-741324f elementor-widget elementor-widget-spacer\" data-id=\"741324f\" 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-c7fb95c elementor-widget elementor-widget-heading\" data-id=\"c7fb95c\" 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-8d6b507 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=\"8d6b507\" 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-9b93cc1 e-con-full e-flex e-con e-parent\" data-id=\"9b93cc1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ec2664e e-con-full e-flex e-con e-child\" data-id=\"ec2664e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-203768a elementor-widget elementor-widget-heading\" data-id=\"203768a\" 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-f5ddba7 elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-loop-carousel\" data-id=\"f5ddba7\" 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-f9cff7e e-con-full e-flex e-con e-parent\" data-id=\"f9cff7e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-490b4e2 elementor-widget elementor-widget-template\" data-id=\"490b4e2\" 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":3120,"parent":0,"menu_order":0,"template":"","product-type":[8],"class_list":["post-2889","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\/2889","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":23,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product\/2889\/revisions"}],"predecessor-version":[{"id":3903,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product\/2889\/revisions\/3903"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/media\/3120"}],"wp:attachment":[{"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/media?parent=2889"}],"wp:term":[{"taxonomy":"product-type","embeddable":true,"href":"https:\/\/arnutraceuticalpharma.com\/afn\/wp-json\/wp\/v2\/product-type?post=2889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}