.detail {
	padding: 8rem 3rem;
}

.detail-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	padding: 6rem;

	background-color: var(--e-global-color-6117847);
	border-radius: 1.5rem;
}
.detail-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.detail-content > :not(:last-child) {
	margin-bottom: 4rem;
}

.detail-header > :not(:last-child) {
	margin-bottom: 1rem;
}
.detail-header .breadcrumbs ul {
	justify-content: flex-start;
}
.detail-header h1 {
	margin-top: 0;
}
.detail-parameters > :not(:last-child) {
	margin-bottom: 2rem;
}
.detail-parameters-list {
	width: auto;
	margin-top: 0 !important;

	font-size: inherit;
	line-height: inherit;
}
.detail-parameters-list tr:not(:last-child) th,
.detail-parameters-list tr:not(:last-child) td {
	padding-bottom: 1rem;
}
.detail-parameters-list th,
.detail-parameters-list td {
	padding: 0;

	border-bottom: 0;
}
.detail-parameters-list th {
	padding-right: 2rem;

	color: rgb(15 23 43 / 0.75);
	font-weight: inherit;
}
.detail-parameters-list td {
	font-weight: 600;
}
.detail-footer-meta > :not(:last-child) {
	margin-bottom: 1rem;
}

@media (max-width: 1680px) {
	.detail {
		padding: 6rem 3rem;
	}

	.detail-thumbnail {
		padding: 4rem;
	}
}

@media (max-width: 767px) {
	.detail {
		padding: 0 1.5rem 4rem 1.5rem;
	}

	.detail-thumbnail {
		padding: 2rem;

		border-radius: 1rem;
	}

	.detail-header > :not(:last-child) {
		margin-bottom: 0.75rem;
	}
	.detail-content > :not(:last-child) {
		margin-bottom: 3rem;
	}
	.detail-parameters > :not(:last-child) {
		margin-bottom: 1.5rem;
	}

	.detail-footer-meta > :not(:last-child) {
		margin-bottom: 0.75rem;
	}
	.detail-button {
		width: 100%;
	}
}
