/** Promo code css **/

.promo-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 13px 20px;
	position: fixed;
	top: calc( var(--top-menu-height) + var(--admin-bar-height, 0px) ) !important;
	left: 0;
	z-index: 11;
	max-width: 100vw;
}

.promo-text {
	font-family: inherit;
	font-style: normal;
	font-weight: var(--wp--custom--body--typography--font-weight);
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 0;
}

.promo-banner.promo-banner-html > * {
	max-width: 1200px;
}
