/* Denzo Home Representative Locator — light storefront theme. */
#dzlRoot,
[data-dzl-root] {
	--dzl-brand: #ad9477;
	--dzl-brand-lift: #d8c9b8;
	--dzl-brand-strong: #765f49;
	--dzl-ink: #fbfaf8;
	--dzl-surface: #fff;
	--dzl-surface-hi: #f6f2ed;
	--dzl-line: rgba(74, 61, 48, 0.16);
	--dzl-ivory: #fff;
	--dzl-text: #2d2925;
	--dzl-muted: #746d66;
	--dzl-dim: #5f5851;
	--dzl-map-bg: #ebe7e1;
	--dzl-h: 88vh;
	--dzl-map-h: 52vh;
	--dzl-safe-rail: 72px;
	--dzl-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	color-scheme: light;
}

@supports (height: 88svh) {
	#dzlRoot,
	[data-dzl-root] {
		--dzl-h: 88svh;
	}
}

#dzlRoot,
#dzlRoot *,
[data-dzl-root],
[data-dzl-root] * {
	box-sizing: border-box;
}

/* ─── Force RTL throughout — WoodMart resets text-align/direction on generic
   selectors, so restore them explicitly and specifically here. ─── */
#dzlRoot,
[data-dzl-root] {
	direction: rtl !important;
}
#dzlRoot :is(.dzl-kicker, .dzl-title, .dzl-count, .dzl-note, .dzl-list, .dzl-card, .dzl-city, .dzl-shop, .dzl-address, .dzl-meta, .dzl-group, .dzl-empty, .dzl-chip-row, .dzl-filters, .dzl-search),
[data-dzl-root] :is(.dzl-kicker, .dzl-title, .dzl-count, .dzl-note, .dzl-list, .dzl-card, .dzl-city, .dzl-shop, .dzl-address, .dzl-meta, .dzl-group, .dzl-empty, .dzl-chip-row, .dzl-filters, .dzl-search) {
	text-align: right;
	direction: rtl;
}

/* ─── Keep WoodMart from replacing the locator's scoped light palette. ─── */
#dzlRoot :is(.dzl-title, .dzl-shop, .dzl-city),
[data-dzl-root] :is(.dzl-title, .dzl-shop, .dzl-city) {
	color: var(--dzl-text) !important;
}
#dzlRoot :is(.dzl-geo, .dzl-reset, .dzl-select),
[data-dzl-root] :is(.dzl-geo, .dzl-reset, .dzl-select) {
	color: var(--dzl-text) !important;
}
#dzlRoot .dzl-pick,
[data-dzl-root] .dzl-pick {
	color: var(--dzl-text) !important;
}

#dzlRoot .dzl-title,
#dzlRoot .dzl-shop,
[data-dzl-root] .dzl-title,
[data-dzl-root] .dzl-shop {
	color: var(--dzl-text) !important;
	margin: 0;
}

.dzl-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.dzl-locator {
	display: grid;
	grid-template-columns: 420px minmax(0, 1fr);
	grid-template-areas: "sidebar map";
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	min-height: var(--dzl-h);
	background: var(--dzl-ink);
	color: var(--dzl-text);
	font-family: inherit;
	direction: rtl;
	overflow: clip;
	isolation: isolate;
	z-index: 0;
}

.dzl-sidebar {
	grid-area: sidebar;
	height: var(--dzl-h);
	overflow-y: auto;
	overscroll-behavior: contain;
	background: var(--dzl-ink);
	border-inline-start: 1px solid var(--dzl-line);
	padding: 0 max(24px, var(--dzl-safe-rail)) 28px 24px;
	scrollbar-width: thin;
	scrollbar-color: var(--dzl-brand) #f1ede8;
}

.dzl-sidebar::-webkit-scrollbar {
	width: 6px;
}

.dzl-sidebar::-webkit-scrollbar-track {
	background: #f1ede8;
}

.dzl-sidebar::-webkit-scrollbar-thumb {
	background: var(--dzl-brand);
}

.dzl-head {
	position: sticky;
	top: 0;
	z-index: 6;
	background: var(--dzl-ink);
	padding: 28px 0 18px;
}

