.topbar, .topbar-bg {
padding-top: calc(10px + env(safe-area-inset-top)) !important;
}
.cart-header {
margin-top: calc(56px + env(safe-area-inset-top)) !important;
}
.as-filter-bar.fixed {
top: calc(56px + env(safe-area-inset-top)) !important;
}
.topbar {
height: calc(60px + env(safe-area-inset-top)) !important;
}
#more-profile-menu {
margin-top: calc(10px + env(safe-area-inset-top)) !important;
}
body, .bottom-sheet__content, .form-actions, #favorites-login-sheet, .cart-footer, .checkout-footer {
padding-bottom: calc(10px + env(safe-area-inset-bottom)) !important;
}
.bottom-sheet__content {
padding-bottom: calc(30px + env(safe-area-inset-bottom)) !important;
}
.btn-logout, .floating-register-btn {
bottom: calc(10px + env(safe-area-inset-bottom)) !important;
border-radius: 50px !important;
}
html, body {
    -webkit-tap-highlight-color: transparent;
}