:root {
	--ije-blue: #042C91;
	--ije-blue-dark: #021d61;
	--ije-gold: #FFB400;
	--ije-gold-soft: #FFF7E3;
	--ije-text: #171717;
	--ije-muted: #6b7280;
	--ije-line: #e8edf3;
	--ije-bg: #f6f8fb;
	--ije-card: #ffffff;
	--ije-radius: 22px;
	--ije-shadow: 0 18px 45px rgba(20, 33, 61, .10);
	--ije-soft-shadow: 0 10px 30px rgba(20, 33, 61, .08);
	--ije-sticky-top: 0px;
}

.ije-location-page {
	background: var(--ije-bg);
	color: var(--ije-text);
	padding-bottom: 3rem
}

.ije-location-page a {
	text-decoration: none
}

.ije-location-breadcrumbs {
	padding: 1.25rem 0;
	color: #fff
}

.ije-location-breadcrumbs a,
.ije-location-breadcrumbs span {
	color: #fff
}

.ije-hero-shell {
	position: relative;
	padding: 0 0 6rem;
	color: #fff;
	background-size: cover;
	/*background-position: center center*/
	background-position: bottom center;
}

.ije-hero-shell:before {
	content: "";
	position: absolute;
	inset: 0;
	/*background: linear-gradient(135deg, rgba(4, 44, 145, .88), rgba(2, 29, 97, .92))*/
	background: radial-gradient(circle at top left, rgba(0,168,232,.22), transparent 30%), linear-gradient(90deg, rgba(7,24,39,.92) 0%, rgba(7,24,39,.72) 20%, rgba(7,24,39,.36) 80%);
}

.ije-hero-shell>.container {
	position: relative;
	z-index: 1
}

.ije-hero-content-wrap {
	padding: 2rem 0 3rem
}

.ije-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .45rem .78rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .22);
	color: #fff;
	font-weight: 700;
	font-size: .9rem
}

.ije-location-page h1 {
	font-weight: 900;
	letter-spacing: -.045em;
	max-width: 850px;
	font-size: clamp(2.4rem, 4vw, 4rem);
	margin: 1rem 0
}

.ije-hero-subhead {
	font-size: 1.1rem;
	font-weight: 700;
	color: rgba(255, 255, 255, .92);
	max-width: 760px;
	margin-bottom: .65rem
}

.ije-hero-lead {
	color: rgba(255, 255, 255, .88);
	max-width: 760px;
	font-size: 1.05rem
}

.ije-hero-stats {
	display: flex;
	gap: .9rem;
	flex-wrap: wrap;
	margin-top: 1.5rem
}

.ije-hero-stat {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 18px;
	padding: .8rem 1rem;
	min-width: 145px
}

.ije-hero-stat strong {
	display: block;
	font-size: 1.1rem;
	color: #fff
}

.ije-hero-stat span {
	display: block;
	color: rgba(255, 255, 255, .78);
	font-size: .84rem
}

.ije-location-search-shell {
	margin-top: -3.8rem;
	position: relative;
	z-index: 4
}

.ije-search-panel {
	background: #fff;
	border: 1px solid var(--ije-line);
	border-radius: 28px;
	box-shadow: var(--ije-shadow);
	padding: 1rem 1rem 1.25rem
}

.ije-search-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem
}

.ije-search-tabs {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap
}

.ije-tab {
	border: 0;
	color: var(--ije-muted);
	font-weight: 800;
	border-radius: 999px;
	padding: .65rem 1rem;
	background: #f5f7fb
}

.ije-tab.is-active {
	color: #fff;
	background: var(--ije-blue);
	box-shadow: 0 10px 24px rgba(4, 44, 145, .22)
}

.ije-search-tools {
	display: flex;
	gap: .75rem;
	align-items: center
}

.ije-filter-open {
	border: 1px solid var(--ije-line);
	border-radius: 999px;
	font-weight: 800;
	background: #fff
}

.ije-filter-open,
.ije-filter-open--desktop {
	align-items: center;
	justify-content: center;
	gap: .45rem;
	white-space: nowrap;
}

.ije-filter-open:hover,
.ije-filter-open:focus,
.ije-filter-open--desktop[aria-expanded="true"] {
	border-color: rgba(4, 44, 145, .34);
	background: #f6f8ff;
	color: var(--ije-blue);
}

.ije-filter-toggle-chevron {
	font-size: .75rem;
	transition: transform .2s ease;
}

.ije-filter-open--desktop[aria-expanded="true"] .ije-filter-toggle-chevron {
	transform: rotate(180deg);
}

.ije-filter-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.4rem;
	height: 1.4rem;
	padding: 0 .36rem;
	border-radius: 999px;
	background: var(--ije-gold);
	color: var(--ije-blue-dark);
	font-size: .72rem;
	font-weight: 900;
	line-height: 1;
}

.ije-filter-count[hidden] {
	display: none !important;
}

.ije-search-tools #ijeSortCards {
	min-width: 168px;
}

.ije-search-query-row .input-group {
	box-shadow: 0 8px 22px rgba(20, 33, 61, .05);
	border-radius: 16px;
}

.ije-search-query-row .input-group > :first-child {
	border-radius: 16px 0 0 16px;
}

.ije-search-query-row .input-group > :last-child {
	border-radius: 0 16px 16px 0;
}

.ije-search-copy p:last-child {
	margin-bottom: 0
}

.ije-desktop-filter-panel {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	margin-top: 0;
	transition: grid-template-rows .24s ease, opacity .18s ease, margin-top .24s ease;
}

.ije-desktop-filter-panel.is-open {
	grid-template-rows: 1fr;
	opacity: 1;
	margin-top: 1rem;
}

.ije-desktop-filter-panel__inner {
	min-height: 0;
	overflow: hidden;
}

.ije-filter-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 0;
	padding-top: .15rem;
}

.ije-active-filter-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	margin-top: .85rem;
	padding-top: .85rem;
	border-top: 1px solid var(--ije-line);
}

.ije-active-filter-bar[hidden] {
	display: none !important;
}

.ije-active-filter-chips {
	display: flex;
	align-items: center;
	gap: .5rem;
	flex-wrap: wrap;
}

.ije-active-filter-chip {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	min-height: 36px;
	padding: .45rem .72rem;
	border: 1px solid rgba(4, 44, 145, .16);
	border-radius: 999px;
	background: #f4f7ff;
	color: var(--ije-blue-dark);
	font-size: .84rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.ije-active-filter-chip:hover,
.ije-active-filter-chip:focus {
	background: #eaf0ff;
	border-color: rgba(4, 44, 145, .34);
	transform: translateY(-1px);
}

.ije-active-filter-chip__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(4, 44, 145, .10);
	font-size: 1rem;
	line-height: 1;
}

.ije-clear-active-filters {
	flex: 0 0 auto;
	border: 0;
	background: transparent;
	color: var(--ije-blue);
	font-size: .86rem;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ije-clear-active-filters:hover,
.ije-clear-active-filters:focus {
	color: var(--ije-blue-dark);
}

.ije-filter-box {
	border: 1px solid var(--ije-line);
	border-radius: 18px;
	padding: .85rem 1rem;
	background: #fff
}

.ije-filter-box label {
	color: var(--ije-muted);
	font-size: .76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-bottom: .2rem;
	display: block
}

.ije-filter-box select {
	border: 0;
	padding: 0;
	font-weight: 800;
	color: var(--ije-text);
	box-shadow: none !important
}

.ije-sticky-filter {
	position: sticky;
	top: var(--ije-sticky-top);
	z-index: 8;
	background: rgba(246, 248, 251, .88);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(232, 237, 243, .9);
	padding: .85rem 0;
}

.ije-results-count {
	font-weight: 900
}

.ije-chip-row {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap
}

.ije-chip {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	padding: .58rem .85rem;
	background: #fff;
	border: 1px solid var(--ije-line);
	border-radius: 999px;
	color: var(--ije-text);
	font-weight: 800;
	font-size: .9rem;
	cursor: pointer;
	transition: .18s ease
}

.ije-chip:hover,
.ije-chip.active {
	background: var(--ije-blue);
	color: #fff;
	border-color: var(--ije-blue);
	box-shadow: 0 10px 22px rgba(4, 44, 145, .16)
}

.ije-card {
	background: var(--ije-card);
	border: 1px solid var(--ije-line);
	border-radius: var(--ije-radius);
	box-shadow: var(--ije-soft-shadow);
	overflow: hidden;
	height: 100%;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
}

.ije-card:hover {
	transform: translateY(-4px);
	border-color: rgba(4, 44, 145, .24);
	box-shadow: var(--ije-shadow)
}

.ije-card-media {
	position: relative;
	aspect-ratio: 16/10;
	background: #dbe7e2;
	overflow: hidden
}

.ije-transfer-card .ije-card-media {
	aspect-ratio: 16/8.8
}

.ije-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease
}

.ije-card:hover .ije-card-media img {
	transform: scale(1.04)
}

.ije-badge-row {
	position: absolute;
	left: .85rem;
	top: .85rem;
	display: flex;
	flex-wrap: wrap;
	gap: .45rem
}

.ije-badge {
	display: inline-flex;
	align-items: center;
	gap: .3rem;
	border-radius: 999px;
	padding: .38rem .62rem;
	font-size: .76rem;
	font-weight: 900;
	background: rgba(255, 255, 255, .93);
	color: var(--ije-text);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .10)
}

.ije-badge.gold {
	background: var(--ije-gold);
	color: #2b2200
}

.ije-badge.blue {
	background: var(--ije-blue);
	color: #fff
}

.ije-card-body {
	padding: 1rem
}

.ije-rating {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	color: #946200;
	background: #fff7da;
	border: 1px solid #ffe6a1;
	border-radius: 999px;
	padding: .25rem .55rem;
	font-size: .82rem;
	font-weight: 900
}

