.site-header__cart-toggle,
.cart-link,
.ajaxify-modal,
.ajaxify-drawer,
.ajaxifyDrawer-caret,
.shopify-payment-button,
shopify-accelerated-checkout,
shopify-accelerated-checkout-cart,
shopify-payment-terms,
[data-cart-toggle],
[data-cart-view],
[name="checkout"] {
  display: none !important;
}

form[data-static-disabled] button,
form[data-static-disabled] input[type="submit"] {
  pointer-events: none;
}

a[data-static-disabled] {
  cursor: default;
}

.static-product-command {
  margin: 0 0 24px;
}

.static-command-button {
  display: inline-block;
  min-width: 190px;
  text-align: center;
}

.static-card-command {
  margin-top: 12px;
  text-align: center;
}

.static-command-button--card {
  min-width: 0;
  max-width: 180px;
  width: 100%;
  padding: 9px 14px;
  font-size: 13px;
  line-height: 1.25;
}

html:not(.show-nav),
body:not(.ajaxify-modal--visible) {
  overflow-y: auto !important;
}

html:not(.show-nav) {
  height: auto !important;
}

body:not(.ajaxify-modal--visible) {
  min-height: 100%;
}