#spectroptic-promo-banner-mount {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#spectroptic-promo-banner {
	box-sizing: border-box;
	position: relative;
	z-index: 99999;
	display: block;
	width: 100%;
	height: var(--spb-height, 35px);
	min-height: var(--spb-height, 35px);
	margin: 0;
	padding: 0 15px;
	background: var(--spb-background, #000);
	color: var(--spb-color, #fff);
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: var(--spb-height, 35px);
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#spectroptic-promo-banner *,
#spectroptic-promo-banner *::before,
#spectroptic-promo-banner *::after {
	box-sizing: border-box;
}

.spectroptic-promo-banner__inner {
	overflow: hidden;
	max-width: 100%;
	height: var(--spb-height, 35px);
	margin: 0 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#spectroptic-promo-banner:hover,
#spectroptic-promo-banner:focus,
#spectroptic-promo-banner:active,
#spectroptic-promo-banner:visited {
	color: var(--spb-color, #fff);
	text-decoration: none;
}

#spectroptic-promo-banner:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: -2px;
}

@media (max-width: 600px) {
	#spectroptic-promo-banner {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 12px;
	}
}
