/* ============================================================
   Bravo Fashion - Gratis verzending balk
   ============================================================ */

.bravo-fs-bar {
	box-sizing: border-box;
	width: 100%;
	background: #14110c;
	color: #fff;
	padding: 14px 18px;
	border-radius: 10px;
	margin: 0 0 16px;
	font-family: inherit;
}

.bravo-fs-bar * {
	box-sizing: border-box;
}

.bravo-fs-bar__text {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.3;
}

.bravo-fs-bar__text .woocommerce-Price-amount {
	color: #C8A24A;
	font-weight: 800;
}

.bravo-fs-bar__star {
	color: #C8A24A;
	margin-right: 6px;
}

.bravo-fs-bar__track {
	position: relative;
	width: 100%;
	height: 7px;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	overflow: hidden;
}

.bravo-fs-bar__fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(90deg, #B88A3B 0%, #d6ab63 100%);
	border-radius: 999px;
	transition: width 0.5s ease;
}

.bravo-fs-bar.is-reached .bravo-fs-bar__fill {
	background: linear-gradient(90deg, #d6ab63 0%, #C8A24A 100%);
}

.bravo-fs-bar.is-reached .bravo-fs-bar__text {
	color: #fff;
}

/* Wrappers die we via JS/fragments gebruiken mogen geen extra ruimte geven. */
.bravo-fs-bar-fragment {
	display: block;
}
.bravo-fs-bar-fragment:empty {
	display: none;
}

@media (max-width: 768px) {
	.bravo-fs-bar {
		padding: 12px 14px;
	}
	.bravo-fs-bar__text {
		font-size: 12px;
	}
}
