.product-item-detail-analog-block {
	padding-top: 3.2rem;
	border-top-width: 1px;
	border-top-style: dashed;
	color: hsla(213, 29%, 84%, 1);
}

.product-item-detail-analog-table {
	width: 100%;
	font-size: 1.4rem;
	color: hsla(217, 36%, 18%, 1);
}

.product-item-detail-analog-table td {
	padding: 1.2rem 0;
	border-bottom: 1px solid hsla(214, 32%, 91%, 1);
}

.product-detail-table-title {
	line-height: 120%;
	letter-spacing: -5%;
	color: hsla(215, 18%, 47%, 1);
}

.product-detail-table-brand,
.product-detail-table-article {
	line-height: 120%;
	letter-spacing: -5%;
}

.product-detail-table-article a {
	text-decoration: underline;
}

.product-detail-table-price {
	font-weight: 500;
}

.product-detail-table-price.price {
	color: hsla(227, 76%, 41%, 1);
}

.product-detail-table-price.not-price {
	color: hsla(215, 18%, 47%, 1);
}