.taxonomy-pcategory-kopen #main > .wrap.row,
.taxonomy-pcategory-for-sale #main > .wrap.row {
	background: transparent;
	max-width: none;
	padding: 0;
}

.taxonomy-pcategory-kopen #main,
.taxonomy-pcategory-for-sale #main {
	padding-top: 0;
}

.athome-kopen-hub {
	background: var(--athome-bg);
	margin: 0;
	padding: 0 !important;
	width: 100%;
}

.athome-kopen-hub *,
.athome-kopen-hub *::before,
.athome-kopen-hub *::after {
	box-sizing: border-box;
}

.athome-kopen-container {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.athome-kopen-hero {
	background: #2d3a56;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.athome-kopen-hero::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M-7 7L7-7M0 28L28 0M21 35L35 21' fill='none' stroke='%23fff' stroke-opacity='.055' stroke-width='2'/%3E%3C/svg%3E");
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.athome-kopen-hero__inner {
	padding-bottom: 58px;
	padding-top: 58px;
	position: relative;
	z-index: 1;
}

.athome-kopen-eyebrow,
.athome-kopen-kicker {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.athome-kopen-eyebrow {
	color: var(--athome-surface);
}

.athome-kopen-kicker {
	color: var(--athome-brand);
}

.athome-kopen-hub .athome-kopen-hero h1 {
	color: #fff !important;
	font-size: clamp(2rem, 4.2vw, 2.75rem);
	line-height: 1.12;
	margin: 0;
	max-width: 900px;
}

.athome-kopen-hero__intro {
	color: var(--athome-surface);
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 18px 0 0;
	max-width: 760px;
}

.athome-kopen-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.athome-kopen-actions > .athome-kopen-button,
.athome-kopen-actions > .athome-kopen-whatsapp-button {
	box-sizing: border-box;
	flex: 0 0 320px;
	width: 320px;
	max-width: 100%;
}

.athome-kopen-whatsapp-button,
.athome-kopen-whatsapp-button .nta_wa_button {
	align-items: center;
	display: flex;
}

.athome-kopen-whatsapp-button .wa__button {
	box-sizing: border-box;
	width: 100%;
	height: 72px;
	min-height: 72px;
	margin: 0;
	transform: none !important;
}

.athome-kopen-whatsapp-button .wa__button .wa__btn_icon {
	height: 72px !important;
}

.athome-kopen-whatsapp-button .wa__button .wa__btn_txt {
	box-sizing: border-box;
	min-height: 72px;
	padding-top: 8px !important;
	padding-right: 14px !important;
	padding-bottom: 8px !important;
	line-height: 1.25 !important;
	white-space: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
}

.athome-kopen-whatsapp-button .wa__button:hover,
.athome-kopen-whatsapp-button .wa__button:focus {
	transform: none !important;
}

.athome-kopen-whatsapp-button .athome-whatsapp-direct__text,
.athome-kopen-whatsapp-button .wa__button:hover .athome-whatsapp-direct__text,
.athome-kopen-whatsapp-button .wa__button:focus .athome-whatsapp-direct__text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

.athome-kopen-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--athome-radius-card, 6px);
	display: inline-flex;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem !important;
	font-weight: 600 !important;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
	white-space: nowrap;
}

.athome-kopen-button:hover,
.athome-kopen-button:focus {
	font-size: 1rem !important;
	font-weight: 600;
	min-height: 44px;
	padding: 10px 20px;
	transform: none;
}

.athome-kopen-actions > .athome-kopen-button {
	min-height: 72px;
}

.athome-kopen-actions > .athome-kopen-button:hover,
.athome-kopen-actions > .athome-kopen-button:focus {
	min-height: 72px;
}

.athome-kopen-hub .athome-kopen-button--primary {
	background: #00afe1;
	color: #fff !important;
}

.athome-kopen-hero .athome-kopen-button--primary {
	background: #00afe1;
	color: #fff !important;
}

.athome-kopen-hub .athome-kopen-button--primary:hover,
.athome-kopen-hub .athome-kopen-button--primary:focus {
	background: var(--athome-brand);
	color: #fff !important;
}

.athome-kopen-hub .athome-kopen-button--outline {
	background: #00afe1;
	border-color: #00afe1;
	color: #fff !important;
}

.athome-kopen-hub .athome-kopen-button--outline:hover,
.athome-kopen-hub .athome-kopen-button--outline:focus {
	background: var(--athome-brand);
	border-color: var(--athome-brand);
	color: #fff !important;
}

.athome-kopen-breadcrumb {
	background: var(--athome-surface);
	border-bottom: 1px solid var(--athome-border);
	color: var(--athome-muted);
	font-size: 0.875rem;
}

.athome-kopen-breadcrumb .athome-kopen-container {
	align-items: center;
	display: flex;
	gap: 9px;
	padding-bottom: 11px;
	padding-top: 11px;
}

.athome-kopen-breadcrumb a {
	color: var(--athome-brand);
}

.athome-kopen-breadcrumb a,
.athome-kopen-breadcrumb span {
	font-size: 0.875rem !important;
	line-height: 1.4;
}

.athome-kopen-breadcrumb [aria-current="page"] {
	color: var(--athome-heading);
	font-weight: 600;
}

.athome-kopen-section {
	padding: 40px 0;
}

.athome-kopen-section--latest {
	background: var(--athome-listing-bg, #eef1f3);
	border-bottom: 1px solid var(--athome-border);
	border-top: 1px solid var(--athome-border);
}

.athome-kopen-section--areas {
	background: var(--athome-surface);
	border-top: 1px solid var(--athome-border);
}

.athome-kopen-section__heading {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
	margin-bottom: 28px;
}

.athome-kopen-section__heading--inline {
	align-items: end;
	display: flex;
	justify-content: space-between;
}

.athome-kopen-section__heading h2,
.athome-kopen-popular h2,
.athome-kopen-cta h2 {
	color: var(--athome-heading);
	font-size: clamp(1.5rem, 2.4vw, 1.9rem);
	line-height: 1.25;
	margin: 0;
}

.athome-kopen-section__heading p,
.athome-kopen-section__intro,
.athome-kopen-cta p {
	color: var(--athome-muted);
	line-height: 1.7;
	margin: 0;
}

.athome-kopen-section__intro p {
	margin: 0;
}

.athome-kopen-category-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.athome-kopen-category-card {
	background: var(--athome-surface);
	border: 1px solid var(--athome-border);
	border-radius: var(--athome-radius-card, 6px);
	color: var(--athome-ink);
	display: flex;
	flex-direction: column;
	min-height: 270px;
	padding: 23px;
	text-decoration: none;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.athome-kopen-category-card:hover,
.athome-kopen-category-card:focus {
	border-color: #00afe1;
	color: var(--athome-ink);
	transform: none;
}

.athome-kopen-category-card__icon {
	align-items: center;
	background: var(--athome-bg);
	border-radius: 4px;
	color: var(--athome-brand);
	display: inline-flex;
	font-size: 1.3rem;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.athome-kopen-category-card__title {
	color: var(--athome-heading);
	font-family: "Montserrat", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	margin-top: 17px;
}

.athome-kopen-category-card__count {
	color: var(--athome-muted);
	font-size: 0.76rem;
	margin-top: 2px;
}

.athome-kopen-category-card__description {
	color: var(--athome-muted);
	font-size: 0.82rem;
	line-height: 1.55;
	margin-top: 10px;
}

.athome-kopen-category-card__link {
	color: var(--athome-brand);
	font-size: 0.82rem;
	font-weight: 700;
	margin-top: auto;
	padding-top: 14px;
}

.athome-kopen-popular {
	border-top: 1px solid var(--athome-border);
	margin-top: 24px;
	padding-top: 20px;
}

.athome-kopen-popular-section {
	display: flow-root;
	padding-bottom: 20px;
}

.athome-kopen-popular h2 {
	font-size: 1.15rem;
}

.athome-kopen-popular__links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 16px;
}

.athome-kopen-popular__links a {
	background: var(--athome-surface);
	border: 1px solid var(--athome-border);
	border-radius: var(--athome-radius-card, 6px);
	color: var(--athome-ink);
	font-size: 0.8rem !important;
	font-weight: 600;
	padding: 8px 13px;
	text-decoration: none;
	transform: none;
}

.athome-kopen-popular__links a:hover,
.athome-kopen-popular__links a:focus {
	border-color: #00afe1;
	color: var(--athome-brand);
	font-size: 0.8rem !important;
	transform: none;
}

.athome-kopen-native-listings {
	align-items: stretch;
	column-gap: 14px;
	display: flex !important;
	flex-wrap: wrap;
	row-gap: 30px;
}

.athome-kopen-hub .athome-kopen-native-listings > article.post {
	box-sizing: border-box;
	border: 1px solid var(--athome-border);
	display: flex !important;
	flex-direction: column;
	float: none !important;
	margin: 0 !important;
	overflow: hidden;
	border-radius: var(--athome-radius-card, 6px);
	background: var(--athome-surface);
	box-shadow: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	width: 31% !important;
}

.athome-kopen-hub .athome-kopen-native-listings > article.post:hover,
.athome-kopen-hub .athome-kopen-native-listings > article.post:focus-within {
	border-color: var(--athome-brand);
	box-shadow: 0 8px 22px rgba(45, 58, 86, 0.08);
	transform: none;
}

.athome-kopen-hub .athome-kopen-native-listings > article.post > .entry {
	flex: 1;
	width: 100%;
}

.athome-kopen-listing-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athome-kopen-listing-card {
	background: var(--athome-surface);
	border: 1px solid var(--athome-border);
	border-radius: var(--athome-radius-card, 6px);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.athome-kopen-listing-card:hover {
	border-color: var(--athome-brand);
	transform: none;
}

.athome-kopen-listing-card__image {
	aspect-ratio: 16 / 10;
	background: var(--athome-border);
	display: block;
	overflow: hidden;
	position: relative;
}

.athome-kopen-listing-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.athome-kopen-listing-card:hover .athome-kopen-listing-card__image img {
	transform: none;
}

.athome-kopen-listing-card__placeholder {
	background: var(--athome-border);
	display: block;
	height: 100%;
}

.athome-kopen-listing-card__badges {
	display: flex;
	gap: 6px;
	left: 0;
	position: absolute;
	top: 20px;
	z-index: 2;
}

.athome-kopen-listing-card__badges span {
	background: var(--athome-brand-active);
	border-radius: 0;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 14px 8px;
	text-transform: uppercase;
}

.athome-kopen-listing-card__type {
	background: var(--athome-brand);
	border-radius: 0;
	bottom: 0;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 15px 8px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	z-index: 2;
}

.athome-kopen-listing-card__type::before {
	border-bottom: 0 solid transparent;
	border-right: 7px solid var(--athome-brand);
	border-top: 30px solid transparent;
	content: "";
	left: -7px;
	position: absolute;
	top: 0;
}

.athome-kopen-listing-card__location {
	background: rgba(45, 45, 45, 0.88);
	bottom: 0;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 1px;
	left: 0;
	max-width: 55%;
	overflow: hidden;
	padding: 7px 12px 8px;
	position: absolute;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

.athome-kopen-listing-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.athome-kopen-listing-card__price {
	color: var(--athome-brand);
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.35;
}

.athome-kopen-listing-card__price .property-price,
.athome-kopen-listing-card__price .prop-price,
.athome-kopen-listing-card__price strong {
	display: inline;
}

.athome-kopen-listing-card h3 {
	font-size: 0.98rem;
	line-height: 1.4;
	margin: 9px 0 0;
}

.athome-kopen-listing-card h3 a {
	color: var(--athome-heading);
	text-decoration: none;
}

.athome-kopen-listing-card h3 a:hover,
.athome-kopen-listing-card h3 a:focus {
	color: var(--athome-brand);
}

.athome-kopen-listing-card__features {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 13px;
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.athome-kopen-listing-card__features li {
	align-items: center;
	color: var(--athome-muted);
	display: inline-flex;
	font-size: 0.72rem;
	gap: 5px;
}

.athome-kopen-listing-card__features i {
	color: var(--athome-brand-active);
}

.athome-kopen-listing-card__body > p {
	color: var(--athome-muted);
	font-size: 0.79rem;
	line-height: 1.6;
	margin: 13px 0 0;
}

.athome-kopen-listing-card__footer {
	align-items: center;
	border-top: 1px solid var(--athome-border);
	display: flex;
	font-size: 0.72rem;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 14px;
}

.athome-kopen-listing-card__footer > span {
	color: var(--athome-muted);
}

.athome-kopen-listing-card__footer a {
	color: var(--athome-brand);
	font-weight: 700;
}

.athome-kopen-trust {
	background: var(--athome-heading);
	color: #fff;
	padding: 30px 0;
}

.athome-kopen-trust__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.athome-kopen-trust__grid > div {
	border-left: 2px solid #00afe1;
	padding-left: 17px;
}

.athome-kopen-trust strong,
.athome-kopen-trust span {
	display: block;
}

.athome-kopen-trust strong {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.35rem;
	line-height: 1.2;
}

.athome-kopen-trust span {
	color: var(--athome-surface);
	font-size: 0.78rem;
	margin-top: 4px;
}

.athome-kopen-area-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.athome-kopen-area-card {
	background: #2d3a56;
	border-radius: var(--athome-radius-card, 6px);
	color: #fff !important;
	display: flex;
	flex-direction: column;
	justify-content: end;
	min-height: 126px;
	overflow: hidden;
	padding: 18px;
	position: relative;
	text-decoration: none;
	transition: outline-color 0.18s ease, transform 0.18s ease;
}

.athome-kopen-area-card:nth-child(4n + 2) {
	background: #20a5dd;
}

.athome-kopen-area-card:nth-child(4n + 3) {
	background: #313131;
}

.athome-kopen-area-card:nth-child(4n + 4) {
	background: #00afe1;
}

.athome-kopen-area-card::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M-6 6L6-6M0 24L24 0M18 30L30 18' fill='none' stroke='%23fff' stroke-opacity='.045' stroke-width='2'/%3E%3C/svg%3E");
	content: "";
	inset: 0;
	position: absolute;
}

.athome-kopen-area-card:hover,
.athome-kopen-area-card:focus {
	color: #fff !important;
	outline: 2px solid #00afe1;
	outline-offset: 2px;
	transform: none;
}

.athome-kopen-area-card__name,
.athome-kopen-area-card__count {
	position: relative;
	z-index: 1;
}

.athome-kopen-area-card__name {
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.athome-kopen-area-card__count {
	color: var(--athome-surface) !important;
	font-size: 0.75rem;
	margin-top: 2px;
}

.athome-kopen-section--areas .athome-kopen-section__heading {
	margin-bottom: 16px;
}

.athome-kopen-cta {
	background: var(--athome-bg);
	padding: 40px 0;
}

.athome-kopen-cta__inner {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.athome-kopen-cta .athome-kopen-actions {
	flex-wrap: nowrap;
	justify-content: flex-end;
	margin-top: 0;
}

.athome-kopen-cta .athome-kopen-button--primary {
	background: #e07a3f;
	border-color: #e07a3f;
}

.athome-kopen-cta .athome-kopen-button--primary:hover,
.athome-kopen-cta .athome-kopen-button--primary:focus {
	background: #c9632e;
	border-color: #c9632e;
}

.athome-kopen-hub a:focus-visible {
	outline: 3px solid rgba(0, 175, 225, 0.35);
	outline-offset: 3px;
}

@media (max-width: 980px) {
	.athome-kopen-hub .athome-kopen-native-listings > article.post {
		width: calc(50% - 7px) !important;
	}

	.athome-kopen-category-grid,
	.athome-kopen-area-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.athome-kopen-listing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.athome-kopen-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.athome-kopen-section__heading {
		align-items: start;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.athome-kopen-hub .athome-kopen-native-listings > article.post {
		width: 100% !important;
	}

	.athome-kopen-container {
		padding-left: 8px;
		padding-right: 8px;
	}

	.athome-kopen-hero__inner {
		padding-bottom: 42px;
		padding-top: 42px;
	}

	.athome-kopen-hero__intro {
		font-size: 0.96rem;
	}

	.athome-kopen-section {
		padding: 42px 0;
	}

	.athome-kopen-category-grid,
	.athome-kopen-listing-grid,
	.athome-kopen-area-grid,
	.athome-kopen-trust__grid,
	.athome-kopen-cta__inner {
		grid-template-columns: 1fr;
	}

	.athome-kopen-section__heading--inline {
		align-items: flex-start;
		flex-direction: column;
	}

	.athome-kopen-category-card {
		min-height: 0;
	}

	.athome-kopen-trust__grid {
		gap: 18px;
	}

	.athome-kopen-cta .athome-kopen-actions {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.athome-kopen-button {
		width: 100%;
	}

	.athome-kopen-actions > .athome-kopen-button,
	.athome-kopen-actions > .athome-kopen-whatsapp-button {
		flex-basis: 100%;
		width: 100%;
	}

	.athome-kopen-cta .athome-kopen-button--primary {
		font-size: 0.9375rem !important;
	}

	.athome-kopen-whatsapp-button,
	.athome-kopen-whatsapp-button .nta_wa_button,
	.athome-kopen-whatsapp-button .wa__button {
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.athome-kopen-hub *,
	.athome-kopen-hub *::before,
	.athome-kopen-hub *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
