.alamar-us-half-shipping-banner-wrap {
	display: none;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 16px 0;
	position: relative;
	z-index: 30;
}

.alamar-us-half-shipping-banner-wrap.is-visible {
	display: block;
}

.alamar-us-half-shipping-banner {
	box-sizing: border-box;
	width: fit-content;
	max-width: min(920px, calc(100vw - 32px));
	min-height: 40px;
	max-height: 50px;
	margin: 0 auto;
	padding: 0 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #f09fc5;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	overflow: hidden;
}

.alamar-us-half-shipping-original-price {
	display: inline-block;
	margin-right: 0.45em;
	color: currentColor;
	opacity: 0.58;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	white-space: nowrap;
}

.alamar-us-half-shipping-current-price {
	white-space: nowrap;
	font-weight: 600;
}

.wc-block-components-totals-shipping .alamar-us-half-shipping-original-price,
.wc-block-components-shipping-rates-control .alamar-us-half-shipping-original-price {
	font-size: 0.95em;
}

@media (max-width: 640px) {
	.alamar-us-half-shipping-banner-wrap {
		padding: 8px 12px 0;
	}

	.alamar-us-half-shipping-banner {
		max-width: calc(100vw - 24px);
		min-height: 38px;
		padding: 0 16px;
		font-size: 12px;
	}
}
