.product_info {
}
.product_info__product_body {
	position: relative;
}
.product_info__product_body--title {
	font-size: 28px;
	color: #DD2A1B;
	text-align: center;
	margin-bottom: 30px;
}
.product_info__product_body--back-title {
	font-size: 200px;
	opacity: .1;
	color: #000;
	text-align: center;
	position: absolute;
	top: 50%;
	left: calc(50% + 75px);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 1;
}
.product_info__product_body--back-title::before{
	content: '';
	position: absolute;
	top: 120px;
	transform: translate(-50%, -50%);
	left: -75px;
	width: 150px;
	height: 160px;
	background-image: url('/assets/media/icons/logo.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.products__info-image--product {
	display: flex;
	align-items: flex-end;
	/* gap: 30px; */
	max-width: 400px;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
}
.products__info-image--product-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 6;
}
.products__info-image--product-size {
	font-size: 28px;
	color: #DD2A1B;
	text-transform: uppercase;
	font-family: 'bebas';
	font-weight: 900;
}
.size-xl {
	max-height: 350px;
}
.size-lg {
	max-height: 300px;
}
.size-md {
	max-height: 250px;
}
.size-sm {
	max-height: 200px;
}
.product_info__desc {
	padding: 30px 0;
}
.product_info__desc p {
	text-align: center;
	margin: 22px auto;
	font-size: 18px;
	max-width: 1000px;
	line-height: 30px;
}
.product_info__table {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 0 auto;
	max-width: 1120px;
}
.product_info__table--item {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	background: #fff;
	font-size: 16px;
	color: #333;
}
.product_info__table--item td {
	padding: 8px;
	border: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: middle;
	background: #fafafa;
	font-size: 15px;
	color: #222;
}
.product_info__table--item td:nth-child(2) {
	text-align: center;
}