.dzl-kicker {
	margin: 0 0 8px;
	color: var(--dzl-muted);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.dzl-title {
	margin: 0 0 20px !important;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}

.dzl-title-mobile {
	display: none;
}

.dzl-search {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid rgba(74, 61, 48, 0.24);
	padding-bottom: 10px;
	margin-bottom: 14px;
	transition: border-color 0.25s var(--dzl-ease);
}

.dzl-search:focus-within {
	border-bottom-color: var(--dzl-brand-strong);
}

.dzl-ico {
	width: 17px;
	height: 17px;
	color: var(--dzl-muted);
	flex: 0 0 auto;
}

.dzl-search input {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--dzl-text);
	font-size: 12px;
	font-family: inherit;
	text-align: right;
	padding: 0;
}

.dzl-search input::placeholder {
	color: #8a8178;
}

.dzl-search input::-webkit-search-cancel-button {
	display: none;
}

.dzl-clear {
	appearance: none;
	border: 1px solid transparent;
	border-radius: 50%;
	background: transparent;
	color: var(--dzl-muted);
	font-size: 18px;
	line-height: 1;
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	transition: color 0.25s var(--dzl-ease), border-color 0.25s var(--dzl-ease), background 0.25s var(--dzl-ease);
}

.dzl-clear:hover {
	color: var(--dzl-brand-strong);
}

