/* ── WC Product Pause – Frontend Styles ──────────────────────────────── */

/* Aviso en página de producto */
.wpp-pause-notice {
	background: #fff8e1;
	border-left: 4px solid #f59e0b;
	color: #78350f;
	border-radius: 4px;
	padding: 14px 18px;
	margin: 12px 0 18px;
	font-size: .95rem;
	line-height: 1.5;
}

/* Badge en grilla de tienda */
.wpp-loop-badge {
	display: inline-block;
	background: #fee2e2;
	color: #991b1b;
	border: 1px solid #fca5a5;
	border-radius: 4px;
	padding: 2px 8px;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-top: 4px;
}

/* Botón de carrito deshabilitado en loop */
.wpp-paused-btn {
	pointer-events: none !important;
	opacity: .45 !important;
	cursor: not-allowed !important;
}
