/* Legacy WC Blocks grids (product-new, etc.) */
.wc-block-grid__product-link {
	position: relative;
}

.wccp-grid-sale-badge {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 10;
	line-height: 1;
	max-width: calc(100% - 8px);
	pointer-events: none;
}

.wccp-grid-sale-badge .wc-block-components-product-sale-badge {
	position: static;
	display: inline-block;
	max-width: 100%;
}

.wccp-grid-sale-badge .wc-block-components-product-sale-badge__text {
	white-space: normal;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
}

.wccp-js-badge,
.wccp-js-injected .wc-block-components-product-sale-badge {
	background-color: #007cba !important;
	border: 0 !important;
}

.wc-block-grid__product-onsale.wccp-js-patched,
.wc-block-grid__product-onsale:empty {
	display: none !important;
}

/* Single product gallery (block theme) */
.wp-block-woocommerce-product-image-gallery {
	position: relative;
}

.wp-block-woocommerce-product-image-gallery .wccp-onsale-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 20;
}
