.vf-quickview[hidden] { display: none !important; }
.popular-destinations .buttons-section .flights.destinations-btn,
#searchModal .book-flights[hidden] { display: none !important; }
.popular-destinations .vf-country-explore-trigger {
	display: inline-flex; align-items: center; justify-content: center;
	width: 50px; padding: 0; margin-bottom: 0 !important; cursor: pointer;
}
.popular-destinations .buttons-section .vf-country-explore-trigger .vf-country-explore-trigger__icon {
	position: relative; z-index: 1; display: inline-grid; place-items: center; flex: 0 0 auto;
	width: 32px; height: 32px; margin: 0; color: #fff; opacity: 1; font-size: 25px; line-height: 1;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.popular-destinations .buttons-section .vf-country-explore-trigger .vf-country-explore-trigger__label { white-space: nowrap; }
.popular-destinations .vf-country-explore-trigger:hover,
.popular-destinations .vf-country-explore-trigger:focus-visible {
	width: auto; min-width: 50px; padding: 0 15px; background: var(--primary-color, #128add);
	border-color: var(--primary-color, #128add); overflow: visible;
}
.popular-destinations .vf-country-explore-trigger:hover .vf-country-explore-trigger__label,
.popular-destinations .vf-country-explore-trigger:focus-visible .vf-country-explore-trigger__label {
	width: auto; margin-left: 10px; opacity: 1; font-size: 16px;
}

.popular-destinations .buttons-section .vf-country-explore-trigger:hover .vf-country-explore-trigger__icon,
.popular-destinations .buttons-section .vf-country-explore-trigger:focus-visible .vf-country-explore-trigger__icon {
	width: auto; margin: 0; opacity: 1; font-size: 25px;
}

#searchModal .vf-country-explore-trigger {
	display: inline-flex !important; align-items: center; justify-content: center;
	width: auto; min-width: 220px; padding: 0 18px 0 58px; margin-right: 0;
}
#searchModal .vf-country-explore-trigger::before {
	top: 5px; left: 5px; width: 40px; height: 40px; transform: none;
}
#searchModal .vf-country-explore-trigger__icon {
	position: absolute !important; top: 5px; left: 5px; z-index: 1;
	display: flex !important; align-items: center !important; justify-content: center !important;
	width: 40px !important; height: 40px !important; margin: 0 !important; padding: 0 !important;
	font-size: 24px; line-height: 1 !important; transform: none !important;
}
#searchModal .vf-country-explore-trigger__label { display: block; white-space: nowrap; line-height: 1.2; }
#searchModal .modal-title .country { margin-right: .2em; }

