/* iOS safe area fix for sticky checkout button */
.cart-drawer-buttons {
  padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
}
