@media (max-width: 1024px) {
  body.vicora-search-popup-open .vicora-mobile-footer,
  html.vicora-search-popup-open .vicora-mobile-footer,
  body.vicora-search-open .vicora-mobile-footer,
  html.vicora-search-open .vicora-mobile-footer {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .vicora-search-popup {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  body.vicora-search-popup-open .vicora-search-popup {
    pointer-events: auto;
    opacity: 1;
  }

  .vicora-search-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
  }

  .vicora-search-popup-panel {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    height: 94vh;
    border-radius: 38px 38px 0 0;
    background:
      linear-gradient(180deg, rgba(247, 241, 232, 0.18) 0%, rgba(239, 230, 216, 0.2) 50%, rgba(245, 239, 229, 0.22) 100%),
      radial-gradient(360px 220px at 18% 14%, rgba(200, 169, 106, 0.08), transparent 65%),
      radial-gradient(340px 220px at 82% 10%, rgba(1, 71, 68, 0.05), transparent 60%);
    box-shadow: 0 -20px 80px rgba(0, 0, 0, 0.28);
    transform: translateY(100%);
    transition: transform 0.45s cubic-bezier(.22,.61,.36,1);
    overflow: hidden;
    position: relative;
  }

  .vicora-search-popup-bg {
    position: absolute;
    inset: 0;
    background-image: url("https://res.cloudinary.com/dvixzpw0v/image/upload/v1779901039/serach_icon_backgrund_image_gyt5ne.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
  }

  .vicora-search-popup-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.06);
    z-index: 1;
    pointer-events: none;
  }

  body.vicora-search-popup-open .vicora-search-popup-panel {
    transform: translateY(0);
  }

  .vicora-search-popup-handle {
    width: 52px;
    height: 6px;
    border-radius: 99px;
    background: rgba(0, 0, 0, 0.18);
    margin: 14px auto 0;
    position: relative;
    z-index: 3;
  }

  .vicora-search-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    padding: 0;
    z-index: 4;
  }

  .vicora-search-popup-close span {
    position: absolute;
    top: 16px;
    left: 7px;
    width: 20px;
    height: 2px;
    background: rgba(1, 32, 29, 0.55);
    border-radius: 2px;
  }
  .vicora-search-popup-close span:first-child { transform: rotate(45deg); }
  .vicora-search-popup-close span:last-child { transform: rotate(-45deg); }

  .vicora-search-popup-scroll {
    width: 100%;
    height: 100%;
    max-height: none;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    padding: 8px 0 calc(14px + env(safe-area-inset-bottom));
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .vicora-search-popup-header {
    text-align: center;
    padding: 16px 18px 8px;
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
  }

  .vicora-search-popup-header h2 {
    margin: 10px 0 6px;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 9.2vw, 52px);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .vicora-search-popup-title {
    color: #014744;
  }

  .vicora-search-popup-brand {
    color: #c8a96a;
  }

  .vicora-search-popup-header p {
    margin: 0;
    color: rgba(1, 71, 68, 0.7);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.25;
  }

  .vicora-search-popup-bar {
    width: 90%;
    max-width: 520px;
    margin: 14px auto 12px;
    height: 74px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.14);
    display: grid;
    grid-template-columns: 54px 1fr 64px;
    align-items: center;
    padding: 0 10px 0 6px;
    gap: 8px;
    flex: 0 0 auto;
  }

  .vicora-search-popup-bar-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(1, 71, 68, 0.85);
  }

  .vicora-search-popup-bar-icon svg {
    width: 28px;
    height: 28px;
  }

  .vicora-search-popup-bar input[type="search"] {
    border: 0;
    outline: 0;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    color: #163a38;
    background: transparent;
  }

  .vicora-search-popup-bar input[type="search"]::placeholder {
    color: rgba(22, 58, 56, 0.5);
  }

  .vicora-search-popup-mic {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 0;
    background: linear-gradient(180deg, #01201d, #004643);
    box-shadow: 0 0 22px rgba(0, 255, 230, 0.18);
    color: #f0ede5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .vicora-search-popup-mic svg {
    width: 22px;
    height: 22px;
  }

  .vicora-search-popup-cats {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 6px 18px 10px;
    flex: 0 0 auto;
  }

  .vicora-search-popup-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: visible;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }

  .vicora-search-popup-cat {
    text-decoration: none;
    color: rgba(1, 71, 68, 0.9);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 84px;
  }

  .vicora-search-popup-cat-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(200, 169, 106, 0.18);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(200, 169, 106, 0.95);
  }

  .vicora-search-popup-cat-icon svg {
    width: 30px;
    height: 30px;
    display: block;
  }

  .vicora-search-popup-section {
    padding: 12px 18px 6px;
  }

  .vicora-search-popup-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
  }

  .vicora-search-popup-section-head h3 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    color: rgba(1, 71, 68, 0.92);
  }

  .vicora-search-popup-section-head a {
    color: rgba(1, 71, 68, 0.7);
    text-decoration: none;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
  }

  .vicora-search-popup-hscroll {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding-bottom: 6px;
    width: 100%;
  }

  .vicora-search-popup-card {
    width: 100%;
    min-width: 0;
    height: 98px !important;
    min-height: 98px !important;
    max-height: 98px !important;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    flex: 0 0 auto;
    display: block;
  }

  .vicora-search-popup-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 38%, rgba(0,0,0,0.58) 100%);
  }

  .vicora-search-popup-card-title {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    color: #ffffff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.12;
  }

  .vicora-search-popup-moods {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vicora-search-popup-mood {
    height: 150px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.32);
  }

  .vicora-search-popup-mood::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.55) 100%);
  }

  .vicora-search-popup-mood-title {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 2;
    color: #ffffff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 26px;
    font-weight: 500;
  }

  .vicora-search-popup-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 12px;
  }

  .vicora-search-popup-chip {
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(1, 71, 68, 0.12);
    color: rgba(1, 71, 68, 0.86);
    padding: 10px 14px;
    border-radius: 999px;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .vicora-search-popup-chip-ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(1, 71, 68, 0.08);
    position: relative;
  }

  .vicora-search-popup-chip-ico::before,
  .vicora-search-popup-chip-ico::after {
    content: "";
    position: absolute;
    background: rgba(1, 71, 68, 0.55);
    border-radius: 2px;
  }

  .vicora-search-popup-chip-ico::before {
    width: 1.5px;
    height: 6px;
    left: 7.2px;
    top: 3.6px;
  }

  .vicora-search-popup-chip-ico::after {
    width: 5px;
    height: 1.5px;
    left: 7.2px;
    top: 9px;
  }
}

@media (min-width: 1025px) {
  .vicora-search-popup {
    display: none !important;
  }
}
