.top-header {
    text-align: center;
    height: 34px;
    background-color: var(--top-header-bg);
}

.top-header a {
    color: var(--top-header-color-font);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.825em;
    line-height: 34px;
}

@media (max-width: 767px) {
    .top-header a {
        font-size: 11px;
    }
}

.top-header-image,
.top-header-image a {
    display: block;
}

.top-header-image img {
    display: block;
    margin: 0 auto;
    height: auto;
    background-size: cover;    
}

@media (max-width: 1920px) {
    .top-header-image img {
        width: 100%;
    }
}

.top-header-vendor {
    background-color: #390054;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 1rem;
    position: sticky;
    z-index: 1000;
    width: 100%;
    top: 0;
}