.vf-quickview {
	position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center;
	padding: 24px; background: rgba(8, 20, 31, .66); backdrop-filter: blur(3px);
	opacity: 0; transition: opacity .22s ease;
}
.vf-quickview.is-open { opacity: 1; }
html.vf-quickview-open, body.vf-quickview-open { overflow: hidden !important; }
body.vf-quickview-open { position: fixed; left: 0; right: 0; width: 100%; }
.vf-quickview__dialog {
	position: relative; width: min(930px, 100%); max-height: min(760px, 92vh); overflow: hidden;
	border: 0; border-radius: 18px; background: #7f98aa; box-shadow: 0 24px 80px rgba(3, 11, 18, .34);
	background-clip: padding-box; isolation: isolate;
	transform: translateY(24px); transition: transform .22s ease;
}
.vf-quickview.is-open .vf-quickview__dialog { transform: translateY(0); }
.vf-quickview__dialog.is-dragging { transition: none !important; }
.vf-quickview__dialog.is-dismissing { transition: transform .18s ease !important; }
.vf-quickview__close {
	position: absolute; z-index: 5; top: 14px; right: 14px; display: grid; place-items: center;
	width: 38px; height: 38px; padding: 0; border: 0; border-radius: 0;
	background: transparent; color: #fff; font-size: 32px; font-weight: 300; line-height: 1;
	box-shadow: none; text-shadow: 0 2px 8px rgba(0, 0, 0, .48); cursor: pointer;
}
.vf-quickview__close:hover { color: #fff; opacity: .82; background: transparent; }
.vf-quickview__drag-handle {
	position: absolute; z-index: 4; top: 3px; left: 50%; display: none; width: 64px; height: 24px;
	transform: translateX(-50%); cursor: grab; touch-action: none;
}
.vf-quickview__drag-handle::before {
	content: ""; width: 44px; height: 4px; margin: auto; border-radius: 999px; background: #b8bec5;
}
.vf-quickview__hero {
	position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end;
	min-height: 175px; padding: 34px 42px; background: #7f98aa center / cover no-repeat; overflow: hidden;
	border-radius: 18px 18px 0 0; clip-path: inset(0 round 18px 18px 0 0);
	backface-visibility: hidden; transform: translateZ(0);
}
.vf-quickview__hero::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(7, 24, 40, .82), rgba(7, 24, 40, .2) 72%);
}
.vf-quickview__title, .vf-quickview__subtitle { position: relative; z-index: 1; color: #fff; }
.vf-quickview__title { margin: 0 0 7px; font-size: clamp(28px, 4vw, 42px); font-weight: 800; line-height: 1.08; }
.vf-quickview__title span { color: #ffcb00; }
.vf-quickview__subtitle { margin: 0; font-size: 16px; }
.vf-quickview__subtitle strong { color: #ffcb00; font-weight: 800; }
.vf-quickview__content {
	display: grid; grid-template-columns: 230px minmax(0, 1fr); min-height: 390px;
	max-height: calc(92vh - 175px); overflow: hidden; background: #fff;
}
.vf-quickview__tabs {
	padding: 22px 14px; background: #f3f7fa; border: 0;
	overflow-y: auto; overscroll-behavior: contain;
}
.vf-quickview__tab {
	display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 12px;
	width: 100%; min-height: 66px; margin: 0 0 6px; padding: 8px 11px; border: 0 !important;
	border-radius: 11px; background: transparent; color: #142233; text-align: left; cursor: pointer;
	transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}
.vf-quickview__tab:focus,
.vf-quickview__tab:focus-visible,
.vf-quickview__tab:active { border: 0 !important; outline: 0 !important; }
.vf-quickview__tab img { width: 48px; height: 48px; border-radius: 9px; object-fit: cover; }
.vf-quickview__tab strong, .vf-quickview__tab small {
	display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.vf-quickview__tab strong { font-size: 14px; line-height: 1.25; }
.vf-quickview__tab small { margin-top: 3px; color: #748294; font-size: 11px; letter-spacing: .06em; }
.vf-quickview__tab:hover { background: #e8f2f9; }
.vf-quickview__tab.is-active { background: #128add; color: #fff; box-shadow: 0 7px 18px rgba(18, 138, 221, .22); }
.vf-quickview__tab.is-active small { color: rgba(255, 255, 255, .76); }
.vf-quickview__tab:focus-visible { box-shadow: 0 0 0 3px rgba(255, 203, 0, .75); }
.vf-quickview__panel { padding: 30px; overflow-y: auto; overscroll-behavior: contain; background: #fff; }
.vf-quickview__panel-heading {
	display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px;
}
.vf-quickview__panel-heading span {
	color: #128add; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
}
.vf-quickview__panel-heading h3 { margin: 2px 0 0; color: #142233; font-size: 28px; line-height: 1.15; }
.vf-quickview__panel-heading img { width: 66px; height: 66px; border-radius: 12px; object-fit: cover; }
.vf-quickview__offers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vf-quickview__offer {
	position: relative; display: flex; flex-direction: column; min-height: 250px; padding: 24px;
	border: 0; border-radius: 16px; background: #fff;
	box-shadow: 0 8px 24px rgba(20, 34, 51, .07);
}
.vf-quickview__offer--flight { border-top: 4px solid #128add; }
.vf-quickview__offer--hotel { border-top: 4px solid #ffcb00; }
.vf-quickview__offer-icon { position: absolute; top: 19px; right: 20px; color: #91a3b3; font-size: 29px; }
.vf-quickview__offer-kicker {
	color: #128add; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.vf-quickview__offer h4 {
	max-width: calc(100% - 35px); margin: 16px 0 5px; color: #142233; font-size: 18px; line-height: 1.3;
}
.vf-quickview__offer-meta, .vf-quickview__offer-empty {
	margin: 0; color: #6c7b8d; font-size: 13px; line-height: 1.5;
}
.vf-quickview__offer-empty { margin-top: 20px; }
.vf-quickview__price {
	display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 7px; margin: auto 0 16px; color: #142233;
}
.vf-quickview__price small { flex-basis: 100%; color: #6c7b8d; font-size: 11px; }
.vf-quickview__price strong { color: #128add; font-size: 30px; font-weight: 800; line-height: 1; }
.vf-quickview__price span { color: #6c7b8d; font-size: 12px; }
.vf-quickview__action {
	display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 18px;
	border: 0; border-radius: 9px; background: #128add; color: #fff !important; font-size: 14px;
	font-weight: 750; text-decoration: none !important;
}
.vf-quickview__offer--hotel .vf-quickview__action { background: #ffcb00; color: #142233 !important; }
.vf-quickview__action:hover, .vf-quickview__action:focus-visible { filter: brightness(.92); transform: translateY(-1px); }
.vf-quickview__trip-total-group { margin-top: 18px; }
.vf-quickview__trip-total {
	position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr) minmax(145px, auto); align-items: center;
	column-gap: 18px; min-height: 122px; margin: 0; padding: 14px 18px; border: 1px solid #d7eaf7;
	border-bottom: 4px solid #128add; border-radius: 15px; background: #fff; color: #142233;
}
.vf-quickview__trip-total-image {
	display: grid; place-items: center; width: 92px; height: 92px; overflow: hidden; border-radius: 14px;
	background: #eaf6fe; color: #128add;
}
.vf-quickview__trip-total-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vf-quickview__trip-total-image .material-symbols-outlined { font-size: 30px; }
.vf-quickview__trip-total-details {
	display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px;
}
.vf-quickview__trip-total-badge {
	max-width: 100%; padding: 6px 10px; border-radius: 999px; background: #128add; color: #fff;
	font-size: 11px; font-weight: 800; line-height: 1.15; text-align: center;
}
.vf-quickview__trip-total.is-weekend .vf-quickview__trip-total-badge { background: #ffcb00; color: #142233; }
.vf-quickview__trip-total-destination {
	display: block; max-width: 100%; overflow: hidden; color: #142233; font-size: 20px; font-weight: 800;
	line-height: 1.1; text-overflow: ellipsis; white-space: nowrap;
}
.vf-quickview__trip-total-breakdown { color: #647487; font-size: 12px; line-height: 1.25; }
.vf-quickview__trip-total-price {
	display: flex; min-width: 145px; flex-direction: column; align-items: flex-end; gap: 5px; text-align: right;
}
.vf-quickview__trip-total-price > span { color: #587084; font-size: 12px; font-weight: 700; line-height: 1.25; }
.vf-quickview__trip-total-price > strong { color: #128add; font-size: 30px; font-weight: 850; line-height: 1; }
.vf-quickview__trip-total-disclaimer {
	margin: 6px 4px 0; color: #758596; font-size: 10px; line-height: 1.35; text-align: right;
}
.vf-quickview__trip-total-disclaimer[hidden] { display: none; }
.vf-quickview__trip-total.is-loading .vf-quickview__trip-total-price > strong { color: #6c7b8d; font-size: 17px; }
.vf-quickview__trip-total.is-unavailable { background: #f6f8fa; border-color: #e0e6eb; border-bottom-color: #9aa9b5; }
.vf-quickview__trip-total.is-unavailable .vf-quickview__trip-total-image { background: #e8edf1; color: #718291; }
.vf-quickview__trip-total.is-unavailable .vf-quickview__trip-total-price > strong { color: #536575; font-size: 17px; }
.vf-quickview__close:focus,
.vf-quickview__close:focus-visible,
.vf-quickview__action:focus,
.vf-quickview__action:focus-visible { border: 0 !important; outline: 0 !important; }
.vf-quickview__close:focus-visible { box-shadow: 0 0 0 2px rgba(255, 255, 255, .9); }
.vf-quickview__loading {
	display: flex; align-items: center; gap: 9px; margin: 28px 0; color: #647487; font-size: 13px;
}
.vf-quickview__offer.is-loading .vf-quickview__reserved { visibility: hidden; }
.vf-quickview__offer.is-loading .vf-quickview__loading {
	position: absolute; inset: 70px 24px 24px; z-index: 1; justify-content: center; margin: 0; text-align: center;
}
.vf-quickview__loading span {
	width: 16px; height: 16px; border: 2px solid #c7d6e1; border-top-color: #128add;
	border-radius: 50%; animation: vf-quickview-spin .7s linear infinite;
}
.vf-quickview__empty { margin: 40px auto; color: #647487; font-weight: 700; text-align: center; }
@keyframes vf-quickview-spin { to { transform: rotate(360deg); } }

@media (max-width: 767px) {
	.vf-quickview { align-items: flex-end; padding: 0; }
	.vf-quickview__dialog { width: 100%; height: 92vh; max-height: 92vh; border-radius: 22px 22px 0 0; transform: translateY(100%); }
	.vf-quickview__drag-handle { display: flex; }
	.vf-quickview__close { top: 11px; right: 12px; width: 36px; height: 36px; }
	.vf-quickview__hero {
		min-height: 142px; padding: 34px 22px 20px;
		border-radius: 22px 22px 0 0; clip-path: inset(0 round 22px 22px 0 0);
	}
	.vf-quickview__title { font-size: 29px; }
	.vf-quickview__subtitle { font-size: 14px; }
	.vf-quickview__content { display: block; height: calc(92vh - 142px); min-height: 0; max-height: calc(92vh - 142px); overflow-y: auto; }
	.vf-quickview__tabs {
		display: flex; gap: 8px; padding: 14px 16px; border: 0;
		overflow-x: auto; scroll-snap-type: x proximity;
	}
	.vf-quickview__tab {
		flex: 0 0 auto; display: block; min-height: 38px; width: auto; margin: 0; padding: 9px 14px;
		border: 0 !important; border-radius: 999px; background: #eef4f8; scroll-snap-align: start;
	}
	.vf-quickview__tab img, .vf-quickview__tab small { display: none; }
	.vf-quickview__tab strong { font-size: 13px; }
	.vf-quickview__panel { padding: 20px 16px 28px; overflow: visible; }
	.vf-quickview__panel-heading { margin-bottom: 16px; }
	.vf-quickview__panel-heading h3 { font-size: 24px; }
	.vf-quickview__panel-heading img { width: 54px; height: 54px; }
	.vf-quickview__offers { grid-template-columns: 1fr; gap: 14px; }
	.vf-quickview__offer { height: 250px; min-height: 250px; padding: 20px; }
	.vf-quickview__offer.is-loading .vf-quickview__loading { inset: 64px 20px 20px; }
	.vf-quickview__trip-total-group { margin-top: 14px; }
	.vf-quickview__trip-total {
		grid-template-columns: 72px minmax(0, 1fr) minmax(104px, auto); column-gap: 10px;
		min-height: 100px; padding: 11px 12px; border-bottom-width: 3px;
	}
	.vf-quickview__trip-total-image { width: 72px; height: 72px; border-radius: 11px; }
	.vf-quickview__trip-total-details { gap: 6px; }
	.vf-quickview__trip-total-badge { padding: 5px 8px; font-size: 9px; }
	.vf-quickview__trip-total-destination { font-size: 16px; }
	.vf-quickview__trip-total-breakdown { font-size: 10px; }
	.vf-quickview__trip-total-price { min-width: 104px; gap: 4px; }
	.vf-quickview__trip-total-price > span { max-width: 104px; font-size: 9px; }
	.vf-quickview__trip-total-price > strong { font-size: 24px; }
	.vf-quickview__trip-total-disclaimer { margin: 5px 2px 0; font-size: 9px; }
}

@media (max-width: 420px) {
	.vf-quickview__trip-total { grid-template-columns: 64px minmax(86px, 1fr) minmax(88px, auto); column-gap: 8px; padding: 10px; }
	.vf-quickview__trip-total-image { width: 64px; height: 64px; }
	.vf-quickview__trip-total-destination { font-size: 15px; }
	.vf-quickview__trip-total-price { min-width: 88px; }
	.vf-quickview__trip-total-price > span { max-width: 88px; }
	.vf-quickview__trip-total-price > strong { font-size: 22px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.vf-quickview__dialog { width: min(860px, 96vw); }
	.vf-quickview__content { grid-template-columns: 205px minmax(0, 1fr); }
	.vf-quickview__panel { padding: 24px; }
}

@media (min-width: 768px) {
	.vf-quickview__dialog { height: min(760px, 92vh); }
	.vf-quickview__content { height: calc(100% - 175px); min-height: 0; }
	.vf-quickview__offers { grid-auto-rows: 272px; }
	.vf-quickview__offer { height: 272px; min-height: 272px; }
}
