.aboutas_category_burger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 34px;
    height: 34px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.aboutas_category_burger span {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #ffffff;
}

.aboutas_category_overlay {
    z-index: 2147483645 !important;
}

.aboutas_category_panel {
    position: fixed !important;
    top: 0 !important;
    left: -280px !important;
    z-index: 2147483647 !important;
    width: 280px !important;
    height: 100vh !important;
    background: #ffffff !important;
    color: #111111 !important;
    border-right: 1px solid #d8d8d8 !important;
    overflow: hidden !important;
    opacity: 1 !important;
    transition: left 180ms ease !important;
}

.aboutas_category_panel.is-open {
    left: 0 !important;
}

.aboutas_category_panel_head {
    height: 50px !important;
    padding: 0 14px !important;
    background: #101853 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.aboutas_category_panel_head strong {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
}

.aboutas_category_close {
    width: 28px !important;
    height: 28px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #101853 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer;
}

.aboutas_mobile_panel_nav {
    display: none !important;
}

.aboutas_category_scroll {
    height: calc(100vh - 50px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 10px 8px 24px 12px !important;
    background: #ffffff !important;
}

.aboutas_category_scroll details {
    margin: 0 0 8px !important;
    padding: 0 0 8px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.aboutas_category_scroll summary {
    list-style: none !important;
    cursor: pointer !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
}

.aboutas_category_scroll summary::-webkit-details-marker {
    display: none !important;
}

.aboutas_category_scroll summary::before {
    content: "→" !important;
    color: #03208e !important;
    font-size: 12px !important;
    margin-right: 4px !important;
}

.aboutas_category_scroll a {
    display: block !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    padding-left: 2px !important;
    margin-bottom: 6px !important;
    text-decoration: none !important;
}

.aboutas_category_scroll a:hover {
    color: #000000 !important;
    transform: scale(1.04);
}

@media (max-width: 860px) {
    .aboutas_mobile_menu_button,
    .auto_mobile_menu_button,
    .auto_about_premium_mobile_button,
    .auto_cart_mobile_button,
    .auto_contact_mobile_button,
    .auto_product_mobile_button,
    .auto_wishlist_mobile_button {
        display: none !important;
    }

    .aboutas_category_burger {
        display: inline-flex !important;
    }

    .aboutas_mobile_panel_nav {
        display: grid !important;
        gap: 0 !important;
        background: #ffffff !important;
        transform: translateX(0) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transition: transform 220ms ease, opacity 220ms ease !important;
    }

    .aboutas_mobile_panel_nav a,
    .aboutas_mobile_categories_toggle {
        min-height: 46px !important;
        padding: 12px 16px !important;
        border: 0 !important;
        border-bottom: 1px solid #eeeeee !important;
        background: #ffffff !important;
        color: #111111 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        text-align: left !important;
        text-decoration: none !important;
    }

    .aboutas_mobile_categories_toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        cursor: pointer !important;
    }

    .aboutas_category_scroll {
        display: block !important;
        position: absolute !important;
        top: 50px !important;
        left: 0 !important;
        width: 100% !important;
        height: calc(100vh - 50px) !important;
        padding: 0 8px 24px 12px !important;
        overflow-y: auto !important;
        background: #ffffff !important;
        transform: translateX(100%) !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: transform 220ms ease, opacity 220ms ease !important;
    }

    .aboutas_category_panel.categories-is-open .aboutas_mobile_panel_nav {
        transform: translateX(-100%) !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .aboutas_category_panel.categories-is-open .aboutas_category_scroll {
        transform: translateX(0) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .aboutas_category_panel.mobile-nav-is-open .aboutas_mobile_panel_nav {
        transform: translateX(0) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .aboutas_category_panel.mobile-nav-is-open .aboutas_category_scroll {
        transform: translateX(100%) !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .aboutas_mobile_back_button {
        width: 100% !important;
        height: 46px !important;
        padding: 12px 8px !important;
        border: 0 !important;
        border-bottom: 1px solid #eeeeee !important;
        background: #ffffff !important;
        color: #111111 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        text-align: left !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        cursor: pointer;
    }
}

@media (min-width: 861px) {
    .aboutas_mobile_panel_nav,
    .aboutas_mobile_back_button {
        display: none !important;
    }

    .aboutas_category_scroll {
        display: block !important;
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}
