/* Kreata Shield — estilos del overlay de protección */

.kreata-shield-message {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	max-width: 480px;
	margin: 0 auto;
	background: #1A1410;
	color: #F5EFE6;
	border-left: 4px solid #E8501A;
	padding: 14px 18px;
	border-radius: 8px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	z-index: 999999;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

/* Imágenes protegidas: cursor normal, sin indicar que se puede arrastrar */
.woocommerce-product-gallery img,
.pswp__img,
.wd-product-img,
.kv-product-img img {
	-webkit-touch-callout: none;
}
