#mobile-menu-drawer {
  .drawer__content {
    padding-bottom: unset;
  }
  .drawer__footer {
    all: unset;
    opacity: 1 !important;
  }
  div.mobile-nav__footer {
    all: unset;
  }
  ul.mobile-nav-footer {
    margin-inline: -24px;
    padding-inline: 24px;
    position: relative;
  }
  ul.mobile-nav-footer .heading {
    color: #fff;
  }
  .drawer__footer--bordered {
    box-shadow: unset;
  }
  .drawer__content {
    display: flex;
    flex-direction: column;
  }
  .drawer__footer-with-image {
    position: relative;
    flex-grow: 1;
  }
  .drawer__footer-with-image:before{
    bottom: 0;
    top: 0;
    height: 100%;
    width: calc(100% + 48px);
    right: -24px;
    z-index: 0;
  }
}
