/* © 2025 Simon (“Mr P”) – Get Me Branded. All Rights Reserved. */
/* Minimal Woo error styling */

/* ----------------------------------------------------------
   1. Plain text error message
----------------------------------------------------------- */
.single-product .woocommerce-error {
	width: 100%;
	max-width: 500px;
	border: none !important;
	padding: 6px 0;
	margin: 10px 0 !important;
	background-color: #fff0 !important;
	color: #b81c23;
	font-weight: 600;
	list-style: none;
	font-family: 'DM Sans', Arial, sans-serif;
}

.single-product .woocommerce-error::before {
	display: none;
	content: none;
}
