:root {
	--foreground-rgb: 0, 0, 0;
	--background-start-rgb: 214, 219, 220;
	--background-end-rgb: 255, 255, 255;
}

@media (prefers-color-scheme: dark) {
	:root {
		--foreground-rgb: 255, 255, 255;
		--background-start-rgb: 0, 0, 0;
		--background-end-rgb: 0, 0, 0;
	}
}

.nav-language-item {
	display: flex;
	align-items: center;
	margin: 0;
}

.language-select {
	min-width: 132px;
	height: 40px;
	padding: 0 30px 0 12px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.92);
	color: #111;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}

.main-nav:not(.transparent) .language-select {
	background-color: rgba(255, 255, 255, 0.98);
}

.inner-nav > ul.items-end {
	height: var(--menu-bar-height);
	align-items: center;
}

.main-nav.small-height .inner-nav > ul.items-end {
	height: var(--menu-bar-height-scrolled);
}

@media (max-width: 1024px) {
	.inner-nav > ul.items-end {
		position: static;
		height: auto;
		justify-content: flex-start;
		margin-top: 10px;
	}
}

.catalog-card,
.project-gallery-card {
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
}

.catalog-card-media,
.project-gallery-media {
	background: #f5f6f7;
	overflow: hidden;
}

.catalog-card-media img,
.project-gallery-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-card-media {
	aspect-ratio: 16 / 10;
}

.project-gallery-media {
	aspect-ratio: 3 / 4;
}

.catalog-card-body,
.project-gallery-body {
	padding: 20px;
}

.project-gallery-description {
	color: #666;
	font-size: 13px;
	line-height: 1.6;
}

.catalog-card-list {
	padding-left: 18px;
	margin: 0 0 16px 0;
}

.catalog-card-list li {
	color: #444;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 6px;
}

.project-gallery-grid .col-sm-6:nth-child(3n) .project-gallery-media {
	aspect-ratio: 3 / 2;
}

.product-detail-list {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.product-detail-item {
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 12px;
	padding: 26px;
}

.product-detail-main-image {
	background: #f5f6f7;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.product-detail-main-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-feature-list {
	padding-left: 18px;
	margin: 0;
}

.product-feature-list li {
	color: #444;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 6px;
}

.product-model-card {
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

.product-model-card-media {
	background: #f5f6f7;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.product-model-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-model-card-body {
	padding: 14px;
}

.product-content-request {
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 12px;
	padding: 24px;
}
