{"id":510,"date":"2024-12-30T10:57:12","date_gmt":"2024-12-30T10:57:12","guid":{"rendered":"https:\/\/bkt.homesome.com\/?page_id=510"},"modified":"2025-03-07T18:12:37","modified_gmt":"2025-03-07T18:12:37","slug":"terms-of-service","status":"publish","type":"page","link":"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/","title":{"rendered":"Terms of Service"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"510\" class=\"elementor elementor-510\">\n\t\t\t\t<div class=\"elementor-element elementor-element-baaee6b e-flex e-con-boxed e-con e-parent\" data-id=\"baaee6b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a17b049 hs-breadcrumb elementor-widget elementor-widget-shortcode\" data-id=\"a17b049\" data-element_type=\"widget\" data-e-type=\"widget\" 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\"><span><span><a href=\"https:\/\/testwp.homesome.com\/berkots\/\">Home<\/a><\/span><\/span><\/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-5e41a08 elementor-widget elementor-widget-heading\" data-id=\"5e41a08\" 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<h1 class=\"elementor-heading-title elementor-size-default\">Terms of Service<\/h1>\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<div class=\"elementor-element elementor-element-0bdf3d2 e-flex e-con-boxed e-con e-parent\" data-id=\"0bdf3d2\" 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-2694fdd elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2694fdd\" 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>We respect your privacy and will do everything we can to protect your personal information from unauthorized use or disclosure. This policy explains how we acquire personal information through our website, social media channels and mobile applications along with how we use, share and safeguard your information. We encourage you to print this Privacy Policy and retain a copy for your records.<\/p>\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<div class=\"elementor-element elementor-element-954b640 e-flex e-con-boxed e-con e-parent\" data-id=\"954b640\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-eeb5199 e-con-full e-flex e-con e-child\" data-id=\"eeb5199\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d721e2 elementor-widget elementor-widget-toc_widget\" data-id=\"2d721e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toc_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div id=\"toc\"><\/div>\r\n        <script>\r\n        jQuery(document).ready(function ($) {\r\n            const tocContainer = $('#toc');\r\n            const headings = $('.page-content h2, .page-content h3'); \/\/ Customize the heading levels as needed\r\n            const tocList = $('<ul><\/ul>');\r\n\r\n            headings.each(function (index) {\r\n                const heading = $(this);\r\n                const headingText = heading.text();\r\n                const headingId = `toc-heading-${index}`;\r\n\r\n                \/\/ Add an ID to the heading for linking\r\n                heading.attr('id', headingId);\r\n\r\n                \/\/ Create the TOC entry\r\n                const listItem = $(`\r\n                    <li>\r\n                        <a href=\"#${headingId}\" class=\"toc-link\">${headingText}<\/a>\r\n                    <\/li>\r\n                `);\r\n\r\n                tocList.append(listItem);\r\n            });\r\n\r\n            tocContainer.append('<h2>Table of Contents<\/h2>');\r\n            tocContainer.append(tocList);\r\n\r\n            const tocLinks = $('.toc-link');\r\n            tocLinks.first().addClass('active');\r\n            const observerOptions = {\r\n                root: null,\r\n                rootMargin: '0px 0px -50% 0px', \/\/ Adjust for early activation based on viewport\r\n                threshold: 0.1, \/\/ Trigger when 10% of the section is visible\r\n            };\r\n\r\n            const observer = new IntersectionObserver((entries) => {\r\n                entries.forEach((entry) => {\r\n                    const targetId = entry.target.id;\r\n\r\n                    if (entry.isIntersecting) {\r\n                        tocLinks.removeClass('active');\r\n                        $(`.toc-link[href=\"#${targetId}\"]`).addClass('active');\r\n                    }\r\n                });\r\n            }, observerOptions);\r\n\r\n            headings.each(function () {\r\n                observer.observe(this);\r\n            });\r\n\r\n            tocLinks.on('click', function (e) {\r\n                e.preventDefault();\r\n\r\n                const targetId = $(this).attr('href');\r\n                const targetOffset = $(targetId).offset().top;\r\n                let stickyHeaderHeight = $('#masthead').outerHeight() || 0;\r\n\r\n                stickyHeaderHeight = stickyHeaderHeight + 100;\r\n\r\n                \/\/ console.log(stickyHeaderHeight);\r\n\r\n                \/\/ Remove active class from all links, then add to clicked link\r\n                tocLinks.removeClass('active');\r\n                $(this).addClass('active');\r\n\r\n                \/\/ Smooth scrolling to target\r\n                $('html, body').animate({\r\n                    scrollTop: targetOffset - stickyHeaderHeight,\r\n                }, 500);\r\n            });\r\n        });\r\n        <\/script>\r\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-804e0bf e-con-full e-flex e-con e-child\" data-id=\"804e0bf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2860e68 elementor-widget elementor-widget-heading\" data-id=\"2860e68\" 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\">1. Use of the Website<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-98ccf46 elementor-widget elementor-widget-text-editor\" data-id=\"98ccf46\" 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><li><strong>Eligibility:<\/strong> You must be at least 18 years old or have parental consent to use our website and services.<\/li><li><strong>Account Responsibility:<\/strong> If you create an account with us, you are responsible for maintaining the confidentiality of your login credentials and all activities that occur under your account.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f183d9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7f183d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-5ffb057 elementor-widget elementor-widget-heading\" data-id=\"5ffb057\" 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\">2. Product Availability and Pricing<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2498220 elementor-widget elementor-widget-text-editor\" data-id=\"2498220\" 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><li><strong>Availability:<\/strong> All products listed on our website are subject to availability. We reserve the right to limit quantities or discontinue products at any time.<\/li><li><strong>Pricing:<\/strong> We strive to ensure accurate pricing, but errors may occur. If an error in pricing is found, we will correct it and may offer you the option to confirm or cancel your order.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6cc9b7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c6cc9b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-f3658a2 elementor-widget elementor-widget-heading\" data-id=\"f3658a2\" 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\">3. Online Orders and Payment<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9bb8d55 elementor-widget elementor-widget-text-editor\" data-id=\"9bb8d55\" 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><li><strong>Orders:<\/strong> When placing an order through our website, you agree to provide accurate, complete, and up-to-date information.<\/li><li><strong>Payment:<\/strong> Payments are processed securely through accepted payment methods, including credit cards and online payment gateways. Your personal and payment information is protected by our Privacy Policy.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36efe0b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"36efe0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-7fb7dba elementor-widget elementor-widget-heading\" data-id=\"7fb7dba\" 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\">4. Returns and Refunds<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da16bd2 elementor-widget elementor-widget-text-editor\" data-id=\"da16bd2\" 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><li><strong>In-Store Purchases:<\/strong> We offer returns or exchanges for defective or unsatisfactory products within [insert timeframe]. Please bring your receipt and the item to your nearest store.<\/li><li><strong>Online Orders:<\/strong> For online purchases, you may request a refund or replacement within [insert timeframe] if the product arrives damaged or does not meet expectations. Contact our customer service team for assistance.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dab760f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"dab760f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-05bd280 elementor-widget elementor-widget-heading\" data-id=\"05bd280\" 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\">5. Intellectual Property<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d797f4 elementor-widget elementor-widget-text-editor\" data-id=\"7d797f4\" 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><li><strong>Ownership:<\/strong> All content on the Berkot&#8217;s Super Foods website, including text, images, logos, and software, is the property of Berkot&#8217;s Super Foods or its licensors and is protected by copyright and other laws.<\/li><li><strong>Restrictions:<\/strong> You may not use, reproduce, or distribute any content from our website without our written consent.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3e1e5b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a3e1e5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-d3b07a1 elementor-widget elementor-widget-heading\" data-id=\"d3b07a1\" 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\">6. Limitation of Liability<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-899e05f elementor-widget elementor-widget-text-editor\" data-id=\"899e05f\" 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>Berkot\u2019s Super Foods is not liable for any indirect, incidental, or consequential damages arising from the use or inability to use our services, even if we have been advised of the possibility of such damages. We make no warranties regarding the accuracy or completeness of the website&#8217;s content.<\/p>\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-1ca3088 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1ca3088\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-06a3e72 elementor-widget elementor-widget-heading\" data-id=\"06a3e72\" 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\">7. Third-Party Links<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a93ce2 elementor-widget elementor-widget-text-editor\" data-id=\"0a93ce2\" 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>Our website may include links to third-party websites. Berkot&#8217;s Super Foods is not responsible for the content or practices of these external sites. We recommend reviewing their terms and privacy policies.<\/p>\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-d00f1db elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d00f1db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-0018b5a elementor-widget elementor-widget-heading\" data-id=\"0018b5a\" 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\">8. Modifications to Terms<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fb35f4 elementor-widget elementor-widget-text-editor\" data-id=\"3fb35f4\" 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>We reserve the right to modify or update these Terms at any time. Any changes will be posted on our website with the updated effective date. Continued use of our services indicates your acceptance of the modified Terms.<\/p>\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-a335f2e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a335f2e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-49e2558 elementor-widget elementor-widget-heading\" data-id=\"49e2558\" 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\">9. Governing Law<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a71a796 elementor-widget elementor-widget-text-editor\" data-id=\"a71a796\" 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>These Terms are governed by and construed in accordance with the laws of the state of Illinois, without regard to its conflict of law principles.<\/p>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c846a47 e-flex e-con-boxed e-con e-parent\" data-id=\"c846a47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-56b38ba e-con-full e-flex e-con e-child\" data-id=\"56b38ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31afbb5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"31afbb5\" 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<p class=\"elementor-heading-title elementor-size-default\">Have a question?<br>\nOur team can always assist<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac48479 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"ac48479\" 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>Our team is happy to assist you! Feel free to reach out for any inquiries or support, and we\u2019ll be glad to help.<\/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-71b5e1d e-con-full e-flex e-con e-child\" data-id=\"71b5e1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-91f1489 elementor-widget elementor-widget-button\" data-id=\"91f1489\" 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=\"#\">\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\">Contact 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-e14e720 elementor-widget elementor-widget-heading\" data-id=\"e14e720\" 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<p class=\"elementor-heading-title elementor-size-default\">or Call (708) 590-4088<\/p>\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-2db598b e-con-full e-flex e-con e-child\" data-id=\"2db598b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74dafd7 elementor-widget elementor-widget-image\" data-id=\"74dafd7\" 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=\"348\" height=\"365\" src=\"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/about-store-img.png\" class=\"attachment-full size-full wp-image-455\" alt=\"Berkot&#039;s Super Food\" srcset=\"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/about-store-img.png 348w, https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/about-store-img-286x300.png 286w\" sizes=\"(max-width: 348px) 100vw, 348px\" \/>\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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Terms of Service We respect your privacy and will do everything we can to protect your personal information from unauthorized use or disclosure. This policy explains how we acquire personal information through our website, social media channels and mobile applications along with how we use, share and safeguard your information. We encourage you to print [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","footnotes":""},"class_list":["post-510","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Terms of Service - Berkot\u2019s Super Foods<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Terms of Service - Berkot\u2019s Super Foods\" \/>\n<meta property=\"og:description\" content=\"Terms of Service We respect your privacy and will do everything we can to protect your personal information from unauthorized use or disclosure. This policy explains how we acquire personal information through our website, social media channels and mobile applications along with how we use, share and safeguard your information. We encourage you to print [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/\" \/>\n<meta property=\"og:site_name\" content=\"Berkot\u2019s Super Foods\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-07T18:12:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/about-store-img.png\" \/>\n\t<meta property=\"og:image:width\" content=\"348\" \/>\n\t<meta property=\"og:image:height\" content=\"365\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/\",\"url\":\"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/\",\"name\":\"Terms of Service - Berkot\u2019s Super Foods\",\"isPartOf\":{\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/2024\/12\/about-store-img.png\",\"datePublished\":\"2024-12-30T10:57:12+00:00\",\"dateModified\":\"2025-03-07T18:12:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/#primaryimage\",\"url\":\"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/about-store-img.png\",\"contentUrl\":\"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/about-store-img.png\",\"width\":348,\"height\":365,\"caption\":\"Berkot's Super Food\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/testwp.homesome.com\/berkots\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Terms of Service\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/#website\",\"url\":\"https:\/\/testwp.homesome.com\/berkots\/\",\"name\":\"Berkot\u2019s Super Foods\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/testwp.homesome.com\/berkots\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/#organization\",\"name\":\"Berkot\u2019s Super Foods\",\"url\":\"https:\/\/testwp.homesome.com\/berkots\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/logo.svg\",\"contentUrl\":\"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/logo.svg\",\"width\":176,\"height\":26,\"caption\":\"Berkot\u2019s Super Foods\"},\"image\":{\"@id\":\"https:\/\/testwp.homesome.com\/berkots\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Terms of Service - Berkot\u2019s Super Foods","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Terms of Service - Berkot\u2019s Super Foods","og_description":"Terms of Service We respect your privacy and will do everything we can to protect your personal information from unauthorized use or disclosure. This policy explains how we acquire personal information through our website, social media channels and mobile applications along with how we use, share and safeguard your information. We encourage you to print [&hellip;]","og_url":"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/","og_site_name":"Berkot\u2019s Super Foods","article_modified_time":"2025-03-07T18:12:37+00:00","og_image":[{"width":348,"height":365,"url":"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/about-store-img.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/","url":"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/","name":"Terms of Service - Berkot\u2019s Super Foods","isPartOf":{"@id":"https:\/\/testwp.homesome.com\/berkots\/#website"},"primaryImageOfPage":{"@id":"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/#primaryimage"},"image":{"@id":"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/#primaryimage"},"thumbnailUrl":"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/2024\/12\/about-store-img.png","datePublished":"2024-12-30T10:57:12+00:00","dateModified":"2025-03-07T18:12:37+00:00","breadcrumb":{"@id":"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/#primaryimage","url":"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/about-store-img.png","contentUrl":"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/about-store-img.png","width":348,"height":365,"caption":"Berkot's Super Food"},{"@type":"BreadcrumbList","@id":"https:\/\/testwp.homesome.com\/berkots\/terms-of-service\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/testwp.homesome.com\/berkots\/"},{"@type":"ListItem","position":2,"name":"Terms of Service"}]},{"@type":"WebSite","@id":"https:\/\/testwp.homesome.com\/berkots\/#website","url":"https:\/\/testwp.homesome.com\/berkots\/","name":"Berkot\u2019s Super Foods","description":"","publisher":{"@id":"https:\/\/testwp.homesome.com\/berkots\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/testwp.homesome.com\/berkots\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/testwp.homesome.com\/berkots\/#organization","name":"Berkot\u2019s Super Foods","url":"https:\/\/testwp.homesome.com\/berkots\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/testwp.homesome.com\/berkots\/#\/schema\/logo\/image\/","url":"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/logo.svg","contentUrl":"https:\/\/testwp.homesome.com\/berkots\/wp-content\/uploads\/sites\/5\/2024\/12\/logo.svg","width":176,"height":26,"caption":"Berkot\u2019s Super Foods"},"image":{"@id":"https:\/\/testwp.homesome.com\/berkots\/#\/schema\/logo\/image\/"}}]}},"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"user","author_link":"https:\/\/testwp.homesome.com\/berkots\/blog\/author\/user\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/testwp.homesome.com\/berkots\/wp-json\/wp\/v2\/pages\/510","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/testwp.homesome.com\/berkots\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/testwp.homesome.com\/berkots\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/testwp.homesome.com\/berkots\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/testwp.homesome.com\/berkots\/wp-json\/wp\/v2\/comments?post=510"}],"version-history":[{"count":13,"href":"https:\/\/testwp.homesome.com\/berkots\/wp-json\/wp\/v2\/pages\/510\/revisions"}],"predecessor-version":[{"id":1718,"href":"https:\/\/testwp.homesome.com\/berkots\/wp-json\/wp\/v2\/pages\/510\/revisions\/1718"}],"wp:attachment":[{"href":"https:\/\/testwp.homesome.com\/berkots\/wp-json\/wp\/v2\/media?parent=510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}