/* Shared beige account/cart surfaces. Interaction state remains owned by existing JS. */
#azb-account-page-nav.azb-account-nav,
#azb-account-page-nav.azb-account-nav > .block-title,
#azb-account-page-nav.azb-account-nav > .block-content,
html body > #azb-account-drawer.azb-account-drawer,
#azb-account-drawer .azb-account-drawer__header,
#azb-account-drawer > .block-content-inner,
html body > #azb-mini-cart-panel.azb-cart-drawer,
#azb-mini-cart-panel .azb-cart-drawer__header,
#azb-mini-cart-panel > .azb-cart-drawer__body {
    background: #faf7f4 !important;
}

#azb-account-page-nav.azb-account-nav > .block-title {
    border-bottom-color: #f2edea !important;
}

#azb-account-drawer .azb-account-drawer__header,
#azb-mini-cart-panel .azb-cart-drawer__header {
    border-bottom-color: #ded9dc !important;
}

/* The account page navigation is a drawer only below the mobile breakpoint. */
@media only screen and (min-width: 768px) {
    #azb-account-page-nav.azb-account-nav,
    #azb-account-page-nav.azb-account-nav > .block-content,
    #azb-account-page-nav.azb-account-nav .block-content ul,
    #azb-account-page-nav.azb-account-nav .block-content li {
        background: #fff !important;
    }

    #azb-account-page-nav.azb-account-nav > .block-title {
        background: #faf7f4 !important;
    }

    #azb-account-page-nav .azb-account-nav__close {
        display: none !important;
    }
}
