{"id":9,"date":"2022-02-09T15:27:08","date_gmt":"2022-02-09T14:27:08","guid":{"rendered":"https:\/\/usamedical.com\/en\/index.php\/kosik\/"},"modified":"2026-07-31T12:06:20","modified_gmt":"2026-07-31T19:06:20","slug":"cart","status":"publish","type":"page","link":"https:\/\/usamedical.com\/en\/cart\/","title":{"rendered":"Cart"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e43047d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e43047d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3732cb8e\" data-id=\"3732cb8e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e418496 elementor-widget elementor-widget-heading\" data-id=\"e418496\" data-element_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\" class=\"elementor-heading-title elementor-size-default\" id=\"cart\">Cart<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c17c001 elementor-widget elementor-widget-html\" data-id=\"c17c001\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style id=\"usa-cart-progress-css\">\n#usa-cart-progress{position:fixed;left:50%;bottom:22px;z-index:999999;display:flex;min-height:48px;align-items:center;justify-content:center;gap:10px;max-width:calc(100vw - 28px);padding:12px 18px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#003159;color:#fff;font:700 14px\/1.3 Poppins,sans-serif;box-shadow:0 14px 34px rgba(0,0,0,.25);transform:translateX(-50%)}\n#usa-cart-progress[hidden]{display:none!important}\n#usa-cart-progress .spinner{width:18px;height:18px;flex:0 0 auto;border:2px solid rgba(255,255,255,.35);border-top-color:#A9E96B;border-radius:50%;animation:usa-cart-spin .75s linear infinite}\n#usa-cart-progress.is-complete .spinner{display:none}\n#usa-cart-progress.is-complete{background:#16853E}\n#usa-cart-progress.is-slow{background:#7A4A00}\nbody.usa-cart-is-updating .woocommerce-cart-form .plus,body.usa-cart-is-updating .woocommerce-cart-form .minus{pointer-events:none;opacity:.55;cursor:wait!important}\nbody.usa-cart-is-updating .woocommerce-cart-form input.qty{cursor:wait!important}\n@keyframes usa-cart-spin{to{transform:rotate(360deg)}}\n@media(max-width:767px){#usa-cart-progress{bottom:14px;width:calc(100vw - 24px);min-height:50px;padding:12px 14px;border-radius:12px;font-size:13px}}\n@media(prefers-reduced-motion:reduce){#usa-cart-progress .spinner{animation-duration:1.4s}}\n<\/style>\n<div id=\"usa-cart-progress\" role=\"status\" aria-live=\"polite\" aria-atomic=\"true\" hidden>\n  <span class=\"spinner\" aria-hidden=\"true\"><\/span>\n  <span class=\"message\">Updating your cart&hellip;<\/span>\n<\/div>\n<script id=\"usa-cart-progress-js\" data-no-optimize=\"1\" data-cfasync=\"false\">\n(function(){\n  function init(){\n    var form=document.querySelector('.woocommerce-cart-form');\n    var notice=document.getElementById('usa-cart-progress');\n    if(!form||!notice||notice.dataset.ready==='1'){return;}\n    notice.dataset.ready='1';\n    var message=notice.querySelector('.message');\n    var startedAt=0;\n    var slowTimer=0;\n    var hideTimer=0;\n    var originalTotal='';\n    function totalText(){var el=document.querySelector('.order-total,.cart_totals .order-total');return el?(el.textContent||'').replace(\/\\s+\/g,' ').trim():'';}\n    function show(){\n      window.clearTimeout(hideTimer);\n      window.clearTimeout(slowTimer);\n      startedAt=Date.now();\n      originalTotal=totalText();\n      notice.classList.remove('is-complete','is-slow');\n      message.textContent='Updating your cart\u2026';\n      notice.hidden=false;\n      document.body.classList.add('usa-cart-is-updating');\n      slowTimer=window.setTimeout(function(){\n        if(!document.body.classList.contains('usa-cart-is-updating')){return;}\n        notice.classList.add('is-slow');\n        message.textContent='Still updating\u2014your new total is on the way.';\n      },4000);\n    }\n    function finish(ok){\n      if(!startedAt){return;}\n      window.clearTimeout(slowTimer);\n      var wait=Math.max(0,650-(Date.now()-startedAt));\n      window.setTimeout(function(){\n        document.body.classList.remove('usa-cart-is-updating');\n        notice.classList.remove('is-slow');\n        notice.classList.toggle('is-complete',ok!==false);\n        message.textContent=ok===false?'Please try the cart update again.':'Cart updated.';\n        hideTimer=window.setTimeout(function(){notice.hidden=true;notice.classList.remove('is-complete');},900);\n        startedAt=0;\n      },wait);\n    }\n    document.addEventListener('click',function(event){\n      if(event.target.closest('.woocommerce-cart-form .plus,.woocommerce-cart-form .minus')){show();}\n    });\n    document.addEventListener('change',function(event){\n      if(event.target.matches('.woocommerce-cart-form input.qty')){show();}\n    });\n    if(window.jQuery){\n      window.jQuery(document.body).on('updated_wc_div updated_cart_totals',function(){finish(true);});\n      window.jQuery(document).ajaxError(function(event,xhr,settings){\n        var url=String(settings&&settings.url||'');\n        if(document.body.classList.contains('usa-cart-is-updating')&&\/cart|wc-ajax\/i.test(url)){finish(false);}\n      });\n    }\n    var observer=new MutationObserver(function(){\n      if(startedAt&&originalTotal&&totalText()&&totalText()!==originalTotal){finish(true);}\n    });\n    observer.observe(document.body,{childList:true,subtree:true,characterData:true});\n    window.setInterval(function(){\n      if(startedAt&&Date.now()-startedAt>15000){finish(false);}\n    },1000);\n  }\n  if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',init,{once:true});}else{init();}\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-32b88768 elementor-widget elementor-widget-text-editor\" data-id=\"32b88768\" data-element_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\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cart - USA Medical<\/title>\n<meta name=\"description\" content=\"View your USA Medical CBD shopping cart: review items, update quantities, apply promo codes, and proceed to secure checkout for fast, reliable delivery.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/usamedical.com\/en\/cart\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cart - USA Medical\" \/>\n<meta property=\"og:description\" content=\"View your USA Medical CBD shopping cart: review items, update quantities, apply promo codes, and proceed to secure checkout for fast, reliable delivery.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/usamedical.com\/en\/cart\/\" \/>\n<meta property=\"og:site_name\" content=\"USA Medical\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/groups\/457463312054144\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-31T19:06:20+00:00\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/usamedical.com\/en\/cart\/\",\"url\":\"https:\/\/usamedical.com\/en\/cart\/\",\"name\":\"Cart - USA Medical\",\"isPartOf\":{\"@id\":\"https:\/\/usamedical.com\/en\/#website\"},\"datePublished\":\"2022-02-09T14:27:08+00:00\",\"dateModified\":\"2026-07-31T19:06:20+00:00\",\"description\":\"View your USA Medical CBD shopping cart: review items, update quantities, apply promo codes, and proceed to secure checkout for fast, reliable delivery.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/usamedical.com\/en\/cart\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/usamedical.com\/en\/#website\",\"url\":\"https:\/\/usamedical.com\/en\/\",\"name\":\"USA Medical\",\"description\":\"Expertly Combining Science &amp; Nature\",\"publisher\":{\"@id\":\"https:\/\/usamedical.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/usamedical.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/usamedical.com\/en\/#organization\",\"name\":\"USA Medical\",\"url\":\"https:\/\/usamedical.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/usamedical.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/usamedical.com\/en\/wp-content\/uploads\/2022\/03\/us_medical_logo.svg\",\"contentUrl\":\"https:\/\/usamedical.com\/en\/wp-content\/uploads\/2022\/03\/us_medical_logo.svg\",\"width\":233,\"height\":56,\"caption\":\"USA Medical\"},\"image\":{\"@id\":\"https:\/\/usamedical.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/groups\/457463312054144\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cart - USA Medical","description":"View your USA Medical CBD shopping cart: review items, update quantities, apply promo codes, and proceed to secure checkout for fast, reliable delivery.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/usamedical.com\/en\/cart\/","og_locale":"en_US","og_type":"article","og_title":"Cart - USA Medical","og_description":"View your USA Medical CBD shopping cart: review items, update quantities, apply promo codes, and proceed to secure checkout for fast, reliable delivery.","og_url":"https:\/\/usamedical.com\/en\/cart\/","og_site_name":"USA Medical","article_publisher":"https:\/\/www.facebook.com\/groups\/457463312054144","article_modified_time":"2026-07-31T19:06:20+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/usamedical.com\/en\/cart\/","url":"https:\/\/usamedical.com\/en\/cart\/","name":"Cart - USA Medical","isPartOf":{"@id":"https:\/\/usamedical.com\/en\/#website"},"datePublished":"2022-02-09T14:27:08+00:00","dateModified":"2026-07-31T19:06:20+00:00","description":"View your USA Medical CBD shopping cart: review items, update quantities, apply promo codes, and proceed to secure checkout for fast, reliable delivery.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/usamedical.com\/en\/cart\/"]}]},{"@type":"WebSite","@id":"https:\/\/usamedical.com\/en\/#website","url":"https:\/\/usamedical.com\/en\/","name":"USA Medical","description":"Expertly Combining Science &amp; Nature","publisher":{"@id":"https:\/\/usamedical.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/usamedical.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/usamedical.com\/en\/#organization","name":"USA Medical","url":"https:\/\/usamedical.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/usamedical.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/usamedical.com\/en\/wp-content\/uploads\/2022\/03\/us_medical_logo.svg","contentUrl":"https:\/\/usamedical.com\/en\/wp-content\/uploads\/2022\/03\/us_medical_logo.svg","width":233,"height":56,"caption":"USA Medical"},"image":{"@id":"https:\/\/usamedical.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/groups\/457463312054144"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/usamedical.com\/en\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/usamedical.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/usamedical.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/usamedical.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/usamedical.com\/en\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":1,"href":"https:\/\/usamedical.com\/en\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":512929,"href":"https:\/\/usamedical.com\/en\/wp-json\/wp\/v2\/pages\/9\/revisions\/512929"}],"wp:attachment":[{"href":"https:\/\/usamedical.com\/en\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}