/* Mobile Web App Shell Styling - Suffix: e68d555b - v1.1.0 */

@media screen and (max-width: 767px) {
    body {
        padding-bottom: 70px !important;
    }

    .app-bottom-bar-e68d555b {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 64px;
        background: #ffffff;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 9999;
        border-top: 1px solid #f1f5f9;
    }

    .bar-item-e68d555b {
        background: none;
        border: none;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #94a3b8;
        text-decoration: none !important;
        font-size: 10px;
        font-weight: 500;
        font-family: inherit;
        gap: 4px;
        cursor: pointer;
        transition: color 0.2s ease, transform 0.1s ease;
        padding: 4px 0;
    }

    .bar-item-e68d555b:active {
        transform: scale(0.92);
    }

    .bar-icon-e68d555b {
        font-size: 20px;
        transition: transform 0.2s ease;
        line-height: 1;
    }

    .bar-item-e68d555b.active-e68d555b,
    .bar-item-e68d555b:hover {
        color: #1545BD !important;
    }

    .bar-item-e68d555b.active-e68d555b .bar-icon-e68d555b {
        transform: translateY(-2px);
    }

    .cart-icon-wrapper-e68d555b {
        position: relative;
    }

    .cart-badge-e68d555b {
        position: absolute;
        top: -7px;
        right: -10px;
        background-color: #61CE70;
        color: #ffffff;
        font-size: 9px;
        font-weight: 700;
        border-radius: 20px;
        padding: 2px 5px;
        line-height: 1;
        min-width: 16px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .app-bottom-bar-e68d555b,
    .app-drawer-e68d555b,
    .app-drawer-overlay-e68d555b,
    .app-search-overlay-e68d555b {
        display: none !important;
    }
}

/* Drawer Overlay */
.app-drawer-overlay-e68d555b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(4px);
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.app-drawer-overlay-e68d555b.open-e68d555b {
    opacity: 1;
    pointer-events: auto;
}

/* Drawer Panel */
.app-drawer-e68d555b {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #ffffff;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    z-index: 10001;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

body.admin-bar .app-drawer-e68d555b {
    top: var(--wp-admin--admin-bar--height, 32px);
    height: calc(100% - var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
    body.admin-bar .app-drawer-e68d555b {
        top: 46px;
        height: calc(100% - 46px);
    }
}

.app-drawer-e68d555b.open-e68d555b {
    right: 0;
}

.drawer-header-e68d555b {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1545BD;
}

.drawer-title-e68d555b {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.drawer-close-e68d555b {
    background: rgba(255,255,255,0.15);
    border: none;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.drawer-close-e68d555b:hover {
    background: rgba(255,255,255,0.25);
}

.drawer-content-e68d555b {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.drawer-menu-list-e68d555b {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.drawer-menu-list-e68d555b li {
    margin: 0 !important;
}

.drawer-menu-list-e68d555b a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 13px 16px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
}

.drawer-menu-list-e68d555b a:hover,
.drawer-menu-list-e68d555b li.current-menu-item a {
    background-color: #eef2ff !important;
    color: #1545BD !important;
    padding-left: 20px !important;
}

/* Search Overlay */
.app-search-overlay-e68d555b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 10002;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

body.admin-bar .app-search-overlay-e68d555b {
    top: var(--wp-admin--admin-bar--height, 32px);
    height: calc(100% - var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
    body.admin-bar .app-search-overlay-e68d555b {
        top: 46px;
        height: calc(100% - 46px);
    }
}

.app-search-overlay-e68d555b.open-e68d555b {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.search-overlay-header-e68d555b {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1545BD;
}

.search-overlay-header-e68d555b span {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.search-overlay-close-e68d555b {
    background: rgba(255,255,255,0.15);
    border: none;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.search-overlay-close-e68d555b:hover {
    background: rgba(255,255,255,0.25);
}

.search-overlay-content-e68d555b {
    padding: 24px;
}
