.pit-magazin-page {
	width: 100%;
}

.pit-magazin-page__header {
	max-width: 600px;
	margin: 0 auto 32px;
	text-align: center;
}

.pit-magazin-page__title {
	margin: 0 0 16px;
	font-size: 32px;
	font-weight: 800;
}
.pit-magazin-page {
	padding: 40px 0;
}

button.pit-magazin-filter {
	text-transform: none;
	background-color: #e9e9e9;
	padding: 0 30px;
}
.pit-magazin-page__intro {
	color: #4b5563;
	font-size: 1rem;
	line-height: 1.6;
}

.pit-magazin-page__intro > :last-child {
	margin-bottom: 0;
}

.pit-magazin-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 32px;
}

.pit-magazin-filter {
	appearance: none;
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #1f2937;
	border-radius: 999px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pit-magazin-filter:hover,
.pit-magazin-filter:focus {
	border-color: var(--wd-primary-color);
	color: var(--wd-primary-color);
	outline: none;
}

.pit-magazin-filter.is-active {
	background: var(--wd-primary-color);
	border-color: var(--wd-primary-color);
	color: #fff;
}

.pit-magazin-list.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.pit-magazin-grid {
	display: grid;
	grid-template-columns: repeat(2, 48%);
	justify-content: space-between;
	gap: 36px 0;
}

.pit-magazin-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.pit-magazin-card__map-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	background: #e5e7eb;
}

.pit-magazin-card__map-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.pit-magazin-card__map-wrap iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translate(-50%, -50%);
}

.pit-magazin-card__body {
	padding: 26px 28px 28px;
}

.pit-magazin-card__title {
	margin: 0 0 14px;
	font-size: 26px;
	line-height: 1.35;
	color: #111827;
	font-weight: 600;
}

.pit-magazin-card__row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 12px;
	color: #374151;
	font-size: 16px;
	line-height: 1.55;
}

.pit-magazin-card__row:last-child {
	margin-bottom: 0;
}

.pit-magazin-card__icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: var(--wd-primary-color);
}

.pit-magazin-card__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.pit-magazin-card__text {
	flex: 1;
	min-width: 0;
}

.pit-magazin-card__phone a {
	color: var(--wd-primary-color);
	text-decoration: none;
	font-weight: 600;
}

.pit-magazin-card__phone a:hover {
	text-decoration: underline;
}

.pit-magazin-card__hours {
	color: #4b5563;
	font-size: 16px;
	line-height: 1.6;
}

.pit-magazin-empty {
	margin: 0;
	padding: 28px;
	text-align: center;
	color: #6b7280;
	background: #f9fafb;
	border: 1px dashed #d1d5db;
	border-radius: 12px;
}

@media (max-width: 767px) {
	.pit-magazin-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.pit-magazin-card__body {
		padding: 22px 20px 24px;
	}
}




.pit-orderby-wrap span {
	display: none;
}


@media (max-width: 767px) {
	.pit-orderby-wrap {
		display: flex;
		align-items: center;
		gap: 5px !important;
	}
	.woocommerce-ordering.wd-ordering-mb-icon {
		width: auto !important;
	}
	.pit-orderby-wrap span {
		display: block;
		padding-right: 7px;
		color: #242424;
		font-weight: 600;
	}
}