/**
 * Product badges frontend styles.
 */

.ps-product-badges-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.ps-product-badge {
	position: absolute;
	pointer-events: auto;
	display: inline-block;
	line-height: 1.4;
	text-align: center;
	box-sizing: border-box;
}

.ps-product-badge-text {
	white-space: normal;
	overflow-wrap: normal;
	word-break: normal;
}

.ps-product-badge-image img {
	display: block;
	max-width: 100%;
}

/* Ensure container is positioned relative */
.woocommerce div.product div.images,
.woocommerce div.product .product-images,
.woocommerce div.product .product-image-wrapper,
.product-images-wrapper,
.single-product-main-image {
	position: relative !important;
}

/* Woodmart specific */
.wd-product-gallery,
.product-image-wrap {
	position: relative !important;
}

/* Compatibility with common themes */
.product-main-image,
.product-gallery,
.woocommerce-product-gallery {
	position: relative !important;
}

.woocommerce-product-gallery__wrapper {
	position: relative !important;
}
