.fgbfw-bar {
	box-sizing: border-box;
	margin: 0 auto 18px;
	padding: 14px;
	border: 1px solid #d8dee4;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #1d2327;
	max-width: min(1120px, calc(100% - 32px));
	width: 100%;
}

.fgbfw-bar.sitewide {
	margin-top: 12px;
	clear: both;
	flex: 0 0 100%;
	position: relative;
	z-index: 1;
}

.fgbfw-bar--pending {
	display: none;
}

.fgbfw-bar--ready {
	display: block;
}

.fgbfw-bar__content {
	display: flex;
	align-items: center;
	gap: 12px;
}

.fgbfw-bar__icon {
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.fgbfw-bar__body {
	flex: 1 1 auto;
	min-width: 0;
}

.fgbfw-bar__message {
	margin: 0 0 9px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
}

.fgbfw-bar__gift-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fgbfw-bar__gift-link:hover,
.fgbfw-bar__gift-link:focus {
	text-decoration-thickness: 2px;
}

.fgbfw-bar__track {
	overflow: hidden;
	height: 12px;
	border-radius: 999px;
	background: #e7edf2;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.fgbfw-bar__fill {
	height: 100%;
	min-width: 0;
	border-radius: inherit;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
	transition: width 180ms ease;
}

.fgbfw-bar--unlocked {
	border-color: #b8dbc5;
	background: linear-gradient(180deg, #ffffff 0%, #f3fbf6 100%);
}

.fgbfw-gift-quantity {
	display: inline-block;
	min-width: 2em;
	text-align: center;
}

.fgbfw-free-gift-cart-item .product-name,
.fgbfw-free-gift-cart-item .wc-block-cart-item__product {
	font-weight: 600;
}

@media (max-width: 480px) {
	.fgbfw-bar__content {
		align-items: flex-start;
	}

	.fgbfw-bar__icon {
		width: 32px;
		height: 32px;
	}
}
