.oltin-header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff38;
    z-index: 11;
    padding: 20px 0;
}


.oltin-header.nav-bg {
    top: 0;
}

.oltin-header.nav-bg .logo {
    height: 70px;
}


.header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    width: 100%;
}

.header-left {
    flex: 1;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 24px;
    height: 18px;
    justify-content: space-between;
}

.hamburger-menu span {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
}

.header-nav {
    display: flex;
    gap: 25px;
    flex: 2;
}

.header-nav:first-of-type {
    justify-content: flex-end;
    padding-right: 60px;
}

.header-nav:last-of-type {
    justify-content: flex-start;
    padding-left: 60px;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}



.header-center {
    flex: 0 0 auto;
    text-align: center;
}

.logo-link {
    display: inline-block;
}

.logo {
    height: 90px;
    width: auto;
}

.header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.where-to-buy-btn {
    background: transparent;
    border: 2px solid #bf913f;
    color: #bf913f;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.where-to-buy-btn:hover {
    background: #bf913f;
    color: #000;
}

@media (max-width: 1024px) {
    .header-nav {
        display: none;
    }

    .header-container {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 0 15px;
    }

    .logo {
        height: 45px;
    }

    .where-to-buy-btn {
        padding: 10px 20px;
        font-size: 11px;
    }
}

.open li.nav-item a {
    color: #000 !important;
    font-weight: 900 !important;
    line-height: 1;
    font-size: 30px !important;
}

.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line {
    background-color: #fff;
}

.open .toggle-text {
    color: #000 !important;
}

.open .toggle-icon .toggle-line {
    background-color: #000000 !important;
}