.ije-muted {
	color: var(--ije-muted)
}

.ije-card-title {
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: -.018em;
	margin: .7rem 0 .25rem
}

.ije-card-title a {
	color: inherit
}

.ije-card-subtitle {
	color: var(--ije-muted);
	font-size: .92rem;
	min-height: 2.6em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.ije-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .55rem;
	margin: 1rem 0
}

.ije-fact {
	display: flex;
	align-items: center;
	gap: .48rem;
	color: var(--ije-text);
	font-size: .86rem;
	font-weight: 750;
	background: #f8fafc;
	border: 1px solid var(--ije-line);
	border-radius: 14px;
	padding: .55rem .62rem
}

.ije-fact i {
	color: var(--ije-blue);
	font-size: 1rem
}

.ije-price-row {
	border-top: 1px solid var(--ije-line);
	padding-top: 1rem;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: .9rem
}

.ije-price-label {
	color: var(--ije-muted);
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em
}

.ije-price {
	display: block;
	font-size: 1.45rem;
	font-weight: 950;
	color: var(--ije-text);
	letter-spacing: -.035em;
	line-height: 1
}

.ije-deposit {
	font-size: .8rem;
	color: var(--ije-blue);
	font-weight: 900;
	margin-top: .2rem
}

.ije-card-cta {
	border-radius: 14px;
	font-weight: 900;
	background: var(--ije-blue);
	color: #fff;
	border: 0;
	padding: .7rem .95rem;
	white-space: nowrap
}

.ije-card-cta:hover {
	background: var(--ije-blue-dark);
	color: #fff
}

.ije-route {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	font-size: .86rem;
	color: var(--ije-muted);
	font-weight: 850
}

.ije-route-arrow {
	width: 24px;
	height: 24px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--ije-gold-soft);
	color: var(--ije-blue)
}

.ije-trust-card {
	background: #fff;
	border: 1px solid var(--ije-line);
	border-radius: 24px;
	padding: 1.25rem;
	height: 100%;
	box-shadow: var(--ije-soft-shadow)
}

.ije-trust-card h3 {
	font-size: 1.1rem;
	font-weight: 900;
	margin: .2rem 0 .5rem
}

.ije-trust-card p {
	color: var(--ije-muted);
	margin: 0
}

.ije-trust-icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--ije-gold-soft);
	color: var(--ije-blue);
	font-size: 1.35rem;
	margin-bottom: .9rem
}

.ije-bottom-cta {
	background: radial-gradient(circle at top left, rgba(255, 180, 0, .35), transparent 28%), linear-gradient(135deg, #042C91, #021d61);
	color: #fff;
	border-radius: 28px;
	padding: 2rem;
	overflow: hidden;
	position: relative
}

.ije-bottom-cta p {
	color: rgba(255, 255, 255, .82)
}

.ije-empty-state {
	background: #fff;
	border: 1px solid var(--ije-line);
	border-radius: 22px;
	padding: 2rem;
	text-align: center;
	color: var(--ije-muted)
}

.ije-mobile-filter-actions {
	position: sticky;
	bottom: 0;
	display: flex;
	gap: .75rem;
	padding-top: 1rem;
	background: #fff;
	margin-top: 1rem
}

.ije-mobile-apply {
	background: var(--ije-blue);
	border: 0;
	color: #fff;
	font-weight: 800;
	flex: 1
}

.ije-mobile-apply:hover {
	background: var(--ije-blue-dark);
	color: #fff
}

.ije-page-mode-airport .ije-tab[data-ije-tab="tour"],
.ije-page-mode-airport .ije-chip[data-chip="tour"] {
	display: none !important
}

.ije-page-mode-cruise .ije-tab[data-ije-tab="transfer"],
.ije-page-mode-cruise .ije-chip[data-chip="transfer"] {
	display: none !important
}

@media (max-width:991.98px) {
	.ije-hero-shell {
		padding-bottom: 5rem
	}

	.ije-desktop-filter-panel,
	.ije-active-filter-bar,
	.ije-filter-grid {
		display: none !important
	}
}

@media (max-width:575.98px) {
	.ije-location-page h1 {
		font-size: 2.35rem
	}

	.ije-search-panel {
		border-radius: 22px
	}

	.ije-facts {
		grid-template-columns: 1fr
	}

	.ije-price-row {
		align-items: stretch;
		flex-direction: column
	}

	.ije-card-cta {
		width: 100%
	}
}

/* Tour / related product cards */
/* IJE polished listing cards: tighter text, stronger blue, equal heights, visible top pick */

.ije-featured-products-grid,
#ijeCardGrid {
  align-items: stretch;
}

.ije-featured-products-grid .ije-product-card,
#ijeCardGrid .ije-product-card,
.ije-product-card {
  display: flex;
}

.ije-product-card.d-none {
  display: none !important;
}

.ije-tour-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(4, 44, 145, .10) !important;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 48px rgba(4, 44, 145, .10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ije-tour-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 180, 0, .45) !important;
  box-shadow: 0 26px 64px rgba(4, 44, 145, .16);
}

.ije-tour-card--top-pick {
  position: relative;
  border: 3px solid var(--ije-gold) !important;
  box-shadow:
    0 30px 80px rgba(4, 44, 145, .24),
    0 0 0 7px rgba(255, 180, 0, .30),
    0 0 34px rgba(255, 180, 0, .48);
  transform: translateY(-3px);
}

.ije-tour-card--top-pick::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 180, 0, .35);
  z-index: 3;
}

.ije-tour-card--top-pick:hover {
  transform: translateY(-8px);
  box-shadow:
    0 36px 92px rgba(4, 44, 145, .28),
    0 0 0 8px rgba(255, 180, 0, .36),
    0 0 44px rgba(255, 180, 0, .58);
}

.ije-tour-image-wrap {
  position: relative;
  height: 215px;
  overflow: hidden;
  background: #dbe7e2;
  flex: 0 0 auto;
}

.ije-tour-image-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.ije-tour-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.ije-tour-card:hover .ije-tour-image {
  transform: scale(1.045);
  filter: saturate(1.04);
}

.ije-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .70rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .045em;
  color: #111827;
  background: linear-gradient(135deg, var(--ije-gold), #E09A00);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.ije-card-badge i {
  color: #fff;
  font-size: .78rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}

.ije-badge-top-pick {
  background: linear-gradient(135deg, #FFE082, var(--ije-gold), #E09A00);
  color: #071827;
  padding: 9px 14px;
  box-shadow: 0 12px 28px rgba(255, 180, 0, .35), 0 7px 18px rgba(0, 0, 0, .18);
}

.ije-badge-best-seller {
  background: linear-gradient(135deg, #042C91, #021d61);
  color: #fff;
}

.ije-badge-popular {
  background: linear-gradient(135deg, #008c8c, #006f6f);
  color: #fff;
}

.ije-badge-family {
  background: linear-gradient(135deg, #087f4f, #05603a);
  color: #fff;
}

.ije-badge-likely-sell-out {
  background: linear-gradient(135deg, #f97316, #dc2626);
  color: #fff;
}

.ije-badge-new {
  background: linear-gradient(135deg, #0077cc, var(--ije-blue));
  color: #fff;
}

.ije-wishlist-btn {
  position: absolute;
  top: 14px;
  right: 15px;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, .95);
  border-radius: 50%;
  background: rgba(7, 24, 39, .22);
  color: #fff;
  font-size: 1.12rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  transition: background .18s ease, transform .18s ease;
}

.ije-wishlist-btn:hover {
  background: rgba(4, 44, 145, .72);
  transform: scale(1.05);
}

.ije-tour-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px 20px 18px;
}

.ije-tour-title {
  margin: 0;
  color: #071827;
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: -.025em;
  min-height: 3.05em;
}

.ije-tour-title a {
  color: inherit;
  text-decoration: none;
}

.ije-tour-title a:hover {
  color: var(--ije-blue);
}

.ije-tour-from {
  margin: 2px 0 8px !important;
  color: var(--ije-muted);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.25;
}

.ije-tour-from a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.ije-tour-from i {
  flex: 0 0 auto;
  color: var(--ije-muted);
  font-size: .84rem;
  line-height: 1;
}

.ije-tour-from span {
  min-width: 0;
}

.ije-tour-from a:hover,
.ije-tour-from a:hover i {
  color: var(--ije-blue);
}

.ije-tour-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 8px;
  margin: 0 0 10px;
  min-height: 0;
}

.ije-tour-facts .ije-fact {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 9px;
  color: #071827;
  font-size: .74rem;
  line-height: 1.22;
  font-weight: 750;
  background: linear-gradient(180deg, #e2ecff, #d7e5ff);
  border: 1px solid rgba(4, 44, 145, .24);
  border-radius: 16px;
  min-width: 0;
}

.ije-tour-facts .ije-fact + .ije-fact {
  border-left: 1px solid rgba(4, 44, 145, .16);
  padding-left: 9px;
}

.ije-tour-facts .ije-fact strong {
  display: block;
  color: #071827;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.15;
}

.ije-tour-facts .ije-fact-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--ije-blue);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  box-shadow: 0 8px 18px rgba(4, 44, 145, .24);
}

.ije-tour-facts .ije-fact-icon i {
  color: inherit;
}

.ije-rating-row {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ije-muted);
  font-size: .82rem;
  line-height: 1.2;
  margin: 0 0 10px;
  min-height: 22px;
}

.ije-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--ije-gold);
  font-size: .92rem;
  line-height: 1;
  margin-right: 4px;
}

.ije-stars .bi-star {
  color: #d5dbe5;
}

.ije-stars .bi-star-half {
  color: var(--ije-gold);
}

.ije-rating-row strong {
  color: #071827;
  font-size: .9rem;
  font-weight: 900;
}

