p.woocommerce-store-notice.demo_store {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 50px !important;
	height: auto !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	overflow: visible !important;
	border: 0 !important;
	line-height: 1.4 !important;
}

p.woocommerce-store-notice.demo_store > .woocommerce-store-notice__dismiss-link {
	display: none !important;
}

p.woocommerce-store-notice.demo_store.msas-store-notice-empty {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.msas-topbar-wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	font-family: inherit;
}

.msas-topbar-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.msas-topbar-text {
	color: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: .3px;
}

p.woocommerce-store-notice.demo_store a.msas-topbar-cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 4px 15px !important;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: filter .2s ease;
}

.msas-topbar-cta:hover {
	filter: brightness(1.1);
}

.msas-topbar-cta::after {
	position: absolute;
	top: -40%;
	left: -130%;
	width: 52%;
	height: 180%;
	pointer-events: none;
	background: linear-gradient(100deg, rgb(255 255 255 / 0), rgb(255 255 255 / 45%), rgb(255 255 255 / 0));
	content: "";
	transform: skewX(-18deg);
	animation: msas-topbar-shimmer 4s ease-in-out infinite;
}

@keyframes msas-topbar-shimmer {
	0%, 74% { left: -130%; }
	92%, 100% { left: 145%; }
}

@media (max-width: 768px) {
	p.woocommerce-store-notice.demo_store {
		flex-direction: column !important;
		min-height: 0 !important;
		padding: 8px 12px !important;
	}

	.msas-topbar-row {
		flex-direction: column;
		gap: 8px;
	}

	.msas-topbar-text { font-size: 12px; }
	.msas-topbar-cta { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
	.msas-topbar-cta::after { animation: none; }
}

.msas-product-promotion {
	clear: both;
	width: 100%;
	margin: 16px 0 18px;
}

.msas-product-promotion-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 10px;
	transition: filter .2s ease;
}

.msas-product-promotion-link {
	display: block;
	border-radius: 10px;
}

.msas-product-promotion-link:hover .msas-product-promotion-image {
	filter: brightness(.94);
}

.msas-product-promotion-link:focus-visible {
	outline: 3px solid #f26a21;
	outline-offset: 3px;
}
