.page-header {
	padding: 18px 12px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}
.page-header h1{
	font-size: 24px;
	font-weight: bold;
}
.page-header__title img {
	display: inline-block;
	width: 74px;
}
.page-header__title span {
	display: inline-block;
	line-height: 74px;
	vertical-align: text-bottom;
}
.page-header h1 a {
	text-decoration: none;
	color: #333;
}
.page-content {
	padding: 40px 0;
}
.content-cols {
	max-width: 1024px;
	margin: 0 12px;
	display: flex;
	min-height: 400px;
}
.content-info {
	min-width: 300px;
	max-width: 320px;
	padding-right: 12px;
}
.content-info h3 {
	font-weight: bold;
	line-height: 1.34em;
	margin-bottom: 18px;
}
.content-info aside p {
	font-size: 12px;
	line-height: 1.34em;
	margin-bottom: 12px;
}
.content-info aside p em{
	font-weight: bold;
}
.content-meat {
	width: 100%;
}
.form-ctrl label{
	display: block;
	font-weight: bold;
}
.form-ctrl input[type="search"] {
	border: none;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	padding: 12px 18px;
	border-radius: 4px;
	display: inline-block;
	margin-left: 12px;
	max-width: 320px;
	width: 100%;
}
.form-ctrl input[type="search"]::placeholder {
	font-style: italic;
}

/** Results **/
.result__box {
	position: relative;
	z-index: 2;
}
.res-par {
	position: absolute;
	margin-left: 24px;
	padding: 12px;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	border-radius: 4px;
	max-width: 480px;
	width: 100%;
	background-color: #fff;
}
.res-group ul {
	padding-left: 12px;
}
.res-group ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 6px 12px;
}
.res-group ul li:hover{
	background-color: #f0f0f0;
}
.res-group h3 {
	font-weight: bold;
	text-transform: capitalize;
}

/** Product **/
.product {
	margin-top: 24px;
	padding: 16px;
}
.product__hdr h2 {
	font-size: 24px;
	line-height: 1.34em;
}
.product__hdr p {
	font-size: 12px;
	color: #555;
}
.product__meta {
	margin: 12px 0;
	display: flex;
}
.pm__desc {
	line-height: 1.34em;
	margin-bottom: 22px;
}
.pm__desc em {
	font-weight: bold;
}
.pm__text {
	width: 100%;
	max-width: 320px;
}
.pm__graph {
	padding: 12px;
}
.p-graph {
	width: 320px;
}
.p-graph__bottle {
	position: relative;
	border-radius: 2px;
	width: 100%;
	max-width: 320px;
}
.p-graph__bottle::after {
	position: absolute;
	display: block;
	width: 100px;
	content: attr(title);
	left: 90%;
	transition: .3s bottom;
	bottom: calc(var(--sug-level));

}
.p-graph__sugar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
}
.p-gender {
	display: flex;
	margin: 12px 0;
}
.p-gender__male,
.p-gender__female {
	width: 50%;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.page-footer {
	border-top: 1px solid #cdcdcd;
	padding: 12px;
}


@media (max-width: 767px) {
	.content-cols {
		display: block;
	}
	.product__meta {
		display: block;
	}
	.p-graph__bottle::after {
		left: 50%;
		transform: translateX(-50%);
	}
	.form-ctrl label span{
		display: block;
		text-align: center;
		padding: 6px;
	}
	.form-ctrl input[type="search"] {
		margin: 0;
		width: 100%;
		max-width: none;
	}
}
