@media (max-width: 992px) {
  html,
  body {
    min-height: 100%;
  }
  footer,
  .currencySelector,
  .cartContainer,
  .MyJourneyUserControl {
    display: none !important;
  }
  .topHeader .right {
    position: relative;
  }
  .topHeader .right .headerLogoContainer {
    width: 100% !important;
    justify-content: center;
  }
  .topHeader .right .mobileTrigger {
    position: absolute;
    right: 10px;
  }
  .headerLogoContainer .headerLogo,
  .headerLogoContainer .headerLabel {
    display: none;
  }
  .headerLogoContainer .apex31AppHeader {
    display: block;
  }
  .menu-li.add-cart {
    display: initial;
    font-size: inherit !important;
  }
  .siteWrapper .dashboardPage .topHeading {
    margin-top: 15px;
  }
  .siteWrapper .dashboardPage .topHeading .heading {
    margin-bottom: 15px;
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .siteWrapper .dashboardPage.iHealtheCentral .productSection .productList .item {
    width: 100% !important;
  }
  .siteWrapper .productSection.dashboardSection {
    margin-top: 15px;
  }
  .siteWrapper .productSection .productList {
    align-items: flex-start;
    height: initial !important;
  }
  .siteWrapper .productSection .productList .item {
    box-shadow: none;
    padding: 0 !important;
    margin: 0 !important;
    height: initial !important;
  }
  .siteWrapper .productSection .productList .item .top {
    height: initial;
    max-height: initial;
  }
  .siteWrapper .productSection .productList .item .top img {
    max-width: 100%;
    max-height: 100%;
    width: initial;
    height: initial;
  }
  .siteWrapper .custom-share li {
    margin-right: 10px;
  }
  .siteWrapper .custom-share li img {
    max-width: 32px;
  }
}/*# sourceMappingURL=StyleSheet_MobileApp.css.map */