.stock-header {
	background-color: #F3F3F7;
    border-radius: 16px;
}

h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 32px;
}

.stock-content {
	margin-top: 75px;
}

.stock-content h2 {
	font-weight: bold;
}

.stock-content p {
	font-size: 18px;
}

.product-item-detail-properties .line-dashed {
	border-top: 1px dashed #babec2;
	height: 1px;
	margin-top: 14px;
}