.woocommerce .price del,
.woocommerce .price del .woocommerce-Price-amount {
	opacity: 0.7;
	font-size: 0.92em;
	color: #6b7280;
	margin-right: 10px;
}

.woocommerce .price del {
	display: inline-block !important;
	text-decoration: line-through !important;
}

.woocommerce .price del .woocommerce-Price-amount {
	display: inline !important;
}

.woocommerce .price ins {
	text-decoration: none;
	font-weight: 800;
	font-size: 1.2em;
	color: #7f1d1d; /* bordo */
}

.woocommerce .price ins .woocommerce-Price-amount {
	color: inherit;
}

/* Keep price inline but readable in grids */
.woocommerce ul.products li.product .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 8px;
}

@media (max-width: 767px) {
	.woocommerce .price ins {
		font-size: 1.1em;
	}
}

