/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 04 2025 | 15:20:56 */
.jet-woo-product-price del {
	position: relative;

	width: fit-content;

	text-decoration: none !important;
}

.jet-woo-product-price del::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;

	width: 100%;
	height: 1px;

	background-color: currentcolor;
}

.jet-woo-builder-product .e-con:has(.add_to_cart_button) > :last-child {
	align-self: end;
}
