.bfcm-wrapper {
	background: url("../images/bfcm/bfcm-bg.svg") center no-repeat, #000000;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	z-index: 99;
}
@media (max-width: 610px) {
	.bfcm-wrapper {
		min-height: 118px;
	}
}
@media (max-width: 440px) {
	.bfcm-wrapper {
		min-height: 100px;
	}
}
@media (max-width: 540px) {
	.bfcm-wrapper {
		background: #000000;
	}
}
.bfcm-wrapper.fixed {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
}
@media (max-width: 768px) {
	.bfcm-wrapper .container {
		padding: 0 5px;
	}
}
.bfcm-wrapper .bfcm-landing-link {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
}
.bfcm-wrapper .bfcm-deal {
	min-height: 50px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.bfcm-wrapper .bfcm-deal .iphone-button-wrapper {
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
}
.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button {
	padding: 12px 20px 11px;
	background-color: #FF82E6;
	font-size: 12px;
	font-weight: 800;
	line-height: 18px;
	letter-spacing: 0.24px;
	text-transform: uppercase;
	color: #000000;
	border-radius: 54px;
	font-family: "Euclid Circular A", sans-serif;
	transition: 0.3s;
	z-index: 5;
}
.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button:hover {
	background-color: rgba(255, 130, 230, 0.8);
}
.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button i {
	display: none;
}
@media (max-width: 991px) {
	.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button {
		display: none;
	}
}
@media (max-width: 768px) {
	.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button {
		background: #87E64C;
		line-height: 1;
		font-size: 12px;
		display: inline-block;
	}
	.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button i {
		font-size: 18px;
		display: block;
		rotate: 180deg;
	}
	.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button span {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button {
		line-height: 1;
		font-size: 12px;
		display: inline-block;
	}
}
@media (max-width: 780px) {
	.bfcm-wrapper .bfcm-deal {
		gap: 0;
	}
}
@media (min-width: 768px) {
	.bfcm-wrapper .bfcm-deal {
		height: 50px;
	}
}
@media (max-width: 767px) {
	.bfcm-wrapper .bfcm-deal {
		flex-direction: column;
		padding: 10px 0;
		gap: 10px;
	}
}
.bfcm-wrapper .bfcm-deal .bfcm-title-wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
}
@media (max-width: 1024px) {
	.bfcm-wrapper .bfcm-deal .bfcm-title-wrapper {
		gap: 10px;
	}
}
.bfcm-wrapper .bfcm-deal .bfcm-title-wrapper .bfcm-title {
	font-size: 24px;
	line-height: 30px;
	font-family: "Euclid Circular A", sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}
@media (min-width: 1024px) {
	.bfcm-wrapper .bfcm-deal .bfcm-title-wrapper .bfcm-title {
		margin-top: 3px;
	}
}
.bfcm-wrapper .bfcm-deal .bfcm-title-wrapper .bfcm-title-stroke {
	-webkit-text-stroke: 0.8px #ffffff;
	color: transparent;
}
@media (max-width: 1024px) {
	.bfcm-wrapper .bfcm-deal .bfcm-title-wrapper .bfcm-title {
		line-height: 22px;
		font-size: 14px;
	}
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner {
	display: flex;
	align-items: center;
	max-height: 36px;
	gap: 10px;
}
@media (max-width: 767.98px) {
	.bfcm-wrapper .bfcm-deal .countdown-coupon-banner {
		gap: 2px;
		justify-content: space-between;
		width: 100%;
	}
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner .items {
	display: flex;
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner .items .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #000000;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner .items .item .value {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner .items .item .label {
	font-style: normal;
	font-weight: 500;
	font-size: 8px;
	opacity: 0.5;
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner .items .item:last-child {
	margin: 0;
}
@media (max-width: 768px) {
	.bfcm-wrapper .bfcm-deal .bfcm-desktop-img {
		display: none;
	}
}
.bfcm-wrapper .bfcm-deal .bfcm-mobile-img-text {
	display: none;
}
@media (max-width: 768px) {
	.bfcm-wrapper .bfcm-deal .bfcm-mobile-img-text {
		display: block;
		width: 100%;
		height: auto;
	}
}
.bfcm-wrapper .bfcm-deal .bfcm-mobile-img-box {
	display: none;
}
@media (max-width: 767.98px) {
	.bfcm-wrapper .bfcm-deal .bfcm-mobile-img-box {
		display: block;
	}
}
.bfcm-wrapper .bfcm-deal .extended-deal {
	background-image: url("assets/images/bfcm/extended-bg.png");
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 121px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1024px) {
	.bfcm-wrapper .bfcm-deal .extended-deal {
		background-image: url("assets/images/bfcm/extended-bg-straight.png");
		width: 76px;
		height: 21px;
	}
}
.bfcm-wrapper .bfcm-deal .extended-deal .extended-title {
	font-style: italic;
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.72px;
	color: #000000;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	text-transform: uppercase;
	margin-top: 5px;
	font-family: "Euclid Circular A", sans-serif;
}
@media (max-width: 1024px) {
	.bfcm-wrapper .bfcm-deal .extended-deal .extended-title {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		margin-top: 0;
		font-size: 11px;
		line-height: 15px;
	}
}

.bfcm-wrapper + #masthead {
	z-index: 9;
}

.scroll-off {
	overflow: hidden;
}

.scroll-off #masthead {
	z-index: 99;
}

.navbar.fixed {
	top: 50px;
}

.bfcm-mobile-img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.navbar.fixed {
		top: 117px;
	}
}

@media (max-width: 440px) {
	.navbar.fixed {
		top: 100px;
	}
}