/* Safety hide (in case anything slips past the buffer) */
.site-sticky-cart, .sticky-cart, .foodz-cart-bar, .cart-bar {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
