.black-friday-banner {
	padding: 0;
	background: linear-gradient(to right, #40465C 50%, #2B335D 50%);
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.black-friday-banner__container {
	background-image: url('/images/pages/banners/black-friday-background.svg');
	width: 1440px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.black-friday-banner__link {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.black-friday-banner__title {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.black-friday-banner__title_gold {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-transform: uppercase;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 145%;
	color: #FFDB66;
}

.black-friday-banner__title:hover > .black-friday-banner__title_gold {	
	text-decoration-line: underline;
	text-decoration-style: solid;
	color: #FFDB66;
}

.black-friday-banner__title_white {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 145%;
	color: #FFF;
}

.black-friday-banner__title:hover > .black-friday-banner__title_white {
	text-decoration-line: underline;
	text-decoration-style: solid;
	color: #FFF;
}

.black-friday-banner__title_white__gold-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -30px;
}

.black-friday-banner__title_white__gold-button-text {
	position: absolute;
	text-transform: uppercase;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 145%;
	color: #1F2429;
}

.black-friday-banner__title_unclickable {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-items: center;
	gap: 8px;
	cursor: default;
	text-decoration: none;
}

.black-friday-banner__icon_close {
	cursor: pointer;
	display: flex;
	position: absolute;
	right: 30px;
}

@media screen and (max-width: 689px) {
	.black-friday-banner {
		display: none;
	}
}
