.bazar-hotels-page {
	margin-top: 40px;
}

@media (max-width: 768px) {
	.bazar-hotels-page {
		margin-top: 55px !important;
	}
}

.header_hor .l-header.pos_fixed ~ .bazar-hotels-page {
	padding-top: 80px;
}

.bazar-hotels-page {
	background: #f7f4ef;
	color: #1f2933;
}

.bazar-hotels-container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.bazar-hotels-hero {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.bazar-hotels-hero h1,
.bazar-hotels-single h1 {
	margin: 0;
	font-size: clamp(32px, 4vw, 56px);
	line-height: 1.05;
}

.bazar-hotels-eyebrow {
	margin: 0 0 10px;
	color: #8a5a24;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bazar-hotels-filters {
	align-items: end;
	margin: 18px 0 28px;
	padding: 18px;
	background: #ffffff;
	border: 1px solid #e5e0d8;
	border-radius: 8px;
}

.bazar-hotels-filter-labels {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bazar-hotels-filter-labels input:not([type="submit"]) {
	border: 1px solid #d8d2c8;
	box-shadow: none;
}

.bazar-hotels-filters label {
	display: grid;
	gap: 6px;
	min-width: 0;
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.bazar-hotels-filters input,
.bazar-hotels-filters select {
	width: 100%;
	min-width: 0;
	min-height: 42px;
	padding: 8px 10px;
	border: 1px solid #d8d2c8;
	border-radius: 6px;
	background: #ffffff;
	color: #1f2933;
	font-size: 15px;
}

.bazar-hotels-filter-actions {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 14px;
	justify-content: center;
}

.bazar-hotels-filter-count {
	position: absolute;
	left: 0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: baseline;
	color: #5f6b76;
	font-size: 15px;
	font-weight: 400;
}

.bazar-hotels-filter-count strong {
	color: #1f2933;
	font-size: 20px;
	line-height: 1;
}

.bazar-hotels-filter-actions button,
.apply-filters,
.bazar-hotels-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border: 0;
	border-radius: 6px;
	background: #1f2933;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.bazar-hotels-filter-actions a,
.bazar-hotels-link {
	color: #8a5a24;
	font-weight: 700;
	text-decoration: none;
}

.bazar-hotels-filter-actions .reset-button {
	position: absolute;
	right: 0;
}

.bazar-hotels-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	padding-bottom: 34px;
}

.bazar-hotel-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e5e0d8;
	border-radius: 8px;
}

.bazar-hotel-card__image {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 260px;
	aspect-ratio: 4 / 3;
	background: #e7e0d6;
	color: #6b6257;
	text-decoration: none;
}

.bazar-hotel-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bazar-hotel-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.bazar-hotel-card h2 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.25;
}

.bazar-hotel-card h2 a {
	color: inherit;
	text-decoration: none;
}

.bazar-hotel-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 8px;
}

.bazar-hotel-card__meta strong {
	font-size: 20px;
}

.bazar-hotel-card__location {
	margin: 0 0 14px;
	color: #5f6b76;
}

.bazar-hotel-card__area {
	display: block;
	color: #1f2933;
	text-align: left;
	font-size: 16px;
}

.bazar-hotel-card__fact {
	display: block;
	margin-top: 6px;
	color: #5f6b76;
	text-align: left;
	font-size: 16px;
}

.bazar-hotel-card__button {
	display: inline-flex;
	align-items: start;
	justify-content: start;
	width: 100%;
	min-height: 42px;
	margin-top: auto;
	color: #8a5a24;
	font-weight: 700;
	text-decoration: none;
}

.bazar-hotel-card__meta,
.bazar-hotel-card__fact:last-of-type {
	margin-bottom: 10px;
}

.bazar-hotels-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	padding: 0 0 56px;
}

.bazar-hotels-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid #d8d2c8;
	border-radius: 6px;
	background: #ffffff;
	color: #1f2933;
	text-decoration: none;
}

.bazar-hotels-pagination .current {
	background: #1f2933;
	color: #ffffff;
}

.bazar-hotels-empty {
	padding: 48px 0 72px;
	text-align: center;
}

.bazar-hotels-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
	gap: 34px;
	padding: 42px 0;
}

.bazar-hotels-gallery__main {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
	background: #e7e0d6;
}

.bazar-hotels-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.bazar-hotels-gallery__thumbs button {
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
}

.bazar-hotels-gallery__thumbs button.is-active {
	border-color: #8a5a24;
}

.bazar-hotels-gallery__thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.bazar-hotels-single__summary {
	position: sticky;
	top: 124px;
	align-self: start;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #e5e0d8;
	border-radius: 8px;
}

.bazar-hotels-price {
	margin: 20px 0;
	font-size: 32px;
	font-weight: 800;
}

.bazar-hotels-facts {
	display: grid;
	gap: 12px;
	margin: 0 0 22px;
}

.bazar-hotels-facts div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ece7df;
}

.bazar-hotels-facts dt {
	color: #5f6b76;
	font-weight: 600;
}

.bazar-hotels-facts dd {
	margin: 0;
	font-weight: 700;
	text-align: right;
}

.bazar-hotels-cta {
	display: grid;
	gap: 12px;
}

.bazar-hotels-description {
	padding: 0 0 64px;
}

.bazar-hotels-description h2 {
	margin: 0 0 16px;
}

.bazar-hotels-content {
	max-width: 780px;
	font-size: 18px;
	line-height: 1.7;
}

@media (max-width: 980px) {
	.bazar-hotels-filter-labels {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bazar-hotels-grid,
	.bazar-hotels-single__layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bazar-hotels-filter-actions {
		display: grid;
		grid-template-columns: 1fr auto auto;
		align-items: center;
		justify-content: stretch;
	}

	.bazar-hotels-filter-count,
	.bazar-hotels-filter-actions .reset-button {
		position: static;
	}
}

@media (max-width: 820px) {
	.bazar-hotels-filter-labels {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.bazar-hotels-filter-labels,
	.bazar-hotels-grid,
	.bazar-hotels-single__layout {
		grid-template-columns: 1fr;
	}

	.bazar-hotels-filters {
		margin: 14px 0 24px;
		padding: 14px;
	}

	.bazar-hotels-hero {
		padding: 34px 0 14px;
	}

	.bazar-hotels-filter-actions {
		grid-template-columns: 1fr;
		gap: 10px;
		align-items: stretch;
	}

	.bazar-hotels-filter-actions button,
	.bazar-hotels-filter-actions .reset-button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.bazar-hotels-filter-count {
		justify-content: center;
		text-align: center;
	}

	.bazar-hotel-card__image {
		height: 220px;
	}

	.bazar-hotels-single__summary {
		position: static;
	}

	.bazar-hotels-gallery__thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
