@media (max-width: 750px) {
  #xinco-approved .approved-menu {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    display: grid;
    place-items: center;
    font-size: 23px;
    line-height: 1;
    border-radius: 4px;
  }

  #xinco-approved .approved-nav.open {
    display: flex !important;
    height: auto !important;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 62px;
    right: 12px;
    left: auto;
    bottom: auto;
    width: min(62vw, 220px);
    z-index: 60;
    padding: 6px 12px;
    overflow: visible;
    background: #fff;
    border: 1px solid #e2e6ec;
    border-radius: 4px;
    box-shadow: 0 8px 18px rgba(7, 26, 59, .22);
    animation: xinco-menu-dropdown .16s ease-out;
  }

  #xinco-approved .approved-nav.open a {
    display: flex;
    align-items: center;
    height: 34px;
    padding: 0 4px;
    color: #071a3b !important;
    font-size: 11px;
    border-bottom: 1px solid #edf0f4;
  }

  #xinco-approved .approved-nav.open a:last-child {
    border-bottom: 0;
  }

  #xinco-approved .approved-nav.open a.active {
    color: #ef2b31 !important;
  }

  #xinco-approved .approved-nav.open a.active::after {
    display: none;
  }

  #xinco-approved .product-mini-grid a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 0;
    font-size: 11px;
  }

  #xinco-approved .footer-form input {
    min-height: 44px;
    padding: 12px;
    font-size: 13px;
  }

  #xinco-approved .footer-form textarea {
    min-height: 76px;
    height: 76px;
    padding: 12px;
    font-size: 13px;
  }

  #xinco-approved .footer-form button {
    min-height: 46px;
    font-size: 12px;
  }

  .contact-form-wrap input,
  .contact-form-wrap textarea {
    min-height: 46px;
    padding: 12px;
    font-size: 16px;
  }

  .contact-form-wrap textarea {
    min-height: 130px;
  }

  .contact-form-wrap button {
    min-height: 48px;
    font-size: 13px;
  }

  @keyframes xinco-menu-slide-in {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
  }

  @keyframes xinco-menu-dropdown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
