.l-header {
    height: 64px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-left,
.header-center,
.header-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.header-center {
    justify-content: center;
}

.header-logo img {
    height: 14px;
    width: auto;
}

.header-right {
    justify-content: flex-end;
    gap: 16px;
}

.header-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #000;
}

.icon-svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.cart-label {
    font-size: 12px;
    font-weight: 700;
    display: none;
}

#cartBadge {
    display: none;
    position: absolute;
    top: -6px;
    right: -10px;
    background: #E32020;
    color: #fff;
    border-radius: 999px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 700;
}
