.product-metrics-wrapper {
	height: 24px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}

.product-metrics-wrapper > span {
	transition: transform 0.3s;
}

.product-metrics-wrapper .product-metrics__item {
	font-size: 14px;
	height: 24px;
	font-weight: 600;
	line-height: 16.8px;
	color: #727272;
	display: flex;
	align-items: center;
}


.product-metrics-wrapper.pink-text{
	font-weight: 800;
	color: #F32F77;
}