.mobile-sticky-nav{
    display: none;
}
@media (max-width:850px){
    header .header__layout{
        height: 70px;
    }
    #shopline-section-header .header-container-padding{
        padding-bottom: 0 !important;
    }
    #stage-headerWrapper header{
        flex-direction: column;
    }
    .product-preview-section{
        padding-top: 0 !important;
    }
    .product_pagination--inner{
        padding: 0 !important;
    }
    .mobile-sticky-nav{
        display: block;
        background: #41444b;
        border-top: 1px solid #363636;
        width: 100%;
        height: 48px;
        color: white;
        border-top: 1px solid rgba(255,255,255,.2);
    }
    .mobile-sticky-nav .stage-mobile-nav{
        height: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow-y: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }
    .mobile-sticky-nav .stage-mobile-nav::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }
    .mobile-sticky-nav .sticky-nav{
        margin: 0;
        list-style: none;
    }
    .mobile-sticky-nav .sticky-nav li,
    .mobile-sticky-nav .sticky-nav li a
    {
        color: #fff;
        opacity: 1;
    }
    .mobile-sticky-nav .sticky-nav li a,
    .mobile-sticky-nav .stage-mobile-nav .mobile-nav__link--top-level{
        font-size: 12px;
        color: #DFD8C8;
    }
    
}