.shipthba {
	background: var(--fsb-bg);
	color: var(--fsb-text);
	font-size: var(--fsb-font);
	border-radius: var(--fsb-radius);
	box-shadow: 0 1px 4px rgba(17, 24, 39, 0.12);
	margin: 12px 0;
	padding: 12px 14px;
	width: 100%;
	box-sizing: border-box;
}

.shipthba * {
	box-sizing: border-box;
}

.shipthba__inner {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 0 auto;
	max-width: 1120px;
}

.shipthba__icon {
	font-size: 20px;
	line-height: 1;
}

.shipthba__content {
	flex: 1;
	min-width: 0;
}

.shipthba__message {
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 7px;
}

.shipthba__track {
	background: var(--fsb-track);
	border-radius: 999px;
	height: var(--fsb-height);
	overflow: hidden;
	width: 100%;
}

.shipthba__fill {
	background: var(--fsb-bar);
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: width 220ms ease;
	width: var(--fsb-progress);
}

.shipthba--striped .shipthba__fill {
	background-image: linear-gradient(45deg, rgba(255,255,255,0.25) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.25) 75%, transparent 75%, transparent);
	background-size: 18px 18px;
}

.shipthba__percent {
	font-size: 12px;
	font-weight: 700;
	margin-top: 4px;
	text-align: right;
}

.shipthba--top_banner {
	border-radius: 0;
	margin: 0;
	position: relative;
	z-index: 40;
}

.shipthba--mobile_sticky {
	border-radius: var(--fsb-radius) var(--fsb-radius) 0 0;
	bottom: 0;
	display: none;
	left: 0;
	margin: 0;
	position: fixed;
	z-index: 9998;
}

.shipthba--floating_widget {
	max-width: 360px;
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9997;
}

@media (max-width: 782px) {
	.shipthba {
		border-radius: 0;
		font-size: max(13px, var(--fsb-font));
	}

	.shipthba--mobile_sticky {
		display: block;
	}

	.shipthba--floating_widget {
		display: none;
	}
}

/* Block Cart & Block Checkout container */
.shipthba-blocks-container {
	margin-bottom: 16px;
	width: 100%;
}

.shipthba-blocks-container .shipthba {
	margin: 0;
}
