.fe-fb-free-shipping {
	--fe-fb-fs-track: #e8e8e8;
	--fe-fb-fs-fill: #22a06b;
	--fe-fb-fs-fill-achieved: #22a06b;
	width: 100%;
}

.fe-fb-free-shipping__message {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	line-height: 1.4;
}

.fe-fb-free-shipping__track {
	height: 8px;
	width: 100%;
	border-radius: 999px;
	background: var(--fe-fb-fs-track);
	overflow: hidden;
}

.fe-fb-free-shipping__fill {
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: var(--fe-fb-fs-fill);
	transition: width 0.35s ease;
}

.fe-fb-free-shipping--achieved .fe-fb-free-shipping__fill {
	background: var(--fe-fb-fs-fill-achieved);
}

.fe-fb-free-shipping--mini-cart {
	flex-shrink: 0;
	padding: 0.875rem 1.25rem 0.75rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}

.fe-fb-free-shipping--mini-cart .fe-fb-free-shipping__message {
	margin-bottom: 0.625rem;
	font-size: 0.875rem;
}
