/* Oferta de tienda: precio oferta protagonista, regular tachado, 3 cuotas. */

.ed-price-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin: 0;
	line-height: 1.25;
}

.ed-price-regular {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	color: #6b7e8f;
	font-size: 14px;
}

.ed-price-label {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 11px;
	font-weight: 700;
	color: #6b7e8f;
}

.ed-price-regular del {
	color: #8a9aaa;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 500;
}

.ed-price-offer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 2px;
}

.ed-price-offer-amount,
.ed-price-offer-amount .amount {
	font-size: 34px;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #1f9d45;
	line-height: 1.05;
}

.ed-price-badge {
	display: inline-block;
	background: #f5c518;
	color: #0d1b2a;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 4px 9px;
	border-radius: 4px;
	line-height: 1;
}

.ed-price-offer-note {
	font-size: 13px;
	font-weight: 600;
	color: #1f9d45;
}

.ed-price-cuotas {
	margin-top: 8px;
	font-size: 15px;
	color: #0d1b2a;
}

.ed-price-cuotas-note {
	font-size: 12px;
	color: #6b7e8f;
}

/* Tarjetas catálogo */
.product-small .ed-price-card,
.product-small .price .ed-price-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	line-height: 1.2;
}

.ed-price-card-reg {
	color: #8a9aaa;
	font-size: 13px;
	font-weight: 500;
}

.ed-price-card-offer,
.ed-price-card-offer .amount {
	font-size: 20px;
	font-weight: 800;
	color: #1f9d45;
	letter-spacing: -0.02em;
}

.ed-price-card-badge {
	display: inline-block;
	background: #f5c518;
	color: #0d1b2a;
	font-size: 10px;
	font-weight: 800;
	padding: 2px 6px;
	border-radius: 3px;
	margin-top: 2px;
}

.ed-price-card-cuotas {
	font-size: 12px;
	color: #6b7e8f;
	margin-top: 2px;
}

body.single-product .product-page-price {
	margin-bottom: 12px;
}

body.single-product .product-page-price .ed-price-block {
	width: 100%;
}

/* Sin globo «¡Oferta!» — el 20% OFF ya está en el precio */
.callout.badge:has(.on-sale),
.callout.badge:has(.onsale),
.badge-inner.on-sale,
.badge-inner.onsale,
span.onsale {
	display: none !important;
}
