@media (max-width: 767.98px) {
  body.eazyfind-device-mobile.eazyfind-view-mobile {
    --eazyfind-mobile-modal-height: calc(var(--eazyfind-mobile-vh, 1vh) * 100);
  }

  body.eazyfind-device-mobile .zhz-modal.active {
    align-items: stretch;
    justify-content: stretch;
  }

  body.eazyfind-device-mobile .zhz-modal-content {
    width: 100vw;
    max-width: 100vw;
    height: var(--eazyfind-mobile-modal-height, 100vh);
    max-height: var(--eazyfind-mobile-modal-height, 100vh);
    border-radius: 0;
  }

  body.eazyfind-device-mobile .zhz-modal-body-wrapper,
  body.eazyfind-device-mobile .zhz-modal-body {
    min-height: 0;
  }

  body.eazyfind-device-mobile .zhz-modal-search-input,
  body.eazyfind-device-mobile .ef-search-page-input,
  body.eazyfind-device-mobile input[type="search"] {
    font-size: 16px;
  }

  body.eazyfind-device-mobile .zhz-result-card,
  body.eazyfind-device-mobile .ef-product-card {
    min-width: 0;
  }

  body.eazyfind-device-mobile .eazyfind-search-page {
    margin-top: 0;
  }

  .eazyfind-mobile-search-trigger {
    position: fixed;
    top: max(0.75rem, env(safe-area-inset-top));
    right: max(0.75rem, env(safe-area-inset-right));
    z-index: 1095;
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(82, 82, 82, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: #525252;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.16);
  }

  .eazyfind-mobile-search-trigger[hidden] {
    display: none !important;
  }

  .eazyfind-mobile-search-trigger .fas {
    font-size: 1rem;
    line-height: 1;
  }
}
