/* Phone / tablet header: one row with logo, cart, and menu */

.bp-mobile-bar {
    display: none;
}

.bp-mobile-bar .bp-cart-link,
.header-style-two .sticky-header .bp-cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #0f2a44;
    font-size: 20px;
    text-decoration: none;
}

.bp-mobile-bar .bp-cart-link span[data-cart-count],
.header-style-two .sticky-header .bp-cart-link span[data-cart-count] {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #0b7a45;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.bp-hamburger {
    width: 28px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bp-hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #0f2a44;
    border-radius: 2px;
}

@media only screen and (max-width: 1023px) {
    .main-header.header-style-two,
    .header-style-two .header-top,
    .header-style-two .header-upper,
    .header-style-two .header-top .auto-container,
    .header-style-two .header-upper .auto-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .header-style-two .header-top .auto-container {
        padding: 0 16px;
    }

    .header-style-two .header-top .inner-container {
        padding: 6px 0 !important;
    }

    .header-style-two .header-top .d-flex {
        flex-wrap: nowrap !important;
        justify-content: flex-end !important;
    }

    .header-style-two .header_info-list {
        display: none !important;
    }

    .header-style-two .header-social_box-two {
        margin: 0 !important;
    }

    .header-style-two .header-upper .inner-container {
        display: none !important;
    }

    .bp-mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 8px 16px;
        min-height: 64px;
        background: #fff;
        position: relative;
        z-index: 5;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .bp-mobile-logo img {
        display: block;
        height: 48px;
        width: auto;
        max-width: 58px;
    }

    .bp-mobile-actions {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        margin-left: auto;
    }

    .bp-mobile-bar .mobile-nav-toggler,
    .header-style-two .sticky-header .mobile-nav-toggler {
        display: flex !important;
        float: none !important;
        position: relative !important;
        top: auto !important;
        margin: 0 !important;
        padding: 6px !important;
        line-height: 1 !important;
        color: #0f2a44;
        cursor: pointer;
    }

    .header-style-two .sticky-header .auto-container {
        padding: 0 16px !important;
        width: 100%;
        max-width: 100% !important;
    }

    .header-style-two .sticky-header .inner-container {
        flex-wrap: nowrap !important;
        align-items: center !important;
        min-height: 60px;
    }

    .header-style-two .sticky-header .logo img {
        width: 48px !important;
        height: auto !important;
    }

    .header-style-two .sticky-header .right-box {
        display: flex !important;
        align-items: center;
        gap: 8px;
    }

    .sidebar-page-container {
        padding-top: 24px !important;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .bp-mobile-bar {
        padding: 8px 12px;
        min-height: 60px;
    }

    .bp-mobile-logo img {
        height: 42px;
        max-width: 50px;
    }
}
