/**
 * WDR sale badge — archive grid + single product gallery (Flatsome).
 */

.product-gallery,
.woocommerce-product-gallery,
.product-images,
.woo-product-gallery-slider {
	position: relative;
}

/* WPGS + Flatsome: anchor is a sibling before the gallery block inside .product-gallery col. */
.single-product .product-gallery.col {
	position: relative;
}

.kts-wdr-pdp-sale-badge-anchor {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 30;
	pointer-events: none;
}

.kts-wdr-pdp-sale-badge-anchor .kts-sale-badge {
	position: static;
	top: auto;
	left: auto;
}

/* Flatsome badge-container is already top-left; reset so only our pill offsets apply. */
.badge-container .kts-sale-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 20;
}

.kts-sale-badge,
.woo-discount-rules-sale-badge,
.wdr-sale-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 20;
	background: linear-gradient(135deg, #c4512f, #f26a3d);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 7px 11px;
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
	line-height: 1;
	pointer-events: none;
}

/* Keep zoom/lightbox controls (top-right) clear of the badge. */
.single-product .product-images .image-tools.absolute.top.right,
.single-product .woo-product-gallery-slider .wpgs-lightbox-icon {
	z-index: 25;
}

.badge-container:empty {
	display: none;
}

/* Related / upsell / shop product boxes. */
.product-small .box-image,
.product-small .box-image .image-wrap {
	position: relative;
}

/* Fallback if remove_action misses (page builders, late hook registration). */
.single-product .awdr_discount_bar {
	display: none !important;
}

@media (max-width: 549px) {
	.kts-sale-badge,
	.woo-discount-rules-sale-badge,
	.wdr-sale-badge,
	.badge-container .kts-sale-badge {
		top: 10px;
		left: 10px;
		font-size: 11px;
		padding: 6px 9px;
	}
}
