.simple-flags-has-badges {
	position: relative;
}

.simple-flags-container {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 15;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.simple-flags-container.simple-flags-ready {
	visibility: visible;
	opacity: 1;
}

.simple-flag-wrapper {
	position: absolute;
	pointer-events: none;
}

.simple-flag-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	background: #111827;
	color: #ffffff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
	pointer-events: none;
}

.simple-flag-shape-square {
	border-radius: 4px;
}

.simple-flag-shape-rounded {
	border-radius: 8px;
}

.simple-flag-shape-pill {
	border-radius: 999px;
}

.woocommerce div.product .simple-flags-container {
	position: absolute;
	inset: 0;
}

.simple-flag-position-top-right .simple-flag-badge,
.simple-flag-position-bottom-right .simple-flag-badge {
	justify-content: flex-end;
	text-align: right;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

