/* Cravern site overrides — loaded after base.css in <head> */

/* Header: hide cart, disable search/login */
.header__icon--cart,
#cart-icon-bubble,
a[href*="cart.html"].header__icon--cart {
  display: none !important;
}

.header__icon--search,
.header__icon--account,
.menu-drawer__account {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

/* Footer: center newsletter input under heading */
.footer-block__newsletter {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100%;
}

.footer-block__newsletter form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-block__newsletter .newsletter-form__field-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
