/*
 * Amour Parfum Signature 6.1.6 — Maison Drawer Top Recovery
 * Prevents the fragrance-house drawer controls from being compressed by its long list,
 * keeps the header clear of the WordPress admin bar, and replaces the cramped horizontal
 * alphabet scroller with a clean two-row desktop grid.
 */

body.amour-parfum-616-active .ap615-house-drawer__panel{
    overflow:hidden;
}

/* The directory list is the only section allowed to flex/shrink. */
body.amour-parfum-616-active .ap615-house-drawer__head,
body.amour-parfum-616-active .ap615-house-drawer__search,
body.amour-parfum-616-active .ap615-house-drawer__recent,
body.amour-parfum-616-active .ap615-house-drawer__letters,
body.amour-parfum-616-active .ap615-house-drawer__meta{
    flex:0 0 auto;
}

body.amour-parfum-616-active .ap615-house-drawer__list{
    flex:1 1 auto;
    min-height:0;
    overscroll-behavior:contain;
}

/* Logged-in users: do not allow the WP admin toolbar to cover the drawer title. */
body.admin-bar.amour-parfum-616-active .ap615-house-drawer__panel{
    top:32px;
}

/* Give the top of the drawer a deliberate luxury composition. */
body.amour-parfum-616-active .ap615-house-drawer__head{
    min-height:92px;
    padding:22px 26px 20px;
    align-items:center;
}
body.amour-parfum-616-active .ap615-house-drawer__head strong{
    font-size:30px;
    line-height:1.05;
}
body.amour-parfum-616-active .ap615-house-drawer__close{
    flex:0 0 40px;
    width:40px;
    height:40px;
}
body.amour-parfum-616-active .ap615-house-drawer__search{
    flex-basis:48px;
    min-height:48px;
    margin:16px 22px 10px;
}

/* Two-row A–Z index: no scrollbar sitting on top of the controls. */
body.amour-parfum-616-active .ap615-house-drawer__letters{
    display:grid;
    grid-template-columns:repeat(14,minmax(0,1fr));
    gap:4px;
    overflow:visible;
    padding:7px 22px 13px;
}
body.amour-parfum-616-active .ap615-house-drawer__letters button,
body.amour-parfum-616-active .ap615-house-drawer__letters button:first-child{
    width:100%;
    min-width:0;
    height:30px;
    flex:none;
    padding:0;
}
body.amour-parfum-616-active .ap615-house-drawer__meta{
    min-height:34px;
    padding:2px 22px 10px;
}
body.amour-parfum-616-active .ap615-house-drawer__list{
    padding:0 22px 28px;
    scrollbar-gutter:stable;
}

@media (max-width:782px){
    body.admin-bar.amour-parfum-616-active .ap615-house-drawer__panel{top:46px}
}

@media (max-width:760px){
    body.amour-parfum-616-active .ap615-house-drawer__head{
        min-height:82px;
        padding:18px 18px 16px;
    }
    body.amour-parfum-616-active .ap615-house-drawer__head strong{font-size:27px}
    body.amour-parfum-616-active .ap615-house-drawer__search{
        margin:12px 15px 8px;
        min-height:45px;
        flex-basis:45px;
    }
    body.amour-parfum-616-active .ap615-house-drawer__letters{
        grid-template-columns:repeat(9,minmax(0,1fr));
        gap:4px;
        padding:6px 15px 11px;
    }
    body.amour-parfum-616-active .ap615-house-drawer__letters button,
    body.amour-parfum-616-active .ap615-house-drawer__letters button:first-child{
        height:29px;
    }
    body.amour-parfum-616-active .ap615-house-drawer__meta{
        padding-left:15px;
        padding-right:15px;
    }
    body.amour-parfum-616-active .ap615-house-drawer__list{
        padding-left:15px;
        padding-right:15px;
    }
}

@media (max-width:430px){
    body.amour-parfum-616-active .ap615-house-drawer__letters{
        grid-template-columns:repeat(7,minmax(0,1fr));
    }
}
