.product-gifts_mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-bottom-nav-item {
    border: 0;
    padding: 0;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none;
  }

  .mobile-bottom-nav-item:hover {
    color: #6b7280;
    background: transparent;
  }

  .mobile-bottom-nav-item.is-active,
  .mobile-bottom-nav-item.is-open {
    color: #2f7df0;
    background: #f3f7ff;
  }

  .user_icons-popup .popup {
    z-index: 2;
    max-height: 100dvh;
  }

  .user_icons-popup .popup-shade {
    position: fixed;
    z-index: 1;
    inset: 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .product-gifts_desktop {
    display: none;
  }
  .product-gifts_mobile {
    display: unset;
  }
}
