/**
 * Sell Tag label — small uppercase gray label above the product title.
 *
 * Matches the reference "BEST SELLER" treatment in the product summary.
 * Loaded on variable product pages only (see inc/product-sell-tag.php).
 */

.konte-sell-tag {
	margin: 0 0 6px;
	line-height: 1;
}

.konte-sell-tag__text {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6f6f6f;
}

/*
 * Note: the Sell Tag is rendered inside the summary meta row alongside the
 * rating (see inc/product-rating.php + css/product-rating.css), which owns the
 * top spacing and the title-margin handoff on variable product pages.
 */
