.menu__item-shop {
    opacity:10%;
}

.menu-item > a {
    color:#2f2f2f!important;
}





@media only screen and (min-width: 993px) {
    .headroom {
        background-color: var(--header-not-top) !important;
        will-change: transform;
        transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
    }

    .headroom--pinned,
    .headroom--bottom {
        transform: translateY(0%) !important;
    }
    .headroom--unpinned {
        transform: translateY(-100%) !important;
    }

    .headroom--top {
        background-color: var(--header-top) !important;
    }

    .headroom--not-top {
        background-color: var(--header-not-top);
    }
}

@media only screen and (max-width: 992px) {
    .headroom {
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,1) 100%);
    }
}



