/* Keep WooCommerce's real regular/sale prices readable on every product surface. */
.woocommerce ul.products li.product .price del,
.woocommerce div.product .summary .price del,
.cohoma-quick-view__summary .price del,
.ast-sticky-add-to-cart .price del {
	color: #612d0f;
	opacity: 1;
	font-weight: 400;
	text-decoration: line-through;
	margin-inline-end: 0.3em;
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product .summary .price ins,
.cohoma-quick-view__summary .price ins,
.ast-sticky-add-to-cart .price ins {
	background: transparent;
	color: #a52b1d;
	font-weight: 600;
	text-decoration: none;
}

/* Each amount stays intact; regular and sale amounts can wrap on narrow cards. */
.price .woocommerce-Price-amount {
	white-space: nowrap;
}

.price .cohoma-price-range {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15em;
	max-width: 100%;
	line-height: 1.4;
}

.price .cohoma-price-range__row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	column-gap: 0.35em;
	max-width: 100%;
}

.price .cohoma-price-range .cohoma-price-range__label,
.price .cohoma-price-range .cohoma-price-range__note {
	color: #612d0f;
	font-size: 12px;
	font-weight: 400;
}

.price .cohoma-price-range__note {
	white-space: normal;
}

/* Once the exact price is copied beside the title, avoid a second price block. */
form.variations_form.cohoma-price-synced .woocommerce-variation-price {
	display: none;
}
