/* PC shop utility bar: support links and account actions share one row. */
#hd .oerep-header-utility {
    background: linear-gradient(100deg, #15181b, #1b1f22);
    border-bottom: 1px solid rgba(255,255,255,.065);
}
#hd .oerep-header-utility-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    box-sizing: border-box;
    max-width: 1500px;
    min-height: 44px;
    margin: 0 auto;
    padding: 4px 24px;
}
#hd .oerep-header-utility .om-utility {
    flex: 0 1 auto;
    background: none;
    border: 0;
}
#hd .oerep-header-utility .om-utility ul {
    min-height: 34px;
    padding: 0;
}
#hd .oerep-header-utility .om-utility li+li:before { margin: 0 14px; }
#hd .oerep-header-utility #hd_tnb {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 5px;
    float: none;
    position: relative;
    margin: 0;
    padding-left: 17px;
    border-left: 1px solid rgba(255,255,255,.14);
}
#hd .oerep-header-utility #hd_tnb .tnb_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 4px;
    color: #e7e9eb;
    cursor: pointer;
    transition: background-color .18s, color .18s;
}
#hd .oerep-header-utility #hd_tnb i { font-size: 14px; }
#hd .oerep-header-utility #hd_tnb .tnb_btn:hover,
#hd .oerep-header-utility #hd_tnb .tnb_btn:focus-visible {
    color: #fff;
    background: rgba(255,255,255,.08);
}
#hd .oerep-header-utility #hd_tnb .tnb_btn:focus-visible { outline: 2px solid #ff828c; outline-offset: 2px; }
#hd .oerep-header-utility #hd_tnb .cart-num {
    top: -1px;
    right: -2px;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    line-height: 14px;
    font-size: 9px;
}
@media (prefers-reduced-motion: reduce) {
    #hd .oerep-header-utility #hd_tnb .tnb_btn { transition: none; }
}
