.wcbp-banner {
	position: fixed;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	z-index: 999999;
	width: min(900px, calc(100% - 28px));
	font-family: inherit;
}

.wcbp-banner[hidden] {
	display: none !important;
}

.wcbp-banner__inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 52px 14px 16px;
	background: #fff;
	color: #1d2327;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 12px;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .2);
}

.wcbp-banner--info .wcbp-banner__inner {
	min-height: 74px;
}

.wcbp-banner__image {
	flex: 0 0 92px;
	width: 92px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	background: #f6f7f7;
}

.wcbp-banner__image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

.wcbp-banner__content {
	flex: 1 1 auto;
	min-width: 0;
}

.wcbp-banner__message {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
}

.wcbp-banner__message p {
	margin: 0;
}

.wcbp-banner__condition,
.wcbp-banner__status {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.35;
	opacity: .82;
}

.wcbp-banner__status {
	opacity: 1;
}

.wcbp-banner__button {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 18px;
	border-radius: 7px;
	background: #2271b1;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	transition: filter .15s ease, transform .15s ease;
}

.wcbp-banner__button:hover,
.wcbp-banner__button:focus {
	filter: brightness(.9);
	color: #fff !important;
	text-decoration: none !important;
}

.wcbp-banner__button:active {
	transform: translateY(1px);
}

.wcbp-banner__close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #50575e;
	font-size: 28px;
	line-height: 30px;
	cursor: pointer;
}

.wcbp-banner__close:hover,
.wcbp-banner__close:focus {
	color: #1d2327;
}

.wcbp-gift-badge {
	display: inline-block;
	margin-left: 6px;
	padding: 2px 7px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	background: #f0f0f1;
	vertical-align: middle;
}

.wcbp-fixed-quantity {
	display: inline-block;
	font-weight: 600;
}

@media (max-width: 640px) {
	.wcbp-banner {
		bottom: 10px;
		width: calc(100% - 20px);
	}

	.wcbp-banner__inner {
		align-items: flex-start;
		gap: 10px;
		padding: 12px 42px 12px 12px;
		border-radius: 10px;
	}

	.wcbp-banner__image {
		flex-basis: 64px;
		width: 64px;
		height: 64px;
	}

	.wcbp-banner__message {
		font-size: 14px;
	}

	.wcbp-banner__condition,
	.wcbp-banner__status {
		font-size: 12px;
	}

	.wcbp-banner__button {
		align-self: center;
		min-height: 38px;
		padding: 8px 11px;
		font-size: 13px;
		white-space: normal;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.wcbp-banner__inner {
		flex-wrap: wrap;
	}

	.wcbp-banner__content {
		flex: 1 1 calc(100% - 76px);
	}

	.wcbp-banner__button {
		width: 100%;
		margin-left: 74px;
	}

	.wcbp-banner--info .wcbp-banner__content {
		flex: 1 1 calc(100% - 76px);
	}
}
