/**
 * Blocksy header top bar — free-shipping progress shortcode.
 * Success message uses design-system green (#16A34A).
 */

.ct-header [data-row="top"] [class*="ct-shipping-progress"] {
	--product-progress-bar-active-color: #16a34a;
	--product-progress-bar-active-color-2: #16a34a;
}

.ct-header [data-row="top"] [class*="ct-shipping-progress"]:has(.ct-progress-bar span[style*="100%"]) .ct-message {
	color: #16a34a;
	font-weight: 600;
}

.ct-header [data-row="top"] [class*="ct-shipping-progress"]:has(.ct-progress-bar span[style*="100%"]) .ct-progress-bar {
	display: none;
}
