/**
 * WBCS Best Price Online Badge
 * Palette sampled from wbcs-ltd.co.uk: deep blue #0357a9 and cyan #23aae0.
 */

.bpob-badge {
	align-items: center;
	background: linear-gradient(135deg, #0357a9 0%, #064783 100%);
	border: 0;
	border-left: 4px solid #23aae0;
	border-radius: 3px;
	box-shadow: 0 2px 7px rgba(0, 35, 68, 0.3);
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: inherit;
	font-size: 10px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	max-width: calc(100% - 24px);
	min-height: 25px;
	padding: 7px 10px 7px 8px;
	pointer-events: none;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
}

/* Standard WooCommerce loop and Product Image block fallback. */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.bpob-product-image-wrap {
	position: relative;
}

.bpob-product-image-wrap {
	display: block;
}

.bpob-badge--overlay {
	left: 12px;
	position: absolute;
	top: 12px;
	z-index: 20;
}

/* Standard and block-based single-product gallery fallback. */
.single-product .woocommerce-product-gallery {
	position: relative;
}

.bpob-badge--single {
	left: 12px;
	position: absolute;
	top: 12px;
	z-index: 20;
}

/* Flatsome's native product badge stack, used by wbcs-ltd.co.uk. */
.badge-container .bpob-flatsome-badge {
	display: block;
	margin: 0 0 6px;
	max-width: calc(100% - 12px);
	width: max-content;
}

.badge-container .bpob-badge--flatsome {
	display: inline-flex;
	max-width: 100%;
	position: static;
}

/* Scale the label slightly for the larger image on a product page. */
.single-product .badge-container .bpob-badge--flatsome,
.single-product .bpob-badge--single {
	font-size: 12px;
	min-height: 30px;
	padding: 9px 12px 9px 10px;
}

@media (max-width: 549px) {
	.bpob-badge {
		font-size: 9px;
		max-width: calc(100% - 16px);
		min-height: 23px;
		padding: 6px 8px 6px 7px;
	}

	.bpob-badge--overlay {
		left: 8px;
		top: 8px;
	}

	.single-product .badge-container .bpob-badge--flatsome,
	.single-product .bpob-badge--single {
		font-size: 10px;
		min-height: 25px;
		padding: 7px 9px 7px 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bpob-badge {
		transition: none;
	}
}
