/**
 * Logo navbar: ~150px desktop, responsive tablet/mobile
 */
.site-header .navbar-brand {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.site-header .navbar-brand img.header-site-logo {
    max-width: 160px;
    width: auto;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .site-header .navbar-brand img.header-site-logo {
        max-width: 130px;
        max-height: 46px;
    }
}

@media (max-width: 575px) {
    .site-header .navbar-brand img.header-site-logo {
        max-width: 110px;
        max-height: 40px;
    }
}

/*
 * Giỏ hàng phải nhận click trước nút Tài khoản: .btns đứng sau .mini-cart trong DOM
 * nên dễ đè vùng icon túi — đẩy .mini-cart lên lớp trên.
 */
.header-style-1 .cart-search-contact .mini-cart,
.header-style-2 .cart-search-contact .mini-cart {
    position: relative;
    z-index: 20;
}

.header-style-1 .cart-search-contact .btns,
.header-style-2 .cart-search-contact .btns {
    z-index: 10;
}

/* Panel tài khoản: cùng kiểu mini-cart (flyout + toggle class) */
.header-account-mini {
    display: inline-block;
    vertical-align: middle;
}

.header-account-toggle-btn {
    text-decoration: none;
    cursor: pointer;
}

/* Cùng cảm giác nút Đăng nhập (theme đôi khi làm anchor trông nhỏ trong cụm header) */
.header-style-1 .cart-search-contact a.theme-btn.header-account-toggle-btn,
.header-style-2 .cart-search-contact a.theme-btn.header-account-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    font-size: 16px;
    line-height: 1.2;
    min-height: 48px;
    box-sizing: border-box;
}

.header-account-toggle-btn .caret {
    margin-left: 6px;
}

.header-style-1 .cart-search-contact .header-account-mini .mini-cart-content.header-account-content-toggle,
.header-style-2 .cart-search-contact .header-account-mini .mini-cart-content.header-account-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.header-account-mini .mini-cart-item-image a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #f5f7fb;
}

.header-account-mini .mini-cart-item-image .fi:before {
    font-size: 22px;
    color: #00c6d1;
}

.header-account-mini .mini-cart-item-quantity.label {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: 3px;
}

.header-account-mini-action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 20px 18px !important;
}

.header-account-mini .mini-cart-action .theme-btn-s2 {
    float: none !important;
    margin: 0 !important;
}

/* Nút full width, dễ bấm (trước đó flex ngang làm 2 nút bé) */
.header-account-mini-action .header-account-action-wide.view-cart-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.header-account-logout-form {
    margin: 0;
    width: 100%;
}

/*
 * Theme reset toàn bộ button trong .cart-search-contact → nút đăng xuất bị “bé/teo”.
 * Khôi phục kiểu theme-btn-s2 + kích thước rõ.
 */
.header-style-1 .cart-search-contact .header-account-mini-action .header-account-logout-btn,
.header-style-2 .cart-search-contact .header-account-mini-action .header-account-logout-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    line-height: 1.35;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: #525252;
    background: #fff;
    border: 1px solid #00c6d1 !important;
    border-radius: 55px;
    outline: 0;
    -webkit-box-shadow: 0 0 0 5px #c8eaf5;
    box-shadow: 0 0 0 5px #c8eaf5;
    -webkit-appearance: none;
    appearance: none;
}

.header-style-1 .cart-search-contact .header-account-mini-action .header-account-logout-btn:hover,
.header-style-1 .cart-search-contact .header-account-mini-action .header-account-logout-btn:focus,
.header-style-2 .cart-search-contact .header-account-mini-action .header-account-logout-btn:hover,
.header-style-2 .cart-search-contact .header-account-mini-action .header-account-logout-btn:focus {
    color: #fff;
    border-color: transparent !important;
    background: #00c6d1;
    background: linear-gradient(to right, #00a7d5, #00ded8);
}
