.shop-notification-overlay-c2977c85 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	padding: 20px;
	box-sizing: border-box;
}

body.admin-bar .shop-notification-overlay-c2977c85 {
	top: var(--wp-admin--admin-bar--height, 32px);
	height: calc(100% - var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
	body.admin-bar .shop-notification-overlay-c2977c85 {
		top: 46px;
		height: calc(100% - 46px);
	}
}

.shop-notification-overlay-c2977c85.active {
	opacity: 1;
}

.shop-notification-modal-c2977c85 {
	background-color: #ffffff;
	border-radius: 12px;
	position: relative;
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.shop-notification-overlay-c2977c85.active .shop-notification-modal-c2977c85 {
	transform: scale(1);
}

.shop-notification-close-c2977c85 {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.85);
	border: none;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #333;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, color 0.2s;
	padding: 0;
}

.shop-notification-close-c2977c85:hover {
	background: #ffffff;
	color: #000;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.shop-notification-content-c2977c85 {
	display: flex;
	flex-direction: column;
}

.shop-notification-image-container-c2977c85 {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.shop-notification-image-c2977c85 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shop-notification-text-container-c2977c85 {
	padding: 25px;
	text-align: center;
}

.shop-notification-title-c2977c85 {
	font-size: 24px;
	margin: 0 0 10px 0;
	color: #1A1816;
	font-family: inherit;
	font-weight: 700;
}

.shop-notification-desc-c2977c85 {
	font-size: 15px;
	color: #7A7A7A;
	margin: 0 0 20px 0;
	line-height: 1.5;
}

.shop-notification-btn-c2977c85 {
	display: inline-block;
	background-color: #906e4e; /* matching Color 3 from globals */
	color: #ffffff !important;
	text-decoration: none;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 6px;
	transition: background-color 0.2s;
}

.shop-notification-btn-c2977c85:hover {
	background-color: #72563c;
}
