/**
 * PrimeView Shortlets page — discovery layout (desktop + Airbnb-style mobile).
 */

.primeview-shortlets .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.primeview-shortlets-page {
	--pv-sl-green: #22c55e;
	--pv-sl-green-soft: rgba(34, 197, 94, 0.12);
	--pv-sl-green-border: rgba(34, 197, 94, 0.55);
	--pv-sl-navy: #0f172a;
	--pv-sl-charcoal: #1e293b;
	--pv-sl-muted: #64748b;
	--pv-sl-line: #e2e8f0;
	--pv-sl-bg: #ffffff;
	--pv-sl-soft: #f8fafc;
	--pv-sl-radius: 22px;
	--pv-sl-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
	--pv-sl-shadow-hover: 0 12px 28px rgba(15, 23, 42, 0.1);
	/* Comfortable 100% zoom density (was oversized / “zoom out to fit”) */
	--pv-sl-space: 16px;
	background: var(--pv-sl-bg);
	color: var(--pv-sl-charcoal);
}

.primeview-shortlets-page .main-wrap,
.primeview-shortlets-page #main-wrap,
.primeview-shortlets-page .page-wrap {
	background: var(--pv-sl-bg);
}

@media (min-width: 992px) {
	.primeview-shortlets {
		padding: 18px 0 56px;
	}

	.primeview-shortlets__inner {
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 clamp(20px, 2vw, 32px);
	}

	/* —— Search —— */
	.primeview-shortlets__search-wrap {
		display: flex;
		justify-content: center;
		margin-bottom: 14px;
	}

	.primeview-shortlets__search {
		display: grid;
		grid-template-columns: 1.35fr auto 1fr auto 1fr auto 0.9fr auto;
		align-items: center;
		width: 100%;
		max-width: 1100px;
		min-height: 64px;
		padding: 6px 6px 6px 16px;
		border: 1px solid var(--pv-sl-line);
		border-radius: 999px;
		background: #fff;
		box-shadow: var(--pv-sl-shadow);
	}

	.primeview-shortlets__search-field {
		display: flex;
		align-items: center;
		gap: 8px;
		min-width: 0;
		padding: 0 6px;
	}

	.primeview-shortlets__search-icon {
		flex: 0 0 18px;
		width: 18px;
		height: 18px;
		opacity: 0.7;
		background: currentColor;
		color: var(--pv-sl-muted);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: contain;
		mask-size: contain;
	}

	.primeview-shortlets__search-icon--pin {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s7-7.2 7-12a7 7 0 1 0-14 0c0 4.8 7 12 7 12z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s7-7.2 7-12a7 7 0 1 0-14 0c0 4.8 7 12 7 12z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
	}

	.primeview-shortlets__search-icon--calendar {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 11h18'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 11h18'/%3E%3C/svg%3E");
	}

	.primeview-shortlets__search-icon--guests {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9.5' cy='7.5' r='3.5'/%3E%3Cpath d='M20 21v-2a3.5 3.5 0 0 0-2.5-3.35'/%3E%3Cpath d='M16.5 4.2a3.5 3.5 0 0 1 0 6.6'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9.5' cy='7.5' r='3.5'/%3E%3Cpath d='M20 21v-2a3.5 3.5 0 0 0-2.5-3.35'/%3E%3Cpath d='M16.5 4.2a3.5 3.5 0 0 1 0 6.6'/%3E%3C/svg%3E");
	}

	.primeview-shortlets__search-label {
		display: flex;
		flex-direction: column;
		gap: 1px;
		min-width: 0;
		width: 100%;
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.02em;
		color: var(--pv-sl-navy);
	}

	.primeview-shortlets__search-label input,
	.primeview-shortlets__search-label select {
		width: 100%;
		border: 0;
		padding: 0;
		margin: 0;
		background: transparent;
		color: var(--pv-sl-charcoal);
		font-size: 13px;
		font-weight: 500;
		line-height: 1.25;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}

	.primeview-shortlets__search-label input::placeholder {
		color: var(--pv-sl-muted);
		font-weight: 400;
	}

	.primeview-shortlets__search-divider {
		width: 1px;
		height: 28px;
		background: var(--pv-sl-line);
	}

	.primeview-shortlets__search-submit {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 104px;
		height: 48px;
		padding: 0 22px;
		border: 0;
		border-radius: 999px;
		background: var(--pv-sl-green);
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		cursor: pointer;
		transition: background-color 180ms ease, transform 180ms ease;
	}

	.primeview-shortlets__search-submit:hover {
		background: #16a34a;
	}

	.primeview-shortlets__search-submit:active {
		transform: translateY(1px);
	}

	/* —— Chips —— */
	.primeview-shortlets__chips-row {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-bottom: 18px;
	}

	.primeview-shortlets__chips {
		display: flex;
		align-items: center;
		gap: 8px;
		flex: 1;
		min-width: 0;
		overflow-x: auto;
		padding: 2px 0;
		scrollbar-width: none;
	}

	.primeview-shortlets__chips::-webkit-scrollbar {
		display: none;
		height: 0;
	}

	.primeview-shortlets__chip {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		height: 34px;
		padding: 0 12px;
		border: 1px solid var(--pv-sl-line);
		border-radius: 999px;
		background: #fff;
		color: var(--pv-sl-charcoal);
		font-size: 13px;
		font-weight: 500;
		text-decoration: none;
		white-space: nowrap;
		transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
	}

	.primeview-shortlets__chip:hover {
		border-color: #cbd5e1;
		color: var(--pv-sl-navy);
	}

	.primeview-shortlets__chip.is-active {
		border-color: var(--pv-sl-green-border);
		background: var(--pv-sl-green-soft);
		color: #16a34a;
		font-weight: 600;
	}

	.primeview-shortlets__filters-btn {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		gap: 6px;
		height: 34px;
		padding: 0 12px;
		border: 1px solid var(--pv-sl-line);
		border-radius: 999px;
		background: #fff;
		color: var(--pv-sl-navy);
		font-size: 13px;
		font-weight: 600;
		cursor: pointer;
	}

	.primeview-shortlets__filters-icon {
		width: 16px;
		height: 16px;
		background: currentColor;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6h16M7 12h10M10 18h4'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6h16M7 12h10M10 18h4'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	/* —— Layout —— */
	.primeview-shortlets__layout {
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
		gap: 24px;
		align-items: start;
	}

	.primeview-shortlets__results-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 12px;
	}

	.primeview-shortlets__count {
		margin: 0;
		font-size: 16px;
		font-weight: 700;
		color: var(--pv-sl-navy);
	}

	.primeview-shortlets__sort {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		margin: 0;
		font-size: 14px;
		color: var(--pv-sl-muted);
	}

	.primeview-shortlets__sort-label {
		font-weight: 500;
	}

	.primeview-shortlets__sort-select {
		border: 1px solid var(--pv-sl-line);
		border-radius: 12px;
		background: #fff;
		color: var(--pv-sl-navy);
		font-size: 14px;
		font-weight: 600;
		padding: 8px 34px 8px 12px;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 14px;
	}

	.primeview-shortlets__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 20px;
	}

	/* —— Cards (Airbnb size / details / carousel) —— */
	.primeview-shortlets__card {
		display: flex;
		flex-direction: column;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		overflow: visible;
	}

	.primeview-shortlets__card-media {
		position: relative;
		aspect-ratio: 20 / 19;
		overflow: hidden;
		border-radius: 12px;
		background: #ebebeb;
		box-shadow: none;
		outline: none;
	}

	.primeview-shortlets__carousel-track {
		position: absolute;
		inset: 0;
	}

	.primeview-shortlets__carousel-slide {
		position: absolute;
		inset: 0;
		opacity: 0;
		pointer-events: none;
		transition: opacity 220ms ease;
	}

	.primeview-shortlets__carousel-slide.is-active {
		opacity: 1;
		pointer-events: auto;
	}

	.primeview-shortlets__card-media-link,
	.primeview-shortlets__carousel-slide,
	.primeview-shortlets__card-image {
		display: block;
		width: 100%;
		height: 100%;
	}

	.primeview-shortlets__card-image {
		object-fit: cover;
	}

	.primeview-shortlets__carousel-nav {
		position: absolute;
		top: 50%;
		z-index: 3;
		width: 32px;
		height: 32px;
		border: 0;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
		transform: translateY(-50%);
		opacity: 0;
		pointer-events: none;
		cursor: pointer;
		transition: opacity 160ms ease;
	}

	.primeview-shortlets__card-media:hover .primeview-shortlets__carousel-nav {
		opacity: 1;
		pointer-events: auto;
	}

	.primeview-shortlets__carousel-nav--prev {
		left: 10px;
	}

	.primeview-shortlets__carousel-nav--next {
		right: 10px;
	}

	.primeview-shortlets__carousel-nav span {
		display: block;
		width: 12px;
		height: 12px;
		margin: 0 auto;
		background: #222;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.primeview-shortlets__carousel-nav--prev span {
		transform: scaleX(-1);
	}

	.primeview-shortlets__carousel-dots {
		position: absolute;
		left: 50%;
		bottom: 12px;
		z-index: 3;
		display: flex;
		align-items: center;
		gap: 5px;
		transform: translateX(-50%);
		pointer-events: none;
	}

	.primeview-shortlets__carousel-dot {
		width: 6px;
		height: 6px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.55);
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
	}

	.primeview-shortlets__carousel-dot.is-active {
		background: #fff;
	}

	.primeview-shortlets__fav {
		position: absolute;
		top: 12px;
		right: 12px;
		z-index: 3;
		width: 34px;
		height: 34px;
		border: 0;
		border-radius: 999px;
		background: transparent;
		cursor: pointer;
	}

	.primeview-shortlets__fav span {
		display: block;
		width: 22px;
		height: 22px;
		margin: 0 auto;
		background: #fff;
		filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20.8 5.6a5.1 5.1 0 0 0-7.2 0L12 7.2l-1.6-1.6a5.1 5.1 0 0 0-7.2 7.2L12 21.6l8.8-8.8a5.1 5.1 0 0 0 0-7.2z'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20.8 5.6a5.1 5.1 0 0 0-7.2 0L12 7.2l-1.6-1.6a5.1 5.1 0 0 0-7.2 7.2L12 21.6l8.8-8.8a5.1 5.1 0 0 0 0-7.2z'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.primeview-shortlets__fav.is-active span {
		background: #ef4444;
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M20.8 5.6a5.1 5.1 0 0 0-7.2 0L12 7.2l-1.6-1.6a5.1 5.1 0 0 0-7.2 7.2L12 21.6l8.8-8.8a5.1 5.1 0 0 0 0-7.2z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M20.8 5.6a5.1 5.1 0 0 0-7.2 0L12 7.2l-1.6-1.6a5.1 5.1 0 0 0-7.2 7.2L12 21.6l8.8-8.8a5.1 5.1 0 0 0 0-7.2z'/%3E%3C/svg%3E");
	}

	.primeview-shortlets__badge-guest {
		position: absolute;
		top: 12px;
		left: 12px;
		z-index: 3;
		display: inline-flex;
		align-items: center;
		height: 28px;
		padding: 0 12px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.96);
		color: #222;
		font-size: 12px;
		font-weight: 700;
		box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
	}

	.primeview-shortlets__badge-360 {
		position: absolute;
		left: 12px;
		bottom: 12px;
		z-index: 3;
		display: inline-flex;
		align-items: center;
		gap: 6px;
		height: 28px;
		padding: 0 10px;
		border-radius: 999px;
		background: rgba(15, 23, 42, 0.82);
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0.04em;
	}

	.primeview-shortlets__badge-360-icon {
		width: 14px;
		height: 14px;
		border-radius: 50%;
		border: 1.5px solid var(--pv-sl-green);
		box-shadow: inset 0 0 0 2px rgba(34, 197, 94, 0.25);
		background:
			radial-gradient(circle at 50% 50%, var(--pv-sl-green) 0 2px, transparent 2.5px);
	}

	.primeview-shortlets__badge-verified {
		position: absolute;
		top: 12px;
		left: 12px;
		z-index: 3;
		display: inline-flex;
		align-items: center;
		gap: 5px;
		height: 28px;
		padding: 0 10px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.96);
		color: #16a34a;
		font-size: 11px;
		font-weight: 700;
		box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
	}

	.primeview-shortlets__card-media:has(.primeview-shortlets__badge-guest) .primeview-shortlets__badge-verified {
		top: 46px;
	}

	.primeview-shortlets__badge-verified span {
		width: 12px;
		height: 12px;
		background: var(--pv-sl-green);
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2 4 5v6c0 5.2 3.4 9.9 8 11 4.6-1.1 8-5.8 8-11V5l-8-3zm-1.2 14.2-3.5-3.5 1.4-1.4 2.1 2.1 4.5-4.5 1.4 1.4-5.9 5.9z'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2 4 5v6c0 5.2 3.4 9.9 8 11 4.6-1.1 8-5.8 8-11V5l-8-3zm-1.2 14.2-3.5-3.5 1.4-1.4 2.1 2.1 4.5-4.5 1.4 1.4-5.9 5.9z'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.primeview-shortlets__card-body {
		display: flex;
		flex-direction: column;
		gap: 2px;
		padding: 10px 2px 4px;
		flex: 1;
	}

	.primeview-shortlets__card-topline {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 10px;
	}

	.primeview-shortlets__card-place {
		margin: 0;
		color: #222;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.25;
		text-decoration: none;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.primeview-shortlets__card-title {
		margin: 0;
		color: #717171;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.3;
		text-decoration: none;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.primeview-shortlets__card-title:hover,
	.primeview-shortlets__card-place:hover {
		color: #222;
	}

	.primeview-shortlets__card-facts,
	.primeview-shortlets__card-dates {
		margin: 0;
		color: #717171;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.3;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.primeview-shortlets__card-rating {
		display: inline-flex;
		align-items: center;
		flex-shrink: 0;
		gap: 4px;
		margin: 0;
		font-size: 15px;
		font-weight: 400;
		color: #222;
	}

	.primeview-shortlets__card-star {
		width: 12px;
		height: 12px;
		background: #222;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 3 2.9 5.9 6.5.9-4.7 4.6 1.1 6.5L12 17.8 6.2 21l1.1-6.5L2.6 9.8l6.5-.9L12 3z'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 3 2.9 5.9 6.5.9-4.7 4.6 1.1 6.5L12 17.8 6.2 21l1.1-6.5L2.6 9.8l6.5-.9L12 3z'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.primeview-shortlets__card-reviews {
		color: #222;
		font-weight: 400;
	}

	.primeview-shortlets__card-price {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 8px;
		margin: 8px 0 0;
		font-size: 15px;
		font-weight: 400;
		color: #222;
	}

	.primeview-shortlets__price-tag {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 28px;
		padding: 0 10px;
		border-radius: 10px;
		background: #fff;
		border: 1px solid #e5e7eb;
		color: #222;
		font-size: 13px;
		font-weight: 700;
		box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
	}

	.primeview-shortlets__card-price-amount {
		color: #222;
		font-weight: 700;
		text-decoration: underline;
		text-underline-offset: 2px;
	}

	.primeview-shortlets__card-price-nights {
		font-weight: 400;
	}

	.primeview-shortlets__card-amenities {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		margin-top: 8px;
	}

	.primeview-shortlets__amenity-preview {
		display: flex;
		align-items: center;
		gap: 8px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.primeview-shortlets__amenity-icon {
		width: 28px;
		height: 28px;
		border-radius: 8px;
		background: var(--pv-sl-soft);
		position: relative;
	}

	.primeview-shortlets__amenity-icon::before {
		content: '';
		position: absolute;
		inset: 7px;
		background: var(--pv-sl-muted);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: contain;
		mask-size: contain;
	}

	.primeview-shortlets__amenity-icon--wifi::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M5 12.5a9 9 0 0 1 14 0'/%3E%3Cpath d='M8.5 16a5 5 0 0 1 7 0'/%3E%3Ccircle cx='12' cy='19' r='1.2' fill='black' stroke='none'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M5 12.5a9 9 0 0 1 14 0'/%3E%3Cpath d='M8.5 16a5 5 0 0 1 7 0'/%3E%3Ccircle cx='12' cy='19' r='1.2' fill='black' stroke='none'/%3E%3C/svg%3E");
	}

	.primeview-shortlets__amenity-icon--ac::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 3v18M4.5 7.5l15 9M4.5 16.5l15-9'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 3v18M4.5 7.5l15 9M4.5 16.5l15-9'/%3E%3C/svg%3E");
	}

	.primeview-shortlets__amenity-icon--parking::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='4' y='3' width='12' height='18' rx='2'/%3E%3Cpath d='M8 11h4a3 3 0 0 0 0-6H8v6z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='4' y='3' width='12' height='18' rx='2'/%3E%3Cpath d='M8 11h4a3 3 0 0 0 0-6H8v6z'/%3E%3C/svg%3E");
	}

	.primeview-shortlets__amenity-icon--kitchen::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M4 3v8a3 3 0 0 0 6 0V3M7 14v7M14 3v18M18 3v7a2 2 0 0 1-2 2'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M4 3v8a3 3 0 0 0 6 0V3M7 14v7M14 3v18M18 3v7a2 2 0 0 1-2 2'/%3E%3C/svg%3E");
	}

	.primeview-shortlets__amenity-more {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 40px;
		height: 28px;
		padding: 0 10px;
		border: 1px solid var(--pv-sl-line);
		border-radius: 999px;
		background: #fff;
		color: var(--pv-sl-muted);
		font-size: 12px;
		font-weight: 700;
		cursor: pointer;
	}

	.primeview-shortlets__amenity-more[aria-expanded='true'] {
		border-color: var(--pv-sl-green-border);
		color: #16a34a;
		background: var(--pv-sl-green-soft);
	}

	.primeview-shortlets__card-cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-top: auto;
		height: 36px;
		border: 1px solid #dbe3ee;
		border-radius: 10px;
		color: var(--pv-sl-navy);
		font-size: 13px;
		font-weight: 600;
		text-decoration: none;
		transition: border-color 160ms ease, background-color 160ms ease;
	}

	.primeview-shortlets__card-cta:hover {
		border-color: var(--pv-sl-green-border);
		background: var(--pv-sl-green-soft);
		color: #16a34a;
	}

	.primeview-shortlets__pagination {
		display: flex;
		justify-content: center;
		margin-top: 34px;
	}

	.primeview-shortlets__load-more {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		height: 46px;
		padding: 0 22px;
		border: 1px solid var(--pv-sl-line);
		border-radius: 999px;
		background: #fff;
		color: var(--pv-sl-navy);
		font-size: 14px;
		font-weight: 600;
		cursor: pointer;
	}

	.primeview-shortlets__load-more-icon {
		width: 12px;
		height: 12px;
		background: currentColor;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	/* —— Sidebar —— */
	.primeview-shortlets__sidebar-sticky {
		position: sticky;
		top: calc(var(--primeview-header-height, 96px) + 12px);
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.primeview-shortlets__side-card {
		padding: 14px;
		border: 1px solid #eef2f7;
		border-radius: var(--pv-sl-radius);
		background: #fff;
		box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
	}

	.primeview-shortlets__side-title {
		margin: 0 0 8px;
		font-size: 14px;
		font-weight: 700;
		color: var(--pv-sl-navy);
	}

	.primeview-shortlets__side-text {
		margin: 0;
		font-size: 12px;
		line-height: 1.5;
		color: var(--pv-sl-muted);
	}

	.primeview-shortlets__side-card--map {
		padding: 12px;
	}

	.primeview-shortlets__map-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		margin-bottom: 8px;
	}

	.primeview-shortlets__map-head .primeview-shortlets__side-title {
		margin: 0;
	}

	.primeview-shortlets__map-actions {
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}

	.primeview-shortlets__map-expand,
	.primeview-shortlets__map-close {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
		border: 1px solid #e5e7eb;
		border-radius: 10px;
		background: #fff;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.primeview-shortlets__map-close,
	.primeview-shortlets__map-list-btn,
	.primeview-shortlets__map-fab {
		display: none;
	}

	.primeview-shortlets__map-expand span {
		width: 14px;
		height: 14px;
		background: #222;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M8 3H3v5M16 3h5v5M8 21H3v-5M16 21h5v-5'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M8 3H3v5M16 3h5v5M8 21H3v-5M16 21h5v-5'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.primeview-shortlets__map {
		position: relative;
		height: min(62vh, 560px);
		min-height: 420px;
		border-radius: 16px;
		overflow: hidden;
		border: 1px solid #e5e7eb;
		background: #eef2f7;
		z-index: 1;
	}

	.primeview-shortlets__side-card--map.is-expanded {
		position: fixed;
		top: max(16px, env(safe-area-inset-top, 0px));
		right: max(16px, env(safe-area-inset-right, 0px));
		bottom: max(16px, env(safe-area-inset-bottom, 0px));
		left: max(16px, env(safe-area-inset-left, 0px));
		z-index: 10050;
		margin: 0;
		padding: 14px;
		border-radius: 18px;
		background: #fff;
		box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}

	.primeview-shortlets__side-card--map.is-expanded .primeview-shortlets__map {
		height: calc(100% - 58px);
		min-height: 0;
		overscroll-behavior: contain;
	}

	html.primeview-shortlets-map-expanded,
	html.primeview-shortlets-map-expanded body {
		overflow: hidden;
		overscroll-behavior: none;
	}

	.primeview-shortlets-map-marker {
		background: transparent !important;
		border: 0 !important;
	}

	.primeview-shortlets-map-marker__btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 54px;
		height: 32px;
		padding: 0 10px;
		border: 0;
		border-radius: 10px;
		background: #fff;
		color: #222;
		font-size: 13px;
		font-weight: 700;
		box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
		cursor: pointer;
		white-space: nowrap;
	}

	.primeview-shortlets-map-marker.is-active .primeview-shortlets-map-marker__btn,
	.primeview-shortlets-map-marker__btn:hover {
		background: #222;
		color: #fff;
	}

	.primeview-shortlets-map-popup {
		display: flex;
		flex-direction: column;
		gap: 4px;
		min-width: 120px;
	}

	.primeview-shortlets-map-popup a {
		color: #222;
		font-weight: 700;
		text-decoration: none;
	}

	.primeview-shortlets-map-popup__price {
		color: #16a34a;
		font-weight: 700;
	}

	.leaflet-container {
		font-family: inherit;
	}

	.primeview-shortlets__side-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		height: 38px;
		border: 1px solid var(--pv-sl-line);
		border-radius: 10px;
		background: #fff;
		color: var(--pv-sl-navy);
		font-size: 13px;
		font-weight: 650;
		text-decoration: none;
	}

	.primeview-shortlets__side-btn--solid {
		border-color: transparent;
		background: var(--pv-sl-green);
		color: #fff;
	}

	.primeview-shortlets__side-btn--solid:hover {
		background: #16a34a;
		color: #fff;
	}

	.primeview-shortlets__side-btn-icon--map {
		width: 14px;
		height: 14px;
		background: currentColor;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.primeview-shortlets__verified-head {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 8px;
	}

	.primeview-shortlets__verified-head .primeview-shortlets__side-title {
		margin: 0;
	}

	.primeview-shortlets__shield {
		width: 28px;
		height: 28px;
		border-radius: 8px;
		background: var(--pv-sl-green-soft);
		position: relative;
		flex: 0 0 28px;
	}

	.primeview-shortlets__shield::before {
		content: '';
		position: absolute;
		inset: 6px;
		background: var(--pv-sl-green);
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2 4 5v6c0 5.2 3.4 9.9 8 11 4.6-1.1 8-5.8 8-11V5l-8-3z'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2 4 5v6c0 5.2 3.4 9.9 8 11 4.6-1.1 8-5.8 8-11V5l-8-3z'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.primeview-shortlets__benefits {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.primeview-shortlets__benefits li {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 14px;
		font-weight: 600;
		color: var(--pv-sl-charcoal);
	}

	.primeview-shortlets__benefits li span {
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: var(--pv-sl-green-soft);
		position: relative;
		flex: 0 0 18px;
	}

	.primeview-shortlets__benefits li span::before {
		content: '';
		position: absolute;
		inset: 4px;
		background: var(--pv-sl-green);
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3'%3E%3Cpath d='m5 12 5 5L20 7'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3'%3E%3Cpath d='m5 12 5 5L20 7'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.primeview-shortlets__reviews-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		margin-bottom: 8px;
	}

	.primeview-shortlets__reviews-head .primeview-shortlets__side-title {
		margin: 0;
	}

	.primeview-shortlets__reviews-soon {
		font-size: 11px;
		font-weight: 700;
		color: #16a34a;
		background: var(--pv-sl-green-soft);
		border-radius: 999px;
		padding: 4px 8px;
	}

	.primeview-shortlets__review-placeholder {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-top: 14px;
		padding: 12px;
		border-radius: 14px;
		background: var(--pv-sl-soft);
	}

	.primeview-shortlets__review-avatar {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: #dbe3ee;
		flex: 0 0 36px;
	}

	.primeview-shortlets__review-lines {
		display: flex;
		flex-direction: column;
		gap: 8px;
		flex: 1;
	}

	.primeview-shortlets__review-lines span {
		display: block;
		height: 8px;
		border-radius: 999px;
		background: #e2e8f0;
	}

	.primeview-shortlets__review-lines span:first-child {
		width: 48%;
	}

	.primeview-shortlets__review-lines span:last-child {
		width: 78%;
	}

	/* —— Empty —— */
	.primeview-shortlets__empty {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 64px 24px;
		border: 1px solid #eef2f7;
		border-radius: var(--pv-sl-radius);
		background: #fff;
	}

	.primeview-shortlets__empty-art {
		position: relative;
		width: 88px;
		height: 88px;
		margin-bottom: 18px;
	}

	.primeview-shortlets__empty-circle {
		position: absolute;
		inset: 0;
		border-radius: 50%;
		background: var(--pv-sl-green-soft);
	}

	.primeview-shortlets__empty-home {
		position: absolute;
		inset: 26px;
		background: var(--pv-sl-green);
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M3 11.5 12 4l9 7.5V21a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9.5z'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M3 11.5 12 4l9 7.5V21a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9.5z'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.primeview-shortlets__empty-title {
		margin: 0 0 8px;
		font-size: 22px;
		color: var(--pv-sl-navy);
	}

	.primeview-shortlets__empty-text {
		margin: 0 0 18px;
		max-width: 360px;
		color: var(--pv-sl-muted);
		font-size: 14px;
		line-height: 1.55;
	}

	.primeview-shortlets__empty-reset {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 44px;
		padding: 0 22px;
		border-radius: 999px;
		background: var(--pv-sl-green);
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
	}

	/* —— Amenities popover —— */
	.primeview-shortlets-popover {
		position: fixed;
		z-index: 4000;
		width: min(280px, calc(100vw - 32px));
		padding: 16px;
		border: 1px solid #eef2f7;
		border-radius: 18px;
		background: #fff;
		box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
		opacity: 0;
		visibility: hidden;
		transform: translateY(6px);
		transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	}

	.primeview-shortlets-popover.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.primeview-shortlets-popover__title {
		margin: 0 0 12px;
		font-size: 15px;
		font-weight: 700;
		color: var(--pv-sl-navy);
	}

	.primeview-shortlets-popover__list {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 9px;
	}

	.primeview-shortlets-popover__list li {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 13px;
		font-weight: 500;
		color: var(--pv-sl-charcoal);
	}

	.primeview-shortlets-popover__list li::before {
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 50%;
		flex: 0 0 16px;
		background-color: var(--pv-sl-green-soft);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232ecc71' stroke-width='3'%3E%3Cpath d='m5 12 5 5L20 7'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 12px;
	}

	@media (max-width: 1280px) {
		.primeview-shortlets__layout {
			grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
			gap: 18px;
		}

		.primeview-shortlets__map {
			min-height: 360px;
			height: min(56vh, 480px);
		}

		.primeview-shortlets__search {
			max-width: 100%;
		}
	}

	@media (max-width: 1100px) {
		.primeview-shortlets__layout {
			grid-template-columns: 1fr;
		}

		.primeview-shortlets__sidebar-sticky {
			position: static;
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: 12px;
		}

		.primeview-shortlets__side-card--map {
			grid-column: 1 / -1;
		}

		.primeview-shortlets__map {
			min-height: 280px;
			height: 320px;
		}
	}
}


/* Mobile/desktop visibility helpers — layout lives in shortlets-mobile.css */
.primeview-shortlets__mobile-only {
	display: none !important;
}

.primeview-shortlets__card-gradient {
	display: none;
}

@media (max-width: 991.98px) {
	.primeview-shortlets__desktop-only {
		display: none !important;
	}

	.primeview-shortlets__mobile-only {
		display: block !important;
	}

	.primeview-shortlets__card-body--mobile.primeview-shortlets__mobile-only {
		display: flex !important;
	}

	.pv-sl-m__top.primeview-shortlets__mobile-only,
	.pv-sl-m.primeview-shortlets__mobile-only {
		display: block !important;
	}

	a.pv-sl-m__tour-cta.primeview-shortlets__mobile-only {
		display: none !important;
	}

	a.pv-sl-m__tour-cta.primeview-shortlets__mobile-only.is-visible {
		display: inline-flex !important;
	}
}
