/* کانتینرهای تصویر محصول در سایت جدید */
figure img.attachment-product.size-product.wp-post-image,
figure.woocommerce-product-gallery__image img.wp-post-image {
    /* پدر مستقیم این img به عنوان کانتینر لوگو استفاده می‌شود */
}

/* خود کانتینر (figure یا a) را نسبی می‌کنیم در JS،
   ولی اگر جایی لازم شد می‌توانی این را فعال کنی:
*/
/*
figure,
figure.woocommerce-product-gallery__image {
    position: relative;
}
*/

.wceplo-logo-overlay {
	position: absolute;
	z-index: 20;
	pointer-events: none;
	line-height: 0;
}

.wceplo-logo-overlay--top-left {
	top: 10px;
	left: 10px;
}

.wceplo-logo-overlay--center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wceplo-logo-overlay img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
