/* Bestseller badge — shop/category grid cards + single product image.
 * Loaded sitewide (like nav-global.css) since the badge can appear on any
 * WooCommerce archive or single product page, not just AgriTrust-storefront
 * landing/store pages that load the full storefront.css design system. */
.agts-bestseller-badge {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	background: #1f6f3e;
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 4px;
	line-height: 1.4;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

ul.products li.product,
.single-product div.images {
	position: relative;
}