#masthead .dropdown-menu,
#duyStickyHeader .dropdown-menu {
    position: relative;
    overflow: visible;
    z-index: 9999;
}

#product-menu-root.product-menu-wrap {
    display: block;
    position: fixed;
    top: 21vh;
    left: 50%;
    width: min(68vw, calc(100vw - 32px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(8px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    z-index: 99999;
}

#duyStickyHeader #product-menu-root.product-menu-wrap {
    top: 6vh !important;
}

#product-menu-root.product-menu-wrap.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.product-menu-panel {
    position: relative;
    overflow: hidden;
    border-radius: 1.25vw;
    background: linear-gradient(180deg, #fff, #f4e8c7);
    border: 1px solid rgba(192,149,54,.35);
    box-shadow: 0 1.3vw 3.1vw rgba(0,0,0,.18);
}

.product-menu-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 0.2vw;
    background: linear-gradient(90deg, #7b5a18, #d7b15a, #fff2c8, #c39230, #8a651b);
    z-index: 2;
}

.product-menu-accordion {
    display: flex;
    gap: 0.3vw;
    width: 100%;
    height: 60vh;
    padding: 0.5vw;
    box-sizing: border-box;
}

.product-acc-card {
    position: relative;
    flex: 1;
    min-width: 72px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 1.1vw;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.9vw 2.3vw rgba(0,0,0,.12);
    transition: flex .55s cubic-bezier(.22,.61,.36,1), transform .35s ease, filter .35s ease;
}

.product-acc-card.active {
    flex: 4;
}

.product-acc-card:not(.active) {
    filter: saturate(.92);
}

.product-acc-card:hover {
    transform: translateY(-2px);
}

.product-acc-card::before,
.product-acc-overlay {
    content: "";
    position: absolute;
    inset: 0;
}

.product-acc-card::before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.45));
}

.product-acc-overlay {
    z-index: 2;
    background: rgba(255,255,255,.04);
    transition: background .35s ease;
}

.product-acc-card.active .product-acc-overlay {
    background: rgba(0,0,0,.72);
}

.product-acc-plus {
    position: absolute;
    top: 0.9vw;
    left: 50%;
    z-index: 4;
    width: 2.9vw;
    height: 2.9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 999px;
    color: #fff;
    font-size: 1.8vw;
    line-height: 1;
    font-weight: 300;
    opacity: .9;
    transform: translateX(-50%);
    backdrop-filter: blur(4px);
    transition: opacity .35s ease, transform .35s ease;
}

.product-acc-card.active .product-acc-plus {
    opacity: 0;
    transform: translateX(-50%) scale(.75);
}

.product-acc-content {
    position: absolute;
    inset: 1.5vw 1.5vw auto;
    z-index: 5;
    max-width: 47.9vw;
    color: #fff;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .35s ease, transform .35s ease;
}

.product-acc-card.active .product-acc-content {
    opacity: 1;
    transform: translateY(0);
}

.product-acc-content h3 {
    margin: 0 0 0.6vw;
    font-size: 2vw;
    line-height: 1.05;
    font-weight: 700;
    color: var(---bright-gold);
}

.product-acc-content p {
    max-width: 47.9vw;
    margin: 0 0 20px;
    font-size: 0.8vw;
    line-height: 1.65;
    color: rgba(255,255,255,.92);
}

.product-acc-title {
    position: absolute;
    left: 0.9vw;
    bottom: 0.9vw;
    z-index: 6;
    color: #fff;
    font-size: 1.15vw;
    font-weight: 800;
    letter-spacing: .02em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-shadow: 0 2px 10px rgba(0,0,0,.45);
    pointer-events: none;
}

.product-acc-card.active .product-acc-title {
    display: none;
}

.product-acc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 1vw;
}

.product-acc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55vw;
    padding: 0.6vw 0.35vw;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: transform .3s ease, opacity .3s ease;
}

.product-acc-item:hover {
    transform: translateX(0.2vw);
    opacity: .92;
}

.product-acc-item img {
    display: block;
    width: 100%;
    max-width: 6.5vw;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    border-radius: 0.7vw;
    box-shadow: 0 0.4vw 1vw rgba(0,0,0,.18);
}

.product-acc-item span {
    display: block;
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 1.35;
}

