.ozdkaek-page {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	padding: 2rem 1rem;
}

.ozdkaek-page *,
.ozdkaek-album *,
.ozdkaek-catalog * {
	box-sizing: border-box;
}

.ozdkaek-entry-header {
	margin-bottom: 1.5rem;
}

.ozdkaek-album {
	padding: 0.5rem 2.75rem;
	position: relative;
}

.ozdkaek-controls {
	display: flex;
	inset-block-start: 50%;
	inset-inline: 0.25rem;
	justify-content: space-between;
	pointer-events: none;
	position: absolute;
	transform: translateY(-50%);
	z-index: 2;
}

.ozdkaek-prev,
.ozdkaek-next {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 0.5rem;
	cursor: pointer;
	padding: 0.55rem 0.75rem;
	pointer-events: auto;
}

.ozdkaek-prev:focus-visible,
.ozdkaek-next:focus-visible,
.ozdkaek-more-link:focus-visible,
.ozdkaek-track:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.ozdkaek-track {
	display: grid;
	gap: 1rem;
	grid-auto-columns: 85%;
	grid-auto-flow: column;
	overflow-x: auto;
	padding-block: 0.25rem;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.ozdkaek-slide {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 0.75rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	scroll-snap-align: start;
}

.ozdkaek-figure,
.ozdkaek-product-image {
	display: block;
}

.ozdkaek-figure img,
.ozdkaek-product-image img,
.ozdkaek-catalogue-card img {
	aspect-ratio: 3 / 2;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ozdkaek-caption,
.ozdkaek-product-content {
	padding: 0.9rem;
}

.ozdkaek-name,
.ozdkaek-product h3 {
	font-size: 1.05rem;
	margin: 0 0 0.4rem;
}

.ozdkaek-model,
.ozdkaek-price {
	font-size: 0.95rem;
}

.ozdkaek-more {
	margin-top: 0.75rem;
	text-align: end;
}

.ozdkaek-more-link {
	border: 1px solid #c3c4c7;
	border-radius: 0.5rem;
	display: inline-block;
	padding: 0.45rem 0.7rem;
	text-decoration: none;
}

.ozdkaek-products,
.ozdkaek-catalogue-archive,
.ozdkaek-catalogue-gallery,
.ozdkaek-product-gallery {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.ozdkaek-product-gallery figure {
	margin: 0;
}

.ozdkaek-product-gallery img {
	display: block;
	height: auto;
	width: 100%;
}

.ozdkaek-filters {
	align-items: end;
	background: #f6f7f7;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin-bottom: 1.5rem;
	padding: 1rem;
}

.ozdkaek-filters p {
	margin: 0;
}

.ozdkaek-filters label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3rem;
}

.ozdkaek-filters input,
.ozdkaek-filters select {
	max-width: 100%;
	width: 100%;
}

.ozdkaek-filter-actions {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.ozdkaek-status {
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
}

.ozdkaek-product,
.ozdkaek-catalogue-card {
	background: #fff;
	border: 1px solid #e2e4e7;
	border-radius: 0.5rem;
	overflow: hidden;
}

.ozdkaek-view-list .ozdkaek-products {
	display: block;
}

.ozdkaek-view-list .ozdkaek-product {
	display: grid;
	grid-template-columns: minmax(150px, 30%) 1fr;
	margin-bottom: 1rem;
}

.ozdkaek-table-wrap {
	overflow-x: auto;
}

.ozdkaek-table {
	border-collapse: collapse;
	width: 100%;
}

.ozdkaek-table th,
.ozdkaek-table td {
	border: 1px solid #dcdcde;
	padding: 0.75rem;
	text-align: start;
}

.ozdkaek-table th {
	background: #f6f7f7;
}

.ozdkaek-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	padding: 0;
}

.ozdkaek-catalogue-gallery figure {
	margin: 0;
}

.ozdkaek-catalogue-gallery img,
.ozdkaek-featured-image img {
	display: block;
	height: auto;
	max-width: 100%;
}

.ozdkaek-product-details {
	display: grid;
	grid-template-columns: max-content 1fr;
}

.ozdkaek-product-details dt {
	font-weight: 700;
}

.ozdkaek-product-details dd {
	margin-inline-start: 1rem;
}

.ozdkaek-specifications {
	margin-block: 2rem;
}

.ozdkaek-specifications h2 {
	font-size: 1.35rem;
}

.ozdkaek-contact {
	margin-block: 1rem;
}

.ozdkaek-contact-button {
	background: #2271b1;
	border: 2px solid #2271b1;
	border-radius: 0.35rem;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 0.6rem 0.9rem;
	text-decoration: none;
}

.ozdkaek-contact-button:hover,
.ozdkaek-contact-button:focus-visible {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.ozdkaek-contact-button:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

@media (min-width: 768px) {
	.ozdkaek-track {
		grid-auto-columns: 40%;
	}
}

@media (min-width: 1024px) {
	.ozdkaek-track {
		grid-auto-columns: 30%;
	}
}

@media (max-width: 600px) {
	.ozdkaek-view-list .ozdkaek-product {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ozdkaek-track {
		scroll-behavior: auto;
	}
}
