.jwpo-preorder-badge {
	padding: 5px 10px;
	font-size: 14px;
	background: #eeeeee;
	vertical-align: middle;
	position: relative;
	margin-left: 5px;
}

.jwpo-preorder-badge:before {
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-right: 8px solid #eeeeee;
	left: -11px;
	top: 50%;
	margin-top: -6px;
}

/* Product image overlay badge — shop loop/archive thumbnails and the single
   product gallery image. Separate from .jwpo-preorder-badge above: that one
   is a tooltip-style pill meant to sit next to text, this is a plain corner
   tag meant to sit on top of a photo. */
.jwpo-preorder-image {
	position: relative;
}

.jwpo-preorder-image--loop {
	display: inline-block;
	max-width: 100%;
}

.jwpo-preorder-image-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 1.4;
	background: #eeeeee;
	color: #000000;
}
