.productCard {
	position: relative;
	border-radius: 1px;
}
.productCard .picture {
	text-align: center;
}
.productCard.boxed {
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
}

.productCard .prefix,
.productCard .suffix {
	padding: 12px;
}

.productCard .title {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	max-width: 100%;
	overflow: hidden;
}

.productCard .variations {
	text-transform: uppercase;
}
.productCard .variations,
.productCard .productPrice {
	color: #666;
	font-weight: 600;
}


.productCard .preview {
	position: absolute;
	width: 700px;
	min-height: 300px;
	margin-left: -320px;
	margin-top: -50px;
	background-color: #fff;
	z-index: 400;
	border: 1px solid #cdcdcd;
}