.venue-view-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0.65rem 0 0.85rem;
}

.kesfet-location-filter-group > .venue-view-toolbar {
  flex: 0 0 auto;
  align-self: center;
  margin: 0;
}

.kesfet-location-filter-group[hidden] {
  display: none !important;
}

.venue-view-filter-row,
.venue-view-favorites-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-width: 0;
}

.venue-view-filter-row {
  flex: 1 1 auto;
}

.venue-view-filter-row > .istanbul-active-pills {
  display: contents !important;
}

.venue-view-filter-row > .istanbul-active-pills .istanbul-active-pill[aria-label="Puan"],
.venue-view-filter-row > .istanbul-active-pills .istanbul-active-pill[aria-label="Puan Sayısı"],
.venue-view-filter-row > .istanbul-active-pills .istanbul-active-pill[aria-label^="Kategori:"] {
  display: none !important;
}

.venue-view-filter-row > .venue-view-toolbar,
.venue-view-favorites-row > .venue-view-toolbar {
  flex: 0 0 auto;
  margin: 0;
}

.venue-view-favorites-row {
  margin-bottom: 1rem;
}

.venue-view-favorites-row > .favorites-meta {
  margin: 0 !important;
}

.venue-view-toolbar-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.venue-view-toggle {
  display: inline-flex;
  gap: 0.3rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.venue-view-toggle-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #858b90;
  font-family: inherit;
  font-size: 0.77rem;
  font-weight: 800;
  cursor: pointer;
}

.venue-view-toggle-icon {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
}

.venue-view-toggle-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.venue-view-toggle-button.is-active {
  border-color: #dce2e6;
  background: #f4f6f7;
  color: #011d36;
  box-shadow: 0 1px 4px rgba(1, 29, 54, 0.08);
}

.venue-view-filter-button.has-active-filters::after {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #e31b23;
  content: "";
}

.venue-view-filter-icon {
  border-radius: 6px;
}

body.venue-filter-open {
  overflow: hidden;
}

.venue-filter-layer {
  position: fixed;
  inset: 0;
  z-index: 10050;
}

.venue-filter-layer[hidden] {
  display: none !important;
}

.venue-filter-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 16, 18, 0.56);
  backdrop-filter: blur(1px);
}

.venue-filter-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(calc(100% - 32px), 430px);
  max-height: min(760px, calc(100dvh - 40px));
  overflow: auto;
  border: 1px solid #dedde2;
  border-radius: 22px;
  background: #fff;
  color: #151518;
  box-shadow: 0 28px 80px rgba(15, 16, 18, 0.22);
  transform: translate(-50%, -50%);
}

.venue-filter-header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 26px;
  border-bottom: 0;
  background: #fff;
}

html body .venue-filter-dialog .venue-filter-header h2:not(#typography-override) {
  margin: 0;
  color: #151518 !important;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0;
}

.venue-filter-close {
  display: inline-grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  border-radius: 50%;
  background: #f4f3f6;
  color: #55555a;
  font: 400 1.45rem/1 inherit;
  cursor: pointer;
}

.venue-filter-form {
  padding: 0 26px 26px;
}

.venue-filter-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.venue-filter-group {
  display: grid;
  gap: 0;
  min-width: 0;
  padding: 16px;
  border: 1px solid #dedde2;
  border-radius: 18px;
  background: #f5f4f7;
  color: #242427;
  transition: border-color 0.16s ease;
}

.venue-filter-group:has(.venue-filter-select.is-open) {
  border-color: #c8c7cc;
}

html body .venue-filter-dialog .venue-filter-group h3:not(#typography-override) {
  margin: 0 0 12px;
  color: #242427 !important;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.venue-filter-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #242427;
}

.venue-filter-field:first-of-type {
  padding-top: 0;
}

.venue-filter-field:last-child {
  padding-bottom: 0;
}

.venue-filter-field + .venue-filter-field {
  border-top: 1px solid #dedde2;
}

.venue-filter-field-label {
  color: #77757b;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.2;
}

.venue-filter-sort-field {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 16px;
}

.venue-filter-sort-field .venue-filter-field-label {
  color: #242427;
  font-size: 1rem;
}

.venue-filter-sort-options {
  display: inline-flex;
  gap: 8px;
}

