.unifiedStoreHeader {
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 1rem 0 1.25rem;
}

.unifiedStoreNav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    width: 100%;
}

.unifiedStoreLink,
.unifiedStoreBrand,
.unifiedStorePhone {
    display: inline-flex;
    min-height: 2.9rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(219, 230, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.unifiedStoreLink {
    padding: 0 1rem;
    text-transform: uppercase;
}

.unifiedStoreLink:hover,
.unifiedStoreLink:focus-visible {
    border-color: rgba(255, 183, 3, 0.3);
    background: rgba(255, 183, 3, 0.1);
    color: #ffd66b;
    text-decoration: none;
}

.unifiedStoreLink.is-active {
    border-color: rgba(255, 183, 3, 0.28);
    background: linear-gradient(135deg, #ffb703, #ffd66b);
    color: #07111f;
    box-shadow: 0 16px 40px rgba(255, 183, 3, 0.2);
}

.unifiedStoreBrand {
    gap: 0.65rem;
    padding: 0.3rem 1rem 0.3rem 0.35rem;
    background:
        radial-gradient(circle at top, rgba(99, 240, 255, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(10, 16, 31, 0.96), rgba(6, 11, 22, 0.94));
    box-shadow: 0 18px 54px rgba(2, 8, 22, 0.28);
}

.unifiedStoreBrand img {
    width: 2.3rem;
    height: 2.3rem;
    flex: 0 0 auto;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 999px;
    object-fit: cover;
}

.unifiedStoreBrand span {
    color: #f4f6ff;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.unifiedStoreCart {
    gap: 0.45rem;
}

.unifiedStoreCart__count {
    display: inline-flex;
    min-width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    padding: 0 0.25rem;
    border-radius: 999px;
    background: rgba(255, 183, 3, 0.18);
    color: #ffd66b;
    font-size: 0.67rem;
    font-weight: 800;
}

.unifiedStoreLink.is-active .unifiedStoreCart__count {
    background: rgba(7, 17, 31, 0.14);
    color: #07111f;
}

.unifiedStorePhone {
    display: inline-flex;
    gap: 0.55rem;
    padding: 0 0.9rem;
}

.unifiedStorePhone--desktop {
    display: inline-flex;
}

.unifiedStoreBrand:hover,
.unifiedStorePhone:hover {
    text-decoration: none !important;
}

.unifiedStorePhone > span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #3ddc84;
    box-shadow: 0 0 0 4px rgba(61, 220, 132, 0.12);
}

.marketHeader .unifiedStoreHeader {
    padding-top: 0;
    padding-bottom: 0.75rem;
}

.marketHeader .marketHomeTools {
    grid-template-columns: minmax(0, 1fr);
    max-width: 52rem;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.marketHeader .marketHomeTools .marketSearch {
    background: rgba(10, 18, 36, 0.88);
    box-shadow: 0 18px 54px rgba(2, 8, 22, 0.26);
}

.marketHeader .marketNavBar--mobile {
    display: none;
}

@media (max-width: 1180px) {
    .unifiedStoreNav {
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .unifiedStoreLink {
        padding-inline: 0.8rem;
        font-size: 0.72rem;
    }
}

@media (max-width: 720px) {
    .unifiedStoreHeader {
        width: 100%;
        margin: 0;
        padding: 0.25rem 0 0.7rem;
    }

    .marketHeader .unifiedStoreHeader {
        padding-top: 0.25rem;
        padding-bottom: 0.7rem;
    }

    .unifiedStoreNav {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 0.45rem;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0.5rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 1.25rem;
        background:
            radial-gradient(circle at top left, rgba(99, 240, 255, 0.07), transparent 34%),
            rgba(7, 14, 29, 0.92);
        box-shadow: 0 14px 42px rgba(2, 8, 22, 0.3);
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 0.5rem;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .unifiedStoreNav::-webkit-scrollbar {
        display: none;
    }

    .unifiedStoreLink {
        display: inline-flex;
        min-height: 2.6rem;
        flex: 0 0 auto;
        padding-inline: 0.85rem;
        font-size: 0.67rem;
    }

    .unifiedStoreBrand {
        min-height: 2.6rem;
        flex: 0 0 auto;
        gap: 0.45rem;
        justify-content: center;
        padding: 0.2rem 0.75rem 0.2rem 0.25rem;
    }

    .unifiedStoreBrand img {
        width: 2.1rem;
        height: 2.1rem;
    }

    .unifiedStoreBrand span {
        font-size: 0.78rem;
    }

    .unifiedStorePhone {
        display: inline-flex;
        min-height: 2.6rem;
        flex: 0 0 auto;
        font-size: 0.72rem;
    }

    .marketHeader .marketHomeTools {
        display: block;
        padding: 0;
    }

    .marketHeader .marketHomeTools .marketSearch {
        width: 100%;
    }

}