.ije-rating-dot {
  color: #9aa5b1;
}

.ije-rating-row--new {
  color: #7a8493;
  font-weight: 750;
}

.ije-rating-row--new i {
  color: var(--ije-gold);
  font-size: .95rem;
}

.ije-inclusions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--ije-line);
  border-radius: 18px;
  overflow: hidden;
  margin: 0 0 8px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.ije-inclusion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 8px;
  color: #071827;
  font-weight: 800;
  font-size: .72rem;
  line-height: 1.18;
  text-align: center;
  min-width: 0;
}

.ije-inclusion + .ije-inclusion {
  border-left: 1px solid var(--ije-line);
}

.ije-inclusion i {
  color: var(--ije-blue);
  font-size: 1.02rem;
  flex: 0 0 auto;
}

.ije-inclusion:nth-child(2) i {
  color: #E09A00;
}

.ije-card-footer-row {
  margin-top: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding-top: 0;
}

.ije-price {
  color: var(--ije-muted);
  line-height: 1;
  min-width: 0;
}

.ije-price span {
  display: block;
  font-size: .76rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.ije-price strong {
  display: inline-block;
  color: var(--ije-blue);
  font-size: 1.55rem;
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1;
}

.ije-price small {
  color: var(--ije-muted);
  font-size: .78rem;
  margin-left: 3px;
  white-space: nowrap;
}

.ije-check-btn {
  min-width: 152px;
  min-height: 44px;
  border: 0 !important;
  border-radius: 13px;
  padding: 11px 14px;
  background: linear-gradient(135deg, var(--ije-blue), var(--ije-blue-dark)) !important;
  color: #fff !important;
  font-weight: 900;
  font-size: .84rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(4, 44, 145, .24);
}

.ije-check-btn i {
  color: #fff;
  font-size: .92rem;
}

.ije-check-btn:hover,
.ije-check-btn:focus {
  background: linear-gradient(135deg, var(--ije-gold), #E09A00) !important;
  color: var(--ije-blue) !important;
  transform: translateY(-1px);
}

.ije-check-btn:hover i,
.ije-check-btn:focus i {
  color: var(--ije-blue);
}

.ije-card-bottom-accent {
  height: 4px;
  flex: 0 0 auto;
  margin-top: auto;
  background: linear-gradient(90deg, var(--ije-blue), var(--ije-gold));
}

.ije-sticky-filter .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  flex-wrap: wrap;
}

.ije-sticky-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-left: auto;
}

.ije-sticky-filter-toggle {
  background: var(--ije-blue);
  border-color: var(--ije-blue);
  color: #fff;
}

.ije-sticky-filter-toggle:hover,
.ije-sticky-filter-toggle.active {
  background: var(--ije-blue-dark);
  border-color: var(--ije-blue-dark);
  color: #fff;
}

.ije-sticky-filter-toggle .ije-filter-count {
  background: #fff;
  color: var(--ije-blue-dark);
}

@media (max-width: 991.98px) {
  .ije-tour-title,
  .ije-tour-from {
    min-height: 0;
  }

  .ije-sticky-actions {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .ije-tour-card {
    border-radius: 28px;
  }

  .ije-tour-image-wrap {
    height: 210px;
  }

  .ije-tour-body {
    padding: 18px;
  }

  .ije-tour-title {
    font-size: 1.16rem;
  }

  .ije-tour-facts {
    grid-template-columns: 1fr;
  }

  .ije-inclusions {
    grid-template-columns: 1fr;
  }

  .ije-inclusion {
    justify-content: flex-start;
    text-align: left;
    font-size: .78rem;
  }

  .ije-inclusion + .ije-inclusion {
    border-left: 0;
    border-top: 1px solid var(--ije-line);
  }

  .ije-card-footer-row {
    align-items: stretch;
    flex-direction: column;
  }

  .ije-check-btn {
    width: 100%;
    min-width: 0;
  }

  .ije-price strong {
    font-size: 1.7rem;
  }
}

/* Responsive hero image output: uses registered IJE image sizes via <picture>. */
.ije-hero-shell {
  overflow: hidden;
  background-position: center center;
}

.ije-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.ije-hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ije-hero-shell:before {
  z-index: 1;
}

.ije-hero-shell > .container {
  z-index: 2;
}

/* Make Top Pick more obvious than standard promo badges. */
.ije-tour-card--top-pick .ije-card-badge {
  transform: scale(1.08);
  box-shadow:
    0 14px 34px rgba(255, 180, 0, .50),
    0 7px 18px rgba(0, 0, 0, .22);
}

/*.ije-tour-card--top-pick::after {
  content: "Top Pick";
  position: absolute;
  top: 14px;
  right: -42px;
  z-index: 5;
  width: 150px;
  padding: 6px 0;
  text-align: center;
  color: #071827;
  background: linear-gradient(135deg, #FFE082, var(--ije-gold));
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: rotate(35deg);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}*/


/* Final card fixes: stronger badges, visible pickup icons, 28px radius. */
.ije-tour-card {
  border-radius: 28px !important;
}

.ije-inclusion i {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--ije-blue) !important;
  opacity: 1 !important;
}

