
.header-nav {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)), #FFFFFF;
    border-radius: 0px 0px 25px 25px;
}


/* HEADER START */

.header-menu {
    padding: 22px 60px;
    background: #5FBD6F;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.open-profile,
.close-profile {
    cursor: pointer;
}

.header-nav {
    padding: 15px 0;
}

.nav-list {
    display: flex;
    column-gap: 50px;
}

.nav-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #181818;
    text-decoration: none;
}

.nav-item.category {
    display: flex;
    column-gap: 12px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
}

.open-menu {
    border: none;
    background-color: #FFF;
    cursor: pointer;
}

.shopping__profile {
    display: block;
    height: 56px;
    width: 56px;
    background: rgba(25, 25, 25, 0.2);
    border-radius: 12px;
    padding: 17px 17px 23px 15px;
    box-sizing: border-box;
    position: relative;
}

.shopping__profile:hover{
    background: rgba(25, 25, 25, 0.3);
}