.mobile-bottom-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  html {
    overflow-x: clip;
  }

  body {
    overflow-x: clip;
    max-width: 100%;
    padding-bottom: 0 !important;
  }

  .mobile-bottom-nav {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    max-width: none !important;
    min-height: 64px;
    height: auto;
    margin: 0 !important;
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px));
    background: #fff !important;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.08);
    z-index: 2147483000 !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    will-change: bottom;
  }

  .mobile-bottom-nav__item {
    appearance: none;
    border: 0;
    background: transparent;
    color: #1f1f1f !important;
    text-decoration: none;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    max-width: 100%;
    min-height: 52px;
    padding: 4px 2px 6px;
    font-size: 10px;
    line-height: 1.15;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
  }

  .mobile-bottom-nav__item + .mobile-bottom-nav__item {
    border-left: 1px solid #ececec;
  }

  .mobile-bottom-nav__item:hover,
  .mobile-bottom-nav__item:focus,
  .mobile-bottom-nav__item.is-active {
    color: #1f1f1f !important;
    text-decoration: none;
  }

  .mobile-bottom-nav__item.is-active {
    font-weight: 700;
  }

  .mobile-bottom-nav__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 17px;
    flex-shrink: 0;
    color: inherit;
  }

  .mobile-bottom-nav__label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: inherit;
  }

  .mobile-bottom-nav__badge {
    position: absolute;
    top: -3px;
    right: -4px;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    border-radius: 999px;
    background: #c4a484;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    display: none;
  }

  .mobile-bottom-nav__badge.is-visible,
  .mobile-bottom-nav__badge.action-count {
    display: inline-block;
  }

  .mobile-header #mobile-button-for-popup {
    display: none !important;
  }

  main#main-content {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .scrollTop {
    bottom: calc(100px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .cookie-overlay {
    bottom: 88px;
  }

  /* promo bar + language: no sideways spill */
  .signup_discount {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .signup_discount > .col-lg-5 {
    position: static !important;
    width: auto !important;
    margin-left: 8px !important;
    right: auto !important;
  }

  .signup_discount .language-box {
    width: auto;
    max-width: 140px;
  }

  .mainheader,
  #header_sticky,
  .mobile-header,
  .otrixcontainer,
  footer,
  #footer {
    max-width: 100%;
    overflow-x: clip;
  }

  .product-gird .product,
  .product-list .product {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}
