.gold-header {
    background: #fff;
    border-bottom: 1px solid #edf0f2;
    box-shadow: none;
}

.gold-header .header-top {
    display: none;
}

.gold-header .header-middle {
    min-height: 84px;
    border-bottom: 1px solid #e7e9ec;
    margin-bottom: 0;
}

.gold-header .header-middle .container {
    min-height: 84px;
    display: grid;
    grid-template-columns: 220px minmax(360px, 420px) auto;
    align-items: center;
    column-gap: 34px;
}

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

.gold-header .mobile-menu-toggler {
    display: none;
}

.gold-header .logo {
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.gold-header .logo img {
    width: auto;
    max-width: 145px;
    max-height: 52px;
    object-fit: contain;
}

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

.gold-header .header-search,
.gold-header .header-search form,
.gold-header .header-search-wrapper {
    width: 100%;
}

.gold-header .header-search-wrapper {
    height: 44px;
    border: 1px solid #dfe2e7;
    border-radius: 22px;
    background: #f7f8fa;
    overflow: hidden;
}

.gold-header .header-search-extended .form-control {
    height: 42px;
    padding: 0 18px 0 6px;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 13px;
}

.gold-header .header-search-extended .form-control::placeholder {
    color: #111827;
    opacity: 1;
}

.gold-header .header-search-extended .btn.btn-primary {
    min-width: 42px;
    height: 42px;
    color: #6f7782 !important;
    font-size: 18px;
}

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

.gold-header .compare-dropdown,
.gold-header .wishlist {
    display: none;
}

.gold-account-action a,
.gold-header .cart-dropdown > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111827 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.gold-action-icon,
.gold-header .cart-dropdown .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f4f5f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    position: relative;
}

.gold-action-icon i,
.gold-header .cart-dropdown .icon i {
    font-size: 20px;
}

.gold-header .cart-dropdown {
    padding-left: 0;
}

.gold-header .cart-dropdown p {
    margin: 0;
    color: #111827;
    font-size: 12px;
    font-weight: 600;
}

.gold-header .cart-dropdown .cart-count {
    min-width: 14px;
    height: 14px;
    top: -1px;
    right: -2px;
    background: #ff9a1f !important;
    color: #fff;
    font-size: 9px;
    line-height: 14px;
}

.gold-language-pill {
    width: 41px;
    height: 41px;
    border-radius: 13px 0 13px 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff971a;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: lowercase;
}

.gold-language-pill:hover,
.gold-language-pill:focus {
    color: #fff !important;
    background: #f18a0d;
}

.gold-header .header-bottom {
    min-height: 49px;
    border-bottom: 1px solid #e7e9ec;
    background: #fff;
}

.gold-header .header-bottom .container {
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gold-header .header-bottom .header-left,
.gold-header .header-bottom .tamekranmenu {
    display: none;
}

.gold-brand-nav {
    width: 100%;
}

.gold-brand-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.gold-brand-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 49px;
    color: #111827 !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.gold-brand-nav a:hover,
.gold-brand-nav a:focus {
    color: #ff971a !important;
}

.gold-more-link {
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .gold-header .header-middle .container {
        grid-template-columns: 42px minmax(120px, 1fr) auto;
        gap: 10px;
    }

    .gold-header .mobile-menu-toggler {
        display: inline-flex;
        grid-column: 1;
    }

    .gold-header .header-left {
        grid-column: 1 / 3;
        gap: 10px;
    }

    .gold-header .header-center {
        display: none;
    }

    .gold-header .header-right {
        grid-column: 3;
        gap: 8px;
    }

    .gold-account-action span:not(.gold-action-icon),
    .gold-header .cart-dropdown p,
    .gold-language-pill {
        display: none;
    }

    .gold-header .logo img {
        max-width: 128px;
    }

    .gold-brand-nav ul {
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .gold-brand-nav ul::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 575px) {
    .gold-header .header-middle,
    .gold-header .header-middle .container {
        min-height: 62px;
    }

    .gold-action-icon,
    .gold-header .cart-dropdown .icon {
        width: 34px;
        height: 34px;
    }

    .gold-header .logo img {
        max-width: 116px;
        max-height: 42px;
    }
}
