.dlv-burger-panel { position: fixed; top: 0; right: 0; bottom: 0; transform: translateX(100%); }
.dlv-burger-panel.is-open { transform: translateX(0); }
.dlv-burger-overlay { position: fixed; inset: 0; opacity: 0; pointer-events: none; }
.dlv-burger-overlay.is-open { opacity: 1; pointer-events: auto; }
.gs-dropdown { display: none; }
.gs-dropdown.active { display: block; }
.gs-overlay { display: none; }
.gs-overlay.active { display: block; }


.dlv-cart-link { position: relative; display: inline-flex; align-items: center; }
.dlv-cart-badge { position: absolute; top: 3px; right: -10px; min-width: 18px; height: 18px; line-height: 18px; padding: 0 5px; background: #ffc837; color: #000; font-size: 11px; font-weight: 800; border-radius: 9px; text-align: center; box-shadow: 0 0 0 2px #d6248c; }
.dlv-cart-toast { position: fixed; bottom: 24px; right: 24px; background: #d6248c; color: #fff; padding: 12px 18px; border-radius: 10px; font-size: 14px; font-weight: 600; box-shadow: 0 6px 20px rgba(0,0,0,.15); z-index: 9999; display: none; align-items: center; gap: 10px; }
.dlv-cart-toast.show { display: flex !important; animation: dlvCartToastIn .25s ease-out; }
@keyframes dlvCartToastIn { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.dlv-burger-btn { background: none; border: none; color: inherit; font: inherit; padding: 0 10px; cursor: pointer; display: inline-flex; align-items: center; }
.dlv-burger-btn .fa-bars { font-size: 18px; }
.dlv-burger-btn:hover { opacity: .85; }

.dlv-burger-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 100000; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.dlv-burger-overlay.is-open { opacity: 1; pointer-events: auto; }
.dlv-burger-panel { position: fixed; top: 0; right: 0; bottom: 0; width: 1080px; max-width: 95vw; background: #fff; z-index: 100001; box-shadow: -4px 0 24px rgba(0,0,0,.15); transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; }
.dlv-burger-panel.is-open { transform: translateX(0); }
.dlv-burger-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid rgba(0,0,0,.05); background: #fff; }
.dlv-burger-title { font-size: 17px; font-weight: 700; color: #1a1a1a; }
.dlv-burger-close { background: none; border: none; font-size: 28px; color: #555; cursor: pointer; line-height: 1; padding: 0 4px; font-family: inherit; }
.dlv-burger-close:hover { color: #000; }
.dlv-burger-body { display: grid; grid-template-columns: 280px 1fr; flex: 1; min-height: 0; }

/* Cột trái NỀN TRẮNG (client 2026-07-29: trước là hồng nhạt #fdf0f6, nhìn nặng và lẫn với
   panel). Trắng cần đường kẻ mới phân biệt được với cột phải → border-right 1px + kẻ mảnh
   giữa các mục (đổi màu kẻ từ hồng .06 sang đen .06 vì trên nền trắng hồng gần như tàng hình). */
.dlv-burger-left { list-style: none; padding: 12px 0; margin: 0; background: #fff; border-right: 1px solid rgba(0,0,0,.09); overflow-y: auto; }
.dlv-burger-left li { border-bottom: 1px solid rgba(0,0,0,.06); }
.dlv-burger-left li:last-child { border-bottom: 0; }
.dlv-burger-left li.is-pane-trigger,
.dlv-burger-left li > a { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; color: #1a1a1a; font-size: 15px; font-weight: 500; text-decoration: none; transition: background .15s, color .15s; cursor: pointer; }
.dlv-burger-left li.is-pane-trigger:hover,
/* Hover cũ là trắng .6 — vô hình khi nền cột đã trắng; đổi sang hồng nhạt (đúng màu nền cũ). */
.dlv-burger-left li > a:hover { background: #fdf0f6; color: #d6248c; }
.dlv-burger-left li.is-pane-trigger.is-active { background: #d6248c; color: #fff; }
.dlv-burger-left li.is-pane-trigger.is-active .fa-angle-right { color: #fff; }
.dlv-burger-left .fa-angle-right { color: #888; font-size: 14px; }
.dlv-burger-left li > a:hover .fa-angle-right { color: #d6248c; }

.dlv-burger-right { background: #fff; overflow-y: auto; padding: 28px 32px; }
.dlv-burger-pane { display: none; }
.dlv-burger-pane.is-active { display: block; }
.dlv-burger-cols { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; }
.dlv-burger-pane[data-pane="domestic"] .dlv-burger-cols { grid-template-columns: repeat(4, 1fr); }
.dlv-burger-col { display: flex; flex-direction: column; gap: 12px; }
.dlv-burger-col-head { font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.dlv-burger-col a { color: #444; font-size: 14px; text-decoration: none; padding: 4px 0; transition: color .15s; }
.dlv-burger-col a:hover { color: #d6248c; }
.dlv-burger-col a.dlv-burger-more { color: #d6248c; font-weight: 600; margin-top: 4px; display: inline-flex; align-items: center; gap: 4px; }
.dlv-burger-col a.dlv-burger-more:hover { color: #b81e76; }
.dlv-burger-col a.dlv-burger-more .fa-angle-right { font-size: 13px; }

@media (max-width: 900px) {
    .dlv-burger-panel { width: 100vw; max-width: 100vw; }
    .dlv-burger-body { grid-template-columns: 1fr; }
    .dlv-burger-left { display: flex; flex-direction: column; padding: 0; }
    .dlv-burger-right { padding: 16px; }
    .dlv-burger-cols, .dlv-burger-pane[data-pane="domestic"] .dlv-burger-cols { grid-template-columns: 1fr 1fr; gap: 18px; }

    .menu_mobile .divmm{ top:0 !important; z-index:100001 !important; }
    .menu_mobile .divmm .divmmbg{ top:0 !important; z-index:100000 !important; }
    .menu_mobile .divmm .mmContent{ z-index:100001; }

    .menu_mobile .divmm .mmContent .close-mmenu{
        /* Căn giữa dọc trong "shape hồng" = .mmMember (listNot 40px + border-bottom 10px
           phủ gradient liền mạch ≈ 50px). Nút 34px → top = (50-34)/2 = 8px cho đều trên/dưới.
           top:3px cũ chỉ chừa 3px phía trên → nút dính đỉnh, trông bị cắt (client 2026-07-29). */
        display:block; position:fixed; top:8px; right:12px; left:auto;
        width:34px; height:34px; line-height:34px; text-align:center; font-size:15px;
        color:#fff; background:rgba(255,255,255,.16);
        border:1px solid rgba(255,255,255,.6); border-radius:50%;
        box-shadow:none; z-index:100020; cursor:pointer;
        -webkit-backdrop-filter:blur(3px); backdrop-filter:blur(3px);
        -webkit-transition:background .2s ease, transform .15s ease;
        transition:background .2s ease, transform .15s ease;
    }
    .menu_mobile .divmm .mmContent .close-mmenu:active{ background:rgba(255,255,255,.32); transform:scale(.92); }
    .menu_mobile .divmm .mmContent .close-mmenu i{ 
        position:absolute; left:50%; 
        top:50%;
        transform:translate(-50%,-50%); 
        -webkit-transform:translate(-50%,-50%); 
    }
}

#vnt-zalo-fab { display: none !important; }
@media (max-width: 767px) {
  #vnt-zalo-fab {
    display: block !important; position: fixed; right: 16px; bottom: 82px; z-index: 50;
    width: 52px; height: 52px; line-height: 0; border-radius: 14px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  #vnt-zalo-fab:active { transform: scale(.94); }
  #vnt-zalo-fab img, #vnt-zalo-fab svg { width: 52px; height: 52px; display: block; border-radius: 14px; filter: drop-shadow(0 5px 10px rgba(0,0,0,.28)); }
}

/* ========== BANNER SLIDE GRADIENT OVERLAY ========== */
.dlv-box-slide {
    position: relative;
}
.dlv-box-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none; /* Allows click events to pass through to underlying slide links */
}

/* ══ MENU MOBILE (.menu_mobile.jsMenuView) — dọn dải xám + đường kẻ (client 2026-07-28) ══
   Base CSS cũ nằm trong bundle style_minimize/home.css; ghi đè ở đây vì file này nạp SAU.
   Bọc trong @media ≤767px cho khớp phạm vi các rule menu mobile phía trên. */
@media (max-width: 767px) {
    /* 1. BỎ DẢI XÁM: 3 dải `border-bottom: 10px` chia khối (trên "Tour", dưới "Combo du lịch",
          dưới danh sách giỏ hàng) làm nền menu trông xám. Đổi sang trắng — vẫn giữ 10px để
          KHÔNG đổi chiều cao/nhịp của menu, chỉ mất màu xám. */
    /* Client 2026-07-28: riêng dải 10px NGAY DƯỚI thanh gradient (.mmMember) trước để trắng →
       nhìn như KHOẢNG HỞ giữa header hồng và mục "Tour". Phủ hồng cho LIỀN MẠCH: đặt CHÍNH
       gradient của .listNot lên .mmMember + border-bottom TRONG SUỐT → background tràn tới
       border-box nên dải 10px cũng hồng. Gradient NGANG (90deg) nên mọi vị trí dọc cùng màu →
       khớp tuyệt đối với mép dưới thanh, không thấy đường nối. */
    .menu_mobile .mmContent .mmMember {
        background-image: linear-gradient(90deg, var(--c-primary, #d6248c) 0, var(--c-primary-hover, #b81d77) 100%);
        border-bottom-color: transparent;
    }
    .menu_mobile .mmContent .mmMain   { border-bottom-color: #fff; }

    /* 2. ĐƯỜNG KẺ MẢNH HƠN: đường ngăn giữa các mục đang là rgba(0,0,0,.2) — đậm như kẻ bảng.
          Giữ 1px (đã là mảnh nhất) và hạ độ đậm xuống ~.07 để chỉ còn gợi ý phân cách. */
    .menu_mobile .mmContent .mmMain > li { border-bottom-color: rgba(0, 0, 0, .07); }

    /* 3. BỎ 2 GẠCH DỌC: ô chevron ">" của mục có submenu (Tour, Giới thiệu) có
          border-left 1px xám, trông như cột kẻ thừa giữa hàng. */
    .menu_mobile .mmContent .m-sub .button-submenu { border-left: 0; }
}

/* ══ MENU MOBILE: đồng bộ màu hồng với brand (client 2026-07-28) ══════════════
   Menu đang dùng #ed0080 — sáng/chói hơn hẳn brand #d6248c dùng ở mọi nơi khác
   (nút, tiêu đề section, giá…), nên mở menu ra thấy "nổi" khác tông cả site.
   3 chỗ dùng #ed0080, đều nằm trong bundle nền style_minimize/home.css:
     1. .mmMember .listNot        — thanh gradient trên cùng menu
     2. .m-ab .m-ab-arrow a       — thanh "Trở về" ở lớp menu con
     3. .mmMenu > ul > li:hover   — nền hàng khi chạm (trên mobile :hover DÍNH LẠI
                                    sau khi chạm nên nhìn như hàng đang chọn)
   Đổi hết sang #d6248c (--c-primary) + #b81d77 (--c-primary-hover) cho hết gradient. */
@media (max-width: 767px) {
    .menu_mobile .mmContent .mmMember .listNot,
    .menu_mobile .m-ab .m-ab-arrow > a {
        background-color: var(--c-primary, #d6248c);
        background-image: linear-gradient(90deg, var(--c-primary, #d6248c) 0, var(--c-primary-hover, #b81d77) 100%);
    }
    .menu_mobile .mmMenu > ul > li:hover > .m-sub > a,
    .menu_mobile .mmMenu > ul > li:hover > a {
        background: var(--c-primary, #d6248c);
    }
}
