html {
  background-color: #0D0D11;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.search {
  background-color: #050505;
  overflow-x: hidden;
  --escortify-discovery-header-shell-height: 74px;
  --escortify-discovery-header-current-offset: var(--escortify-discovery-header-shell-height);
  --escortify-discovery-header-ribbon-height: 54px;
  --escortify-discovery-subnav-height: 56px;
  --escortify-discovery-stack-height: calc(var(--escortify-discovery-header-shell-height) + var(--escortify-discovery-subnav-height));
}

body.search #header.escortify-discovery-header {
  background: #050505 !important;
  border-bottom: none;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  z-index: 1200;
}

.escortify-search-pagination {
  padding: 28px 0 18px;
}

.escortify-search-pagination .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.escortify-search-pagination-links {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.escortify-search-pagination-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  width: max-content;
  max-width: 100%;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(13, 13, 17, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.escortify-search-pagination-item {
  margin: 0;
  padding: 0;
}

.escortify-search-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #f7f8fb;
  font-family: "S\00F6hne", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.escortify-search-pagination-link:hover,
.escortify-search-pagination-link:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  outline: none;
}

.escortify-search-pagination-link--current,
.escortify-search-pagination-item--current .escortify-search-pagination-link {
  background: linear-gradient(135deg, #ff5d88 0%, #d63a68 100%);
  border-color: rgba(255, 123, 157, 0.95);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(214, 58, 104, 0.34);
}

.escortify-search-pagination-item--prev .escortify-search-pagination-link,
.escortify-search-pagination-item--next .escortify-search-pagination-link {
  min-width: 54px;
  font-size: 18px;
  font-weight: 600;
}

#escortifySearchPaginationSentinel {
  width: 100%;
  height: 1px;
}

@media (max-width: 767px) {
  .escortify-search-pagination {
    padding: 22px 0 14px;
  }

  .escortify-search-pagination .wrapper {
    gap: 8px;
  }

  .escortify-search-pagination-links {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .escortify-search-pagination-links::-webkit-scrollbar {
    display: none;
  }

  .escortify-search-pagination-list {
    gap: 6px;
    padding: 8px;
    border-radius: 18px;
    margin: 0 auto;
    background: rgba(13, 13, 17, 0.96);
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
  }

  .escortify-search-pagination-link {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 14px;
  }

  .escortify-search-pagination-item--prev .escortify-search-pagination-link,
  .escortify-search-pagination-item--next .escortify-search-pagination-link {
    min-width: 42px;
    font-size: 16px;
  }
}

body.search #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 28px;
  padding: 0 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

@media (min-width: 769px) {
  body.search #header.escortify-discovery-header {
    box-sizing: border-box;
    height: var(--escortify-discovery-header-shell-height);
    padding: 10px 0;
  }

  body.search #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
    min-height: var(--escortify-discovery-header-ribbon-height);
    height: var(--escortify-discovery-header-ribbon-height);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  body.search .escortify-discovery-subnav {
    margin-top: 0 !important;
  }

  body.search .intro_category.escortify-discovery-hero {
    margin-top: var(--escortify-discovery-stack-height);
  }


  body.search .escortify-discovery-header__nav a {
    padding: 8px 0;
  }

  body.search .escortify-discovery-header__nav-pill {
    min-width: 32px;
    height: 20px;
    padding: 0 7px;
  }

  body.search .escortify-discovery-header__actions {
    gap: 12px;
  }

  body.search .escortify-discovery-header__account {
    gap: 10px;
  }

  body.search .escortify-discovery-header__cta {
    padding: 12px 20px;
  }

  body.search .escortify-discovery-header__icon-link,
  body.search .escortify-discovery-header__avatar {
    width: 38px;
    height: 38px;
  }

  body.search .escortify-discovery-hero__visual {
    align-self: center;
    margin-top: 0;
  }
}

body.search .escortify-discovery-header__left {
  gap: 44px;
}

body.search .escortify-discovery-header__nav {
  gap: 28px;
}

body.search .escortify-discovery-header__nav a {
  white-space: nowrap;
}

body.search .escortify-discovery-header__nav a > span:last-child {
  font-family: "S\00F6hne", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

body.search .escortify-discovery-header__actions {
  gap: 14px;
}

body.search .escortify-discovery-header__link,
body.search .escortify-discovery-header__account,
body.search .escortify-discovery-header__cta {
  font-family: "S\00F6hne", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

body.search .escortify-discovery-header__nav-pill {
  font-family: "S\00F6hne", sans-serif;
  font-weight: 400;
}

body.search .escortify-discovery-header__cta,
body.search .escortify-discovery-hero .lisakuulutus a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-family: "S\00F6hne", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff !important;
  letter-spacing: 0.01em;
  text-transform: none;
  padding: 12px 28px;
  border-radius: 999px;
  background: linear-gradient(to right, #e61e4d 0%, #e31c5f 50%, #d70466 100%);
  box-shadow: 0 4px 12px rgba(255, 51, 102, 0.3);
  transition: none;
}

body.search .escortify-discovery-header__cta:hover,
body.search .escortify-discovery-hero .lisakuulutus a:hover {
  background: linear-gradient(to right, #e61e4d 0%, #e31c5f 50%, #d70466 100%);
  transform: none;
  box-shadow: 0 4px 12px rgba(255, 51, 102, 0.3);
}

body.search .escortify-discovery-header__cta:active,
body.search .escortify-discovery-hero .lisakuulutus a:active {
  transform: none;
  background: linear-gradient(to right, #e61e4d 0%, #e31c5f 50%, #d70466 100%);
  box-shadow: 0 4px 12px rgba(255, 51, 102, 0.3);
}

body.search .escortify-discovery-header__cta:focus,
body.search .escortify-discovery-hero .lisakuulutus a:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

body.search .escortify-discovery-header__cta > span:last-child {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

body.search .escortify-discovery-header__icon-link--filters {
  display: none;
}

body.search .escortify-discovery-header__utility {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 6px;
}

body.search .escortify-discovery-header__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff !important;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.search .escortify-discovery-header__icon-link svg {
  width: 18px;
  height: 18px;
}

body.search .escortify-discovery-header__icon-link:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

body.search .escortify-discovery-subnav {
  position: fixed;
  top: var(--escortify-discovery-header-current-offset, var(--escortify-discovery-header-shell-height)) !important;
  left: 0;
  right: 0;
  min-height: var(--escortify-discovery-subnav-height);
  margin: 0 !important;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  box-shadow: none;
  overflow: visible;
  z-index: 1100;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

body.search .escortify-discovery-subnav.subnav-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

body.search .escortify-discovery-subnav::after {
  display: none;
}

body.search .cat-filter-bar {
  position: relative;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
}

body.search .cat-filter-bar.sticky,
body.search .cat-filter-bar.sticky-filters {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.search .cat-filter-bar .cat-filter-inner {
  position: relative;
  z-index: 1;
  overflow: visible;
  isolation: isolate;
}

body.search .cat-filter-bar .cat-sort-trigger-area,
body.search .cat-filter-bar .cat-sort-label,
body.search .cat-filter-bar .cat-sort-trigger,
body.search .cat-filter-bar .cat-sort-trigger-value,
body.search .cat-filter-bar .cat-sort-menu,
body.search .cat-filter-bar .cat-sort-menu-header,
body.search .cat-filter-bar .cat-sort-option,
body.search .cat-filter-bar .cat-sort-option-label,
body.search .cat-filter-bar .cat-sort-option-desc,
body.search .cat-filter-bar .cat-search-form,
body.search .cat-filter-bar .cat-search-input,
body.search .cat-filter-bar .cat-pill,
body.search .cat-filter-bar .cat-pill span,
body.search .cat-filter-bar .cat-all-filters,
body.search .cat-filter-bar .cat-all-filters span,
body.search .cat-filter-bar .cat-filter-badge {
  font-family: "S\00F6hne", sans-serif !important;
  font-style: normal;
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-area,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill {
  background: #ffffff;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-form {
  background: #ffffff;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-area:hover,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters:hover,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill:hover {
  background: #f7f7f7;
  border-color: rgba(20, 20, 20, 0.1);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-form:hover {
  background: #f7f7f7;
  border-color: rgba(20, 20, 20, 0.1);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-form:focus-within {
  background: #ffffff;
  border-color: rgba(20, 20, 20, 0.12);
  box-shadow: 0 0 0 1px rgba(20, 20, 20, 0.06), 0 8px 20px rgba(15, 23, 42, 0.08);
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-area,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-trigger,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-label,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-value,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-chevron,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-icon-svg,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill {
  color: #141414;
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-value {
  color: #141414;
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-input,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-clear {
  color: #5f6670;
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-icon {
  color: #141414;
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-input::placeholder {
  color: #8b929c;
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill svg,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters svg {
  opacity: 0.9;
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-dropdown.open .cat-sort-trigger-area {
  background: #f7f7f7;
  border-color: rgba(20, 20, 20, 0.12);
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill.active,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill.active:hover,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters.has-filters,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters.has-filters:hover {
  background: #141414;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(20, 20, 20, 0.18);
  color: #ffffff;
}

body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill.active span,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill.active svg,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters.has-filters span,
body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters.has-filters svg {
  color: #ffffff;
  opacity: 1;
}

body.search .escortify-discovery-subnav__inner,
body.search .cat-filter-bar.sticky-filters .cat-filter-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 6px auto 0;
  min-height: var(--escortify-discovery-subnav-height);
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

body.search .cat-filter-bar.sticky-filters .cat-filter-inner {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052) 0%, rgba(255, 255, 255, 0.032) 100%),
    linear-gradient(90deg, rgba(6, 6, 8, 0.56) 0%, rgba(18, 12, 18, 0.34) 18%, rgba(28, 18, 26, 0.18) 50%, rgba(18, 12, 18, 0.34) 82%, rgba(6, 6, 8, 0.56) 100%);
}

body.search .escortify-discovery-subnav__inner fieldset,
body.search .escortify-discovery-subnav__inner nav {
  margin: 0;
  padding: 0;
  border: 0;
  flex: 1;
  min-width: 0;
}

body.search .escortify-discovery-subnav__inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 24px;
}

body.search .escortify-discovery-subnav__inner li {
  margin-left: 0;
  padding-left: 0;
  font-size: 13px;
}

body.search .escortify-discovery-subnav__inner li::before {
  display: none;
}

body.search .escortify-discovery-subnav__inner a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "S\00F6hne", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.62) !important;
  padding: 0;
}

body.search .escortify-discovery-subnav__inner a:hover {
  color: rgba(255, 255, 255, 0.86) !important;
}

body.search .escortify-discovery-subnav__inner a.pinkactive {
  color: #fff !important;
}

body.search .escortify-discovery-subnav__inner a.pinkactive::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #e8637a;
}

body.search .escortify-discovery-subnav__inner li:first-child a {
  color: rgba(255, 255, 255, 0.62) !important;
  font-family: "S\00F6hne", sans-serif;
}

body.search .intro_category.escortify-discovery-hero {
  background: #050505 !important;
  overflow: visible;
  padding: 56px 0 74px;
}

body.search .search-footer-copy-surface {
  background: #ffffff;
  border-top: 1px solid rgba(15, 15, 15, 0.06);
}

body.search .search-footer-copy-surface .banner_footer {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 40px;
}

body.search .search-footer-copy-surface .banner_footer h2,
body.search .search-footer-copy-surface .banner_footer p {
  color: #0f0f0f;
}

body.search .intro_category.escortify-discovery-hero::before {
  background:
    linear-gradient(to bottom, rgba(5, 5, 5, 0.45) 0%, rgba(5, 5, 5, 0.2) 42%, rgba(5, 5, 5, 0) 100%) top / 100% 72px no-repeat,
    radial-gradient(circle at 75% 50%, rgba(255, 51, 102, 0.15) 0%, rgba(255, 51, 102, 0.08) 28%, rgba(255, 51, 102, 0.03) 44%, transparent 60%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100% 72px, 100% 100%, 180px 180px;
  background-blend-mode: normal, normal, soft-light;
}

body.search .intro_category.escortify-discovery-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -56px;
  height: 112px;
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.78) 48%, #050505 100%);
  pointer-events: none;
  z-index: 1;
}

/* === CAROUSEL OVERRIDES COMMENTED OUT — letting plugin inline CSS handle it ===
body.search #carouselbox {
  position: relative;
  background: #050505;
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 1248px !important;
  margin: 0 auto !important;
  padding: 20px 48px 16px;
  box-sizing: border-box;
}

body.search #carouselbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(to bottom, #050505 0%, rgba(5, 5, 5, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
*/

body.search #contentStart + div {
  background: #050505 !important;
}

/* === CAROUSEL OVERRIDES COMMENTED OUT (continued) ===
body.search #carouselbox .shadowblock_out {
  background: transparent;
}

body.search #carouselbox #list {
  position: relative;
  height: 389px !important;
  margin: 0;
  padding: 0;
  z-index: 2;
}

body.search #carouselbox .carouselSlider {
  float: none;
  width: 100% !important;
  height: 389px !important;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.search #carouselbox:not(.diamond-carousel-ready):not(.diamond-carousel-fallback) .carouselSlider {
  visibility: hidden !important;
  opacity: 0;
  overflow: hidden !important;
}

body.search #carouselbox .prevCarousel,
body.search #carouselbox .nextCarousel {
  position: absolute;
  top: 42%;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease;
}

body.search #carouselbox .prevCarousel:hover,
body.search #carouselbox .nextCarousel:hover {
  background: rgba(255, 255, 255, 0.15);
}

body.search #carouselbox .prevCarousel {
  left: 2px;
}

body.search #carouselbox .nextCarousel {
  right: 2px;
}

body.search #carouselbox .diamond_title {
  position: relative;
  z-index: 2;
  margin: 12px 0 16px;
  color: #fe4365;
  text-align: left;
  font-family: "S\00F6hne", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

body.search #carouselbox .diamondname,
body.search #carouselbox .diamondname a,
body.search #carouselbox .diamondnamebox,
body.search #carouselbox a.diamondname {
  font-family: "S\00F6hne", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
=== END CAROUSEL OVERRIDES ===*/

body.search .bg_vip {
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

body.search .bg_vip:first-of-type {
  padding-bottom: 0 !important;
}

body.search .bg_vip + .bg_vip {
  margin-top: -1px;
  padding-top: 0 !important;
  border-top: none !important;
}

body.search .bg_vip::before,
body.search .bg_vip::after,
body.search .bg_vip .wrapper::before,
body.search .bg_vip .wrapper::after {
  display: none !important;
  content: none !important;
}

body.search .bg_vip #main {
  border-top: none !important;
  box-shadow: none !important;
}

body.search .bg_vip + .bg_vip #main {
  padding-top: 0;
}

body.search .wrapper:has(#str-widget) {
  background: #fff;
  max-width: none;
  padding: 0;
}

body.search #str-widget {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 20px 8px;
  box-sizing: border-box;
}

body.search #str-widget .str-title {
  color: #111827;
}

body.search .bg_vip #main > h2 {
  margin: 0 0 16px;
  padding: 0;
  color: #fe4365;
  font-family: "S\00F6hne", sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: clamp(1.42rem, 1.9vw, 1.82rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

body.search .bg_vip .vipgirlsintro {
  margin: 0 0 22px;
  padding: 0;
  max-width: 780px;
  color: #0b0b0f;
  font-family: "S\00F6hne", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  line-height: 1.5;
  letter-spacing: 0;
}

/* === CAROUSEL OVERRIDES COMMENTED OUT (card styling) ===
body.search #carouselbox .diamond {
  display: none;
}

body.search #carouselbox .diamond_box {
  position: relative;
  overflow: hidden;
  border: none !important;
  border-radius: 20px;
  background: #000;
}

body.search #carouselbox .diamond_box img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
}

body.search #carouselbox .diamond-carousel-pill {
  display: none;
}
=== END CAROUSEL CARD OVERRIDES ===*/

body.search .escortify-discovery-hero .intro_category_txt.escortify-discovery-hero__inner {
  max-width: 1200px;
  align-items: start;
  gap: 72px;
  padding: 0 24px;
}

body.search .escortify-discovery-hero .intro_cat_mini.escortify-discovery-hero__content {
  position: relative;
  isolation: isolate;
  z-index: 1;
}

body.search .escortify-discovery-hero .intro_cat_mini.escortify-discovery-hero__content::before {
  content: "";
  position: absolute;
  top: -96px;
  left: -144px;
  width: min(760px, 78vw);
  height: 560px;
  background: radial-gradient(circle at 20% 50%, rgba(255, 51, 102, 0.08) 0%, rgba(0, 0, 0, 0) 50%);
  filter: blur(56px);
  pointer-events: none;
  z-index: -1;
}

body.search .escortify-discovery-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 18px;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: rgba(255, 255, 255, 0.84);
  font-family: "S\00F6hne", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

body.search .escortify-discovery-hero__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff3366;
  box-shadow: 0 0 0 4px rgba(255, 51, 102, 0.18);
  animation: escortifyHeroDotPulse 2.6s ease-in-out infinite;
}

body.search .escortify-discovery-hero .intro_category_txt h1 {
  font-family: "S\00F6hne", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 1.08 !important;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 28px;
}

body.search .escortify-discovery-hero .intro_category_txt h1 .pinknew {
  display: block;
  font-family: "S\00F6hne", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  margin-top: -2px;
  letter-spacing: 0;
}

body.search .escortify-discovery-hero__subheadline {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  color: #ff3366;
  font-family: "S\00F6hne", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.92;
}

body.search .escortify-discovery-hero .intro_category_txt p {
  width: 100%;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-family: "S\00F6hne", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
}

@keyframes escortifyHeroDotPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(255, 51, 102, 0.18);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.12);
    box-shadow: 0 0 0 6px rgba(255, 51, 102, 0.1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.search .escortify-discovery-hero__eyebrow::before {
    animation: none;
  }
}

body.search .escortify-discovery-hero__actions {
  margin-top: 36px;
}

body.search .escortify-discovery-header__cta {
  gap: 0;
}

body.search .escortify-discovery-header__cta-icon {
  display: none;
}

body.search .escortify-discovery-hero .lisakuulutus a {
  gap: 0;
}

body.search .escortify-discovery-hero .lisakuulutus a::before {
  display: none;
  content: none;
}

body.search .escortify-discovery-hero__visual {
  align-self: start;
  padding-top: 12px;
  width: 100%;
}

body.search .escortify-discovery-hero__glow {
  display: none;
}

body.search .escortify-discovery-hero__card {
  width: min(100%, 560px);
  border-radius: 42px;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.52);
}

body.search .escortify-discovery-hero__card::after {
  background: linear-gradient(180deg, rgba(13, 12, 15, 0.04) 0%, rgba(13, 12, 15, 0.16) 42%, rgba(13, 12, 15, 0.36) 100%);
}

body.search .escortify-discovery-hero__card img,
body.search .escortify-discovery-hero__card video {
  object-position: 72% center;
}

body.search .escortify-discovery-hero.auckland-escorts .escortify-discovery-hero__card img,
body.search .escortify-discovery-hero.auckland-escorts .escortify-discovery-hero__card video {
  object-position: 78% center;
}

body.search .escortify-discovery-hero.wellington-escorts .escortify-discovery-hero__card img,
body.search .escortify-discovery-hero.wellington-escorts .escortify-discovery-hero__card video {
  object-position: 95% 30%;
}

body.search .escortify-discovery-hero.hamilton-escorts .escortify-discovery-hero__card img,
body.search .escortify-discovery-hero.hamilton-escorts .escortify-discovery-hero__card video {
  object-position: 78% center;
}

body.search .escortify-discovery-hero.escorts-christchurch .escortify-discovery-hero__card img,
body.search .escortify-discovery-hero.escorts-christchurch .escortify-discovery-hero__card video {
  object-position: 78% center;
}

body.search .escortify-discovery-hero__badge {
  display: none;
}

@media (min-width: 769px) {
  body.search .escortify-discovery-subnav__inner {
    width: calc(100% - 32px);
    max-width: 1232px;
    padding: 12px 28px;
  }

  body.search .escortify-discovery-subnav__inner ul {
    width: 100%;
    justify-content: space-between;
    gap: 18px;
    overflow-x: clip;
  }

  body.search .escortify-discovery-subnav__inner li {
    flex: 0 1 auto;
  }

  /* CAROUSEL OVERRIDE COMMENTED OUT
  body.search #carouselbox .carouselSlider {
    width: 100% !important;
    margin-left: 0 !important;
  }
  */

  body.search .escortify-discovery-hero__visual {
    padding-top: 30px;
    transform: translateX(-34px);
  }

  body.search .escortify-discovery-hero .intro_cat_mini.escortify-discovery-hero__content {
    padding-top: 8px;
  }

  body.search .intro_category.escortify-discovery-hero {
    padding: 6px 0 28px;
  }

  body.search .escortify-discovery-hero .intro_category_txt.escortify-discovery-hero__inner {
    gap: 40px;
  }

  body.search .escortify-discovery-hero__eyebrow {
    margin-top: 10px;
    margin-bottom: 14px;
    padding: 12px 18px;
  }

  body.search .escortify-discovery-hero__subheadline {
    font-size: 21px;
    margin: 0 0 12px;
  }

  body.search .escortify-discovery-hero .intro_category_txt h1 {
    font-size: 61px;
    font-weight: 400;
    line-height: 1.08 !important;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }

  body.search .escortify-discovery-hero .intro_category_txt p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  body.search .escortify-discovery-hero__actions {
    margin-top: 20px;
  }

  body.search .escortify-discovery-hero .lisakuulutus a {
    padding: 12px 28px;
    border-radius: 999px;
  }

  body.search .escortify-discovery-hero__card {
    width: min(100%, 470px);
    border-radius: 36px;
  }
}

@media (max-width: 768px) {
  body.search .search-footer-copy-surface .banner_footer {
    padding: 24px 16px 32px;
  }

  body.search .bg_vip + .bg_vip #main {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  body.search .bg_vip #main > h2 {
    font-size: 1.28rem;
    line-height: 1.16;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.search .bg_vip .vipgirlsintro {
    font-size: 0.92rem;
    line-height: 1.46;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1024px) and (hover: none) and (pointer: coarse) {
  body.search {
    --escortify-discovery-header-shell-height: 60px;
    --escortify-discovery-header-current-offset: var(--escortify-discovery-header-shell-height);
    --escortify-discovery-header-overlap: 3px;
    --escortify-discovery-subnav-height: 0px;
    --escortify-discovery-stack-height: 60px;
  }

  body.search #header.escortify-discovery-header {
    box-sizing: border-box;
    height: var(--escortify-discovery-header-shell-height) !important;
    padding: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  body.search #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    column-gap: 8px;
    min-height: 100%;
    height: 100%;
    padding: 0 14px;
  }

  body.search .escortify-discovery-header__left {
    justify-self: center;
    align-items: center;
    gap: 0;
  }

  body.search .escortify-discovery-header__nav,
  body.search .escortify-discovery-header__link,
  body.search .escortify-discovery-header__account,
  body.search .escortify-discovery-header__cta,
  body.search .escortify-discovery-subnav {
    display: none !important;
  }

  body.search .escortify-discovery-header__actions {
    justify-self: end;
    align-items: center;
    gap: 6px;
  }

  body.search .escortify-discovery-header__utility {
    display: inline-flex;
    margin-right: 0;
    gap: 6px;
  }

  body.search .escortify-discovery-header__icon-link {
    width: 38px;
    height: 38px;
  }

  body.search .escortify-discovery-header__icon-link svg {
    width: 18px;
    height: 18px;
  }

  body.search.mobile-auth-filter-bar-hidden #catFilterBar,
  body.search.mobile-auth-filter-bar-hidden #catFilterBarPlaceholder {
    display: none !important;
  }
}

@media (min-width: 921px) {
  body.search .escortify-discovery-hero .intro_category_txt.escortify-discovery-hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 36px;
  }

  body.search .escortify-discovery-hero .intro_category_txt h1 {
    font-size: 61px;
  }
}

@media (max-width: 920px) {
  body.search .escortify-discovery-header__utility {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  body.search.mobile-auth-filter-bar-hidden #catFilterBar,
  body.search.mobile-auth-filter-bar-hidden #catFilterBarPlaceholder {
    display: none !important;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) {
    display: block;
    margin: 12px 0 0;
    padding: 0 0 calc(78px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    margin-bottom: calc(-78px - env(safe-area-inset-bottom, 0px));
  }

  body.search.guest-mobile-search-collapsed #catFilterBar {
    display: block;
    overflow: hidden;
    transform-origin: top center;
    transition:
      max-height 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
      opacity 0.24s ease,
      transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
      margin 0.24s ease,
      visibility 0.24s ease;
  }

  body.search.guest-mobile-search-collapsed:not(.guest-mobile-search-open) #catFilterBar {
    max-height: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-16px) scale(0.98);
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar {
    max-height: 360px;
    margin: 12px 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar.sort-open {
    max-height: 720px;
    overflow: visible;
    z-index: 80;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-filter-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 10px 8px;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin: 0;
    padding: 0 3%;
    box-sizing: border-box;
    overflow: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-filter-inner::-webkit-scrollbar {
    display: none;
  }

  body.search .cat-filter-bar.sort-open:not(.sticky):not(.sticky-filters) .cat-filter-inner {
    overflow: visible;
  }

  body.search .cat-filter-bar.sort-open:not(.sticky):not(.sticky-filters) .cat-sort-dropdown,
  body.search .cat-filter-bar.sort-open:not(.sticky):not(.sticky-filters) .cat-sort-menu {
    z-index: 90;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-box,
  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-filter-pills {
    grid-column: 1 / -1;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-dropdown {
    grid-column: 1 / span 2;
    position: relative;
    z-index: 30;
    width: 100%;
    min-width: 0;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-box {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters {
    grid-column: 3 / span 2;
    width: 100%;
    min-width: 0;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-form {
    width: 100%;
    height: 44px;
    min-height: 44px;
    max-width: 100%;
    gap: 8px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-area,
  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters {
    width: 100%;
    min-height: 44px;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-area {
    padding: 0 12px;
    gap: 6px;
    box-sizing: border-box;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-input {
    font-size: 14px;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-search-icon svg {
    width: 16px;
    height: 16px;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-filter-pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    min-width: 0;
    overflow: visible;
    padding: 0;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    justify-content: center;
    gap: 5px;
    padding-left: 6px;
    padding-right: 6px;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: -0.01em;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-pill svg {
    width: 12px;
    height: 12px;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-filter-pills .cat-pill:nth-child(3),
  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-filter-pills .cat-pill:nth-child(4) {
    gap: 0;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-filter-pills .cat-pill:nth-child(3) svg,
  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-filter-pills .cat-pill:nth-child(4) svg {
    display: none;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters {
    overflow: visible;
    padding: 0 14px;
    box-sizing: border-box;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters svg {
    width: 14px;
    height: 14px;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-all-filters span {
    font-size: 12px;
  }

  body.search .cat-filter-bar:not(.sticky):not(.sticky-filters) .cat-filter-badge {
    top: -4px;
    right: -2px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    z-index: 2;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) {
    position: relative;
    z-index: 70;
    overflow: visible;
    padding: 10px 0 12px;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters)::before {
    content: "";
    position: absolute;
    inset: 0 3%;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(52, 52, 58, 0.94), rgba(26, 26, 32, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
      0 24px 48px rgba(0, 0, 0, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    pointer-events: none;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-filter-inner {
    position: relative;
    z-index: 1;
    padding: 12px calc(3% + 10px) 0;
    gap: 10px 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-search-form,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-area,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-all-filters,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-pill {
    background: linear-gradient(135deg, rgba(20, 20, 26, 0.96), rgba(28, 28, 34, 0.93));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 10px 24px rgba(0, 0, 0, 0.24);
    color: #ffffff;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-search-form:focus-within,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-sort-dropdown.open .cat-sort-trigger-area,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-pill.active,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-pill.active:hover,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-all-filters.has-filters,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-all-filters.has-filters:hover {
    background: linear-gradient(135deg, rgba(14, 14, 18, 0.98), rgba(22, 22, 28, 0.96));
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 12px 28px rgba(0, 0, 0, 0.32);
    color: #ffffff;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-area,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-sort-trigger,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-sort-label,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-value,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-sort-trigger-chevron,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-sort-icon-svg,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-search-icon,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-all-filters,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-all-filters span,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-pill,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-pill span {
    color: #ffffff;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-search-input,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-search-clear {
    color: rgba(255, 255, 255, 0.9);
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-search-input::placeholder {
    color: rgba(255, 255, 255, 0.56);
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-pill svg,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar:not(.sticky):not(.sticky-filters) .cat-all-filters svg {
    color: #ffffff;
    opacity: 0.86;
  }

  body.search {
    --escortify-discovery-header-shell-height: 60px;
    --escortify-discovery-header-current-offset: var(--escortify-discovery-header-shell-height);
    --escortify-discovery-header-overlap: 3px;
    --escortify-discovery-subnav-height: 0px;
    --escortify-discovery-stack-height: 60px;
  }

  body.search #header.escortify-discovery-header {
    box-sizing: border-box;
    height: var(--escortify-discovery-header-shell-height) !important;
    padding: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  body.search #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    column-gap: 8px;
    min-height: 100%;
    height: 100%;
    padding: 0 14px;
  }

  body.search #header.escortify-discovery-header .hamburger {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 2;
  }

  body.search #header.escortify-discovery-header .hamburger a {
    position: static;
    width: 30px;
    height: 30px;
    background-size: 26px 26px;
  }

  body.search .escortify-discovery-header__left {
    justify-self: center;
    align-items: center;
    gap: 0;
  }

  body.search .escortify-discovery-header__nav {
    display: none;
  }

  body.search #header.escortify-discovery-header #logo.escortify-discovery-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.search #header.escortify-discovery-header #logo.escortify-discovery-header__logo img {
    height: 40px;
    width: auto;
    max-width: none;
  }

  body.search .escortify-discovery-header__actions {
    justify-self: end;
    align-items: center;
    gap: 6px;
  }

  body.search .escortify-discovery-header__utility {
    display: inline-flex;
    margin-right: 0;
    gap: 6px;
  }

  body.search .escortify-discovery-header__link,
  body.search .escortify-discovery-header__account,
  body.search .escortify-discovery-header__cta {
    display: none !important;
  }

  body.search .escortify-discovery-header__icon-link--filters {
    display: inline-flex;
  }

  body.search .escortify-discovery-header__icon-link {
    width: 38px;
    height: 38px;
  }

  body.search .escortify-discovery-header__icon-link svg {
    width: 18px;
    height: 18px;
  }

  body.search .escortify-discovery-subnav {
    display: none !important;
  }

  body.search.escortify-mobile-header-hidden {
    --escortify-discovery-header-current-offset: 0px;
  }

  body.search.escortify-mobile-header-hidden #header.escortify-discovery-header {
    transform: translate3d(0, calc(-1 * var(--escortify-discovery-header-shell-height)), 0);
    -webkit-transform: translate3d(0, calc(-1 * var(--escortify-discovery-header-shell-height)), 0);
    pointer-events: none;
  }

  /* === CAROUSEL MOBILE OVERRIDES COMMENTED OUT ===
  body.search #carouselbox {
    padding: 18px 14px 0;
  }

  body.search #carouselbox #list {
    height: 336px !important;
    padding: 0 26px;
  }

  body.search #carouselbox .carouselSlider {
    width: calc(100% + 20px) !important;
    height: 336px !important;
    margin-left: -10px !important;
  }

  body.search #carouselbox:not(.diamond-carousel-ready):not(.diamond-carousel-fallback) .carouselSlider {
    visibility: hidden !important;
    opacity: 0;
    overflow: hidden !important;
  }

  body.search #carouselbox .carouselSlider ul li {
    width: min(44vw, 170px) !important;
    height: 320px !important;
    padding: 0 8px !important;
  }

  body.search #carouselbox .diamond_box {
    border-radius: 18px;
  }

  body.search #carouselbox .diamond_box img {
    height: 204px;
    border-radius: 18px;
  }

  body.search #carouselbox .prevCarousel,
  body.search #carouselbox .nextCarousel {
    width: 28px;
    height: 28px;
  }

  body.search #carouselbox .prevCarousel {
    left: 0;
  }

  body.search #carouselbox .nextCarousel {
    right: 0;
  }
  === END CAROUSEL MOBILE OVERRIDES ===*/

  body.search .intro_category.escortify-discovery-hero {
    min-height: auto;
    max-height: none;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
    background: #050505;
  }

  body.search .intro_category.escortify-discovery-hero::before {
    content: "";
    position: absolute;
    top: calc(-1 * var(--escortify-discovery-header-overlap));
    right: 0;
    bottom: 0;
    left: 0;
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.04) 20%, rgba(5, 5, 5, 0.12) 50%, rgba(5, 5, 5, 0.5) 82%, #050505 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, 100% 100%;
    z-index: 1;
  }

  body.search .intro_category.escortify-discovery-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 184px;
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.32) 24%, rgba(5, 5, 5, 0.74) 62%, #050505 100%);
    z-index: 2;
  }

  body.search .escortify-discovery-hero .intro_category_txt.escortify-discovery-hero__inner {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
    gap: 0;
    padding: 80px 20px calc(28px + env(safe-area-inset-bottom));
    z-index: 3;
  }

  body.search .escortify-discovery-hero .intro_cat_mini.escortify-discovery-hero__content {
    width: min(100%, 324px);
    margin: 0;
  }

  body.search .escortify-discovery-hero .intro_cat_mini.escortify-discovery-hero__content::before {
    top: -72px;
    left: -96px;
    width: 420px;
    height: 420px;
    filter: blur(44px);
  }

  body.search .escortify-discovery-hero .intro_cat_mini.escortify-discovery-hero__content::after {
    content: none;
  }

  body.search .escortify-discovery-hero__eyebrow {
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 12px;
    font-size: 12px;
  }

  body.search .escortify-discovery-hero__subheadline {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.2;
  }

  body.search .escortify-discovery-hero__eyebrow::before {
    width: 7px;
    height: 7px;
  }

  body.search .escortify-discovery-hero .intro_category_txt h1 {
    max-width: none;
    margin-bottom: 10px;
    font-size: clamp(1.62rem, 6.8vw, 2.08rem);
    line-height: 1.0 !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.36);
  }

  body.search .escortify-discovery-hero .intro_category_txt h1 .pinknew {
    margin-top: -4px;
    font-family: "S\00F6hne", sans-serif;
    font-weight: 400;
    font-size: 0.78em;
    letter-spacing: 0;
    opacity: 0.92;
  }

  body.search .escortify-discovery-hero .intro_category_txt p {
    max-width: none;
    font-size: 0.92rem !important;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.86);
    text-shadow: 0 8px 26px rgba(0, 0, 0, 0.3);
  }

  body.search .escortify-discovery-hero__actions {
    margin-top: 18px;
  }

  body.search .escortify-discovery-hero .lisakuulutus a {
    width: auto !important;
    justify-content: center;
    padding: 11px 24px;
    border-radius: 999px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(255, 51, 102, 0.3);
  }

  body.search .escortify-discovery-hero__visual {
    position: absolute;
    top: calc(-1 * var(--escortify-discovery-header-overlap));
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + var(--escortify-discovery-header-overlap));
    padding-top: 0;
    z-index: -2;
    pointer-events: none;
  }

  body.search .escortify-discovery-hero__card {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border: none;
    border-radius: 0;
    background: #050505;
    box-shadow: none;
    z-index: -2;
  }

  body.search .escortify-discovery-hero__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.4) 0%, rgba(5, 5, 5, 0.24) 42%, rgba(5, 5, 5, 0.3) 100%),
      linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.14) 34%, rgba(5, 5, 5, 0.4) 100%);
    pointer-events: none;
    z-index: 1;
  }

  body.search .escortify-discovery-hero__card img,
  body.search .escortify-discovery-hero__card video,
  body.search .escortify-discovery-hero.wellington-escorts .escortify-discovery-hero__card img,
  body.search .escortify-discovery-hero.wellington-escorts .escortify-discovery-hero__card video,
  body.search .escortify-discovery-hero.hamilton-escorts .escortify-discovery-hero__card img,
  body.search .escortify-discovery-hero.hamilton-escorts .escortify-discovery-hero__card video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 85% 18%;
    filter: saturate(0.94) brightness(0.92);
  }

  body.search .escortify-discovery-hero.escorts-christchurch .escortify-discovery-hero__card img,
  body.search .escortify-discovery-hero.escorts-christchurch .escortify-discovery-hero__card video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 28%;
    transform: scale(1.13) translate3d(30%, 14%, 0);
    transform-origin: top right;
    filter: saturate(0.94) brightness(0.92);
  }

  body.search .escortify-discovery-hero.wellington-escorts .escortify-discovery-hero__card img,
  body.search .escortify-discovery-hero.wellington-escorts .escortify-discovery-hero__card video {
    object-position: 100% 28%;
    transform: scale(1.05) translateX(18%);
    transform-origin: top right;
  }

  body.search .escortify-discovery-hero.auckland-escorts .escortify-discovery-hero__card img,
  body.search .escortify-discovery-hero.auckland-escorts .escortify-discovery-hero__card video {
    object-position: 100% 14%;
    transform: scale(1.09) translateX(22%);
    transform-origin: center center;
  }

  body.search .escortify-discovery-hero.shemale-trans-new-zealand .escortify-discovery-hero__card img,
  body.search .escortify-discovery-hero.shemale-trans-new-zealand .escortify-discovery-hero__card video {
    object-position: 62% 18%;
  }
}

/* ── Sort menu bottom-sheet on mobile ── */
@media (max-width: 768px) {
  body.search .cat-sort-menu {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding: 14px 16px 24px !important;
    border: none !important;
    border-radius: 22px 22px 0 0 !important;
    background: #0D0D11 !important;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4) !important;
    transform: translateY(20px) !important;
    transform-origin: bottom center !important;
    z-index: 1200 !important;
  }

  body.search .cat-sort-dropdown.open .cat-sort-menu {
    transform: translateY(0) !important;
    animation: sortSheetUp 0.25s cubic-bezier(0.23, 1, 0.32, 1) !important;
  }

  /* Remove bottom nav top radius when sort is open so they merge */
  body.search .cat-filter-bar.sort-open ~ .bnav .bnav__shell,
  body.search.sort-panel-open .bnav .bnav__shell {
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.search .cat-sort-menu .cat-sort-option {
    padding: 10px 12px !important;
    gap: 9px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    box-shadow: none !important;
  }

  body.search .cat-sort-menu .cat-sort-option-icon {
    width: 36px !important;
    height: 36px !important;
  }

  body.search .cat-sort-menu .cat-sort-option-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  body.search .cat-sort-menu .cat-sort-option-label {
    font-size: 14px !important;
  }

  body.search .cat-sort-menu .cat-sort-option-desc {
    font-size: 12px !important;
  }

  body.search .cat-sort-menu .cat-sort-menu-inner {
    gap: 6px !important;
  }

  body.search .cat-sort-menu .cat-sort-menu-header {
    padding: 0 4px 8px !important;
    font-size: 9px !important;
  }
}

@keyframes sortSheetUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

body.search .cat-filter-bar.sticky-filters {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  opacity: 0;
  transform: translateY(-10px) scale(0.985);
  transform-origin: top center;
  pointer-events: none;
  transition: top 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

body.search .cat-filter-bar.sticky-filters.filters-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

body.search .cat-filter-bar.sticky-filters.filters-hidden {
  opacity: 0;
  transform: translateY(-10px) scale(0.985);
  pointer-events: none;
}

@keyframes escortifyFadeInUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  body.search .cat-filter-bar.sticky-filters {
    top: calc(var(--escortify-discovery-header-current-offset, var(--escortify-discovery-header-shell-height)) + 8px);
    bottom: auto;
    left: 0;
    right: 0;
    padding: 0 3%;
    box-sizing: border-box;
    z-index: 1200;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top center;
  }

  body.search .cat-filter-bar.sticky-filters.filters-visible {
    transform: translateY(0) scale(1);
  }

  body.search .cat-filter-bar.sticky-filters.filters-hidden {
    transform: translateY(-10px) scale(0.985);
  }

  body.search .cat-filter-bar.sticky-filters .cat-filter-inner {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin: 0;
    padding: 0;
    gap: 10px 8px;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
  }

  body.search .cat-filter-bar.sticky-filters .cat-search-box {
    order: 1;
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: none;
  }

  body.search .cat-filter-bar.sticky-filters .cat-search-form {
    width: 100%;
    height: 44px;
    min-height: 44px;
    max-width: 100%;
    gap: 8px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.search .cat-filter-bar.sticky-filters .cat-search-input {
    color: #5f6670;
    font-size: 14px;
  }

  body.search .cat-filter-bar.sticky-filters .cat-search-input::placeholder {
    color: #8b929c;
  }

  body.search .cat-filter-bar.sticky-filters .cat-search-icon {
    color: #141414;
  }

  body.search .cat-filter-bar.sticky-filters .cat-search-icon svg {
    width: 16px;
    height: 16px;
  }

  body.search .cat-filter-bar.sticky-filters .cat-sort-dropdown {
    order: 2;
    grid-column: 1 / span 2;
    position: relative;
    z-index: 30;
    width: 100%;
    flex: 1 1 0;
    min-width: 0;
  }

  body.search .cat-filter-bar.sticky-filters .cat-sort-trigger-area {
    width: 100%;
    min-height: 44px;
    height: 44px;
    padding: 0 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    color: #141414;
  }

  body.search .cat-filter-bar.sticky-filters .cat-all-filters {
    order: 3;
    grid-column: 3 / span 2;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    height: 44px;
    padding: 0 14px;
    box-sizing: border-box;
    overflow: visible;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    color: #141414;
  }

  body.search .cat-filter-bar.sticky-filters .cat-filter-pills {
    order: 4;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    gap: 6px;
    padding: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  body.search .cat-filter-bar.sticky-filters .cat-pill {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    height: 40px;
    justify-content: center;
    gap: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    color: #141414;
  }

  body.search .cat-filter-bar.sticky-filters .cat-pill span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: -0.01em;
  }

  body.search .cat-filter-bar.sticky-filters .cat-pill svg {
    width: 12px;
    height: 12px;
  }

  body.search .cat-filter-bar.sticky-filters .cat-filter-pills .cat-pill:nth-child(3),
  body.search .cat-filter-bar.sticky-filters .cat-filter-pills .cat-pill:nth-child(4) {
    gap: 0;
  }

  body.search .cat-filter-bar.sticky-filters .cat-filter-pills .cat-pill:nth-child(3) svg,
  body.search .cat-filter-bar.sticky-filters .cat-filter-pills .cat-pill:nth-child(4) svg {
    display: none;
  }

  body.search .cat-filter-bar.sticky-filters .cat-all-filters svg {
    width: 14px;
    height: 14px;
  }

  body.search .cat-filter-bar.sticky-filters .cat-all-filters span {
    font-size: 12px;
  }

  body.search .cat-filter-bar.sticky-filters .cat-filter-badge {
    top: -4px;
    right: -2px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    z-index: 2;
  }

  body.search .cat-filter-bar.sticky-filters .cat-pill.active,
  body.search .cat-filter-bar.sticky-filters .cat-pill.active:hover,
  body.search .cat-filter-bar.sticky-filters .cat-all-filters.has-filters,
  body.search .cat-filter-bar.sticky-filters .cat-all-filters.has-filters:hover {
    background: #141414;
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(20, 20, 20, 0.18);
    color: #ffffff;
  }

  body.search .cat-filter-bar.sticky-filters .cat-pill.active span,
  body.search .cat-filter-bar.sticky-filters .cat-pill.active svg,
  body.search .cat-filter-bar.sticky-filters .cat-all-filters.has-filters span,
  body.search .cat-filter-bar.sticky-filters .cat-all-filters.has-filters svg {
    color: #ffffff;
    opacity: 1;
  }

  body.search .cat-filter-bar.sticky-filters .cat-sort-menu {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
    top: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px 16px 24px !important;
    background: #0D0D11 !important;
    border-radius: 22px 22px 0 0 !important;
    border: none !important;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4) !important;
    transform: translateY(20px) !important;
    transform-origin: bottom center !important;
    z-index: 1200 !important;
  }

  body.search .cat-filter-bar.sticky-filters .cat-sort-dropdown.open .cat-sort-menu {
    transform: translateY(0) !important;
    animation: sortSheetUp 0.25s cubic-bezier(0.23, 1, 0.32, 1) !important;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar {
    position: fixed;
    top: calc(var(--escortify-discovery-header-current-offset) + 8px) !important;
    left: 0;
    right: 0;
    width: 100%;
    max-height: none;
    margin: 0 !important;
    padding: 10px 0 12px;
    overflow: visible;
    z-index: 1220;
    transform: none !important;
    pointer-events: auto;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar.sticky-filters,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar.filters-visible,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar.filters-hidden {
    transform: none !important;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar::before {
    content: "";
    position: absolute;
    inset: 0 3%;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(52, 52, 58, 0.94), rgba(26, 26, 32, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
      0 24px 48px rgba(0, 0, 0, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    pointer-events: none;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-filter-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin: 0;
    padding: 12px calc(3% + 10px) 0;
    gap: 10px 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-search-box,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-filter-pills {
    grid-column: 1 / -1;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-dropdown {
    grid-column: 1 / span 2;
    position: relative;
    z-index: 30;
    width: 100%;
    min-width: 0;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-all-filters {
    grid-column: 3 / span 2;
    width: 100%;
    min-width: 0;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-search-form,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-trigger-area,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-all-filters,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-pill {
    background: linear-gradient(135deg, rgba(20, 20, 26, 0.96), rgba(28, 28, 34, 0.93));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 10px 24px rgba(0, 0, 0, 0.24);
    color: #ffffff;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-search-form {
    width: 100%;
    height: 44px;
    min-height: 44px;
    max-width: 100%;
    gap: 8px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-trigger-area,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-all-filters {
    width: 100%;
    min-height: 44px;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-trigger-area {
    padding: 0 12px;
    gap: 6px;
    box-sizing: border-box;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-filter-pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    min-width: 0;
    overflow: visible;
    padding: 0;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-pill {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    justify-content: center;
    gap: 5px;
    padding-left: 6px;
    padding-right: 6px;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-filter-pills .cat-pill:nth-child(3),
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-filter-pills .cat-pill:nth-child(4) {
    gap: 0;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-filter-pills .cat-pill:nth-child(3) svg,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-filter-pills .cat-pill:nth-child(4) svg {
    display: none;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-search-form:focus-within,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-dropdown.open .cat-sort-trigger-area,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-pill.active,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-pill.active:hover,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-all-filters.has-filters,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-all-filters.has-filters:hover {
    background: linear-gradient(135deg, rgba(14, 14, 18, 0.98), rgba(22, 22, 28, 0.96));
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 12px 28px rgba(0, 0, 0, 0.32);
    color: #ffffff;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-trigger-area,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-trigger,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-label,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-trigger-value,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-trigger-chevron,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-icon-svg,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-search-icon,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-all-filters,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-all-filters span,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-pill,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-pill span {
    color: #ffffff;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-search-input,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-search-clear {
    color: rgba(255, 255, 255, 0.9);
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-search-input::placeholder {
    color: rgba(255, 255, 255, 0.56);
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-pill svg,
  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-all-filters svg {
    color: #ffffff;
    opacity: 0.86;
  }

  body.search.guest-mobile-search-collapsed.guest-mobile-search-open #catFilterBar .cat-sort-menu {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
    top: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px 16px 24px !important;
    background: #0D0D11 !important;
    border-radius: 22px 22px 0 0 !important;
    border: none !important;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4) !important;
    transform: translateY(20px) !important;
    transform-origin: bottom center !important;
    z-index: 1200 !important;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay {
    display: none;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay {
    display: block;
    position: fixed;
    top: auto !important;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 !important;
    padding: 14px 0 24px;
    overflow: visible;
    z-index: 1220;
    transform: none !important;
    pointer-events: auto;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay.sort-open {
    z-index: 1230;
  }

  body.search.guest-mobile-search-overlay-open .cat-filter-bar.sticky-filters {
    pointer-events: none;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay::before {
    content: "";
    position: absolute;
    inset: 0 0 -24px 0;
    border-radius: 22px 22px 0 0;
    background: #0D0D11;
    border: none;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-filter-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin: 0;
    padding: 12px calc(3% + 10px) 0;
    gap: 10px 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-search-box,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-filter-pills {
    grid-column: 1 / -1;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-dropdown {
    grid-column: 1 / span 2;
    position: relative;
    z-index: 30;
    width: 100%;
    min-width: 0;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-all-filters {
    grid-column: 3 / span 2;
    width: 100%;
    min-width: 0;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-search-form,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-trigger-area,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-all-filters,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-pill {
    background: linear-gradient(135deg, rgba(20, 20, 26, 0.78), rgba(28, 28, 34, 0.68));
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 10px 24px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px) saturate(155%);
    -webkit-backdrop-filter: blur(16px) saturate(155%);
    color: #ffffff;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-search-form {
    width: 100%;
    height: 44px;
    min-height: 44px;
    max-width: 100%;
    gap: 8px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-trigger-area,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-all-filters {
    width: 100%;
    min-height: 44px;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-trigger-area {
    padding: 0 12px;
    gap: 6px;
    box-sizing: border-box;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-filter-pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    min-width: 0;
    overflow: visible;
    padding: 0;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-pill {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    justify-content: center;
    gap: 5px;
    padding-left: 6px;
    padding-right: 6px;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-filter-pills .cat-pill:nth-child(3),
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-filter-pills .cat-pill:nth-child(4) {
    gap: 0;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-filter-pills .cat-pill:nth-child(3) svg,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-filter-pills .cat-pill:nth-child(4) svg {
    display: none;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-search-form:focus-within,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-dropdown.open .cat-sort-trigger-area,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-pill.active,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-pill.active:hover,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-all-filters.has-filters,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-all-filters.has-filters:hover {
    background: linear-gradient(135deg, rgba(16, 16, 22, 0.86), rgba(24, 24, 30, 0.78));
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 12px 28px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px) saturate(165%);
    -webkit-backdrop-filter: blur(18px) saturate(165%);
    color: #ffffff;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-trigger-area,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-trigger,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-label,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-trigger-value,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-trigger-chevron,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-icon-svg,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-search-icon,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-all-filters,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-all-filters span,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-pill,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-pill span {
    color: #ffffff;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-search-input,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-search-clear {
    color: rgba(255, 255, 255, 0.9);
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-search-input::placeholder {
    color: rgba(255, 255, 255, 0.56);
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-pill svg,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-all-filters svg {
    color: #ffffff;
    opacity: 0.86;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-menu {
    top: calc(100% + 8px);
    bottom: auto;
    transform: translateY(-8px);
    transform-origin: top left;
  }
}

/* Companies page — white background behind listing cards */
body.custom #bpr-seller .bpr-inside-all {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 16px;
}

@media (max-width: 768px) {
  body.search {
    --escortify-mobile-bottom-ribbon-height: 12px;
  }

  body.search.has-mobile-bottom-nav {
    --escortify-mobile-bottom-ribbon-height: calc(78px + env(safe-area-inset-bottom, 0px));
  }

  body.search.guest-mobile-search-collapsed #catFilterBar {
    display: block !important;
    max-height: none !important;
    margin: 12px 0 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    overflow: visible !important;
  }

  body.search .cat-filter-bar.sticky-filters,
  body.search .cat-filter-bar.sticky-filters.filters-visible,
  body.search .cat-filter-bar.sticky-filters.filters-hidden {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto;
    width: auto;
    margin: 12px 0 0 !important;
    padding: 0;
    box-sizing: border-box;
    z-index: auto;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  body.search .cat-filter-bar.sticky-filters::before {
    display: none !important;
  }

  body.search .cat-filter-bar.sticky-filters .cat-filter-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay {
    display: block !important;
    position: fixed;
    top: auto !important;
    bottom: calc(var(--escortify-mobile-bottom-ribbon-height) - 6px) !important;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: calc(100% - 24px);
    margin: 0 !important;
    padding: 0 0 8px;
    box-sizing: border-box;
    z-index: 1140;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    overflow: visible;
    transition:
      transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
      opacity 0.22s ease,
      visibility 0.22s ease;
    background: transparent !important;
    background-image: none !important;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay.sort-open {
    z-index: 1160;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay::before,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay::before {
    inset: 0 0 -6px 0;
    border-radius: 28px 28px 0 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01)),
      rgba(13, 13, 17, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    box-shadow: 0 -20px 42px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(22px) saturate(170%);
    -webkit-backdrop-filter: blur(22px) saturate(170%);
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay .cat-filter-inner,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-filter-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 16px 0;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay .cat-search-form,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-search-form {
    padding: 0 14px;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay .cat-sort-trigger-area,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-trigger-area,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-dropdown.open .cat-sort-trigger-area {
    background: #0D0D11;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 10px 22px rgba(0, 0, 0, 0.18);
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay .cat-search-input,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-search-input {
    min-width: 0;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay .cat-sort-menu,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-menu {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
    top: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px 16px 24px !important;
    background: #0D0D11 !important;
    border-radius: 22px 22px 0 0 !important;
    border: none !important;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4) !important;
    transform: translateY(20px) !important;
    transform-origin: bottom center !important;
    z-index: 1200 !important;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .cat-sort-dropdown.open .cat-sort-menu {
    transform: translateY(0) !important;
    animation: sortSheetUp 0.25s cubic-bezier(0.23, 1, 0.32, 1) !important;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay .ss-dropdown,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay .ss-dropdown {
    top: auto;
    bottom: calc(100% + 10px);
    max-height: min(340px, 42vh);
    transform-origin: bottom center;
    animation: escortifyFadeInUp 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay[data-guest-filters-removed="true"]::before,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"]::before {
    background: rgba(13, 13, 17, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 0;
    box-shadow: 0 -12px 24px rgba(0, 0, 0, 0.18);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-filter-inner,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-filter-inner {
    gap: 10px 10px;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-sort-dropdown,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-sort-dropdown {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-all-filters,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-all-filters {
    display: none !important;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-search-form,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-search-form,
  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-sort-trigger-area,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-sort-trigger-area,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-sort-dropdown.open .cat-sort-trigger-area,
  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-pill,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-pill {
    background: #17171c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-sort-menu,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-sort-menu {
    background: #111116 !important;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.28) !important;
    transform: none !important;
    animation: none !important;
  }

  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"] .cat-sort-dropdown.open .cat-sort-menu {
    transform: none !important;
    animation: none !important;
  }

  body.search.guest-mobile-search-overlay-available #catGuestSearchOverlay[data-guest-filters-removed="true"] .ss-dropdown,
  body.search.guest-mobile-search-overlay-open #catGuestSearchOverlay[data-guest-filters-removed="true"] .ss-dropdown {
    animation: none;
  }

  /* iPhone/WebKit can reveal the page fallback while long category content is still painting.
     Keep the search page dark only through the hero/filter zone, then switch the page surface
     to the same light listing background used by the sections below. */
  body.search #page {
    background-color: #f2f2f2;
    background-image: linear-gradient(
      180deg,
      #050505 0,
      #050505 760px,
      #f2f2f2 760px,
      #f2f2f2 100%
    );
    background-repeat: no-repeat;
  }
}

/* iOS perf: replace blur with solid bg on sticky filter bar (mobile) */
@media (max-width: 1023px) {
  body.search .cat-filter-bar.sticky-filters .cat-filter-inner {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(13, 13, 17, 0.92);
  }
}