.ije-badge-top-pick {
  background: linear-gradient(135deg, #FFE082, var(--ije-gold), #E09A00) !important;
  color: #071827 !important;
}

.ije-badge-best-seller {
  background: linear-gradient(135deg, #042C91, #021d61) !important;
  color: #fff !important;
}

.ije-badge-popular {
  background: linear-gradient(135deg, #008c8c, #006f6f) !important;
  color: #fff !important;
}

.ije-badge-family {
  background: linear-gradient(135deg, #087f4f, #05603a) !important;
  color: #fff !important;
}

.ije-tour-card--top-pick {
  position: relative;
  border: 3px solid var(--ije-gold) !important;
  box-shadow: 0 30px 80px rgba(4, 44, 145, .24), 0 0 0 7px rgba(255, 180, 0, .30), 0 0 34px rgba(255, 180, 0, .48) !important;
}

.ije-tour-card--top-pick:hover {
  box-shadow: 0 36px 92px rgba(4, 44, 145, .28), 0 0 0 8px rgba(255, 180, 0, .36), 0 0 44px rgba(255, 180, 0, .58) !important;
}


/* =========================================================
   Product Category / Tour Category Pages
   Example: /tour-category/beach/
========================================================= */

.ije-category-page {
  background: var(--ije-bg, #f6f8fb);
}

/* category hero styles here */
.ije-category-page {
  background: var(--ije-bg, #f6f8fb);
}

.ije-category-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.ije-category-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 180, 0, .22), transparent 30%),
    linear-gradient(90deg, rgba(7, 24, 39, .92) 0%, rgba(7, 24, 39, .72) 55%, rgba(7, 24, 39, .28) 100%);
}

.ije-category-hero__content {
  max-width: 820px;
  padding: 5rem 0;
}

.ije-category-hero h1 {
  font-size: clamp(2.4rem, 4vw, 4.25rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.05em;
  margin: 1rem 0;
}

.ije-category-hero__lead {
  max-width: 720px;
  font-size: 1.08rem;
  color: rgba(255,255,255,.9);
}

.ije-category-stats {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.ije-category-stats > div {
  min-width: 145px;
  padding: .8rem 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}

.ije-category-stats strong {
  display: block;
  color: #fff;
  font-weight: 900;
}

.ije-category-stats span {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: .84rem;
}

.ije-category-toolbar {
  position: sticky;
  top: var(--ije-sticky-top);
  z-index: 8;
  background: rgba(246, 248, 251, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232, 237, 243, .95);
  padding: .85rem 0;
}

.ije-category-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .ije-category-hero {
    min-height: 390px;
  }

  .ije-category-hero__content {
    padding: 4rem 0;
  }

}


/* =========================================================
   v0.9.12.7.43 - Shared tour card palette normalization
   Same component, same navy-led hierarchy on related products,
   category grids, market pages and tour listings.
========================================================= */
.ije-tour-card {
  --ije-card-primary: #042c91;
  --ije-card-primary-dark: #021d61;
  --ije-card-accent: #00a8e8;
  --ije-card-gold: #ffb400;
}

.ije-tour-card .ije-tour-facts .ije-fact-icon {
  background: linear-gradient(135deg, var(--ije-card-primary), var(--ije-card-primary-dark));
  box-shadow: 0 8px 18px rgba(4, 44, 145, .22);
}

.ije-tour-card .ije-price strong {
  color: var(--ije-card-primary);
}

.ije-tour-card .ije-check-btn {
  background: linear-gradient(135deg, var(--ije-card-primary), var(--ije-card-primary-dark)) !important;
  box-shadow: 0 10px 22px rgba(4, 44, 145, .22);
}

.ije-tour-card .ije-inclusion i {
  color: var(--ije-card-accent) !important;
}

.ije-tour-card .ije-inclusion:nth-child(2) i {
  color: #e09a00 !important;
}

.ije-tour-card .ije-card-bottom-accent {
  background: linear-gradient(90deg, var(--ije-card-accent), var(--ije-card-gold));
}

/* Airport transfer card: route fact spans the full card width. */
.ije-product-card[data-type="transfer"] .ije-tour-facts .ije-fact--full {
  grid-column: 1 / -1;
}

/* Airport transfer cards: slightly tighter fact chips. */
.ije-product-card[data-type="transfer"] .ije-tour-facts .ije-fact {
  padding: 5px 9px;
}
/* =========================================================
   v0.9.12.7.53 - Airport-only transfer finder
   Deliberately scoped to airport market pages so tour and
   cruise listing layouts remain unchanged.
========================================================= */
.ije-page-mode-airport .ije-location-search-shell {
  z-index: 12;
}

.ije-page-mode-airport .ije-transfer-finder {
  position: relative;
  padding: 1.25rem;
}

.ije-page-mode-airport .ije-transfer-finder-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.ije-page-mode-airport .ije-transfer-finder-head h2 {
  margin: .25rem 0 .3rem;
  color: #071827;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 950;
  letter-spacing: -.035em;
}

.ije-page-mode-airport .ije-transfer-finder-head p {
  margin: 0;
  max-width: 720px;
  color: var(--ije-muted);
  font-size: .92rem;
}

.ije-page-mode-airport .ije-transfer-finder-kicker {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--ije-blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.ije-page-mode-airport .ije-transfer-sort-label {
  color: var(--ije-muted);
  font-size: .72rem;
  font-weight: 850;
  white-space: nowrap;
}

.ije-page-mode-airport .ije-search-tools {
  align-items: center;
}

.ije-page-mode-airport .ije-search-tools #ijeSortCards {
  min-width: 170px;
}

.ije-page-mode-airport .ije-transfer-finder-grid {
  display: grid;
  grid-template-columns: minmax(210px, 1.05fr) minmax(300px, 1.7fr) minmax(170px, .8fr) auto;
  gap: .8rem;
  align-items: end;
}

.ije-page-mode-airport .ije-transfer-finder-field {
  min-width: 0;
}

.ije-page-mode-airport .ije-transfer-finder-field > label {
  display: block;
  margin: 0 0 .38rem;
  color: #475467;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.ije-page-mode-airport .ije-transfer-finder-static,
.ije-page-mode-airport .ije-transfer-origin-control,
.ije-page-mode-airport .ije-transfer-destination-control,
.ije-page-mode-airport .ije-transfer-select-wrap {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: .7rem;
  border: 1px solid var(--ije-line);
  border-radius: 17px;
  background: #fff;
  padding: 0 .95rem;
  box-shadow: 0 7px 18px rgba(20, 33, 61, .045);
}

.ije-page-mode-airport .ije-transfer-finder-static {
  background: #f8fafc;
  color: #071827;
  font-size: .88rem;
  font-weight: 850;
}

.ije-page-mode-airport .ije-transfer-airport-destination-static[hidden],
.ije-page-mode-airport .ije-transfer-destination-control[hidden] {
  display: none !important;
}

.ije-page-mode-airport .ije-transfer-origin-field {
  position: relative;
  z-index: 7;
}

.ije-page-mode-airport .ije-transfer-finder-static i,
.ije-page-mode-airport .ije-transfer-origin-control > i,
.ije-page-mode-airport .ije-transfer-destination-control > i,
.ije-page-mode-airport .ije-transfer-select-wrap > i {
  flex: 0 0 auto;
  color: var(--ije-blue);
  font-size: 1.05rem;
}

.ije-page-mode-airport .ije-transfer-destination-field {
  position: relative;
  z-index: 6;
}

.ije-page-mode-airport .ije-transfer-origin-control:focus-within,
.ije-page-mode-airport .ije-transfer-destination-control:focus-within {
  border-color: rgba(4, 44, 145, .55);
  box-shadow: 0 0 0 4px rgba(4, 44, 145, .09);
}

.ije-page-mode-airport .ije-transfer-origin-control input,
.ije-page-mode-airport .ije-transfer-destination-control input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  color: #071827;
  font-size: .9rem;
  font-weight: 800;
  padding: 0;
}

.ije-page-mode-airport .ije-transfer-origin-control input::placeholder,
.ije-page-mode-airport .ije-transfer-destination-control input::placeholder {
  color: #8a94a3;
  font-weight: 700;
}

.ije-page-mode-airport .ije-transfer-origin-toggle,
.ije-page-mode-airport .ije-transfer-destination-clear {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #eef3fb;
  color: var(--ije-blue);
}

.ije-page-mode-airport .ije-transfer-origin-control.is-locked {
  background: #f8fafc;
}

.ije-page-mode-airport .ije-transfer-origin-control.is-locked input,
.ije-page-mode-airport .ije-transfer-origin-control.is-locked button {
  cursor: default;
}

.ije-page-mode-airport .ije-transfer-origin-control.is-locked .ije-transfer-origin-toggle {
  opacity: .45;
}

.ije-page-mode-airport .ije-transfer-origin-menu,
.ije-page-mode-airport .ije-transfer-destination-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + .45rem);
  z-index: 40;
  max-height: 390px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--ije-line);
  border-radius: 18px;
  background: #fff;
  padding: .55rem;
  box-shadow: 0 24px 64px rgba(7, 24, 39, .18);
}

.ije-page-mode-airport .ije-transfer-origin-group > strong,
.ije-page-mode-airport .ije-transfer-destination-group > strong {
  display: block;
  padding: .55rem .65rem .35rem;
  color: #667085;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ije-page-mode-airport .ije-transfer-origin-option,
.ije-page-mode-airport .ije-transfer-destination-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #071827;
  padding: .72rem .7rem;
  text-align: left;
}

.ije-page-mode-airport .ije-transfer-origin-option:hover,
.ije-page-mode-airport .ije-transfer-origin-option:focus,
.ije-page-mode-airport .ije-transfer-origin-option.is-selected,
.ije-page-mode-airport .ije-transfer-destination-option:hover,
.ije-page-mode-airport .ije-transfer-destination-option:focus,
.ije-page-mode-airport .ije-transfer-destination-option.is-selected {
  outline: 0;
  background: #eef4ff;
  color: var(--ije-blue);
}

.ije-page-mode-airport .ije-transfer-origin-option span,
.ije-page-mode-airport .ije-transfer-destination-option span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-width: 0;
  font-size: .86rem;
  font-weight: 850;
}

.ije-page-mode-airport .ije-transfer-origin-option span i,
.ije-page-mode-airport .ije-transfer-destination-option span i {
  flex: 0 0 auto;
  color: var(--ije-blue);
}

.ije-page-mode-airport .ije-transfer-origin-option small,
.ije-page-mode-airport .ije-transfer-destination-option small {
  flex: 0 0 auto;
  color: var(--ije-muted);
  font-size: .72rem;
  font-weight: 750;
}

.ije-page-mode-airport .ije-transfer-origin-empty,
.ije-page-mode-airport .ije-transfer-destination-empty {
  padding: 1rem;
  color: var(--ije-muted);
  font-size: .86rem;
  text-align: center;
}

.ije-page-mode-airport .ije-transfer-select-wrap {
  padding-right: .55rem;
}

.ije-page-mode-airport .ije-transfer-select-wrap select {
  width: 100%;
  border: 0;
  outline: 0;
  box-shadow: none !important;
  background-color: transparent;
  color: #071827;
  font-size: .88rem;
  font-weight: 850;
  padding-left: 0;
}

.ije-page-mode-airport .ije-transfer-find-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 0;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--ije-blue), var(--ije-blue-dark));
  color: #fff;
  padding: 0 1.15rem;
  font-size: .86rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(4, 44, 145, .23);
}

.ije-page-mode-airport .ije-transfer-find-button:hover,
.ije-page-mode-airport .ije-transfer-find-button:focus {
  background: linear-gradient(135deg, var(--ije-gold), #e09a00);
  color: #071827;
}

.ije-page-mode-airport .ije-transfer-finder-status {
  margin-top: .75rem;
  color: var(--ije-muted);
  font-size: .8rem;
  font-weight: 700;
}

.ije-page-mode-airport .ije-transfer-finder-status.is-warning {
  color: #9a6700;
}

.ije-page-mode-airport .ije-transfer-sticky-selection {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-left: auto;
}

.ije-page-mode-airport .ije-transfer-sticky-selection span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid var(--ije-line);
  border-radius: 999px;
  background: #fff;
  color: #071827;
  padding: .55rem .8rem;
  font-size: .82rem;
  font-weight: 850;
}

.ije-page-mode-airport .ije-transfer-sticky-selection span i {
  color: var(--ije-blue);
}

.ije-page-mode-airport .ije-transfer-sticky-selection button {
  border: 0;
  background: transparent;
  color: var(--ije-blue);
  font-size: .8rem;
  font-weight: 900;
}

.ije-page-mode-airport .ije-product-card[data-airport-finder-match="0"] {
  display: none !important;
}

@media (max-width: 991.98px) {
  .ije-page-mode-airport .ije-transfer-finder-head {
    align-items: stretch;
    flex-direction: column;
  }

  .ije-page-mode-airport .ije-transfer-finder-head .ije-search-tools {
    justify-content: flex-end;
  }

  .ije-page-mode-airport .ije-transfer-finder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ije-page-mode-airport .ije-transfer-find-button {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ije-page-mode-airport .ije-transfer-finder {
    padding: 1rem;
  }

  .ije-page-mode-airport .ije-transfer-finder-head .ije-search-tools {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
  }

  .ije-page-mode-airport .ije-search-tools #ijeSortCards {
    min-width: 0;
  }

  .ije-page-mode-airport .ije-transfer-finder-grid {
    grid-template-columns: 1fr;
  }

  .ije-page-mode-airport .ije-transfer-origin-menu,
  .ije-page-mode-airport .ije-transfer-destination-menu {
    max-height: 340px;
  }

  .ije-page-mode-airport .ije-transfer-origin-option small,
  .ije-page-mode-airport .ije-transfer-destination-option small {
    display: none;
  }

  .ije-page-mode-airport .ije-sticky-filter .container {
    align-items: flex-start !important;
  }

  .ije-page-mode-airport .ije-transfer-sticky-selection {
    width: 100%;
    justify-content: space-between;
  }
}

/* ========================================================================== 
   Large location catalogue discovery (tour counts > 10 only)
   Scoped so existing small catalogues, airport pages, and the normal card
   layout remain unchanged.
   ========================================================================== */

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-panel {
  overflow: hidden;
}

