/* Add custom CSS styles below */ 



.mobile-nav-inner {
top:0px !important;
    height: fit-content;
}

#app.header-is-dark .store-header {
    margin-top: 70px !important;
}


@media (min-width: 768px) {
    .mobile-nav-outer {
        display: block !important;
    }

}
@media (max-width: 768px) {

.mobile-nav-inner {
bottom:0px !important;

}
}