@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-product-price {
	display: block;
}

.wc-block-components-product-price[hidden] {
	display: none;
}

.wc-block-components-product-price ins {
	text-decoration: none;
}

.wc-block-components-product-price .woocommerce-Price-amount {
	white-space: nowrap;
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}