/* Top Container */
.header-top-v4 {
    background: rgba(23, 38, 33, 1);
    padding: 10px 40px;
}

.header-top-container-v4 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.social-media-icons-v4 {
    flex: none;
    display: flex;
    gap: 5px;
}

.social-media-icons-v4 img {
    max-width: 32px;
}

.header-announcement-v4 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 12.29px;
    letter-spacing: 2.67px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
}

.language-currency-selector-dropdown-wrapper-v4 {
    flex: none;
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.dropdown.language-currency-selector-dropdown-container-v4 {
    display: flex;
}

.language-currency-selector-v4 {
    height: 33px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(33, 49, 44, 1);
    border: 0;
    padding: 4px 15px 4px 7px;
    border-radius: 20px;
    cursor: pointer;
}

button.language-currency-selector-v4 {
    display: flex !important;
}

.language-currency-selector-v4 span {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 0;
    color: #FFF;
    padding: 0 15px 0 10px;
}

.arabic-icon-v4 {
    max-width: 25px;
}

/* Dropdown Content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(33, 49, 44, 1);
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
}

.dropdown-content.show,
.dropdown.active .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #FFF;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    font-family: 'InterFace Thin', sans-serif;
    font-size: 13px;
}

.dropdown-content a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-content a.active {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown {
    position: relative;
}
}

.arrow-down-icon-v4 {
    max-width: 15px;
}

/* Middle Container */
.header-menu-icon-mobile-v4 {
    display: none;
    border: 0;
    background: no-repeat;
    cursor: pointer;
}

.header-menu-icon-mobile-v4 img {
    display: block;
    max-width: 30px;
}

.header-logo-icon-mobile-v4 {
    max-width: 51px;
    display: none;
}

.header-middle-v4 {
    padding: 15px 40px;
    background: rgba(229, 229, 218, 1);
}

.header-middle-container-v4 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.header-tel-icon-v4 img {
    max-width: 51px;
    object-fit: cover;
}

.header-middle-right-v4 {
    width: 100%;
    max-width: 560px;
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-search-v4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 274px;
    height: 51px;
    padding: 10px 15px 10px 30px;
    background: rgba(239, 239, 233, 1);
    border-radius: 100px;
    border: 0;
    cursor: pointer;
}

.header-search-v4 span {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 18.67px;
    color: rgba(113, 113, 113, 1);
}

.header-search-v4 img {
    max-width: 25px;
}

.header-middle-icons-v4 {
    width: 100%;
    max-width: 155px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header-middle-icons-v4 button {
    border: 0;
    background: none;
    cursor: pointer;
}

.header-middle-profile-v4 img {
    max-width: 23px;
}

.header-middle-favorite-v4 img {
    max-width: 30px;
}

.header-middle-cart-v4 img {
    max-width: 26px;
}

.header-middle-menu-button-v4 {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: rgba(23, 38, 33, 1);
    cursor: pointer;
}

.header-middle-menu-v4 {
    max-width: 23px;
}

/* Profile Dropdown */
.header-middle-profile-v4 .dropdown-content {
    right: 0;
}

.header-middle-profile-v4 button {
    width: 100%;
    text-align: left;
}

.logout-dropdown-button {
    font-weight: 400;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    color: #FFF;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    font-family: 'InterFace Thin', sans-serif;
    font-size: 13px;
}

.logout-dropdown-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Login Button */
.header-middle-login-v4 {
    display: none;
}

/* Bottom Container */
.header-bottom-v4 {
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    padding: 0 40px;
}

.bg-none {
    background: none !important;
}

.text-white {
    color: #fff !important;
}

.img-white {
    filter: brightness(0) invert(1);
}

.header-bottom-container-v4 {
    height: 57px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-bottom-container-v4 a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-bottom-container-v4 a span {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.header-bottom-coffee-v4 {
    max-width: 18px;
}

.header-bottom-gadgets-v4 {
    max-width: 15px;
}

.header-bottom-instant-v4 {
    max-width: 15px;
}

.header-bottom-jasmine-v4 {
    max-width: 27px;
}

.header-bottom-barrista-v4 {
    max-width: 26px;
}

@media (max-width: 1440px) {

    /* Top Container */
    .header-announcement-v4 {
        font-size: 11px;
    }
}

@media (max-width: 1024px) {

    /* Top Container */
    .header-top-v4 {
        padding: 10px 30px;
    }

    .header-announcement-v4 {
        font-size: 10px;
        line-height: 20px;
    }

    /* Middle Container */
    .header-middle-v4 {
        padding: 15px 20px;
    }

    .header-middle-icons-v4 {
        max-width: 125px;
        gap: 15px;
    }

    .header-middle-right-v4 {
        max-width: 500px;
    }

    .header-middle-favorite-v4 img {
        max-width: 20px;
    }

    .header-middle-cart-v4 img {
        max-width: 20px;
    }

    .header-search-v4 img {
        max-width: 21px;
    }

    .header-middle-profile-v4 img {
        max-width: 19px;
    }

    .header-search-v4 {
        max-width: 240px;
        height: 45px;
    }

    .header-middle-menu-button-v4 {
        width: 45px;
        height: 45px;
    }

    /* Bottom Container */
    .header-bottom-v4 {
        padding: 0 20px;
    }

    .header-bottom-container-v4 a span {
        font-size: 12px;
        text-align: left;
        letter-spacing: 1px;
    }
}

@media (max-width: 768px) {

    /* Top Container */
    .header-top-v4 {
        background: #000;
    }

    .header-announcement-v4 {
        width: 100%;
        font-size: 9.22px;
    }

    .social-media-icons-v4 {
        display: none;
    }

    .language-currency-selector-dropdown-wrapper-v4 {
        display: none !important;
    }

    /* Middle Container */
    .header-middle-v4 {
        border-bottom: 1px solid #E0DBD6;
        padding: 10px 20px;
    }

    .header-menu-icon-mobile-v4 {
        display: block;
    }

    .header-tel-icon-v4 {
        display: none;
    }

    .header-search-v4 {
        display: none;
    }

    .header-middle-menu-button-v4 {
        display: none;
    }

    .header-middle-right-v4 {
        max-width: 115px;
    }

    .header-logo-icon-mobile-v4 {
        display: block;
    }

    .header-middle-icons-v4 {
        max-width: 105px;
    }

    .header-middle-profile-v4 {
        order: 3;
    }

    .header-middle-favorite-v4 {
        order: 1;
    }

    .header-middle-cart-v4 {
        order: 2;
    }

    /* Bottom Container */
    .header-bottom-v4 {
        display: none;
    }
}