.ije-quick-discovery {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid var(--ije-line);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.ije-quick-discovery.d-none {
  display: none !important;
}

.ije-quick-discovery-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 40px;
  padding: .38rem .72rem .38rem .42rem;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #071827;
  font-size: .80rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(20, 33, 61, .06);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.ije-quick-discovery-chip:hover,
.ije-quick-discovery-chip:focus,
.ije-quick-discovery-chip.is-active {
  transform: translateY(-1px);
  border-color: var(--ije-blue);
  background: #eef3ff;
  color: var(--ije-blue-dark);
}

.ije-quick-discovery-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e8f2ff, #fff6d9);
  color: var(--ije-blue);
  font-size: .86rem;
}

.ije-discovery-shell {
  position: relative;
  z-index: 3;
  margin-top: 1.1rem;
}

.ije-discovery-modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dce4ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 61, .08);
}

.ije-discovery-mode {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  min-height: 76px;
  padding: .85rem 1rem;
  border: 0;
  border-right: 1px solid #dce4ef;
  background: #fff;
  color: #071827;
  text-align: left;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.ije-discovery-mode:last-child {
  border-right: 0;
}

.ije-discovery-mode__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #eef3ff;
  color: var(--ije-blue);
  font-size: 1.16rem;
}

.ije-discovery-mode strong,
.ije-discovery-mode small {
  display: block;
}

.ije-discovery-mode strong {
  font-size: .98rem;
  line-height: 1.15;
  font-weight: 900;
}

.ije-discovery-mode small {
  margin-top: .18rem;
  color: #778190;
  font-size: .74rem;
  font-weight: 650;
}

.ije-discovery-mode:hover,
.ije-discovery-mode:focus {
  background: #f7f9fd;
}

.ije-discovery-mode.is-active {
  background: linear-gradient(135deg, #006ea8, #008fc0);
  color: #fff;
  box-shadow: inset 0 -3px 0 rgba(255, 180, 0, .92);
}

.ije-discovery-mode.is-active .ije-discovery-mode__icon {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.ije-discovery-mode.is-active small {
  color: rgba(255, 255, 255, .86);
}

.ije-browse-experiences {
  margin-top: 1.25rem;
  padding: 1.1rem;
  border: 1px solid #e0e7f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(20, 33, 61, .06);
}

.ije-browse-experiences[hidden] {
  display: none !important;
}

.ije-section-intro > div,
.ije-catalogue-heading__copy {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
}

.ije-section-number {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(145deg, #006ea8, var(--ije-blue));
  color: #fff;
  font-size: 1.2rem;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(4, 44, 145, .18);
}

.ije-section-intro h2,
.ije-catalogue-heading h2 {
  margin: 0;
  color: #082754;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -.025em;
}

.ije-section-intro p,
.ije-catalogue-heading p {
  margin: .22rem 0 0;
  color: #667085;
  font-size: .88rem;
}

.ije-experience-scroller {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1rem;
}

.ije-experience-tile {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e0e7f0;
  border-radius: 16px;
  background: #fff;
  color: #071827;
  text-align: left;
  box-shadow: 0 6px 18px rgba(20, 33, 61, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ije-experience-tile:hover,
.ije-experience-tile:focus,
.ije-experience-tile.is-active {
  transform: translateY(-2px);
  border-color: rgba(4, 44, 145, .42);
  box-shadow: 0 12px 26px rgba(4, 44, 145, .12);
}

.ije-experience-tile.is-active {
  box-shadow: 0 0 0 2px rgba(4, 44, 145, .12), 0 12px 26px rgba(4, 44, 145, .12);
}

.ije-experience-tile__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e7eef7;
}

.ije-experience-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.ije-experience-tile:hover .ije-experience-tile__media img {
  transform: scale(1.045);
}

.ije-experience-tile__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #eef4ff, #fff5d4);
  color: var(--ije-blue);
  font-size: 2rem;
}

.ije-experience-tile__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: .72rem .72rem .78rem;
}

.ije-experience-tile__body strong {
  color: #082754;
  font-size: .84rem;
  line-height: 1.15;
  font-weight: 900;
}

.ije-experience-tile__body small {
  margin-top: .25rem;
  color: #7b8492;
  font-size: .73rem;
}

.ije-experience-tile__body > span:last-child {
  margin-top: auto;
  padding-top: .45rem;
  color: var(--ije-blue);
  font-size: .76rem;
  font-weight: 900;
}

.ije-list-excerpt {
  display: none;
}

.ije-catalogue-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.ije-catalogue-heading[hidden] {
  display: none !important;
}

.ije-view-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 42px;
  padding: .55rem .85rem;
  border: 1px solid #d5deea;
  border-radius: 12px;
  background: #fff;
  color: #082754;
  font-size: .82rem;
  font-weight: 850;
}

.ije-view-toggle:hover,
.ije-view-toggle:focus {
  border-color: var(--ije-blue);
  color: var(--ije-blue);
}

.ije-view-toggle[hidden] {
  display: none !important;
}

.ije-tour-finder {
  display: grid;
  grid-template-columns: minmax(250px, .9fr) minmax(0, 2fr);
  gap: 1rem;
  margin-top: 1.15rem;
  padding: 1rem;
  border: 1px solid #f0d9a9;
  border-radius: 18px;
  background: linear-gradient(100deg, #fff9ed, #fff 48%, #f8fbff);
  box-shadow: 0 8px 24px rgba(20, 33, 61, .06);
}

.ije-tour-finder[hidden] {
  display: none !important;
}

.ije-tour-finder__intro {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.ije-tour-finder__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid var(--ije-gold);
  border-radius: 50%;
  background: #fff;
  color: var(--ije-blue);
  font-size: 1.65rem;
  box-shadow: 0 8px 18px rgba(20, 33, 61, .08);
}

.ije-tour-finder__intro h3 {
  margin: 0;
  color: #082754;
  font-size: 1.04rem;
  line-height: 1.15;
  font-weight: 950;
}

.ije-tour-finder__intro p {
  margin: .3rem 0 0;
  color: #677181;
  font-size: .80rem;
  line-height: 1.35;
}

.ije-tour-finder__steps {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, .9fr);
  gap: .8rem;
}

.ije-tour-finder__step {
  min-width: 0;
  padding: .7rem;
  border-left: 1px solid #edf0f4;
}

.ije-tour-finder__step-title {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .55rem;
  color: #27364a;
  font-size: .78rem;
  font-weight: 900;
}

.ije-tour-finder__step-title > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #087eb3;
  color: #fff;
  font-size: .74rem;
}

.ije-tour-finder__choices {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.ije-tour-finder__choices button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  min-height: 40px;
  padding: .45rem .58rem;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #fff;
  color: #203047;
  font-size: .73rem;
  font-weight: 800;
  line-height: 1.1;
}

.ije-tour-finder__choices button:hover,
.ije-tour-finder__choices button:focus,
.ije-tour-finder__choices button.is-active {
  border-color: var(--ije-blue);
  background: #eef3ff;
  color: var(--ije-blue-dark);
}

.ije-tour-finder__choices button i {
  color: #087eb3;
  font-size: .9rem;
}

.ije-tour-finder__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  min-height: 42px;
  margin-top: .55rem;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff9a00, #ff6500);
  color: #fff;
  font-size: .80rem;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(255, 106, 0, .20);
}

.ije-tour-finder__submit:hover,
.ije-tour-finder__submit:focus {
  filter: brightness(.97);
}

.ije-show-more-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .35rem;
  margin: 1.1rem auto 0;
}

.ije-show-more-wrap[hidden] {
  display: none !important;
}

.ije-show-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-width: 230px;
  min-height: 44px;
  padding: .55rem 1rem;
  border: 1px solid #cbd6e3;
  border-radius: 12px;
  background: #fff;
  color: #082754;
  font-size: .84rem;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(20, 33, 61, .05);
}

.ije-show-more-button:hover,
.ije-show-more-button:focus {
  border-color: var(--ije-blue);
  color: var(--ije-blue);
}

.ije-show-more-wrap small {
  color: #7b8492;
  font-size: .74rem;
}

/* Complete catalogue list view. This only applies after a visitor selects
   View All Tours, so the existing card view remains exactly as-is. */
#ijeCardGrid.ije-list-view {
  row-gap: .85rem !important;
}

#ijeCardGrid.ije-list-view > .ije-product-card {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

#ijeCardGrid.ije-list-view .ije-tour-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 178px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(20, 33, 61, .07);
}

#ijeCardGrid.ije-list-view .ije-tour-card:hover,
#ijeCardGrid.ije-list-view .ije-tour-card--top-pick,
#ijeCardGrid.ije-list-view .ije-tour-card--top-pick:hover {
  transform: none;
}

#ijeCardGrid.ije-list-view .ije-tour-card--top-pick {
  border-width: 2px !important;
  box-shadow: 0 10px 26px rgba(4, 44, 145, .10), 0 0 0 2px rgba(255, 180, 0, .16);
}

#ijeCardGrid.ije-list-view .ije-tour-image-wrap {
  height: 100%;
  min-height: 178px;
}

#ijeCardGrid.ije-list-view .ije-tour-body {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .95fr) 170px;
  grid-template-areas:
    "title facts footer"
    "from facts footer"
    "excerpt facts footer"
    "rating facts footer";
  gap: .25rem 1rem;
  align-items: center;
  padding: 16px 16px 15px 18px;
}

#ijeCardGrid.ije-list-view .ije-tour-title {
  grid-area: title;
  min-height: 0;
  font-size: 1.03rem;
}

#ijeCardGrid.ije-list-view .ije-tour-from {
  grid-area: from;
  margin: 0 !important;
}

#ijeCardGrid.ije-list-view .ije-rating-row {
  grid-area: rating;
  margin: 0;
}

