body.template-cart #main-cart-footer.is-empty {
  display: none;
}

body.template-cart cart-items.is-empty .title-wrapper-with-link {
  margin-bottom: 2rem;
}

body.template-cart cart-items.is-empty .cart__warnings {
  display: grid;
  gap: 1.2rem;
  justify-items: start;
}

body.template-cart cart-items.is-empty .cart__warnings h2 {
  margin: 0;
}