.venue-filter-sort-button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid #d8d7dc;
  border-radius: 10px;
  background: #fff;
  color: #5d5b61;
  font: 400 1.25rem/1 inherit;
  cursor: pointer;
  transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.venue-filter-sort-button:hover {
  border-color: #a9a7ad;
  background: #f9f9fa;
  color: #151518;
}

.venue-filter-sort-button.is-active,
.venue-filter-sort-button[aria-pressed="true"] {
  border-color: #151518;
  background: #151518;
  color: #fff;
}

.venue-filter-select {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
}

.venue-filter-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.venue-filter-select-trigger {
  width: 100%;
  min-height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #242427;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font: 500 1rem/1.25 inherit;
  text-align: left;
  cursor: pointer;
}

.venue-filter-select-trigger:disabled {
  color: #969499;
  cursor: not-allowed;
}

.venue-filter-select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venue-filter-select-chevron {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: #8d8b91;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.16s ease;
}

.venue-filter-select.is-open .venue-filter-select-chevron {
  transform: rotate(180deg);
}

.venue-filter-select-menu {
  display: grid;
  gap: 10px;
}

.venue-filter-select-menu[hidden] {
  display: none !important;
}

.venue-filter-select-options {
  max-height: 230px;
  overflow-y: auto;
  border: 1px solid #d8d7dc;
  border-radius: 12px;
  background: #fff;
  scrollbar-width: thin;
}

.venue-filter-select-option {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 0;
  border-top: 1px solid #e5e4e7;
  background: #fff;
  color: #4f4e53;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font: 400 0.94rem/1.25 inherit;
  text-align: left;
  cursor: pointer;
}

.venue-filter-select-option:first-child {
  border-top: 0;
}

.venue-filter-select-option:hover,
.venue-filter-select-option[aria-selected="true"] {
  background: #f4f3f6;
  color: #151518;
}

.venue-filter-select-option[aria-selected="true"]::after {
  color: #77757b;
  content: "✓";
}

.venue-filter-select-option:disabled {
  color: #aaa8ad;
  cursor: not-allowed;
}

.venue-filter-select-empty {
  margin: 0;
  padding: 14px;
  color: #969499;
  font-size: 0.88rem;
}

.venue-filter-select.is-disabled {
  opacity: 0.7;
}

.venue-filter-select-trigger:focus-visible,
.venue-filter-select-option:focus-visible,
.venue-filter-sort-button:focus-visible,
.venue-filter-close:focus-visible,
.venue-filter-actions button:focus-visible,
.venue-view-filter-button:focus-visible {
  outline: 3px solid rgba(21, 21, 24, 0.16);
  outline-offset: 2px;
}

.venue-filter-status {
  min-height: 1.2em;
  margin: 14px 0 0;
  color: #77757b;
  font-size: 0.78rem;
  font-weight: 400;
}

.venue-filter-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 12px;
  padding-top: 18px;
  border-top: 0;
}

.venue-filter-actions button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font: 500 0.92rem/1 inherit;
  cursor: pointer;
}

.venue-filter-reset {
  border: 1px solid transparent;
  background: #f4f3f6;
  color: #77757b;
}

.venue-filter-submit {
  border: 1px solid #09090a;
  background: #09090a;
  color: #fff;
}

.venue-filter-submit:hover {
  background: #242427;
}

.venue-view-toggle-button:focus-visible,
.venue-swipe-controls button:focus-visible,
.venue-swipe-end button:focus-visible {
  outline: 3px solid rgba(1, 92, 137, 0.28);
  outline-offset: 2px;
}

.istanbul-results-layout.is-swipe-view {
  position: relative !important;
  display: block !important;
}