#ijeCardGrid.ije-list-view .ije-list-excerpt {
  grid-area: excerpt;
  display: -webkit-box;
  margin: .15rem 0;
  overflow: hidden;
  color: #667085;
  font-size: .76rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#ijeCardGrid.ije-list-view .ije-tour-facts {
  grid-area: facts;
  grid-template-columns: 1fr;
  gap: .38rem;
  margin: 0;
}

#ijeCardGrid.ije-list-view .ije-tour-facts .ije-fact {
  padding: 6px 8px;
  border-radius: 12px;
  font-size: .70rem;
}

#ijeCardGrid.ije-list-view .ije-tour-facts .ije-fact-icon {
  width: 28px;
  height: 28px;
  font-size: .78rem;
}

#ijeCardGrid.ije-list-view .ije-inclusions {
  display: none;
}

#ijeCardGrid.ije-list-view .ije-card-footer-row {
  grid-area: footer;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: .65rem;
  margin: 0;
  padding: .2rem 0 .2rem 1rem;
  border-left: 1px solid #e7ecf2;
}

#ijeCardGrid.ije-list-view .ije-price strong {
  font-size: 1.35rem;
}

#ijeCardGrid.ije-list-view .ije-check-btn {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  border-radius: 10px;
}

#ijeCardGrid.ije-list-view .ije-card-bottom-accent {
  display: none;
}

@media (max-width: 1199.98px) {
  .ije-experience-scroller {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ije-tour-finder {
    grid-template-columns: 1fr;
  }

  .ije-tour-finder__step:first-child {
    border-left: 0;
  }

  #ijeCardGrid.ije-list-view .ije-tour-body {
    grid-template-columns: minmax(0, 1.2fr) minmax(190px, .8fr) 155px;
  }
}

@media (max-width: 991.98px) {
  .ije-discovery-modes {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .ije-discovery-mode {
    flex: 0 0 min(78vw, 280px);
    justify-content: flex-start;
    border-right: 1px solid #dce4ef;
    scroll-snap-align: start;
  }

  .ije-experience-scroller {
    display: flex;
    overflow-x: auto;
    gap: .72rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    padding-bottom: .35rem;
  }

  .ije-experience-tile {
    flex: 0 0 175px;
    scroll-snap-align: start;
  }

  .ije-tour-finder__steps {
    grid-template-columns: 1fr;
  }

  .ije-tour-finder__step {
    border-left: 0;
    border-top: 1px solid #edf0f4;
  }

  #ijeCardGrid.ije-list-view .ije-tour-card {
    grid-template-columns: 185px minmax(0, 1fr);
  }

  #ijeCardGrid.ije-list-view .ije-tour-body {
    grid-template-columns: minmax(0, 1fr) 150px;
    grid-template-areas:
      "title footer"
      "from footer"
      "excerpt footer"
      "rating footer"
      "facts facts";
  }

  #ijeCardGrid.ije-list-view .ije-tour-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: .35rem;
  }
}

@media (max-width: 767.98px) {
  .ije-location-page[data-ije-large-catalogue="1"] .ije-search-head {
    align-items: stretch;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-search-tools {
    width: 100%;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-search-tools #ijeSortCards {
    flex: 1 1 auto;
    min-width: 0;
  }

  .ije-discovery-shell {
    margin-top: .8rem;
  }

  .ije-browse-experiences {
    padding: .85rem;
    border-radius: 18px;
  }

  .ije-catalogue-heading {
    align-items: flex-start;
  }

  .ije-catalogue-heading__copy {
    min-width: 0;
  }

  .ije-view-toggle {
    min-width: 44px;
    padding-inline: .65rem;
  }

  .ije-view-toggle span {
    display: none;
  }

  .ije-tour-finder {
    padding: .85rem;
  }

  #ijeCardGrid.ije-list-view .ije-tour-card {
    grid-template-columns: 125px minmax(0, 1fr);
    min-height: 158px;
    border-radius: 15px;
  }

  #ijeCardGrid.ije-list-view .ije-tour-image-wrap {
    min-height: 158px;
  }

  #ijeCardGrid.ije-list-view .ije-tour-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .28rem;
    padding: 11px 11px 10px;
  }

  #ijeCardGrid.ije-list-view .ije-tour-title {
    font-size: .95rem;
    line-height: 1.12;
  }

  #ijeCardGrid.ije-list-view .ije-tour-from {
    font-size: .72rem;
  }

  #ijeCardGrid.ije-list-view .ije-tour-facts,
  #ijeCardGrid.ije-list-view .ije-inclusions,
  #ijeCardGrid.ije-list-view .ije-list-excerpt {
    display: none;
  }

  #ijeCardGrid.ije-list-view .ije-rating-row {
    margin: .1rem 0;
    font-size: .72rem;
    gap: 4px;
  }

  #ijeCardGrid.ije-list-view .ije-stars {
    font-size: .78rem;
    gap: 1px;
  }

  #ijeCardGrid.ije-list-view .ije-card-footer-row {
    flex-direction: row;
    align-items: center;
    gap: .45rem;
    margin-top: auto;
    padding: .45rem 0 0;
    border-left: 0;
    border-top: 1px solid #e7ecf2;
  }

  #ijeCardGrid.ije-list-view .ije-price {
    flex: 1 1 auto;
  }

  #ijeCardGrid.ije-list-view .ije-price span,
  #ijeCardGrid.ije-list-view .ije-price small {
    display: none;
  }

  #ijeCardGrid.ije-list-view .ije-price strong {
    font-size: 1.05rem;
  }

  #ijeCardGrid.ije-list-view .ije-check-btn {
    width: auto;
    min-height: 36px;
    padding: 8px 10px;
    font-size: .72rem;
  }
}

@media (max-width: 575.98px) {
  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter {
    padding: .55rem 0;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter > .container {
    flex-wrap: nowrap;
    gap: .55rem !important;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter .ije-results-count {
    flex: 1 1 auto;
    min-width: 0;
    font-size: .78rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter .ije-chip-row {
    display: none;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-actions {
    flex: 0 0 auto;
    margin-left: 0;
  }

  .ije-quick-discovery {
    margin-inline: -.2rem;
    padding-bottom: .25rem;
  }

  .ije-quick-discovery-chip {
    min-height: 38px;
    font-size: .76rem;
  }

  .ije-discovery-mode {
    flex-basis: 82vw;
    min-height: 70px;
  }

  .ije-section-number {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .ije-section-intro h2,
  .ije-catalogue-heading h2 {
    font-size: 1.23rem;
  }

  .ije-catalogue-heading p {
    font-size: .78rem;
  }

  .ije-tour-finder__intro {
    align-items: flex-start;
  }

  .ije-tour-finder__icon {
    width: 46px;
    height: 46px;
    font-size: 1.25rem;
  }

  .ije-tour-finder__choices {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: .25rem;
    scrollbar-width: thin;
  }

  .ije-tour-finder__choices button {
    flex: 0 0 auto;
  }

  #ijeCardGrid.ije-list-view {
    --bs-gutter-y: .65rem;
  }

  #ijeCardGrid.ije-list-view .ije-tour-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 150px;
  }

  #ijeCardGrid.ije-list-view .ije-tour-image-wrap {
    min-height: 150px;
  }

  #ijeCardGrid.ije-list-view .ije-card-badge {
    top: 8px;
    left: 8px;
    padding: 6px 8px;
    font-size: .58rem;
  }

  #ijeCardGrid.ije-list-view .ije-wishlist-btn {
    top: 7px;
    right: 7px;
    width: 32px;
    height: 32px;
    font-size: .9rem;
  }
}


