.spd-badge {
	display: inline-block;
	background-color: var(--spd-bg, #d63638);
	color: var(--spd-color, #fff);
	font-size: 0.85em;
	font-weight: 600;
	line-height: 1.2;
	padding: 4px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.spd-badge-top {
	margin-top: 0;
	margin-bottom: 10px;
}

.spd-badge-bottom {
	margin-top: 10px;
	margin-bottom: 0;
}

/* Garante posicionamento absoluto do selo de canto mesmo se o tema não definir
   position:relative no card (mesma premissa que o WooCommerce usa pro .onsale nativo). */
.woocommerce ul.products li.product {
	position: relative;
}

.spd-badge-corner {
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
	z-index: 9;
	margin: 0;
}

/* Selo de canto como imagem (ver Configurações → Imagem do selo de canto):
   substitui o fundo/padding do selo em texto, a imagem já vem pronta. */
.spd-badge-image {
	background: none;
	padding: 0;
	border-radius: 0;
	width: 60px;
	height: auto;
}

@media (max-width: 480px) {
	.spd-badge-image {
		width: 36px;
	}
}

.spd-cart-item-note {
	color: #666;
}

.spd-progress-bar {
	margin: 0 0 16px;
	padding: 10px 14px;
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}

.spd-progress-track {
	background: #e2e2e2;
	border-radius: 999px;
	height: 8px;
	overflow: hidden;
	margin-bottom: 8px;
}

.spd-progress-fill {
	background-color: var(--spd-bg, #d63638);
	height: 100%;
	transition: width 0.3s ease;
}

.spd-progress-text {
	margin: 0;
	font-size: 0.9em;
}

.spd-rule-landing-headline {
	display: inline-block;
	background-color: var(--spd-bg, #d63638);
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 4px;
	margin-bottom: 20px;
}
