.loja-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    background: rgba(15, 15, 35, 0.95);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(180, 140, 255, 0.2);
    position: sticky;
    top: 0;
    z-index: 999;
}

.loja-menu-left {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.loja-tag {
    background: linear-gradient(135deg, #7a3cff, #b38cff);
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
}

.loja-menu-right {
    display: flex;
    gap: 20px;
}

.loja-menu-right a {
    color: #ddd;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.loja-menu-right a:hover {
    color: #b38cff;
}

.badge {
    background: #b38cff;
    color: #000;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 999px;
    margin-left: 6px;
    font-weight: bold;
}