/* ========================================================================== 
   Compact large-catalogue header — v0.9.12.7.61
   Replicates the tight discovery header for location pages with >10 tours.
   This is deliberately scoped to large catalogues only; product/card styling
   is not changed here.
   ========================================================================== */

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-shell {
  min-height: 300px;
  padding: 0 0 8.15rem;
  background-position: center 48%;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-shell:before {
  background:
    linear-gradient(90deg, rgba(4, 25, 48, .88) 0%, rgba(4, 25, 48, .62) 43%, rgba(4, 25, 48, .24) 75%, rgba(4, 25, 48, .18) 100%),
    linear-gradient(0deg, rgba(4, 25, 48, .24), transparent 48%);
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-location-breadcrumbs,
.ije-location-page[data-ije-large-catalogue="1"] .ije-eyebrow {
  display: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-content-wrap {
  position: relative;
  min-height: 150px;
  padding: 1.55rem 0 .9rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-content-wrap h1 {
  max-width: min(62%, 690px);
  margin: 0;
  font-size: clamp(2.35rem, 3.55vw, 3.55rem);
  line-height: .99;
  letter-spacing: -.043em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .2);
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-subhead {
  position: absolute;
  top: 1.35rem;
  right: 0;
  width: min(33%, 330px);
  margin: 0;
  padding: .72rem .9rem .72rem 2.65rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  background: rgba(5, 45, 89, .82);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.25;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-subhead:before {
  content: "\F3E8";
  position: absolute;
  left: .9rem;
  top: .72rem;
  font-family: "bootstrap-icons";
  font-size: 1.1rem;
  line-height: 1;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-subhead:after {
  content: "Waterfalls, beaches, adventure, culture and more.";
  display: block;
  margin-top: .18rem;
  color: rgba(255, 255, 255, .9);
  font-size: .72rem;
  font-weight: 600;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-lead {
  display: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stats {
  align-items: center;
  gap: 0;
  margin-top: .72rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat {
  display: inline-flex;
  align-items: baseline;
  gap: .3rem;
  min-width: 0;
  margin-right: .75rem;
  padding: 0 .75rem 0 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .5);
  border-radius: 0;
  background: transparent;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat:nth-child(3) {
  display: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat:nth-child(2) {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat strong,
.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat span {
  display: inline;
  color: #fff;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat strong {
  font-size: 1rem;
  font-weight: 950;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat span {
  font-size: .88rem;
  font-weight: 800;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-location-search-shell {
  margin-top: -7.95rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-panel {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row {
  margin-top: 0 !important;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .input-group {
  min-height: 50px;
  overflow: hidden;
  border: 1px solid rgba(4, 44, 145, .38);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(5, 26, 56, .18);
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .input-group > :first-child {
  border-radius: 10px 0 0 10px;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .input-group-text,
.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .form-control,
.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .btn {
  min-height: 50px;
  border-top: 0;
  border-bottom: 0;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .input-group-text {
  padding-left: .95rem;
  color: #12396b;
  font-size: 1.15rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .form-control {
  font-size: .93rem;
  box-shadow: none !important;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-tour-search-submit {
  min-width: 112px;
  border: 0 !important;
  border-radius: 0 9px 9px 0 !important;
  background: linear-gradient(135deg, #ff6900, #ff5100) !important;
  color: #fff !important;
  font-weight: 900;
  box-shadow: none !important;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-tour-search-submit:hover,
.ije-location-page[data-ije-large-catalogue="1"] .ije-tour-search-submit:focus {
  background: linear-gradient(135deg, #f05f00, #e94a00) !important;
  color: #fff !important;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery {
  gap: .38rem;
  margin-top: .62rem;
  padding: .42rem .46rem;
  border: 1px solid rgba(218, 227, 239, .96);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(5, 26, 56, .11);
  scrollbar-width: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery::-webkit-scrollbar {
  display: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-chip {
  min-height: 34px;
  gap: .34rem;
  padding: .28rem .56rem .28rem .3rem;
  border-radius: 999px;
  font-size: .72rem;
  box-shadow: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-icon {
  width: 24px;
  height: 24px;
  font-size: .72rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-desktop-filter-panel.is-open,
.ije-location-page[data-ije-large-catalogue="1"] .ije-active-filter-bar:not([hidden]) {
  margin-top: .55rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-desktop-filter-panel.is-open .ije-desktop-filter-panel__inner,
.ije-location-page[data-ije-large-catalogue="1"] .ije-active-filter-bar:not([hidden]) {
  padding: .8rem .9rem;
  border: 1px solid #e0e7f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 33, 61, .08);
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-shell {
  margin-top: .55rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-modes {
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(20, 33, 61, .07);
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-mode {
  min-height: 56px;
  gap: .6rem;
  padding: .52rem .8rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-mode__icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  font-size: .95rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-mode strong {
  font-size: .86rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-mode small {
  margin-top: .08rem;
  font-size: .67rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-sort {
  width: 156px;
  min-height: 38px;
  border: 1px solid #dfe5ee;
  border-radius: 999px;
  background-color: #fff;
  font-weight: 750;
  font-size: .78rem;
}

@media (max-width: 991.98px) {
  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-shell {
    min-height: 285px;
    padding-bottom: 7.8rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-content-wrap {
    min-height: 146px;
    padding-top: 1.3rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-content-wrap h1 {
    max-width: 67%;
    font-size: clamp(2.15rem, 5.3vw, 3rem);
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-subhead {
    width: 30%;
    padding-left: 2.25rem;
    font-size: .76rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-subhead:before {
    left: .72rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-subhead:after {
    font-size: .65rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-location-search-shell {
    margin-top: -7.55rem;
  }
}

@media (max-width: 767.98px) {
  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-shell {
    min-height: 255px;
    padding-bottom: 7rem;
    background-position: center center;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-content-wrap {
    min-height: 136px;
    padding: 1rem 0 .65rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-content-wrap h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.5vw, 2.45rem);
    line-height: 1.02;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-subhead {
    display: none;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stats {
    margin-top: .55rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat {
    margin-right: .55rem;
    padding-right: .55rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat strong {
    font-size: .88rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat span {
    font-size: .75rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-location-search-shell {
    margin-top: -6.6rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .input-group,
  .ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .input-group-text,
  .ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .form-control,
  .ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .btn {
    min-height: 46px;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .form-control {
    min-width: 0;
    font-size: .82rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-tour-search-submit {
    min-width: 76px;
    padding-inline: .7rem;
    font-size: .78rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery {
    margin-top: .48rem;
    margin-inline: 0;
    padding: .34rem;
    border-radius: 14px;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-chip {
    min-height: 32px;
    font-size: .68rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-shell {
    margin-top: .48rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-modes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    scroll-snap-type: none;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-mode {
    min-width: 0;
    min-height: 62px;
    padding: .38rem .28rem;
    flex-direction: column;
    justify-content: center;
    gap: .22rem;
    text-align: center;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-mode__icon {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    font-size: .78rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-mode strong {
    font-size: .68rem;
    line-height: 1.08;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-mode small {
    display: none;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-sort {
    width: 128px;
    font-size: .72rem;
  }
}

@media (max-width: 575.98px) {
  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-shell {
    min-height: 238px;
    padding-bottom: 6.65rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-content-wrap {
    min-height: 126px;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-content-wrap h1 {
    font-size: clamp(1.72rem, 8.7vw, 2.12rem);
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-location-search-shell {
    margin-top: -6.25rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .input-group-text {
    padding-left: .7rem;
    padding-right: .5rem;
    font-size: .95rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-tour-search-submit {
    min-width: 68px;
    padding-inline: .55rem;
    font-size: .72rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-sort {
    display: none;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-mode {
    min-height: 58px;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-mode strong {
    font-size: .63rem;
  }
}

/* --- v0.9.12.7.62 large-catalogue refinements --- */
.ije-location-page[data-ije-large-catalogue="1"] .ije-location-breadcrumbs,
.ije-location-page[data-ije-large-catalogue="1"] .ije-eyebrow,
.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-subhead,
.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-lead {
    display: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-shell {
    padding: 0 0 9.5rem;
    overflow: hidden;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-shell::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 170px;
    background: linear-gradient(180deg, rgba(246, 248, 251, 0) 0%, rgba(246, 248, 251, .85) 72%, var(--ije-bg) 100%);
    z-index: 1;
    pointer-events: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-shell > .container {
    position: relative;
    z-index: 2;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-content-wrap {
    padding: 3.4rem 0 6.2rem;
}

.ije-location-page[data-ije-large-catalogue="1"] h1 {
    max-width: 820px;
    font-size: clamp(2.7rem, 5vw, 4.9rem);
    line-height: .98;
    margin: .6rem 0 1.05rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stats {
    margin-top: 1.1rem;
    gap: 1rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat {
    background: transparent;
    border: 0;
    border-radius: 0;
    min-width: auto;
    padding: 0 1rem 0 0;
    position: relative;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: .4rem;
    top: 50%;
    width: 1px;
    height: 1.45rem;
    background: rgba(255,255,255,.42);
    transform: translateY(-50%);
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat strong {
    display: inline;
    font-size: 1.18rem;
    margin-right: .35rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat span {
    display: inline;
    font-size: 1.18rem;
    color: #fff;
    font-weight: 700;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-location-search-shell {
    margin-top: -6rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-panel {
    padding: 1rem 1rem 1.1rem;
    border-radius: 28px;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row {
    margin-top: 0 !important;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .input-group {
    border-radius: 20px;
    overflow: hidden;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .form-control,
.ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .input-group-text {
    min-height: 62px;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-tour-search-submit {
    min-width: 148px;
    border: 0;
    background: #ff6a00;
    color: #fff;
    font-weight: 800;
}

.ije-unified-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .85rem;
    margin-top: .95rem;
}

.ije-unified-toolbar__actions {
    display: flex;
    gap: .75rem;
    flex: 0 0 auto;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: .7rem;
    margin: 0;
    overflow-x: auto;
    padding-bottom: .25rem;
    scrollbar-width: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery::-webkit-scrollbar {
    display: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-chip {
    flex: 0 0 auto;
    min-height: 48px;
    border-radius: 999px;
    padding: .7rem .95rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar .ije-filter-open {
    min-height: 48px;
    padding: .72rem 1rem;
    box-shadow: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter .ije-sticky-filter-toggle {
    display: none !important;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter {
    padding-top: 1rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter > .container {
    align-items: center;
    gap: 1rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter .ije-chip-row {
    gap: .65rem;
}

.ije-catalogue-layout {
    display: block;
}

.ije-list-filter-sidebar,
.ije-list-mode-meta {
    display: none;
}

#ijeTourCatalogueSection.ije-list-mode-active .ije-catalogue-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 1.2rem;
    align-items: start;
}

#ijeTourCatalogueSection.ije-list-mode-active .ije-list-filter-sidebar {
    display: block;
}

#ijeTourCatalogueSection.ije-list-mode-active .ije-list-mode-meta {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.ije-list-filter-card {
    background: #fff;
    border: 1px solid var(--ije-line);
    border-radius: 20px;
    box-shadow: var(--ije-soft-shadow);
    padding: 1rem;
    position: sticky;
    top: calc(var(--ije-sticky-top) + 1rem);
}

.ije-list-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
}

.ije-list-filter-head h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ije-blue-dark);
}

.ije-list-filter-head button {
    border: 0;
    background: transparent;
    color: #1784e8;
    font-weight: 700;
    padding: 0;
}

.ije-list-filter-group + .ije-list-filter-group {
    border-top: 1px solid var(--ije-line);
    margin-top: 1rem;
    padding-top: 1rem;
}

.ije-list-filter-group h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--ije-blue-dark);
    margin: 0 0 .65rem;
}

.ije-list-option {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin: .55rem 0;
    color: #4a5568;
    cursor: pointer;
    font-size: .95rem;
}

.ije-list-option input {
    width: 1rem;
    height: 1rem;
    accent-color: var(--ije-blue);
    margin: 0;
}

.ije-list-option small {
    color: var(--ije-muted);
}

.ije-list-mode-meta__title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--ije-blue-dark);
}

#ijeTourCatalogueSection.ije-list-mode-active #ijeCardGrid {
    margin: 0;
}

#ijeTourCatalogueSection.ije-list-mode-active #ijeCardGrid.ije-list-view > .ije-product-card {
    margin-bottom: 1rem;
}

#ijeTourCatalogueSection.ije-list-mode-active #ijeCardGrid.ije-list-view .ije-tour-card {
    border-radius: 18px;
}

@media (max-width: 991.98px) {
    .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-shell {
        padding-bottom: 8rem;
    }

    .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-content-wrap {
        padding: 2.4rem 0 5rem;
    }

    .ije-location-page[data-ije-large-catalogue="1"] .ije-location-search-shell {
        margin-top: -5rem;
    }

    .ije-unified-toolbar {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .ije-unified-toolbar__actions {
        width: 100%;
        justify-content: space-between;
    }

    .ije-unified-toolbar__actions > * {
        flex: 1 1 auto;
    }

    #ijeTourCatalogueSection.ije-list-mode-active .ije-catalogue-layout {
        display: block;
    }

    .ije-list-filter-sidebar {
        display: none !important;
    }

    #ijeTourCatalogueSection.ije-list-mode-active .ije-list-mode-meta {
        margin-bottom: .8rem;
    }
}

@media (max-width: 767.98px) {
    .ije-location-page[data-ije-large-catalogue="1"] h1 {
        font-size: clamp(2.3rem, 10vw, 3.3rem);
        max-width: 100%;
    }

    .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat strong,
    .ije-location-page[data-ije-large-catalogue="1"] .ije-hero-stat span {
        font-size: 1rem;
    }

    .ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .form-control,
    .ije-location-page[data-ije-large-catalogue="1"] .ije-search-query-row .input-group-text,
    .ije-location-page[data-ije-large-catalogue="1"] .ije-tour-search-submit {
        min-height: 54px;
    }
}

/* --- v0.9.12.7.63 grouped experience browsing --- */
.ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-modes--legacy,
.ije-location-page[data-ije-large-catalogue="1"] .ije-browse-experiences {
  display: none !important;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-discovery-shell {
  display: none !important;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: .7rem;
  margin-top: .78rem;
}

.ije-chip-rail-shell {
  min-width: 0;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: .32rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery {
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: .34rem;
  border: 1px solid rgba(218, 227, 239, .96);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-chip {
  scroll-snap-align: start;
  min-height: 38px;
  padding: .35rem .7rem .35rem .36rem;
  border-radius: 999px;
  border: 1px solid #dfe7f1;
  background: #fff;
  color: #0b2c55;
  font-size: .76rem;
  font-weight: 800;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-chip.is-active,
.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-chip:hover,
.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-chip:focus {
  border-color: #099bdd;
  background: #eef9ff;
  color: #043b74;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  font-size: .74rem;
}

.ije-chip-scroll-arrow {
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce5ef;
  border-radius: 50%;
  background: #fff;
  color: #082f5d;
  box-shadow: 0 6px 18px rgba(13, 45, 77, .08);
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease;
}

.ije-chip-scroll-arrow:not(:disabled):hover {
  transform: translateY(-1px);
  border-color: #79c9ef;
  color: #0788c9;
}

.ije-chip-scroll-arrow.is-disabled,
.ije-chip-scroll-arrow:disabled {
  opacity: .22;
  cursor: default;
}

.ije-unified-toolbar__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: .55rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-view-all-tours-top,
.ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar .ije-filter-open {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  border-radius: 999px;
  padding: .56rem .9rem;
  white-space: nowrap;
  font-weight: 850;
  box-shadow: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-view-all-tours-top {
  border: 1px solid #dce5ef;
  background: #fff;
  color: #0a3261;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar .ije-filter-open {
  border-color: #06a3e6;
  background: #06a3e6;
  color: #fff;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar .ije-filter-open:hover,
.ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar .ije-filter-open:focus {
  background: #078cc6;
  border-color: #078cc6;
  color: #fff;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter {
  position: relative;
  top: auto;
  z-index: 3;
  padding: .7rem 0 .2rem;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter .ije-chip-reset {
  display: none !important;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter .ije-results-count {
  color: #132c4c;
  font-size: .92rem;
}

.ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-sort {
  min-height: 38px;
}

.ije-grouped-experiences {
  margin-top: 2rem;
}

.ije-grouped-experiences[hidden] {
  display: none !important;
}

#ijeTourCatalogueSection.ije-filter-results-active .ije-grouped-experiences {
  display: none !important;
}

.ije-grouped-experiences__intro {
  margin-bottom: 1.25rem;
}

.ije-grouped-experiences__intro h2 {
  margin: 0 0 .28rem;
  color: #092d5e;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 900;
  letter-spacing: -.025em;
}

.ije-grouped-experiences__intro p {
  margin: 0;
  color: #6c7a8f;
}

.ije-experience-group {
  scroll-margin-top: calc(var(--ije-sticky-top) + 1.25rem);
  padding: 1.55rem 0 1.85rem;
  border-top: 1px solid #e7edf4;
}

.ije-experience-group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ije-experience-group__head h3 {
  margin: 0 0 .16rem;
  color: #092d5e;
  font-size: clamp(1.3rem, 1.8vw, 1.62rem);
  font-weight: 900;
}

.ije-experience-group__head p {
  margin: 0;
  color: #7a8798;
  font-size: .88rem;
}

.ije-group-view-all {
  flex: 0 0 auto;
  border: 1px solid #cfdce9;
  border-radius: 999px;
  padding: .62rem .9rem;
  background: #fff;
  color: #0867b6;
  font-size: .84rem;
  font-weight: 850;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.ije-group-view-all:hover,
.ije-group-view-all:focus {
  border-color: #73bfea;
  background: #f3fbff;
  color: #055895;
  transform: translateY(-1px);
}

.ije-experience-group__grid .ije-product-card {
  margin-bottom: 0;
}

.ije-grouped-experiences__all {
  display: flex;
  justify-content: center;
  padding: .7rem 0 1.2rem;
}

.ije-group-view-all--all {
  padding-inline: 1.2rem;
  background: #082f5d;
  border-color: #082f5d;
  color: #fff;
}

.ije-group-view-all--all:hover,
.ije-group-view-all--all:focus {
  background: #06264c;
  border-color: #06264c;
  color: #fff;
}

@media (max-width: 991.98px) {
  .ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar {
    flex-wrap: nowrap;
    align-items: center;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar__actions {
    width: auto;
    justify-content: flex-end;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar__actions > * {
    flex: 0 0 auto;
  }

  .ije-chip-rail-shell {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: .22rem;
  }

  .ije-chip-scroll-arrow {
    width: 34px;
    height: 34px;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-chip {
    min-height: 36px;
    font-size: .72rem;
  }

  .ije-experience-group__head {
    align-items: flex-end;
  }
}

@media (max-width: 767.98px) {
  .ije-location-page[data-ije-large-catalogue="1"] .ije-search-panel {
    padding: .72rem;
    border-radius: 20px;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar {
    gap: .38rem;
    margin-top: .58rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-view-all-tours-top {
    display: none;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-unified-toolbar .ije-filter-open {
    min-height: 38px;
    padding: .48rem .7rem;
    font-size: .76rem;
  }

  .ije-chip-rail-shell {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
  }

  .ije-chip-scroll-arrow {
    width: 30px;
    height: 30px;
    font-size: .72rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery {
    padding: .24rem;
    border-radius: 13px;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-chip {
    min-height: 32px;
    padding: .27rem .55rem .27rem .28rem;
    font-size: .68rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-quick-discovery-icon {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter {
    padding-top: .5rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter > .container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .5rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter .ije-results-count {
    grid-column: 1 / -1;
    font-size: .84rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-actions {
    margin-left: 0;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-sort {
    width: 132px;
    min-height: 36px;
    font-size: .72rem;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter .ije-chip-row {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .ije-location-page[data-ije-large-catalogue="1"] .ije-sticky-filter .ije-chip {
    padding: .5rem .68rem;
    font-size: .75rem;
  }

  .ije-grouped-experiences {
    margin-top: 1.4rem;
  }

  .ije-grouped-experiences__intro {
    margin-bottom: .7rem;
  }

  .ije-grouped-experiences__intro p {
    font-size: .87rem;
  }

  .ije-experience-group {
    padding: 1.2rem 0 1.5rem;
  }

  .ije-experience-group__head {
    display: block;
    margin-bottom: .8rem;
  }

  .ije-experience-group__head p {
    margin-bottom: .7rem;
  }

  .ije-group-view-all {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .ije-grouped-experiences__all .ije-group-view-all {
    width: auto;
    min-width: min(100%, 260px);
  }
}

/* --- v0.9.12.7.64 grouped experience controls --- */
.ije-group-view-all--complete,
.ije-group-view-all--complete:hover,
.ije-group-view-all--complete:focus {
  cursor: default;
  transform: none;
  border-color: #d9e3ed;
  background: #f7fafc;
  color: #5f6f82;
  box-shadow: none;
}

.ije-group-view-all--complete i {
  color: #16a36a;
}

.ije-experience-group__footer {
  display: flex;
  justify-content: center;
  margin-top: 1.15rem;
}

.ije-group-view-all--bottom {
  padding: .72rem 1.15rem;
  background: #fff;
  border-color: #bfcfdf;
  color: #075ea6;
  box-shadow: 0 8px 22px rgba(18, 53, 88, .06);
}

.ije-group-view-all--bottom:hover,
.ije-group-view-all--bottom:focus {
  background: #f0f9ff;
  border-color: #69b8e8;
}

@media (max-width: 767.98px) {
  .ije-experience-group__footer {
    margin-top: .9rem;
  }

  .ije-group-view-all--bottom {
    width: 100%;
  }
}
