.hwsfg-progress {
	margin: 0 0 18px;	
	padding: 14px 16px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.hwsfg-progress--mini-cart {
	margin: 12px 0 14px;
	padding: 12px;
	font-size: 0.92em;
}

.hwsfg-progress--product {
	margin-top: 14px;
}

.hwsfg-progress__message {
	margin: 0 0 9px;
	font-weight: 600;
	line-height: 1.35;
}

.hwsfg-progress__track {
	overflow: hidden;
	height: 9px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.09);
}

.hwsfg-progress__bar {
	display: block;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: var(--primary-color, currentColor);
	transition: width 220ms ease;
}

.hwsfg-progress--complete .hwsfg-progress__bar {
	width: 100%;
}

.hwsfg-progress__meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 7px;
	font-size: 0.84em;
	opacity: 0.72;
}

.widget_shopping_cart .hwsfg-progress,
.mfp-content .hwsfg-progress,
.off-canvas .hwsfg-progress,
.cart-popup-inner .hwsfg-progress {
	box-shadow: none;
}

@media (max-width: 549px) {
	.hwsfg-progress {
		padding: 12px;
	}

	.hwsfg-progress__meta {
		flex-direction: column;
		gap: 2px;
	}
}

.hwsfg-progress__gift-link {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hwsfg-gift-price {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	white-space: nowrap;
}

.hwsfg-gift-price__old {
	opacity: 0.65;
}

.hwsfg-gift-price__new {
	font-weight: 700;
	text-decoration: none;
}

.hwsfg-progress__inner--complete .hwsfg-progress__bar {
	width: 100%;
}

.hwsfg-progress--loading {
	opacity: 0.78;
	transition: opacity 180ms ease;
}

.hwsfg-progress__gift-separator {
	opacity: 0.8;
}
