/**
 * Chalcass Extension — Product Cards (base / structural)
 * Visual polish lives primarily in electro-child.
 */

.chalcass-pct-badge,
span.onsale.chalcass-pct-badge {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	left: auto;
	z-index: 3;
	min-width: 2.75rem;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	background: #c8102e;
	color: #fff !important;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	box-shadow: 0 4px 14px rgba(200, 16, 46, 0.28);
}

.chalcass-pct-badge .percentage {
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.chalcass-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.2rem;
	line-height: 1.25;
}

.chalcass-price-regular,
.chalcass-price-cod,
.wc-dual-price-regular,
.wc-dual-price-sale {
	display: block;
	width: 100%;
}

.chalcass-price-label {
	font-weight: inherit;
}

/* Card: Regular quieter, C.O.D dominant */
.chalcass-price--card .chalcass-price-regular,
.chalcass-product-cards ul.products li.product .chalcass-price-regular,
.chalcass-product-cards .product .chalcass-price-regular {
	font-size: 0.8125rem;
	font-weight: 500;
	color: #6b7280;
}

.chalcass-price--card .chalcass-price-cod,
.chalcass-product-cards ul.products li.product .chalcass-price-cod,
.chalcass-product-cards .product .chalcass-price-cod,
.chalcass-product-cards ul.products li.product .wc-dual-price-sale,
.chalcass-product-cards .product .wc-dual-price-sale {
	font-size: 1.125rem;
	font-weight: 700;
	color: #c8102e;
}

.chalcass-price--card .chalcass-price-amount--cod,
.chalcass-price--card .wc-dual-price-sale-amount,
.chalcass-product-cards .chalcass-price-amount--cod .amount,
.chalcass-product-cards .wc-dual-price-sale-amount .amount {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.chalcass-price--card .chalcass-price-amount--regular .amount,
.chalcass-product-cards .chalcass-price-regular .amount {
	font-weight: 500;
	color: inherit;
}

/* Single product */
.chalcass-price--single .chalcass-price-regular {
	font-size: 1rem;
	font-weight: 500;
	color: #4b5563;
}

.chalcass-price--single .chalcass-price-cod {
	font-size: 1.5rem;
	font-weight: 700;
	color: #c8102e;
	margin-top: 0.15rem;
}

.chalcass-price-note {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.35;
}

.chalcass-price-note--credit {
	color: #1d4ed8;
	margin: 0.15rem 0 0.35rem;
}

.chalcass-price-note--cod {
	color: #1d4ed8;
	margin-top: 0.35rem;
}

.chalcass-price-note--deposit {
	color: #c8102e;
	margin-top: 0.25rem;
}

.chalcass-price-tax,
.wc-dual-price-tax {
	font-size: 0.75em;
	font-weight: 400;
	color: #9ca3af;
}

.chalcass-price-payment--single,
.wc-dual-price-payment-html {
	margin-top: 0.75rem;
	padding: 0.75rem 1rem;
	background: #f8fafc;
	border-radius: 8px;
	font-size: 0.875rem;
	color: #374151;
}
