.woocommerce ul.products li.product.sale del,
.column_product_price .price > del {
	opacity: 1;
}
.woocommerce ul.products li.product.sale del span.woocommerce-Price-amount,
.column_product_price .price > del {
	color: #101010 !important;
	font-weight: 700;
}

.woocommerce ul.products li.product.sale ins span.woocommerce-Price-amount,
.column_product_price .price ins {
	color: #CF2020;
	font-weight: 700;
}

/* Archive header (category/brand H1 + description) */
.elvita-archive-header {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.elvita-archive-title {
	font-size: 28px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 10px;
	line-height: 1.3;
}

.elvita-archive-description {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	max-width: 800px;
}

.elvita-archive-description p {
	margin: 0 0 10px;
}

.elvita-archive-description p:last-child {
	margin-bottom: 0;
}

/* Hide on mobile (mobile has its own H1) */
@media screen and (max-width: 767px) {
	.elvita-archive-header {
		display: none;
	}
}