.product_cloth {
	background: var(--bg2);
	border-top: 2px solid #ffffff;
	box-shadow: 0 -3px 0 0 var(--emphasize1);
	margin-top: 3px;
	padding-bottom: 12px;
	align-items: center;
}
.product_cloth .product__img-wrapper {
	border-bottom: 0;
	box-shadow: none;
}

.product_cloth .product__header {
	padding:10px 5px;
	text-align:center;
}
.product_cloth .product__header .product__title {
	font-weight: 600;
	margin-bottom: 0;
}
.product_cloth .product__header .product__description {
	font-size: 0.93rem;
	margin-bottom: 0;
}

.product_cloth .product__price {
	text-align: center;
}