.dzl-filters {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.dzl-select {
	flex: 1 1 auto;
	min-width: 0;
	appearance: none;
	border: 1px solid var(--dzl-line);
	background: var(--dzl-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23746d66' stroke-width='1.2'/%3E%3C/svg%3E") no-repeat left 12px center / 10px 6px;
	color: var(--dzl-text);
	font-family: inherit;
	font-size: 11px;
	padding: 9px 12px 9px 30px;
	cursor: pointer;
	transition: border-color 0.2s var(--dzl-ease);
}

.dzl-select:hover {
	border-color: var(--dzl-brand);
}

.dzl-select:focus-visible {
	outline: 2px solid var(--dzl-brand-strong);
	outline-offset: 2px;
}

@media (min-width: 768px) {
	.dzl-select option {
		background-color: #fff;
		color: #111;
	}

	.dzl-select option:checked {
		background-color: var(--dzl-brand-strong);
		color: #fff;
	}
}

.dzl-geo {
	appearance: none;
	border: 1px solid var(--dzl-line);
	background: var(--dzl-surface);
	color: var(--dzl-dim);
	padding: 8px 13px;
	font-size: 11px;
	font-family: inherit;
	cursor: pointer;
	flex: 0 0 auto;
	transition: color 0.2s var(--dzl-ease), border-color 0.2s var(--dzl-ease), background 0.2s var(--dzl-ease);
}

.dzl-u {
	border-bottom: 1px solid rgba(74, 61, 48, 0.28);
	padding-bottom: 3px;
	transition: border-color 0.2s var(--dzl-ease);
}

.dzl-geo:hover {
	color: var(--dzl-brand-strong);
}

.dzl-geo:hover .dzl-u {
	border-bottom-color: var(--dzl-brand);
}

.dzl-geo[data-busy="1"] {
	opacity: 0.5;
	pointer-events: none;
}

.dzl-chip-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	flex-wrap: wrap;
}

.dzl-chip {
	border: 1px solid var(--dzl-brand);
	background: color-mix(in srgb, var(--dzl-brand) 16%, #fff);
	color: var(--dzl-brand-strong);
	font-size: 11px;
	padding: 6px 11px;
}

.dzl-reset {
	appearance: none;
	border: 1px solid var(--dzl-line);
	background: var(--dzl-surface);
	color: var(--dzl-dim);
	font-family: inherit;
	font-size: 11px;
	cursor: pointer;
	padding: 8px 13px;
	transition: color 0.2s var(--dzl-ease), border-color 0.2s var(--dzl-ease), background 0.2s var(--dzl-ease);
}

.dzl-reset:hover {
	color: var(--dzl-brand-strong);
}

.dzl-note {
	margin: 0 0 14px;
	padding: 9px 11px;
	border: 1px solid color-mix(in srgb, var(--dzl-brand) 50%, transparent);
	background: color-mix(in srgb, var(--dzl-brand) 13%, #fff);
	color: #5f4c3a;
	font-size: 11px;
	line-height: 1.8;
}

.dzl-count {
	margin: 0;
	color: var(--dzl-dim);
	font-size: 12px;
}

.dzl-sep {
	color: #b2aaa2;
	margin: 0 4px;
}

.dzl-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dzl-group {
	display: flex;
	align-items: baseline;
	gap: 9px;
	padding: 22px 0 10px;
	color: var(--dzl-brand-strong);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.4px;
}

.dzl-group::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: linear-gradient(to left, color-mix(in srgb, var(--dzl-brand) 55%, transparent), transparent);
}

.dzl-group-n {
	color: var(--dzl-muted);
	font-weight: 400;
	letter-spacing: 0;
}

.dzl-card {
	position: relative;
	border: 1px solid var(--dzl-line);
	background: var(--dzl-surface);
	padding: 14px 15px 13px;
	margin-bottom: 10px;
	content-visibility: auto;
	contain-intrinsic-size: auto 138px;
	transition: border-color 0.25s var(--dzl-ease), background 0.25s var(--dzl-ease);
}

.dzl-card:hover {
	border-color: color-mix(in srgb, var(--dzl-brand) 68%, var(--dzl-line));
	background: var(--dzl-surface-hi);
}

.dzl-card.is-active {
	border-color: var(--dzl-brand);
	background: var(--dzl-surface-hi);
	box-shadow: inset 3px 0 0 var(--dzl-brand);
}

.dzl-card:has(.dzl-pick:focus-visible) {
	outline: 2px solid var(--dzl-brand-strong);
	outline-offset: 2px;
}

.dzl-shop {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 7px !important;
	font-size: 13px;
	font-weight: 700;
}

.dzl-shop-ico {
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	color: var(--dzl-brand-strong);
}

.dzl-pick {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	color: inherit;
	font: inherit;
	text-align: right;
	cursor: pointer;
	outline: none;
}

.dzl-pick::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.dzl-meta {
	margin: 0 0 7px;
	color: var(--dzl-muted);
	font-size: 10.5px;
}

.dzl-meta b {
	color: var(--dzl-dim);
	font-weight: 500;
}

.dzl-address {
	margin: 0 0 10px;
	color: var(--dzl-muted);
	font-size: 11px;
	line-height: 1.85;
}

.dzl-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.dzl-act {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--dzl-dim);
	font-size: 11px;
	text-decoration: none;
	border: 1px solid var(--dzl-line);
	border-radius: 0;
	padding: 7px 12px;
	background: var(--dzl-surface);
	transition: color 0.2s var(--dzl-ease), border-color 0.2s var(--dzl-ease), background 0.2s var(--dzl-ease);
}

.dzl-act svg {
	width: 13px;
	height: 13px;
	flex: 0 0 auto;
	transition: transform 0.25s var(--dzl-ease);
}

.dzl-act.is-tel {
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.4px;
}

.dzl-empty {
	padding: 22px;
	margin-top: 18px;
	border: 1px dashed rgba(74, 61, 48, 0.24);
	color: var(--dzl-muted);
	font-size: 12px;
	line-height: 2;
}

.dzl-empty b {
	display: block;
	color: var(--dzl-text);
	font-size: 13px;
	margin-bottom: 6px;
}

.dzl-map-wrap {
	grid-area: map;
	position: relative;
	min-height: var(--dzl-h);
	background: var(--dzl-map-bg);
}

.dzl-map {
	position: absolute;
	inset: 0;
	background: var(--dzl-map-bg);
	touch-action: none;
}

/* ─── Scroll shield ─── keeps the map from hijacking page scroll/touch until
   the user opts in. Sits above the tiles, below the loading skeleton. ─── */
.dzl-shield {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	place-items: center;
	padding: 14px;
	opacity: 0;
	pointer-events: none;
	background: transparent;
	transition: opacity 0.25s var(--dzl-ease);
}

.dzl-shield-hint {
	pointer-events: none;
	max-width: min(88%, 340px);
	padding: 9px 16px;
	border-radius: 999px;
	border: 1px solid var(--dzl-line);
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	color: var(--dzl-text);
	box-shadow: 0 8px 24px rgba(74, 61, 48, 0.14);
	font-family: inherit;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	transform: translateY(6px);
	transition: transform 0.25s var(--dzl-ease);
}

.dzl-shield.is-active {
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Desktop: the hint is a quiet on-hover nudge; the click does the unlocking. */
@media (min-width: 768px) and (hover: hover) {
	.dzl-map-wrap:hover .dzl-shield:not(.is-active) {
		opacity: 1;
	}

	.dzl-map-wrap:hover .dzl-shield:not(.is-active) .dzl-shield-hint {
		transform: none;
	}
}

.dzl-skeleton {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: var(--dzl-map-bg);
	z-index: 3;
	transition: opacity 0.5s var(--dzl-ease);
}

.dzl-skeleton.is-gone {
	opacity: 0;
	pointer-events: none;
}

.dzl-sk-mark {
	width: 26px;
	height: 26px;
	border: 1px solid var(--dzl-brand);
	border-radius: 999px;
	animation: dzl-breathe 2.2s var(--dzl-ease) infinite;
}

@keyframes dzl-breathe {
	0%,
	100% {
		opacity: 0.25;
		scale: 0.86;
	}
	50% {
		opacity: 0.9;
		scale: 1;
	}
}

.dzl-pin {
	overflow: visible;
	transform-origin: 50% 100%;
	filter: drop-shadow(0 8px 14px rgba(74, 61, 48, 0.28));
	transition: scale 0.28s var(--dzl-ease);
	cursor: pointer;
}

.dzl-pin-body {
	fill: var(--dzl-ivory);
	transition: fill 0.28s var(--dzl-ease);
}

.dzl-pin-needle {
	fill: var(--dzl-brand-lift);
	transition: fill 0.28s var(--dzl-ease);
}

.dzl-pin-ring {
	fill: none;
	stroke: var(--dzl-brand-strong);
	stroke-opacity: 0.5;
	stroke-width: 0.9;
}

.dzl-pin-n {
	fill: var(--dzl-brand-strong);
	font-family: inherit;
	font-weight: 700;
	text-anchor: middle;
	dominant-baseline: central;
	transition: fill 0.28s var(--dzl-ease);
}

.dzl-pin-halo {
	fill: none;
	stroke: var(--dzl-brand);
	stroke-width: 1.2;
	opacity: 0;
	transform-origin: 18px 16px;
}

.leaflet-marker-icon:hover .dzl-pin {
	scale: 1.07;
}

.leaflet-marker-icon:focus-visible {
	outline: none;
}

.leaflet-marker-icon:focus-visible .dzl-pin {
	scale: 1.12;
}

.dzl-pin.is-active {
	scale: 1.12;
}

.dzl-pin.is-active .dzl-pin-body {
	fill: var(--dzl-brand);
}

.dzl-pin.is-active .dzl-pin-needle {
	fill: var(--dzl-brand-strong);
}

.dzl-pin.is-active .dzl-pin-n {
	fill: var(--dzl-text);
}

.dzl-pin.is-active .dzl-pin-ring {
	stroke: #fff;
	stroke-opacity: 0.45;
}

.dzl-pin.is-active .dzl-pin-halo {
	animation: dzl-halo 2.4s var(--dzl-ease) infinite;
}

@keyframes dzl-halo {
	0% {
		opacity: 0.6;
		scale: 1;
	}
	70%,
	100% {
		opacity: 0;
		scale: 1.9;
	}
}

.dzl-popup {
	direction: rtl;
	text-align: right;
	min-width: 176px;
	font-family: inherit;
}

.dzl-popup strong {
	display: block;
	margin-bottom: 5px;
	color: var(--dzl-text);
	font-size: 14px;
}

.dzl-popup p {
	margin: 0 0 9px;
	color: var(--dzl-muted);
	font-size: 11px;
}

.dzl-popup button {
	appearance: none;
	border: 0;
	border-bottom: 1px solid var(--dzl-brand-strong);
	background: transparent;
	color: var(--dzl-brand-strong);
	font-family: inherit;
	font-size: 11px;
	padding: 0 0 2px;
	cursor: pointer;
}

#dzlRoot .leaflet-container,
[data-dzl-root] .leaflet-container {
	font-family: inherit;
	background: var(--dzl-map-bg);
}

#dzlRoot .leaflet-control-attribution,
[data-dzl-root] .leaflet-control-attribution {
	background: rgba(255, 255, 255, 0.86) !important;
	color: var(--dzl-muted) !important;
	font-size: 10px !important;
}

#dzlRoot .leaflet-control-attribution a,
[data-dzl-root] .leaflet-control-attribution a {
	color: var(--dzl-brand-strong) !important;
}

#dzlRoot .leaflet-control-zoom,
[data-dzl-root] .leaflet-control-zoom {
	border: 0 !important;
	box-shadow: none !important;
}

#dzlRoot .leaflet-control-zoom a,
[data-dzl-root] .leaflet-control-zoom a {
	background: rgba(255, 255, 255, 0.92) !important;
	color: var(--dzl-text) !important;
	border: 1px solid var(--dzl-line) !important;
	backdrop-filter: blur(6px);
}

#dzlRoot .leaflet-popup-content-wrapper,
#dzlRoot .leaflet-popup-tip,
[data-dzl-root] .leaflet-popup-content-wrapper,
[data-dzl-root] .leaflet-popup-tip {
	background: var(--dzl-ivory);
	color: var(--dzl-text);
	border-radius: 0;
	box-shadow: 0 18px 44px rgba(74, 61, 48, 0.2);
}

#dzlRoot .leaflet-popup-content,
[data-dzl-root] .leaflet-popup-content {
	margin: 13px 15px;
}

#dzlRoot .leaflet-popup-close-button,
[data-dzl-root] .leaflet-popup-close-button {
	color: var(--dzl-muted) !important;
}

/* ═══ Button system — keep WoodMart from replacing the scoped light controls. ═══ */
#dzlRoot :is(.dzl-geo, .dzl-reset, .dzl-act),
[data-dzl-root] :is(.dzl-geo, .dzl-reset, .dzl-act),
#dzlRoot :is(.dzl-geo, .dzl-reset, .dzl-act):is(:hover, :focus, :focus-visible, :active),
[data-dzl-root] :is(.dzl-geo, .dzl-reset, .dzl-act):is(:hover, :focus, :focus-visible, :active) {
	background-image: none !important;
	background-color: var(--dzl-surface) !important;
	border: 1px solid var(--dzl-line) !important;
	box-shadow: none !important;
	text-shadow: none !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	text-decoration: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	outline: none !important;
}

/* Hover: a warm tint and a clear brand-family outline. */
#dzlRoot :is(.dzl-geo, .dzl-reset, .dzl-act):is(:hover, :focus-visible),
[data-dzl-root] :is(.dzl-geo, .dzl-reset, .dzl-act):is(:hover, :focus-visible) {
	background-color: var(--dzl-surface-hi) !important;
	border-color: color-mix(in srgb, var(--dzl-brand) 65%, var(--dzl-line)) !important;
	color: var(--dzl-brand-strong) !important;
}
#dzlRoot .dzl-act:is(:hover, :focus-visible) svg,
[data-dzl-root] .dzl-act:is(:hover, :focus-visible) svg {
	color: var(--dzl-brand-strong);
}

/* Keyboard focus stays clearly visible for accessibility. */
#dzlRoot :is(.dzl-geo, .dzl-reset, .dzl-act, .dzl-select, .dzl-clear):focus-visible,
[data-dzl-root] :is(.dzl-geo, .dzl-reset, .dzl-act, .dzl-select, .dzl-clear):focus-visible {
	outline: 2px solid var(--dzl-brand-strong) !important;
	outline-offset: 2px;
}

/* Pick (whole shop card is clickable) — no box; the card itself reacts. */
#dzlRoot :is(.dzl-pick),
[data-dzl-root] :is(.dzl-pick),
#dzlRoot .dzl-pick:is(:hover, :focus, :focus-visible, :active),
[data-dzl-root] .dzl-pick:is(:hover, :focus, :focus-visible, :active) {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

/* Clear (×): kill WoodMart's white box — stays a bare mark until hovered. */
#dzlRoot .dzl-clear,
[data-dzl-root] .dzl-clear,
#dzlRoot .dzl-clear:is(:hover, :focus, :focus-visible, :active),
[data-dzl-root] .dzl-clear:is(:hover, :focus, :focus-visible, :active) {
	background-image: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
#dzlRoot .dzl-clear:is(:hover, :focus-visible),
[data-dzl-root] .dzl-clear:is(:hover, :focus-visible) {
	color: var(--dzl-brand-strong) !important;
	border-color: var(--dzl-brand) !important;
	background-color: color-mix(in srgb, var(--dzl-brand) 16%, #fff) !important;
}

/* Select (province): border warms to brand on hover/focus. */
#dzlRoot .dzl-select:is(:hover, :focus-visible),
[data-dzl-root] .dzl-select:is(:hover, :focus-visible) {
	border-color: var(--dzl-brand) !important;
	color: var(--dzl-text) !important;
}

@media (max-width: 1280px) {
	.dzl-locator {
		grid-template-columns: 360px minmax(0, 1fr);
	}

	.dzl-sidebar {
		padding-inline: 20px;
	}

	.dzl-filters {
		flex-wrap: wrap;
	}
}

/* Elementor's default mobile breakpoint: the former mobile widget begins here. */
@media (max-width: 767px) {
	.dzl-locator {
		display: block;
		width: 100vw;
		max-width: 100vw;
		min-height: 0;
	}

	.dzl-map-wrap {
		position: relative;
		height: var(--dzl-map-h);
		min-height: 0;
		background: var(--dzl-map-bg);
		scroll-margin-top: 0;
	}

	/* Armed: overlay is visible, catches the touch, and lets a vertical swipe
	   scroll the page (pan-y). A deliberate tap flips it to .is-active. */
	.dzl-shield {
		opacity: 1;
		pointer-events: auto;
		touch-action: pan-y;
		background: rgba(45, 41, 37, 0.08);
	}

	.dzl-shield .dzl-shield-hint {
		transform: none;
	}

	.dzl-shield.is-active {
		opacity: 0 !important;
		pointer-events: none !important;
	}

	.dzl-sidebar {
		display: block;
		height: auto;
		overflow-y: visible;
		overscroll-behavior: auto;
		background: var(--dzl-ink);
		border-inline-start: 0;
		border-top: 1px solid var(--dzl-line);
		padding: 0 16px 26px;
	}

	.dzl-head {
		position: sticky;
		top: auto;
		z-index: 5;
		background: linear-gradient(var(--dzl-ink) 90%, rgba(251, 250, 248, 0));
		padding: 22px 16px 16px;
		margin-inline: -16px;
	}

	.dzl-title {
		font-size: 21px;
	}

	.dzl-title-desktop {
		display: none;
	}

	.dzl-title-mobile {
		display: block;
	}

	.dzl-search input {
		font-size: 16px;
		min-height: 24px;
	}

	.dzl-search input::placeholder {
		font-size: 13px;
	}

	.dzl-filters {
		flex-wrap: wrap;
		gap: 12px;
	}

	.dzl-card {
		-webkit-tap-highlight-color: transparent;
	}

	.dzl-act {
		min-height: 40px;
	}

	#dzlRoot .dzl-geo:active .dzl-u,
	[data-dzl-root] .dzl-geo:active .dzl-u {
		border-bottom-color: var(--dzl-brand);
	}
}

@supports (height: 52svh) {
	@media (max-width: 767px) {
		#dzlRoot,
		[data-dzl-root] {
			--dzl-map-h: 52svh;
		}
	}
}

@media (prefers-reduced-motion: reduce) {
	#dzlRoot *,
	#dzlRoot *::before,
	#dzlRoot *::after,
	[data-dzl-root] *,
	[data-dzl-root] *::before,
	[data-dzl-root] *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
}
