@media (max-width: 800px) {
  /* Show the extra button right under quantity on mobile */
  .mobile-inline-cart-btn {
    display: block !important; } }

@media (min-width: 801px) {
  /* Hide the extra mobile button on desktop */
  .mobile-inline-cart-btn {
    display: none !important; } }

/* Forces the add-to-cart preview modal / dropdown to appear above the sticky navigation bar */
#previewModal,
.modal,
.modal-background,
[data-reveal] {
  z-index: 999999 !important; }

/* Ensure the header navigation sits comfortably below the popup */
.header,
.stickyHeader,
.top-bar {
  z-index: 99999 !important; }
