.header-wrap {
	padding-bottom: max(3vw, 48px);
	position: relative;
}

.header-wrap::after {
	position: absolute;
	content: '';
	left: max(-39px, -2.4375vw);
	right: max(-39px, -2.4375vw);
	bottom: 0;
	height: 1px;
	opacity: 0.20;
	background: var(--secondary);
}

.ip-banner {
	display: none;
}

#inner-page-wrapper {
	margin-bottom: 0;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

.ip-breadcrumbs {
	width: calc((1350/1600)*100%);
	max-width: 1350px;
	margin: 0 auto;
}

.ip-breadcrumbs #breadcrumbs {
	margin: 0;
	padding: 1.143em 0;
	font-size: 0.875em;
	line-height: 1.714em;
	text-align: left;
}

.pl-listings {
	margin: min(175px, 10.9375vw) 0 0;
	padding: 0 0 min(126px, 7.875vw);
}

.pl-listings__wrap {
	padding: min(50px, 3.125vw) 0 0;
}

.pl-listings__header p {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.111em;
	letter-spacing: 0.2em;
	color: var(--secondary);
}

.pl-listings__list {
	width: calc((1350/1600)*100%);
	max-width: 1350px;
	margin: 0 auto;
	padding: min(79px, 4.9375vw) 0 0;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 0 min(1.5vw, 24px);
}

.pl-listings__list-item {
	outline: none;
	display: block;
	position: relative;
	width: calc((433/1350)*100%);
}

.pl-listings__list-item:not(:nth-last-child(-n + 3)) {
	margin-bottom: calc((65/1350)*100%);
}

.pl-listings__list-item__photo::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: var(--default-transition);
}

.pl-listings__list-item__info {
	padding: 1.625em 0 0;
}

.listing-location {
	position: absolute;
	top: calc((13/551)*100%);
	left: 0;
	font-size: 0.938em;
	font-weight: 400;
	line-height: 1.333em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.933em 1.333em 0.8em;
	background: #000;
}

.listing-address {
	font-family: var(--font-family-title);
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	padding-bottom: 0.4em;
}

.listing-price {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.111em;
	letter-spacing: 0.05em;
	padding: 0.278em 0;
	display: flex;
	align-items: center;
}

.listing-status {
	margin-right: 0.667em;
	padding-right: 0.667em;
	text-transform: uppercase;
	border-right: 1px solid currentColor;
}

.listing-features {
	font-size: 0.938em;
	font-weight: 400;
	line-height: 1.067;
	letter-spacing: 0.05em;
	padding: 1.2em 0 0;
	opacity: 0;
	text-transform: uppercase;
	transform: translateY(15%);
	transition: var(--default-transition);
	display: flex;
	align-items: center;
}

.listing-features span {
	padding: 0 1.533em;
	position: relative;
}

.listing-features span:first-child {
	padding-left: 0;
}

.listing-features span:last-child {
	padding-right: 0;
}

.listing-features span:not(:last-child)::after {
	position: absolute;
	content: '';
	top: 1px;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 1em;
	background: currentColor;
}

.pl-listings__list-item:hover,
.pl-listings__list-item:focus {
	color: #fff;
	outline: none;
}

.pl-listings__list-item:hover .pl-listings__list-item__photo::after,
.pl-listings__list-item:focus .pl-listings__list-item__photo::after {
	opacity: 0.62;
}

.pl-listings__list-item:hover .pl-listings__list-item__info .listing-features,
.pl-listings__list-item:focus .pl-listings__list-item__info .listing-features {
	opacity: 1;
	transform: translateY(0%);
}

.pl-listings__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3.625em;
}

.pl-listings__pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pl-listings__pagination ul li {
	color: #fff;
	width: 2em;
	height: 2em;
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.025em;
	border: 1px solid transparent;
	margin: 0 0.778em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--default-transition);
}

.pl-listings__pagination ul li.active {
	color: var(--primary);
	background: #fff;
	font-weight: 700;
}

.pl-listings__pagination ul li:not(.active):hover,
.pl-listings__pagination ul li:not(.active):focus-within {
	border-color: #fff;
}

.pl-listings__pagination ul li a {
	color: inherit;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pl-listings__pagination .arrow {
	width: 1.417em;
	height: 1em;
	font-size: 0.75em;
	line-height: 1;
	display: block;
}

.pl-listings__pagination .arrow.prev {
	margin-right: 2.917em;
}

.pl-listings__pagination .arrow.next {
	margin-left: 2.917em;
}

.ip-pl-bg {
	top: auto;
	right: 0;
	bottom: calc((22/1600)*100%);
	height: auto;
}

.ip-pl-bg::after {
	background: linear-gradient(to bottom, var(--primary), rgba(10, 19, 30, 0.5), rgba(10, 19, 30, 0.5), var(--primary));
}

@media screen and (max-width: 991px) {
	.header-wrap::after {
		left: calc(100% - 100vw);
		right: calc(100% - 100vw);
	}

	.ip-breadcrumbs {
		min-width: 280px;
		width: calc((330/375)*100%);
	}

	.ip-breadcrumbs #breadcrumbs {
		font-size: max(14px, 0.875em);
	}

	.pl-listings {
		margin: max(7.669vw, 72px) 0 0;
		padding: 0 0 max(8vw, 40px);
	}

	.pl-listings__wrap {
		width: calc((329/375)*100%);
		padding: calc((75/991)*100%) 0 0;
		margin: 0 auto;
	}

	.pl-listings__header-title {
		padding-bottom: 1.287em;
	}

	.pl-listings__header p {
		font-size: 1.001em;
		line-height: 1.571em;
		padding: 0 1.429em;
	}

	.pl-listings__list {
		padding: calc((108/991)*100%) 0 0;
		max-width: 450px;
		width: 100%;
	}

	.pl-listings__list-item {
		width: 100%;
	}

	.pl-listings__list-item:not(:last-child) {
		margin-bottom: max(5vw, 40px) !important;
	}

	.pl-listings__list-item__info {
		text-align: center;
		padding: 1.43em 0 0;
	}

	.listing-location {
		font-size: 1.071em;
	}

	.listing-address {
		font-size: 1.286em;
		line-height: 1.333;
		padding-bottom: 0;
	}

	.listing-price {
		justify-content: center;
		line-height: 1.286;
		font-size: 1em;
		padding: 0.429em 0 1.073em;
	}

	.listing-features {
		justify-content: center;
		padding-top: 0;
	}

	.pl-listings__pagination {
		margin-top: calc((27/329)*100%);
	}

	.ip-pl-bg {
		display: none;
	}
}

@media screen and (max-width: 567px) {

	.pl-listings {
		padding: 0 0 calc((111/375)*100%);
	}

	.pl-listings__wrap {
		padding: calc((51/375)*100%) 0 0;
	}

	.pl-listings__list {
		padding: calc((54/329)*100%) 0 0;
	}

	.pl-listings__list-item:not(:last-child) {
		margin-bottom: calc((36/329)*100%) !important;
	}

	.pl-listings__list-item__photo canvas {
		height: calc((293/375)*100vw);
	}

	.pl-listings__pagination {
		font-size: 1.144em;
	}
}