/* nacbar */
.navbar-brand img {
    max-height: 7rem;
}
@media (max-width: 768px) {
  .top-navbar {
    display: none;
  }
}

/* moved banner */
.moved_banner .image-content::after {
    content: unset;
}

/* footer */
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
    background-color: var(--color-primary-dark);
}
/* Edit Products Title */
.s-block--best-offers .s-slider-block__title {
    visibility: hidden;
}

/* Mob Menu */
.mm-ocd--open .mm-ocd__content {
    background-color: #fff;
}