/* Use this file to add custom css to the theme. */
.quick-cart__footer-inner {
  padding-bottom: min(calc(100vh - 100dvh + var(--spacing-7)), 50vh);
}

.header .header__accessibility-statement.btn{
  visibility:hidden;
  position:absolute;
  top:calc(4px * 10);
  top:var(--spacing-10);
  left:0;
}
.user-is-tabbing .header .header__accessibility-statement.btn{
  visibility:visible;
}