	.wcdp-promo-error {

		position: absolute;

		top: 20px;

		left: 50%;

		transform: translateX(-50%);

		background-color: #f44336;

		color: #fff;

		padding: 1em 2em;

		border-radius: 8px;

		z-index: 9999;

		width: 100%;

		max-width: 600px;

		text-align: center;

		animation: wcdp-flash 1s ease-in-out infinite alternate;

		box-shadow: 0 4px 12px rgba(0,0,0,0.3);

		font-weight: bold;

		margin:0 0 20px 0;

	}

	

	.wcdp-promo-error a {

		color: #fff;

		text-decoration: underline;

	}

	

	@keyframes wcdp-flash {

		0% { opacity: 1; }

		100% { opacity: 0.6; }

	}

	

	.wcdp-promo-success {

		position: absolute;

		top: 20px;

		left: 50%;

		transform: translateX(-50%);

		background-color: #4CAF50; /* success green */

		color: #fff;

		padding: 1em 2em;

		border-radius: 8px;

		z-index: 9999;

		width: 100%;

		max-width: 800px;

		text-align: center;

		animation: wcdp-flash-success 1s ease-in-out infinite alternate;

		box-shadow: 0 4px 12px rgba(0,0,0,0.3);

		font-weight: bold;

		margin:0 0 20px 0;

	}

	

	.wcdp-promo-success a {

		color: #fff;

		text-decoration: underline;

	}

	

	@keyframes wcdp-flash-success {

		0% { opacity: 1; }

		100% { opacity: 0.9; }

	}

	

	.urgent-sale {

		max-width: 600px;

		margin: 46px auto;

		padding: 20px;

		background: #fef3f2;

		border: 1px solid #f5c6cb;

		border-radius: 8px;

		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

		text-align: center;

		font-family: Arial, sans-serif;

	}

	

	.urgent-sale .urgent-sale-timer {

		font-size: 22px;

		font-weight: bold;

		color: #d9534f;

		margin-bottom: 15px;

	}

	

	.urgent-sale .urgent-sale-limited {

		font-size: 22px;

		color: #d9534f;

		font-weight: bold;

		text-align: center;

		margin-bottom: 20px;

	}

	

	.urgent-sale .urgent-sale-name {

		font-size: 24px;

		color: #333;

		margin-bottom: 10px;

	}

	

	.urgent-sale .urgent-sale-price-wrapper {

		margin-bottom: 15px;

	}

	

	.urgent-sale .original-price {

		color: #6c757d;

		font-size: 20px;

		margin-right: 10px;

		text-decoration: line-through;

	}

	

	.urgent-sale .discounted-price {

		font-size: 22px;

		color: #d9534f;

		font-weight: bold;

	}

	

	.urgent-sale .urgent-sale-button {

		display: inline-block;

		margin-top: 10px;

		padding: 10px 20px;

		background-color: #d9534f !important;

		color: #fff !important;

		text-decoration: none;

		border-radius: 5px;

		font-size: 16px;

		font-weight: bold;

		border: 1px solid #d9534f;

	}

	

	.urgent-sale .urgent-sale-button:hover {

		color: #d9534f !important;

		background-color: #fff !important;

	}

	

	.urgent-sale img {

		max-width: 100%;

		height: auto;

		border-radius: 5px;

		margin-top: 15px;

	}