.istanbul-results-grid.venue-swipe-deck {
  position: relative !important;
  display: block !important;
  width: min(100%, 470px) !important;
  height: var(--venue-swipe-deck-height, 390px);
  margin: 0 auto !important;
  padding: 0 10px 30px !important;
  overflow: visible;
  isolation: isolate;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card {
  --venue-swipe-x: 0px;
  --venue-swipe-y: 0px;
  --venue-swipe-rotation: 0deg;
  --venue-swipe-feedback: 0;
  position: absolute !important;
  top: 0;
  left: 50%;
  z-index: 1;
  width: min(calc(100% - 20px), 430px) !important;
  max-width: 430px !important;
  margin: 0 !important;
  transform-origin: 50% 92%;
  will-change: transform, opacity;
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-current,
.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-current:hover {
  z-index: 4;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  cursor: grab;
  transform: translateX(calc(-50% + var(--venue-swipe-x))) translateY(var(--venue-swipe-y)) rotate(var(--venue-swipe-rotation)) !important;
  box-shadow: 0 12px 30px rgba(1, 29, 54, 0.16), 0 3px 10px rgba(1, 29, 54, 0.08) !important;
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-current:active {
  cursor: grabbing;
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-dragging {
  cursor: grabbing;
  transition: none !important;
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-next {
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) !important;
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-next-two {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) !important;
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-past,
.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) scale(0.9) !important;
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-dismissing,
.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-returning {
  transition: transform 560ms cubic-bezier(0.22, 0.8, 0.28, 1), opacity 500ms ease !important;
}

/* The list cards are forced to 169px by venue-card-airbnb.css on desktop and
   125px on mobile. The swipe deck deliberately restores a single large card. */
html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) {
  display: block !important;
  grid-template-columns: none !important;
  width: min(100%, 470px) !important;
  min-width: 0 !important;
  max-width: 470px !important;
  gap: 0 !important;
  margin-inline: auto !important;
  overflow: visible !important;
  touch-action: pan-y !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) > .istanbul-venue-card {
  position: absolute !important;
  display: flex !important;
  flex-direction: column !important;
  width: min(calc(100% - 20px), 430px) !important;
  min-width: 0 !important;
  max-width: 430px !important;
  height: clamp(500px, calc(100dvh - 185px), 760px) !important;
  min-height: 500px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: #111 !important;
  touch-action: pan-y !important;
  -webkit-user-drag: none;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) > .istanbul-venue-card.is-swipe-current,
html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) > .istanbul-venue-card.is-swipe-current:hover {
  box-shadow: 0 12px 30px rgba(1, 29, 54, 0.16), 0 3px 10px rgba(1, 29, 54, 0.08) !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-media,
html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-image {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  pointer-events: auto;
  touch-action: pan-y !important;
  -webkit-user-drag: none;
  user-select: none;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  flex: none !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  background: #17191b !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-media::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(8, 11, 13, 0) 38%, rgba(8, 11, 13, 0.18) 56%, rgba(8, 11, 13, 0.92) 100%);
  content: "";
  pointer-events: none;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  object-fit: cover !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-image:is(.is-placeholder, [src*="no-image-icon"]) {
  padding: 22% !important;
  background: #f3f3f3 !important;
  object-fit: contain !important;
  box-sizing: border-box !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-favorite-button {
  display: none !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-card-details {
  position: absolute !important;
  right: 0 !important;
  bottom: 126px !important;
  left: 0 !important;
  z-index: 3 !important;
  display: flex !important;
  flex: none !important;
  flex-direction: column !important;
  align-items: stretch !important;
  align-content: normal !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  gap: 8px !important;
  padding: 20px 22px 14px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-card-head,
html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-meta-row,
html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-order-links {
  display: none !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-title-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 12px !important;
  margin: 0 !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-title {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-title-link:not(#typography-override) {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 1.42rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-rating-badge:not([hidden]) {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 29px !important;
  min-height: 29px !important;
  margin: 0 !important;
  padding: 0 9px !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 999px !important;
  background: rgba(14, 17, 19, 0.58) !important;
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-address-text:not([hidden]) {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-chips-row {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 0 !important;
  gap: 8px !important;
  margin: auto 0 0 !important;
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-current::after {
  position: absolute;
  top: 22px;
  z-index: 8;
  display: grid;
  place-items: center;
  min-width: 108px;
  min-height: 46px;
  padding: 0 15px;
  border: 4px solid currentColor;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  opacity: var(--venue-swipe-feedback);
  pointer-events: none;
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-current[data-swipe-direction="right"]::after {
  right: 18px;
  color: #d94b4b;
  content: attr(data-swipe-label);
  transform: rotate(7deg);
}

.istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card.is-swipe-current[data-swipe-direction="left"]::after {
  left: 18px;
  color: #16845b;
  content: attr(data-swipe-label);
  transform: rotate(-7deg);
}

.venue-swipe-controls {
  width: min(100%, 470px);
  margin: 0.5rem auto 1.4rem;
}

body.venue-swipe-view-active .istanbul-venue-card > .venue-swipe-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  margin: 0;
  padding: 8px 18px 12px;
  border-top: 0;
  background: transparent;
  box-sizing: border-box;
}

.venue-swipe-controls[hidden] {
  display: none !important;
}

body.venue-swipe-view-active .aramabul-photo-hover-preview {
  display: none !important;
}

.venue-swipe-progress {
  margin: 0;
  color: #6b747a;
  font-size: 0.76rem;
  font-weight: 700;
}

.venue-swipe-action svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.venue-swipe-hand-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 7px 20px rgba(1, 29, 54, 0.1);
}

.venue-swipe-hand-icon::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: currentColor;
  -webkit-mask: url("/assets/swipe-hand.png") center / contain no-repeat;
  mask: url("/assets/swipe-hand.png") center / contain no-repeat;
}

.venue-swipe-hand-icon--left::before {
  transform: scaleX(-1);
}

.venue-swipe-action:disabled {
  opacity: 0.35;
  cursor: default;
}

.venue-swipe-action-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(1.2rem, 8vw, 2.75rem);
}

body.venue-swipe-view-active .istanbul-venue-card > .venue-swipe-controls .venue-swipe-action-row {
  justify-content: space-around;
  gap: 0.75rem;
}

body.venue-swipe-view-active .istanbul-venue-card > .venue-swipe-controls .venue-swipe-action {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
}

body.venue-swipe-view-active .istanbul-venue-card > .venue-swipe-controls .venue-swipe-action svg:not(.venue-swipe-arrow-icon),
body.venue-swipe-view-active .istanbul-venue-card > .venue-swipe-controls .venue-swipe-hand-icon {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(20, 22, 24, 0.7);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

body.venue-swipe-view-active .istanbul-venue-card > .venue-swipe-controls .venue-swipe-action--previous {
  color: #ff8a8a;
}

body.venue-swipe-view-active .istanbul-venue-card > .venue-swipe-controls .venue-swipe-action--favorite {
  color: #ff6378;
}

body.venue-swipe-view-active .istanbul-venue-card > .venue-swipe-controls .venue-swipe-action--next {
  color: #63dcae;
}

.venue-swipe-action {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #566168;
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  cursor: pointer;
}

.venue-swipe-action svg {
  width: 27px;
  height: 27px;
  padding: 12px;
  overflow: visible;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: #fff;
  box-sizing: content-box;
  box-shadow: 0 7px 20px rgba(1, 29, 54, 0.1);
}

.venue-swipe-action svg.venue-swipe-arrow-icon {
  display: block;
  width: 38px;
  height: 38px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid #aeb3b7;
  border-radius: 50%;
  background: #d7dadd;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(1, 29, 54, 0.09);
  color: #4f555a;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.venue-swipe-action--previous {
  color: #d94b4b;
}

.venue-swipe-action--previous .venue-swipe-hand-icon {
  background: rgba(217, 75, 75, 0.12);
}

.venue-swipe-action--next {
  color: #16845b;
}

.venue-swipe-action--next .venue-swipe-hand-icon {
  background: rgba(22, 132, 91, 0.14);
}

.venue-swipe-action--favorite {
  color: #566168;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.venue-swipe-action--favorite .venue-swipe-favorite-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 4px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.venue-swipe-action--favorite.is-saved .venue-swipe-favorite-icon {
  content: url("/assets/fav.png?v=20260827-saved-red-01");
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(5354%) hue-rotate(348deg) brightness(96%) contrast(94%);
  opacity: 1;
}

.venue-swipe-action:not(:disabled):hover svg,
.venue-swipe-action:not(:disabled):hover .venue-swipe-hand-icon {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(1, 29, 54, 0.16);
}

.venue-swipe-action:not(:disabled):hover .venue-swipe-favorite-icon {
  transform: translateY(-2px);
}

.venue-swipe-progress {
  margin-top: 0.7rem;
  text-align: center;
}

body.venue-swipe-view-active .istanbul-venue-card > .venue-swipe-controls .venue-swipe-progress {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 400;
}

.venue-swipe-end {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  display: grid;
  width: min(calc(100% - 32px), 390px);
  gap: 0.65rem;
  padding: 2rem 1.25rem;
  border: 1px solid #dfe4e7;
  border-radius: 18px;
  background: #fff;
  color: #011d36;
  text-align: center;
  box-shadow: 0 16px 40px rgba(1, 29, 54, 0.12);
  transform: translate(-50%, -50%);
}

.venue-swipe-end[hidden] {
  display: none !important;
}

.venue-swipe-end span {
  color: #68727a;
  font-size: 0.82rem;
  line-height: 1.5;
}

.venue-swipe-end > div {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.25rem;
}

.venue-swipe-end button {
  min-height: 38px;
  padding: 0 0.85rem;
  border: 1px solid #ccd4d9;
  border-radius: 999px;
  background: #fff;
  color: #011d36;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.venue-swipe-end button:last-child {
  border-color: #011d36;
  background: #011d36;
  color: #fff;
}

@media (min-width: 768px) {
  html body.istanbul-discovery-page.venue-swipe-view-active
    > header.global-header-band
    ~ main.istanbul-discovery-shell {
    padding-top: 15px !important;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active
    :is(.istanbul-results-head-container, .venue-view-favorites-row) {
    box-sizing: border-box !important;
    min-height: 38px !important;
    align-items: center !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active
    :is(.venue-view-filter-row, .venue-view-favorites-row) {
    min-height: 38px !important;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active
    :is(.venue-view-filter-row, .venue-view-favorites-row)
    > .venue-view-toolbar {
    margin: 0 0 0 auto !important;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active
    .istanbul-results-layout.is-swipe-view {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  html.venue-swipe-scroll-locked,
  html.venue-swipe-scroll-locked body {
    height: 100% !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  html.venue-swipe-scroll-locked
    :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b),
  html.venue-swipe-scroll-locked
    :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b)
    > .istanbul-venue-card,
  html.venue-swipe-scroll-locked
    :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b)
    .istanbul-venue-media,
  html.venue-swipe-scroll-locked
    :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b)
    .istanbul-venue-image {
    touch-action: none !important;
  }

  html body.mobile-bottom-nav-visible:has(.istanbul-venue-card) .mobile-bottom-nav-v3,
  html body:has(.istanbul-venue-card) .mobile-bottom-nav-v3 {
    border-top: 0 !important;
  }

  .venue-view-toolbar {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }

  .kesfet-location-filter-group.has-venue-view-toolbar {
    flex-wrap: nowrap !important;
  }

  .kesfet-location-filter-group.has-venue-view-toolbar > .venue-view-toolbar {
    margin: 0;
  }

  .kesfet-location-filter-group.has-venue-view-toolbar > .kesfet-location-select {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
  }

  .kesfet-location-filter-group > .venue-view-toolbar .venue-view-toggle-button {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }

  .kesfet-location-filter-group > .venue-view-toolbar .venue-view-toggle-icon {
    width: 21px;
    height: 21px;
  }

  .venue-filter-dialog {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: min(91dvh, 820px);
    border-width: 1px 0 0;
    border-radius: 24px 24px 0 0;
    transform: none;
  }

  .venue-filter-header {
    min-height: 76px;
    padding: 16px 20px 0;
  }

  .venue-filter-header::before {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 42px;
    height: 5px;
    border-radius: 999px;
    background: #dddce0;
    content: "";
    transform: translateX(-50%);
  }

  .venue-filter-form {
    padding: 0 16px 18px;
  }

  .venue-filter-grid {
    gap: 14px;
    padding: 0;
  }

  .venue-filter-actions {
    position: sticky;
    bottom: -18px;
    z-index: 2;
    margin-inline: -16px;
    padding: 14px 16px calc(16px + env(safe-area-inset-bottom));
    border-top: 1px solid #e2e1e4;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(15, 16, 18, 0.06);
  }

  .venue-filter-actions button {
    min-height: 54px;
  }

  .venue-filter-reset {
    flex: 0 0 auto;
    padding-inline: 16px !important;
  }

  .venue-filter-submit {
    flex: 1 1 auto;
  }

  .istanbul-results-grid.venue-swipe-deck {
    width: 100% !important;
    height: var(--venue-swipe-deck-height, 350px);
    padding-inline: 0 !important;
  }

  .istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card {
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
  }

  html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-inline: calc(50% - 50vw) !important;
    padding-inline: 0 !important;
  }

  html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) > .istanbul-venue-card {
    width: 100vw !important;
    max-width: 100vw !important;
    height: clamp(460px, calc(100dvh - 210px), 700px) !important;
    min-height: 460px !important;
    border-radius: 0 !important;
  }

  html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-card-details {
    bottom: var(--venue-swipe-details-bottom, 80px) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
    min-height: 0 !important;
    padding: 18px 18px 12px !important;
  }

  html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-title-row {
    display: contents !important;
  }

  html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-title {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-rating-badge:not([hidden]) {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: end !important;
  }

  html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-address-text:not([hidden]) {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: center !important;
    width: auto !important;
  }

  html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-title-link:not(#typography-override) {
    font-size: 1.16rem !important;
  }

  html body.istanbul-discovery-page :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) .istanbul-venue-address-text:not([hidden]) {
    font-size: 0.9rem !important;
  }

  .venue-swipe-controls {
    width: min(100%, 400px);
    margin-top: 0.1rem;
  }

  body.venue-swipe-view-active .istanbul-venue-card > .venue-swipe-controls {
    width: 100%;
    margin: 0;
    padding: 6px 14px 10px;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active:has(#nearbyCategorySelect)
    > header.global-header-band
    ~ main.istanbul-discovery-shell {
    padding-top: 0 !important;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active:has(#nearbyCategorySelect)
    .istanbul-results-head-container {
    position: relative !important;
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: none !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    margin-inline: calc(50% - 50vw) !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #fff !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active .nearby-mobile-toolbar {
    display: grid !important;
    box-sizing: border-box !important;
    grid-template-columns: minmax(72px, 1fr) auto auto !important;
    width: 100% !important;
    height: 52px !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 7px 8px 15px !important;
    background: #fff !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active .nearby-mobile-toolbar
    #nearbyCategorySelect {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active .nearby-mobile-toolbar
    #pagination {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active .nearby-mobile-toolbar
    .venue-view-toolbar {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active
    .nearby-mobile-toolbar:has(#nearbyCategorySelect[hidden]) {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active
    .nearby-mobile-toolbar:has(#nearbyCategorySelect[hidden])
    #pagination {
    grid-column: 1 !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active
    .nearby-mobile-toolbar:has(#nearbyCategorySelect[hidden])
    .venue-view-toolbar {
    grid-column: 2 !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active
    .nearby-mobile-toolbar:has(#nearbyCategorySelect[hidden])
    .venue-view-toolbar {
    justify-self: end !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active .nearby-mobile-toolbar
    .venue-view-toggle-button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active .nearby-mobile-toolbar
    .venue-view-toggle-icon {
    width: 21px !important;
    height: 21px !important;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active:has(#nearbyCategorySelect)
    .istanbul-results-head-container
    > .istanbul-results-head {
    position: absolute !important;
    top: 68px !important;
    right: 10px !important;
    left: 10px !important;
    z-index: 12 !important;
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active:has(#nearbyCategorySelect)
    #locationMessage.istanbul-location-message:not(:empty) {
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 6px 9px !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14) !important;
    font-size: 0.68rem !important;
    line-height: 1.2 !important;
    backdrop-filter: blur(8px);
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active .venue-view-filter-row {
    display: none !important;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active:has(#nearbyCategorySelect)
    #nearbyCategorySelect {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 34px !important;
    margin: 0 !important;
    padding-right: 24px !important;
    font-size: 0.72rem !important;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active:has(#nearbyCategorySelect)
    .venue-view-toolbar {
    width: auto !important;
    margin: 0 !important;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active:has(#nearbyCategorySelect)
    #pagination.aramabul-pagination {
    width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active .nearby-mobile-toolbar
    #pagination {
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active .nearby-mobile-toolbar
    #pagination[hidden] {
    display: none !important;
  }

  html body.istanbul-discovery-page.nearby-mobile-toolbar-active .istanbul-results-shell {
    gap: 0 !important;
  }

  html body.istanbul-discovery-page:has(#favoritesGrid)
    > header.global-header-band
    ~ main.favorites-page-shell {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 7px 0 8px !important;
  }

  html body.istanbul-discovery-page:has(#favoritesGrid) .istanbul-results-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 15px !important;
  }

  html body.istanbul-discovery-page:has(#favoritesGrid) .favorites-results-head {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 8px !important;
  }

  html body.istanbul-discovery-page:has(#favoritesGrid) .venue-view-favorites-row {
    display: flex !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: 38px !important;
    min-height: 38px !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.istanbul-discovery-page:has(#favoritesGrid)
    .venue-view-favorites-row
    > .favorites-meta {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  html body.istanbul-discovery-page:has(#favoritesGrid)
    .venue-view-favorites-row
    > .venue-view-toolbar {
    flex: 0 0 auto !important;
    margin: 0 0 0 auto !important;
  }

  html body.istanbul-discovery-page:has(#favoritesGrid) #resultsLayout {
    margin: 0 !important;
    padding: 0 !important;
  }

  html body:is(
      .yeme-icme-page,
      .gezi-page,
      .hizmetler-page,
      .saglik-page,
      .kultur-page,
      .sanat-page
    ).istanbul-discovery-page.venue-swipe-view-active:not(.nearby-mobile-toolbar-active)
    > header.global-header-band
    ~ main.istanbul-discovery-shell {
    padding-top: 7px !important;
  }

  html body:is(
      .yeme-icme-page,
      .gezi-page,
      .hizmetler-page,
      .saglik-page,
      .kultur-page,
      .sanat-page
    ).istanbul-discovery-page.venue-swipe-view-active:not(.nearby-mobile-toolbar-active)
    .istanbul-results-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 15px !important;
  }

  html body:is(
      .yeme-icme-page,
      .gezi-page,
      .hizmetler-page,
      .saglik-page,
      .kultur-page,
      .sanat-page
    ).istanbul-discovery-page.venue-swipe-view-active:not(.nearby-mobile-toolbar-active)
    .istanbul-results-head-container {
    display: grid !important;
    box-sizing: border-box !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    grid-template-rows: 38px !important;
    width: 100vw !important;
    max-width: none !important;
    height: 38px !important;
    min-height: 38px !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    margin-inline: calc(50% - 50vw) !important;
    padding: 0 8px !important;
  }

  html body:is(
      .yeme-icme-page,
      .gezi-page,
      .hizmetler-page,
      .saglik-page,
      .kultur-page,
      .sanat-page
    ).istanbul-discovery-page.venue-swipe-view-active:not(.nearby-mobile-toolbar-active)
    .istanbul-results-head-container
    > .istanbul-results-head:has(#locationMessage:empty) {
    display: none !important;
  }

  html body:is(
      .yeme-icme-page,
      .gezi-page,
      .hizmetler-page,
      .saglik-page,
      .kultur-page,
      .sanat-page
    ).istanbul-discovery-page.venue-swipe-view-active:not(.nearby-mobile-toolbar-active)
    .venue-view-filter-row {
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: 38px !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 4px !important;
  }

  html body:is(
      .yeme-icme-page,
      .gezi-page,
      .hizmetler-page,
      .saglik-page,
      .kultur-page,
      .sanat-page
    ).istanbul-discovery-page.venue-swipe-view-active:not(.nearby-mobile-toolbar-active)
    .venue-view-filter-row
    > .istanbul-active-pills {
    min-width: 0 !important;
    overflow: hidden !important;
    flex-wrap: nowrap !important;
  }

  html body:is(
      .yeme-icme-page,
      .gezi-page,
      .hizmetler-page,
      .saglik-page,
      .kultur-page,
      .sanat-page
    ).istanbul-discovery-page.venue-swipe-view-active:not(.nearby-mobile-toolbar-active)
    .venue-view-filter-row
    > .venue-view-toolbar {
    flex: 0 0 auto !important;
    margin: 0 0 0 auto !important;
  }

  html body:is(
      .yeme-icme-page,
      .gezi-page,
      .hizmetler-page,
      .saglik-page,
      .kultur-page,
      .sanat-page
    ).istanbul-discovery-page.venue-swipe-view-active:not(.nearby-mobile-toolbar-active)
    #pagination.aramabul-pagination {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    margin: 0 !important;
  }

  html body:is(
      .yeme-icme-page,
      .gezi-page,
      .hizmetler-page,
      .saglik-page,
      .kultur-page,
      .sanat-page
    ).istanbul-discovery-page.venue-swipe-view-active:not(.nearby-mobile-toolbar-active)
    #resultsLayout {
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.istanbul-discovery-page.venue-swipe-view-active:has(#nearbyCategorySelect)
    .istanbul-results-layout.is-swipe-view {
    margin-top: 0 !important;
  }

  @media (max-width: 360px) {
    html body.istanbul-discovery-page.venue-swipe-view-active:has(#nearbyCategorySelect)
      #pagination.aramabul-pagination
      :is(.aramabul-pagination-page:not(.is-active), .aramabul-pagination-ellipsis) {
      display: none !important;
    }
  }

}

html.mobile-force-layout body.mobile-bottom-nav-visible:has(.istanbul-venue-card) .mobile-bottom-nav-v3,
html.mobile-force-layout body:has(.istanbul-venue-card) .mobile-bottom-nav-v3 {
  border-top: 0 !important;
}

body.venue-swipe-view-active:has(.venue-swipe-controls.is-mobile-dock) {
  padding-bottom: calc(158px + env(safe-area-inset-bottom, 0px)) !important;
}

body.venue-swipe-view-active .venue-swipe-controls.is-mobile-dock {
  position: fixed;
  right: 0;
  bottom: var(--venue-mobile-nav-offset, 72px);
  left: 0;
  z-index: 1390;
  display: block;
  width: 100%;
  min-height: 86px;
  margin: 0;
  padding: 10px 18px 8px;
  background: #050505;
  box-sizing: border-box;
  isolation: isolate;
}

body.venue-swipe-view-active .venue-swipe-controls.is-mobile-dock::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: -1;
  height: 72px;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.72) 62%, #050505 100%);
  content: "";
  pointer-events: none;
}

body.venue-swipe-view-active .venue-swipe-controls.is-mobile-dock .venue-swipe-action-row {
  justify-content: space-around;
  width: min(100%, 360px);
  margin: 0 auto;
  gap: 0.75rem;
}

body.venue-swipe-view-active .venue-swipe-controls.is-mobile-dock .venue-swipe-action {
  color: rgba(255, 255, 255, 0.9);
}

body.venue-swipe-view-active .venue-swipe-controls.is-mobile-dock .venue-swipe-action svg.venue-swipe-arrow-icon {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(160, 165, 169, 0.82);
  color: #303438;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
}

body.venue-swipe-view-active .venue-swipe-controls.is-mobile-dock .venue-swipe-action--favorite .venue-swipe-favorite-icon {
  filter: invert(1);
  opacity: 0.95;
}

body.venue-swipe-view-active .venue-swipe-controls.is-mobile-dock .venue-swipe-action--favorite.is-saved .venue-swipe-favorite-icon {
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(5354%) hue-rotate(348deg) brightness(96%) contrast(94%);
  opacity: 1;
}

body.venue-swipe-view-active .venue-swipe-controls.is-mobile-dock .venue-swipe-progress {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 400;
}

html.venue-swipe-scroll-locked
  body.istanbul-discovery-page
  :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b),
html.venue-swipe-scroll-locked
  body.istanbul-discovery-page
  :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b)
  > .istanbul-venue-card,
html.venue-swipe-scroll-locked
  body.istanbul-discovery-page
  :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b)
  .istanbul-venue-media,
html.venue-swipe-scroll-locked
  body.istanbul-discovery-page
  :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b)
  .istanbul-venue-image {
  touch-action: none !important;
}

html.venue-swipe-scroll-locked
  body.istanbul-discovery-page
  :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b) {
  overflow: hidden !important;
  background: #050505 !important;
}

html.venue-swipe-scroll-locked
  body.istanbul-discovery-page
  :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b)
  > .istanbul-venue-card.is-swipe-current:focus,
html.venue-swipe-scroll-locked
  body.istanbul-discovery-page
  :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b)
  > .istanbul-venue-card.is-swipe-current:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
  -webkit-tap-highlight-color: transparent;
}

html.venue-swipe-scroll-locked
  body.istanbul-discovery-page
  :is(#resultsGrid, #favoritesGrid).istanbul-results-grid.venue-swipe-deck:not(#mobile-venue-rail-a):not(#mobile-venue-rail-b)
  > .istanbul-venue-card.is-swipe-preview {
  z-index: 3 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transform: translateX(-50%) !important;
}

@media (prefers-reduced-motion: reduce) {
  .istanbul-results-grid.venue-swipe-deck > .istanbul-venue-card,
  .venue-swipe-action svg,
  .venue-swipe-hand-icon {
    transition-duration: 1ms !important;
  }

  .venue-swipe-action:not(:disabled):hover svg,
  .venue-swipe-action:not(:disabled):hover .venue-swipe-hand-icon {
    transform: none;
  }
}

body.venue-swipe-view-active .istanbul-venue-card.is-swipe-current > .venue-swipe-controls {
  z-index: 20 !important;
  isolation: isolate;
  pointer-events: auto !important;
}

body.venue-swipe-view-active .istanbul-venue-card.is-swipe-current > .venue-swipe-controls .venue-swipe-action {
  position: relative;
  z-index: 1;
  pointer-events: auto !important;
  touch-action: manipulation;
}
