/* DS Precio Web — caption above the "Comprando ahora" button. */
.ds-precio-web-caption {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #eafaf7;
	color: #0b7a68;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

.ds-precio-web-caption::before {
	content: "%";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #0b7a68;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	line-height: 16px;
}
