.wc-block-grid__product-price {
	font-weight: normal;
	font-size: .857em;
}

.wc-block-grid__product-price del {
	color: inherit;
	opacity: .5;
}

.wc-block-grid__product-price ins {
	background: none;
	font-weight: 700;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}