/*========== Mobile ==========*/
@media (max-width: 728px){
    .ast-builder-menu-mobile { display: none !important; }
    .ast-builder-layout-element { padding: 0 !important; }

    .duy-lux-menu{
        --gold-1:#f7e7b1;
        --gold-2:#d4af37;
        position: relative;
        width: 100vw;
        margin: 0;
        padding: 0;
        max-height: 88vh;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        background: #fff;
    }

    .duy-lux-menu__top::-webkit-scrollbar{ display: none; }
    .duy-lux-menu__toggle{ display: none !important; }
    body:has(.ast-mobile-menu-trigger-minimal.toggled){ overflow: hidden; }

    .duy-lux-menu__top{
        position: sticky;
        top: 0;
        z-index: 20;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 12px;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        background: rgba(255,255,255,.78);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-bottom: 1px solid rgba(212,175,55,.18);
        box-shadow: 0 10px 28px rgba(0,0,0,.08);
        scrollbar-width: none;
    }

    .duy-lux-menu__top::after{
        content: "";
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 0;
        height: 1px;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(212,175,55,.45),
            transparent
        );
        pointer-events: none;
    }

    .duy-lux-menu__tab{
        flex: 0 0 auto;
        width: auto;
        min-width: max-content;
        height: 38px;
        padding: 0 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
        text-decoration: none;
        color: #4b3a1e;
        background: rgba(255,255,255,.62);
        border: 1px solid rgba(212,175,55,.2);
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.75),
            0 6px 16px rgba(0,0,0,.05);
        transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
    }

    .duy-lux-menu__tab::before{
        content: "✦";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 14px;
        height: 14px;
        color: #c6a75e;
        font-size: 10px;
        line-height: 1;
        filter: drop-shadow(0 1px 1px rgba(0,0,0,.12));
    }

    .duy-lux-menu__tab:active{
        transform: scale(.96);
    }

    .duy-lux-menu__toggle:checked ~ .duy-lux-menu__top .duy-lux-menu__tab--toggle{
        color: #2d210d;
        background:
            linear-gradient(135deg, rgba(255,255,255,.45), rgba(255,255,255,.08)),
            linear-gradient(135deg, #f8e7ad, #d4af37);
        border-color: rgba(180,135,32,.4);
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.65),
            0 8px 22px rgba(212,175,55,.28);
    }

    .duy-lux-menu__toggle:checked ~ .duy-lux-menu__top .duy-lux-menu__tab--toggle::before{ color: #7a5708; }

    .duy-lux-menu__panel{
        margin-top: 0;
        padding: 12px;
    }

    .product-menu-accordion{
        display: flex;
        flex-direction: column;
        gap: 12px;
        height: auto;
        padding: 0;
    }

    .product-acc-card{
        position: relative;
        min-height: 92px;
        border-radius: 22px;
        overflow: hidden;
        cursor: pointer;
        background-size: cover;
        background-position: center;
        box-shadow: 0 18px 45px rgba(0,0,0,.16);
        padding: 16px;
        box-sizing: border-box;
        transition: transform .35s ease, filter .35s ease;
        display: flex;
        flex-direction: column;
    }

    .product-acc-card::before{
        content:"";
        position:absolute;
        inset:0;
        background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(0,0,0,.24) 100%);
        z-index: 1;
    }

    .product-acc-overlay{
        position:absolute;
        inset:0;
        background: rgba(255,255,255,.05);
        z-index:2;
        transition: background .35s ease;
    }

    .product-acc-card.active .product-acc-overlay{
        background: rgba(0,0,0,.70);
    }

    .product-acc-plus{
        position:absolute;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255,255,255,.55);
        border-radius: 999px;
        display:flex;
        align-items:center;
        justify-content:center;
        color:#fff;
        font-size: 28px;
        line-height: 1;
        z-index: 4;
        opacity: .9;
        backdrop-filter: blur(4px);
        transition: opacity .35s ease, transform .35s ease;
    }

    .product-acc-card.active .product-acc-plus{
        opacity:0;
        transform: translateX(-50%) scale(.75);
    }

    .product-acc-content{
        position: relative;
        z-index: 5;
        display: none;
        color:#fff;
        max-width: 100%;
        padding-bottom: 20px;
    }

    .product-acc-content .gold-line { margin-bottom: 2vw; }

    .product-acc-card.active .product-acc-content{
        display: block;
        margin-top: 10px;
    }

    .product-acc-content h3{
        margin:0 0 10px;
        font-size: 23px;
        line-height: 1.12;
        font-weight: 700;
    }

    .product-acc-content p{
        margin:0 0 14px;
        font-size: 14px;
        line-height: 1.55;
        color: rgba(255,255,255,.92);
        max-width: 100%;
    }

    .product-acc-title{
        position: relative;
        left: auto;
        bottom: auto;
        z-index: 6;
        color:#fff;
        font-size: 20px;
        font-weight: 800;
        letter-spacing: .02em;
        writing-mode: horizontal-tb;
        transform: none;
        text-shadow: 0 2px 10px rgba(0,0,0,.45);
        pointer-events:none;
        order: 1;
        margin-top: auto;
    }

    .product-acc-card.active .product-acc-title{
        display: none;
        /*font-size: 26px;
        margin-bottom: 6px;*/
    }

    .product-acc-grid{
        display:grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 10px;
    }

    .product-acc-item{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;
        gap: 8px;
        text-decoration:none;
        color:#fff;
        text-align:center;
        transition: .3s ease;
        padding: 0;
    }

    .product-acc-item img,
    .product-acc-fallback{
        width: 100%;
        max-width: 120px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 8px 18px rgba(0,0,0,.18);
        display:flex;
    }

    .product-acc-fallback{
        align-items:center;
        justify-content:center;
        background: rgba(255,255,255,.14);
        font-size: 24px;
        font-weight: 700;
        color: #fff;
    }

    .product-acc-item span{
        font-size: 14px;
        font-weight: 500;
        line-height: 1.35;
        color: rgba(255,255,255,.95);
    }

    .product-acc-item:hover{
        transform: translateY(-2px);
    }

    body.duy-menu-open-from-sticky .duy-lux-menu {
        position: fixed;
        top: 7.2vh;
        left: 0;
        right: 0;
        width: 100vw;
        max-height: calc(100vh - 140px);
        z-index: 99998;
        background: #fff;
        overflow-y: auto;
        border-top: 1px solid rgba(212, 175, 55, .25);
        box-shadow: 0 18px 45px rgba(0,0,0,.18);
    }

    body.duy-menu-open-from-sticky {
        overflow: hidden;
    }
}