.wc-custom-hooks-output,
.wc-custom-hooks-placeholder {
	display: block;
}

.wc-custom-hooks-product-image-overlay {
	position: relative;
	display: block;
	width: 100%;
}

.wc-custom-hooks-product-image-overlay__media {
	display: block;
	width: 100%;
}

.wc-custom-hooks-product-image-overlay__media img {
	display: block;
	width: 100%;
	height: auto;
}

.wc-custom-hooks-product-image-overlay__top,
.wc-custom-hooks-product-image-overlay__bottom {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
}

.wc-custom-hooks-product-image-overlay__top {
	top: 0;
}

.wc-custom-hooks-product-image-overlay__bottom {
	bottom: 0;
}

.wc-custom-hooks-product-image-overlay__top .wc-custom-hooks-output,
.wc-custom-hooks-product-image-overlay__top .wc-custom-hooks-placeholder,
.wc-custom-hooks-product-image-overlay__bottom .wc-custom-hooks-output,
.wc-custom-hooks-product-image-overlay__bottom .wc-custom-hooks-placeholder {
	pointer-events: auto;
}

.wc-custom-hooks-placeholder:empty {
	display: none;
}

.wc-custom-hooks-placeholder.is-loading {
	min-height: 1px;
	opacity: 0.5;
}

.wc-custom-badge {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.wc-custom-hooks-product-image-overlay__top .wc-custom-badge,
.wc-custom-hooks-product-image-overlay__bottom .wc-custom-badge {
	pointer-events: auto;
}

.wc-custom-badges-placeholder:empty {
	display: none;
}

.wc-ch-live-number,
.wc-ch-random-number,
.wc-ch-ph {
	display: inline;
}
