.bolt-fsb {
	--bolt-fsb-green: #70b04e;
	--bolt-fsb-green-bg: #e6f4ea;
	--bolt-fsb-green-text: #1f3d1a;
	--bolt-fsb-track: #d5e6d4;
	--bolt-fsb-charcoal: #1a1a1a;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 12px;
	padding: 12px 14px;
	background: var(--bolt-fsb-green-bg);
	border-radius: 10px;
	color: var(--bolt-fsb-green-text);
}

.bolt-fsb[hidden],
.bolt-fsb.is-empty {
	display: none !important;
}

.bolt-fsb__inner {
	display: flex;
	flex-direction: column;
}

.bolt-fsb__text {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--bolt-fsb-green-text);
}

.bolt-fsb__amount,
.bolt-fsb__amount .woocommerce-Price-amount,
.bolt-fsb__amount .woocommerce-Price-currencySymbol {
	font-weight: 700;
}

.bolt-fsb__track {
	display: block;
	width: 100%;
	height: 8px;
	margin: 10px 0 0;
	overflow: hidden;
	background: var(--bolt-fsb-track);
	border-radius: 999px;
}

.bolt-fsb__fill {
	display: block;
	height: 100%;
	background: var(--bolt-fsb-green);
	border-radius: 999px;
	transition: width 0.25s ease;
}

.bolt-fsb.is-complete .bolt-fsb__fill {
	width: 100%;
}

body.bolt-fsb-hide-theme-bar .bowe-wc__free-shipping {
	display: none !important;
}
