.mobile-bottom-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background-image:
        url('/images/WebUI/mobile/Mobile_Menu_Bump.png'),
        url('/images/WebUI/mobile/Mobile_Menu_Strip.png');
    background-size: auto 96px;
    background-position: center bottom, left bottom;
    background-repeat: no-repeat, repeat-x;
    image-rendering: pixelated;
    z-index: 1050;
    height: 96px;
    width: 100%;
}

.mobile-bottom-bar-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.mobile-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 48px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.mobile-nav-item img {
    width: 32px;
    height: 32px;
    display: block;
}
.mobile-nav-hamburger img {
    width: 64px;
    height: 64px;
    transform: translateY(-7px);
}

.mobile-modal-backdrop {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1040;
    background-color: rgba(12, 6, 6, 0.62);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    display: none;
}
.mobile-modal-backdrop.open {
    display: block;
}
body.mobile-sheet-open {
    overflow: hidden;
}

.mobile-sheet {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 26px 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: #f4e3c2;
    font-family: 'Ithaca', serif;
}

.mobile-sheet::after {
    content: "";
    display: block;
    flex-shrink: 0;
    height: 116px;
}

.mobile-sheet-header {
    padding: 0 44px 4px;
    margin-bottom: 8px;
}
.mobile-sheet-header h3 {
    margin: 0;
    text-align: center;
    color: #fbde20;
    font-family: 'Ithaca', serif;
    font-size: 1.9rem;
    letter-spacing: 1px;
    text-shadow: var(--pixel-outline);
}
.mobile-sheet-header::after {
    content: '';
    display: block;
    height: 2px;
    width: 82%;
    margin: 16px auto 0;
    background: linear-gradient(to right,
        #c8a96e 0 6px, transparent 6px 11px,
        #c8a96e 11px calc(100% - 11px),
        transparent calc(100% - 11px) calc(100% - 6px),
        #c8a96e calc(100% - 6px) 100%);
}
.mobile-sheet-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    color: #f4e3c2;
    font-size: 34px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}
.mobile-sheet-close:hover,
.mobile-sheet-close:active {
    color: #fbde20;
}

.mobile-sheet-links {
    display: flex;
    flex-direction: column;
    padding: 18px 0 8px;
}

.mobile-modal-link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #f4e3c2;
    font-family: 'Ithaca', serif;
    font-size: 1.75rem;
    letter-spacing: 1px;
    padding: 16px 0;
    text-shadow: var(--pixel-outline);
}
.mobile-modal-link:hover,
.mobile-modal-link:active {
    color: #fbde20;
}

.mobile-sheet-balance {
    color: #fbde20;
    padding-top: 18px;
}

#accountMenu .mobile-modal-link {
    font-size: 1.45rem;
}

.mobile-sheet ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-sheet-newsletter {
    margin-top: auto;
    padding-top: 22px;
}
.mobile-sheet-newsletter .enthroned-newsletter {
    max-width: 340px;
    margin: 0 auto;
}
.mobile-sheet-newsletter .newsletter-form {
    width: 100%;
    margin: 0;
}
.mobile-sheet-newsletter .newsletter-form .form-control {
    height: 42px;
    border-radius: 0;
}
.mobile-sheet-newsletter .newsletter-form .btn {
    height: 42px;
    padding: 0 16px;
    font-size: 1.1rem;
}

.mobile-sheet-footer {
    margin-top: 18px;
    text-align: center;
    font-size: 13px;
    color: #9a8060;
}
.mobile-sheet-footer a {
    white-space: nowrap;
    color: #c8b090;
    text-decoration: underline;
}
.mobile-sheet-footer a:hover,
.mobile-sheet-footer a:active {
    color: #fbde20;
}
.mobile-sheet-region {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.mobile-sheet-region:empty {
    display: none;
}
.mobile-sheet-copyright {
    margin-top: 8px;
}

.mobile-sheet .region-switcher {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-sheet .region-switcher-menu {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    margin-top: 10px;
    min-width: 220px;
}
