.product-title .h1{
	color: #333333;
	text-align:center;
	font-size: 32px;
	line-height: 100%;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-weight: 500;
	margin-bottom:24px;
}
.section-product .rating span:nth-child(3){
	color:#B69B89;
}
.section-product .rating span{
	line-height: 100%;
}
.section-product .rating{
	display:flex;
	align-items: center;
	gap:7px;
	justify-content: center;
}
.section-product .in-stock{
	color:#778835;
	font-size:16px;
	font-weight: 400;
}