.products .product,
.woocommerce div.product,
.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper,
.elementor-widget-woocommerce-product-images,
.elementor-widget-wc-archive-products .product {
	position: relative;
}

.wgpb-badges {
	position: absolute;
	top: .75rem;
	left: .75rem;
	z-index: 12;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .35rem;
	pointer-events: none;
}

.woocommerce-product-gallery .wgpb-badges {
	top: .75rem;
	left: .75rem;
}

.wgpb-badge {
	display: inline-block;
	padding: .4em .7em;
	border-radius: 999px;
	font-size: .78rem;
	line-height: 1.15;
	white-space: nowrap;
}

.wgpb-product-notice {
	margin: 0 0 1rem;
	padding: .8rem 1rem;
	border-left: 4px solid currentColor;
	background: rgba(0, 0, 0, .04);
}

.wgpb-product-notice p:last-child {
	margin-bottom: 0;
}
