/* Approved responsive grouped-tour filter page. */
body.post-type-archive-itineraries,
body.post-type-archive-itineraries #main-content {
  min-width: 0;
  background: #fff;
}

body.post-type-archive-itineraries.sx-tour-filter-open {
  overflow: hidden;
}

body.post-type-archive-itineraries .sx-product-header,
body.post-type-archive-itineraries .sx-product-header * {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.post-type-archive-itineraries .sx-product-header {
  position: relative;
  z-index: 50;
  top: auto;
  width: 100%;
  height: 72px;
  border: 0;
  background: #fff;
}

body.post-type-archive-itineraries .sx-product-header__inner {
  display: flex;
  width: min(calc(100% - 48px), 1296px);
  height: 72px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}

body.post-type-archive-itineraries .sx-product-header__brand,
body.post-type-archive-itineraries .sx-product-header__identity,
body.post-type-archive-itineraries .sx-product-header__currency,
body.post-type-archive-itineraries .sx-product-header__account {
  display: inline-flex;
  align-items: center;
  color: #000;
}

body.post-type-archive-itineraries .sx-product-header__brand {
  gap: 7px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.post-type-archive-itineraries .sx-product-header__logo {
  display: block;
  width: 38px;
  height: 46px;
  object-fit: contain;
}

body.post-type-archive-itineraries .sx-product-header__brand-name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

body.post-type-archive-itineraries .sx-product-header__identity {
  gap: 18px;
}

body.post-type-archive-itineraries .sx-product-header__currency {
  gap: 8px;
  white-space: nowrap;
}

body.post-type-archive-itineraries .sx-product-header__currency img {
  width: 32px;
  height: 17px;
  object-fit: cover;
}

body.post-type-archive-itineraries .sx-product-header__currency strong {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

body.post-type-archive-itineraries .sx-product-header__account {
  gap: 10px;
  color: #000;
}

body.post-type-archive-itineraries .sx-product-header__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

body.post-type-archive-itineraries .sx-product-header__account-copy {
  display: grid;
  gap: 1px;
  color: #000;
  line-height: 1;
}

body.post-type-archive-itineraries .sx-product-header__account-copy strong,
body.post-type-archive-itineraries .sx-product-header__account-copy small {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

body.post-type-archive-itineraries .sx-product-header__account-copy small {
  color: #aaa;
  text-transform: uppercase;
}

.sx-tour-catalog,
.sx-tour-catalog * {
  box-sizing: border-box;
}

.sx-tour-catalog {
  --sx-tour-blue: #2d83c5;
  --sx-tour-blue-dark: #2578b8;
  --sx-tour-line: #c3c3c3;
  position: relative;
  min-height: calc(100vh - 72px);
  overflow: clip;
  background: #fff;
  color: #000;
}

.sx-tour-catalog__shell {
  width: min(calc(100% - 48px), 1296px);
  margin-inline: auto;
}

.sx-tour-breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-top: 18px;
  color: #000;
  font-size: 14px;
}

.sx-tour-breadcrumb a {
  color: #165c8a;
}

.sx-tour-catalog__content {
  width: min(100%, 1152px);
  margin: 58px auto 0;
}

.sx-tour-catalog h1 {
  margin: 0 0 25px;
  color: #000;
  font-size: 45px;
  font-weight: 760;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.sx-tour-search {
  display: grid;
  height: 52px;
  grid-template-columns: 44px minmax(0, 1fr) 146px;
  align-items: center;
  padding: 3px;
  border: 1.5px solid var(--sx-tour-line);
  border-radius: 999px;
  background: #fff;
}

.sx-tour-search > .sx-icon {
  width: 23px;
  height: 23px;
  margin-left: 10px;
  color: #606060;
  stroke-width: 1.35;
}

.sx-tour-search input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 10px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 18px;
}

.sx-tour-search input::placeholder {
  color: #d0d2d4;
  opacity: 1;
}

.sx-tour-search button {
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #e9e9ee;
  color: #1478be;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.sx-tour-desktop-filters {
  position: relative;
  z-index: 12;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px;
}

.sx-tour-filter-control {
  position: relative;
  flex: 0 0 auto;
}

.sx-tour-filter-trigger {
  display: inline-flex;
  height: 43px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid var(--sx-tour-blue);
  border-radius: 999px;
  background: #fff;
  color: #1776ba;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}

.sx-tour-filter-trigger.is-selected {
  padding-inline: 22px;
  border-color: var(--sx-tour-blue);
  background: var(--sx-tour-blue);
  color: #fff;
}

.sx-tour-filter-trigger i,
.sx-tour-mobile-field select,
.sx-tour-filter-panel select {
  appearance: none;
}

.sx-tour-filter-trigger i {
  width: 9px;
  height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
  transition: transform 160ms ease;
}

.sx-tour-filter-trigger[aria-expanded="true"] i {
  transform: translateY(3px) rotate(225deg);
}

.sx-tour-filter-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 16px);
  left: 0;
  display: flex;
  width: 460px;
  min-height: 330px;
  flex-direction: column;
  padding: 28px 24px 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
}

.sx-tour-filter-panel[hidden] {
  display: none;
}

.sx-tour-filter-panel h2 {
  margin: 0 0 24px;
  font-size: 23px;
  font-weight: 760;
  line-height: 1.2;
}

.sx-tour-filter-panel select,
.sx-tour-filter-panel input,
.sx-tour-mobile-field select,
.sx-tour-mobile-field input,
.sx-tour-type-picker > button {
  width: 100%;
  height: 64px;
  border: 1px solid #878787;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 15px;
}

.sx-tour-type-picker {
  position: relative;
}

.sx-tour-type-picker > button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 21px;
  background: #fff;
  cursor: pointer;
}

.sx-tour-type-picker > button i {
  width: 11px;
  height: 11px;
  border-right: 1.7px solid #111;
  border-bottom: 1.7px solid #111;
  transform: translateY(-3px) rotate(45deg);
}

.sx-tour-type-picker > button[aria-expanded="true"] i {
  transform: translateY(3px) rotate(225deg);
}

.sx-tour-type-picker [role="listbox"] {
  position: absolute;
  z-index: 4;
  top: calc(100% + 2px);
  right: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #a2a2a2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.12);
}

.sx-tour-type-picker [role="listbox"][hidden] {
  display: none;
}

.sx-tour-type-picker [role="option"] {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 26px;
  border: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
}

.sx-tour-type-picker [role="option"]:hover,
.sx-tour-type-picker [role="option"]:focus-visible {
  background: #f3f6f8;
}

.sx-tour-filter-panel select,
.sx-tour-mobile-field select {
  padding: 0 52px 0 18px;
  background-image:
    linear-gradient(45deg, transparent 50%, #111 50%),
    linear-gradient(135deg, #111 50%, transparent 50%);
  background-position:
    calc(100% - 23px) 28px,
    calc(100% - 16px) 28px;
  background-repeat: no-repeat;
  background-size: 7px 7px, 7px 7px;
}

.sx-tour-filter-panel input,
.sx-tour-mobile-field input {
  padding: 0 18px;
  text-align: center;
}

.sx-tour-filter-panel__footer {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid #aaa;
}

.sx-tour-filter-panel__footer button,
.sx-tour-mobile-sheet__apply {
  width: 100%;
  height: 62px;
  border: 0;
  border-radius: 6px;
  background: var(--sx-tour-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.sx-tour-duration-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.sx-tour-sort {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 45px;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 0 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
}

.sx-tour-sort button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 18px;
  cursor: pointer;
}

.sx-tour-sort button.is-active {
  color: #237fc2;
  font-weight: 760;
}

.sx-tour-results {
  display: grid;
  gap: 30px;
  padding: 106px 0 84px;
}

.sx-tour-empty {
  padding: 76px 24px;
  border: 1px solid #d8dde3;
  border-radius: 20px;
  background: #f6f9fd;
  text-align: center;
}

.sx-tour-empty h2 {
  margin: 0;
  font-size: 23px;
}

.sx-tour-empty p {
  margin: 12px 0 0;
  color: #59636e;
  font-size: 15px;
}

.sx-tour-catalog .navigation.pagination {
  margin: -48px 0 84px;
}

.sx-tour-catalog .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sx-tour-catalog .page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid #ccd3da;
  border-radius: 8px;
  color: #111;
  text-decoration: none;
}

.sx-tour-catalog .page-numbers.current {
  border-color: #237fc2;
  background: #237fc2;
  color: #fff;
}

.sx-tour-product-card {
  display: grid;
  min-height: 380px;
  grid-template-columns: minmax(360px, 39%) minmax(0, 1fr);
  gap: 34px;
  padding: 15px;
  border: 1px solid #cbd1d8;
  border-radius: 14px;
  background: #f3f8ff;
  box-shadow: 0 4px 10px rgba(20, 40, 60, 0.22);
}

.sx-tour-product-card__media {
  min-height: 350px;
  overflow: hidden;
  border-radius: 13px;
}

.sx-tour-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sx-tour-product-card__content {
  position: relative;
  min-width: 0;
  padding: 18px 14px 92px 0;
}

.sx-tour-product-card__id {
  position: absolute;
  top: 0;
  right: 0;
  color: #c7ccd3;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.sx-tour-product-card__location {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding-right: 215px;
  color: #e36125;
  font-size: 20px;
  line-height: 1.25;
}

.sx-tour-product-card__location .sx-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  stroke-width: 1.7;
}

.sx-tour-product-card h2 {
  margin: 14px 0 0;
  color: #01060d;
  font-size: 25px;
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.sx-tour-product-card__subtitle {
  margin: 14px 0 0;
  color: #111;
  font-size: 18px;
  line-height: 1.4;
}

.sx-tour-product-card__features {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.sx-tour-product-card__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #111;
  font-size: 18px;
  line-height: 1.35;
}

.sx-tour-product-card__features .sx-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  color: #111;
  stroke-width: 1.45;
}

.sx-tour-product-card__action {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 208px;
  gap: 5px;
}

.sx-tour-product-card__price {
  display: flex;
  min-height: 55px;
  align-items: baseline;
  justify-content: flex-end;
  margin: 0;
  color: #e36125;
  line-height: 1;
  white-space: nowrap;
}

.sx-tour-product-card__price span,
.sx-tour-product-card__price small {
  font-size: 22px;
  font-weight: 400;
}

.sx-tour-product-card__price strong {
  margin-inline: 7px;
  font-size: 40px;
  font-weight: 760;
}

.sx-tour-product-card__price.is-pending strong {
  margin-inline: 0;
  font-size: 32px;
}

.sx-tour-product-card__action a {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #e36125;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.sx-tour-product-card__action a:hover {
  background: #ca521d;
  color: #fff;
}

.sx-tour-mobile-filter-trigger,
.sx-tour-mobile-overlay,
.sx-tour-mobile-sheet {
  display: none;
}

.sx-tour-search button:focus-visible,
.sx-tour-filter-trigger:focus-visible,
.sx-tour-sort button:focus-visible,
.sx-tour-filter-panel button:focus-visible,
.sx-tour-product-card__action a:focus-visible,
.sx-tour-mobile-filter-trigger:focus-visible,
.sx-tour-mobile-sheet button:focus-visible,
.sx-tour-mobile-sheet select:focus-visible,
.sx-tour-mobile-sheet input:focus-visible {
  outline: 3px solid rgba(45, 131, 197, 0.45);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  body.post-type-archive-itineraries .sx-product-header {
    height: 68px;
  }

  body.post-type-archive-itineraries .sx-product-header__inner {
    width: calc(100% - 46px);
    height: 68px;
  }

  body.post-type-archive-itineraries .sx-product-header__brand-name {
    display: none;
  }

  body.post-type-archive-itineraries .sx-product-header__brand {
    position: relative;
    width: 48px;
    height: 34px;
  }

  body.post-type-archive-itineraries .sx-product-header__brand::before {
    position: absolute;
    inset: 7px 8px;
    background: url("../images/shuxing-sx-black.png") center / contain no-repeat;
    content: "";
  }

  body.post-type-archive-itineraries .sx-product-header__logo {
    opacity: 0;
  }

  body.post-type-archive-itineraries .sx-product-header__identity {
    gap: 10px;
  }

  body.post-type-archive-itineraries .sx-product-header__currency {
    gap: 5px;
  }

  body.post-type-archive-itineraries .sx-product-header__currency img {
    width: 45px;
    height: 22px;
  }

  body.post-type-archive-itineraries .sx-product-header__currency strong {
    font-size: 14px;
  }

  body.post-type-archive-itineraries .sx-product-header__avatar {
    width: 42px;
    height: 42px;
  }

  body.post-type-archive-itineraries .sx-product-header__account-copy strong,
  body.post-type-archive-itineraries .sx-product-header__account-copy small {
    max-width: 88px;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sx-tour-catalog {
    min-height: calc(100vh - 68px);
  }

  .sx-tour-catalog__shell {
    width: calc(100% - 46px);
  }

  .sx-tour-breadcrumb {
    gap: 9px;
    padding-top: 17px;
    font-size: 14px;
  }

  .sx-tour-catalog__content {
    margin-top: 60px;
  }

  .sx-tour-catalog h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.18;
  }

  .sx-tour-search {
    height: 50px;
    grid-template-columns: 44px minmax(0, 1fr) 82px;
    padding: 3px;
    border-width: 1.5px;
  }

  .sx-tour-search > .sx-icon {
    width: 23px;
    height: 23px;
    margin-left: 10px;
  }

  .sx-tour-search input {
    height: 42px;
    padding-inline: 8px;
    font-size: 13px;
  }

  .sx-tour-search button {
    height: 42px;
    font-size: 14px;
  }

  .sx-tour-desktop-filters {
    display: none;
  }

  .sx-tour-mobile-filter-trigger {
    display: inline-flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
    padding: 0 27px;
    border: 1.5px solid #343434;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 14px;
    cursor: pointer;
  }

  .sx-tour-mobile-filter-trigger .sx-icon {
    width: 22px;
    height: 22px;
    color: #8b4d98;
  }

  .sx-tour-sort {
    min-height: 47px;
    gap: 16px;
    margin-top: 14px;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }

  .sx-tour-sort button {
    font-size: 16px;
    white-space: nowrap;
  }

  .sx-tour-results {
    gap: 22px;
    padding: 40px 0 54px;
  }

  .sx-tour-empty {
    padding: 52px 18px;
  }

  .sx-tour-empty h2 {
    font-size: 20px;
  }

  .sx-tour-catalog .navigation.pagination {
    margin: -28px 0 54px;
  }

  .sx-tour-product-card {
    display: block;
    min-height: 0;
    padding: 7px 7px 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(20, 40, 60, 0.16);
  }

  .sx-tour-product-card__media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 0.955 / 1;
    border-radius: 8px;
  }

  .sx-tour-product-card__media img {
    object-position: center;
  }

  .sx-tour-product-card__content {
    padding: 0 12px;
  }

  .sx-tour-product-card__id {
    position: static;
    display: block;
    margin: 10px 0 22px;
    font-size: 11px;
    text-align: right;
  }

  .sx-tour-product-card__location {
    gap: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 650;
  }

  .sx-tour-product-card__location .sx-icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .sx-tour-product-card h2 {
    margin-top: 10px;
    font-size: 23px;
    line-height: 1.35;
  }

  .sx-tour-product-card__subtitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  .sx-tour-product-card__features {
    margin-top: 20px;
  }

  .sx-tour-product-card__features li {
    gap: 12px;
    font-size: 16px;
  }

  .sx-tour-product-card__features .sx-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .sx-tour-product-card__action {
    position: static;
    width: 100%;
    margin-top: 48px;
  }

  .sx-tour-product-card__price {
    display: none;
  }

  .sx-tour-product-card__action a {
    width: 100%;
    min-height: 60px;
    font-size: 13px;
  }

  .sx-tour-mobile-overlay {
    position: fixed;
    z-index: 9998;
    inset: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
  }

  .sx-tour-mobile-overlay[hidden],
  .sx-tour-mobile-sheet[hidden] {
    display: none;
  }

  .sx-tour-mobile-sheet {
    position: fixed;
    z-index: 9999;
    inset: max(24px, env(safe-area-inset-top)) 0 0;
    display: flex;
    width: 100%;
    max-height: calc(100dvh - max(24px, env(safe-area-inset-top)));
    flex-direction: column;
    border-radius: 22px 22px 0 0;
    background: #fff;
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.18);
  }

  .sx-tour-mobile-sheet > header {
    display: flex;
    min-height: 64px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 24px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  }

  .sx-tour-mobile-sheet > header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 760;
  }

  .sx-tour-mobile-sheet > header button {
    position: relative;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .sx-tour-mobile-sheet > header button::before,
  .sx-tour-mobile-sheet > header button::after {
    position: absolute;
    top: 21px;
    left: 8px;
    width: 28px;
    height: 2px;
    background: #111;
    content: "";
  }

  .sx-tour-mobile-sheet > header button::before {
    transform: rotate(45deg);
  }

  .sx-tour-mobile-sheet > header button::after {
    transform: rotate(-45deg);
  }

  .sx-tour-mobile-sheet__body {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 24px 24px max(24px, env(safe-area-inset-bottom));
  }

  .sx-tour-mobile-field {
    display: block;
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #aaa;
  }

  .sx-tour-mobile-field + .sx-tour-mobile-field {
    padding-top: 20px;
  }

  .sx-tour-mobile-field > strong {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.2;
  }

  .sx-tour-mobile-field select,
  .sx-tour-mobile-field input {
    height: 50px;
    border-color: #999;
    border-radius: 10px;
    color: #888;
    font-size: 14px;
    font-weight: 650;
  }

  .sx-tour-mobile-field select {
    background-position:
      calc(100% - 23px) 20px,
      calc(100% - 16px) 20px;
    background-size: 7px 7px, 7px 7px;
  }

  .sx-tour-mobile-field .sx-tour-duration-fields {
    gap: 22%;
  }

  .sx-tour-mobile-field .sx-tour-duration-fields input {
    color: #111;
    font-weight: 400;
  }

  .sx-tour-mobile-sheet__apply {
    height: 50px;
    min-height: 50px;
    margin-top: 28px;
    flex: 0 0 auto;
    border-radius: 7px;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  body.post-type-archive-itineraries .sx-product-header__inner,
  .sx-tour-catalog__shell {
    width: calc(100% - 40px);
  }

  body.post-type-archive-itineraries .sx-product-header__currency img {
    width: 32px;
    height: 17px;
  }

  body.post-type-archive-itineraries .sx-product-header__avatar {
    width: 34px;
    height: 34px;
  }

  body.post-type-archive-itineraries .sx-product-header__account-copy strong,
  body.post-type-archive-itineraries .sx-product-header__account-copy small {
    max-width: 68px;
    font-size: 11px;
  }

  .sx-tour-catalog__content {
    margin-top: 44px;
  }

  .sx-tour-catalog h1 {
    font-size: 32px;
  }

  .sx-tour-search {
    grid-template-columns: 44px minmax(0, 1fr) 82px;
  }

  .sx-tour-search input {
    font-size: 13px;
  }

  .sx-tour-sort {
    gap: 16px;
    padding-inline: 15px;
  }

  .sx-tour-sort button {
    font-size: 16px;
  }

  .sx-tour-mobile-sheet > header {
    min-height: 64px;
    padding-inline: 20px 16px;
  }

  .sx-tour-mobile-sheet > header h2 {
    font-size: 18px;
  }

  .sx-tour-mobile-sheet__body {
    padding: 20px 20px max(20px, env(safe-area-inset-bottom));
  }

  .sx-tour-mobile-field > strong {
    font-size: 16px;
  }

  .sx-tour-mobile-field select,
  .sx-tour-mobile-field input {
    font-size: 14px;
  }
}
