.mobile-shop-header,
.mobile-search-modal {
  display: none;
}

.home-four-hero-slider-nav .slider-prev ~ .slider-prev,
.home-four-hero-slider-nav .slider-next ~ .slider-next {
  display: none !important;
}

.search-page-backdrop {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: none;
  background: rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(4px);
}

body.search-active .search-page-backdrop {
  display: block;
}

body.search-active header {
  position: relative;
  z-index: 50;
}

body.search-active .search-result-container {
  z-index: 70;
}

body.search-active .category-nav-bar,
body.search-active main,
body.search-active footer {
  filter: blur(3px);
}

@media (max-width: 767px) {
  body {
    padding-bottom: 66px;
  }

  .site-header-desktop {
    display: none;
  }

  .mobile-shop-header {
    position: sticky;
    top: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 8px;
    min-height: 58px;
    padding: 7px 12px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
  }

  .mobile-shop-logo {
    display: flex;
    justify-content: center;
  }

  .mobile-shop-logo img {
    width: auto;
    height: 32px;
  }

  .mobile-header-actions {
    display: flex;
    gap: 2px;
  }

  .mobile-header-button {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 22px;
  }

  .mobile-header-purple {
    color: #088178;
  }

  .mobile-search-modal {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
  }

  .mobile-search-modal.is-open {
    display: block;
  }

  .mobile-search-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: start;
    gap: 8px;
    padding: 10px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
  }

  .mobile-search-back,
  .mobile-search-tool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 20px;
  }

  .mobile-search-back {
    height: 42px;
  }

  .mobile-search-modal .search-result-container {
    position: static;
    width: calc(100vw - 20px);
    margin: 12px -38px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none !important;
  }

  .mobile-search-modal .recommended-search-list-wrapper {
    margin-top: 18px;
  }

  .mobile-search-modal .recent-search-item,
  .mobile-search-modal .trending-search-item {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .footer-bottom-nav-btn.is-active {
    border-top-color: #088178;
    color: #088178;
  }

  .footer-bottom-nav-btn.is-active i {
    color: #088178;
  }
}
