.oh-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 32px 20px 64px;
}

.oh-page-header {
	margin-bottom: 32px;
}

.oh-page-header h1 {
	margin: 0 0 8px;
	font-size: 2rem;
}

.oh-lead {
	color: #555;
	font-size: 1.05rem;
	margin: 0;
}

.oh-lead-small {
	color: #777;
	font-size: 0.95rem;
	margin: 4px 0 16px;
}

.oh-breadcrumb {
	margin: 0 0 20px;
	font-size: 0.9rem;
}

.oh-breadcrumb a {
	color: #2D6A4F;
	text-decoration: none;
}

.oh-breadcrumb a:hover {
	text-decoration: underline;
}

.oh-region-section {
	margin-bottom: 40px;
}

.oh-region-section h2 {
	font-size: 1.3rem;
	margin: 0 0 16px;
	border-bottom: 2px solid #2D6A4F;
	padding-bottom: 8px;
}

.oh-region-grid,
.oh-producer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 16px;
}

.oh-region-card,
.oh-producer-card {
	display: block;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 18px 20px;
	text-decoration: none;
	color: inherit;
	transition: box-shadow .15s, border-color .15s;
}

.oh-region-card:hover,
.oh-producer-card:hover {
	box-shadow: 0 4px 14px rgba(0,0,0,.08);
	border-color: #2D6A4F;
}

.oh-region-name {
	display: block;
	font-weight: 600;
	font-size: 1.05rem;
	color: #1b1b1b;
	margin-bottom: 6px;
}

.oh-region-count {
	display: block;
	color: #2D6A4F;
	font-size: 0.85rem;
}

.oh-producer-card-title {
	margin: 0 0 8px;
	font-size: 1.05rem;
	color: #1b1b1b;
}

.oh-producer-card-addr {
	color: #777;
	font-size: 0.85rem;
	margin: 0 0 8px;
}

.oh-producer-card-prod {
	color: #444;
	font-size: 0.9rem;
	margin: 0 0 10px;
}

.oh-badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 999px;
	background: #E6F4EA;
	color: #2D6A4F;
}

.oh-badge-annulirovan,
.oh-badge-priostanovlen {
	background: #FBEAEA;
	color: #B3261E;
}

.oh-pagination {
	margin-top: 32px;
	display: flex;
	gap: 8px;
}

.oh-pagination .page-numbers {
	padding: 6px 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	text-decoration: none;
	color: #333;
}

.oh-pagination .current {
	background: #2D6A4F;
	color: #fff;
	border-color: #2D6A4F;
}

/* Single producer page */
.oh-single-columns {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 32px;
	align-items: start;
}

@media (max-width: 780px) {
	.oh-single-columns {
		grid-template-columns: 1fr;
	}
}

.oh-fields {
	margin: 0;
}

.oh-fields dt {
	font-weight: 600;
	color: #2D6A4F;
	margin-top: 18px;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.oh-fields dt:first-child {
	margin-top: 0;
}

.oh-fields dd {
	margin: 4px 0 0;
	font-size: 1rem;
	color: #222;
	line-height: 1.5;
}

.oh-single-map {
	position: sticky;
	top: 20px;
}

#oh-map {
	width: 100%;
	height: 320px;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
}

.oh-map-note {
	font-size: 0.8rem;
	color: #888;
	margin-top: 8px;
}

/* Каталог товаров */
.oh-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 28px;
	padding: 16px;
	background: #F6F9F7;
	border-radius: 10px;
}

.oh-filters select,
.oh-filters .oh-filter-search {
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 0.9rem;
}

.oh-filter-search {
	flex: 1 1 200px;
}

.oh-filter-submit {
	background: #2D6A4F;
	color: #fff;
	border: none;
	padding: 9px 18px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 0.9rem;
}

.oh-filter-submit:hover {
	background: #1f4d38;
}

.oh-filter-reset {
	color: #B3261E;
	text-decoration: none;
	font-size: 0.85rem;
}

.oh-product-thumb img,
.oh-product-photo img {
	width: 100%;
	border-radius: 10px;
	display: block;
}

.oh-product-thumb {
	margin-bottom: 12px;
}

.oh-product-desc {
	margin: 12px 0;
	color: #333;
}

.oh-product-certs {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.oh-empty-state {
	background: #F6F9F7;
	border-radius: 10px;
	padding: 32px;
	text-align: center;
	color: #444;
}

.oh-empty-state a {
	color: #2D6A4F;
}
