.global-header__mobile {
    max-width: 1440px;
    padding-right: 24px;
    padding-left: 24px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 24px;
    margin-bottom: 20px
}

@media (min-width: 821px) {
    .global-header__mobile {
        padding-right: 64px;
        padding-left: 64px;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .global-header__mobile {
        display: none;
    }
}

.global-header__mobile .site-logo {
    width: 200px;
    height: 45px
}

.global-header__mobile .mobile-toggle--close {
    display: none
}

.global-header__mobile .mobile-toggle--open {
    display: flex
}

.global-header__mobile .mobile-toggle {
    font-family: DM Sans,sans-serif;
    font-size: 16px;
    line-height: 131.25%;
    font-weight: 700;
    color: #363e42;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    float: right;
}

    .global-header__mobile .mobile-toggle svg {
        margin-bottom: 8px;
        width: 40px;
        height: 35px
    }

.global-header {
    max-width: 1440px;
    padding-right: 24px;
    padding-left: 24px
}

@media (min-width: 821px) {
    .global-header {
        padding-right: 64px;
        padding-left: 64px;
        margin: 0 auto
    }
}

@media (max-width: 991px) {
    .global-header {
        display: none;
        background-color: #004868;
        padding-top: 16px;
        padding-bottom: 32px
    }

        .global-header.global-header--open {
            display: block;
            height: calc(100 * var(--vh));
            overflow-y: auto
        }

            .global-header.global-header--open .global-header__inner {
                display: flex;
                flex-direction: column-reverse;
                justify-content: start;
                position: relative
            }

        .global-header .global-header__brand {
            display: none
        }

        .global-header .search-bar {
            margin: 32px 0;
            padding: 0 1px;
        }

            .global-header .search-bar .search-input {
                border: 2px solid #004868
            }

            .global-header .search-bar .button {
                border-color: #363e42
            }
}

@media(max-width:992px) {
    .desktop-only-nav-item {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .global-header {
        display: flex;
        flex-direction: column
    }

        .global-header .global-header__brand svg {
            max-width: 200px;
            max-height: 45px;
            width: 100%;
            height: auto
        }

        .global-header .global-header__mid {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .global-header .search-bar {
            margin-top: 12px;
            margin-bottom: 19px
        }
}

.global-header-container {
    background-color: #fff;
}

.mobile-menu-no-scroll {
    overflow: scroll;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.mobile-menu-cart-icon {
    position: relative;
    top: 15px;
    padding-right: 30px;
}

.mobile-cart-item-count {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: unset !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: -15px !important;
    right: 23px !important;
}

.mobile-cart-hamburger-cart-friendship {
}
