.iwdr-discount-bar {
	box-sizing: border-box;
	width: 100%;
	margin: 1em 0;
	padding: 0.8em 1em;
	border-radius: 4px;
	background: var(--iwdr-bar-bg, #2271b1);
	color: var(--iwdr-bar-color, #fff);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.iwdr-adjusted-price del {
	opacity: 0.65;
}

.iwdr-adjusted-price ins {
	text-decoration: none;
}

.iwdr-discount-bar .woocommerce-Price-amount {
	color: inherit;
}

.iwdr-discount-bar--archive {
	display: block;
	width: auto;
	margin: 0.65em 0 0;
	padding: 0.55em 0.7em;
	font-size: 0.78em;
	white-space: normal;
}

.iwdr-sale-badge {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 0.35em 0.7em;
	border-radius: 999px;
	background: var(--iwdr-badge-bg, #d63638);
	color: var(--iwdr-badge-color, #fff);
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.iwdr-sale-badge .woocommerce-Price-amount {
	color: inherit;
}

.iwdr-competing-sale-label--hidden {
	display: none !important;
}

.iwdr-sale-badge--inline {
	position: relative;
	z-index: 1;
	width: fit-content;
	margin: 0.45em 0;
}

.iwdr-sale-badge--overlay {
	position: absolute;
	z-index: 20;
	top: 0.75em;
	left: 0.75em;
	display: flex;
	width: fit-content;
	max-width: 100%;
	margin: 0;
	pointer-events: none;
}

.iwdr-image-badge-wrap {
	position: relative !important;
	isolation: isolate !important;
	display: block !important;
	width: 100%;
	max-width: 100%;
	overflow: visible !important;
	line-height: 0;
	vertical-align: top;
}

.iwdr-image-badge-wrap > .iwdr-sale-badge--overlay {
	visibility: visible !important;
	opacity: 1 !important;
	line-height: 1.2;
}

[data-iwdr-thumbnail-label="1"] {
	position: absolute !important;
	z-index: 20 !important;
	display: inline-flex !important;
	margin: 0 !important;
	pointer-events: none !important;
}

.iwdr-thumbnail-anchor {
	position: relative !important;
	isolation: isolate !important;
}

.iwdr-thumbnail-anchor > [data-iwdr-thumbnail-label="1"] {
	visibility: visible !important;
	opacity: 1 !important;
}

.iwdr-sale-badge--overlay.iwdr-position-top-center {
	left: 50%;
	transform: translateX(-50%);
}

.iwdr-sale-badge--overlay.iwdr-position-top-right {
	right: 0.75em;
	left: auto;
}

.iwdr-sale-badge--overlay.iwdr-position-middle-left {
	top: 50%;
	transform: translateY(-50%);
}

.iwdr-sale-badge--overlay.iwdr-position-middle-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.iwdr-sale-badge--overlay.iwdr-position-middle-right {
	top: 50%;
	right: 0.75em;
	left: auto;
	transform: translateY(-50%);
}

.iwdr-sale-badge--overlay.iwdr-position-bottom-left {
	top: auto;
	bottom: 0.75em;
}

.iwdr-sale-badge--overlay.iwdr-position-bottom-center {
	top: auto;
	bottom: 0.75em;
	left: 50%;
	transform: translateX(-50%);
}

.iwdr-sale-badge--overlay.iwdr-position-bottom-right {
	top: auto;
	right: 0.75em;
	bottom: 0.75em;
	left: auto;
}

.woocommerce div.product,
.woocommerce ul.products li.product,
.wc-block-grid__product,
.wc-block-product,
.wp-block-woocommerce-product-template .product {
	position: relative;
}
