/* Shared Storefront primitives. Keep this file small and backed by real usage. */
body.bhs-commerce-active {
	--bhs-ui-surface: #ffffff;
	--bhs-ui-surface-soft: #f4f8fb;
	--bhs-ui-surface-blue: #edf7fd;
	--bhs-ui-surface-raised: #fbfdff;
	--bhs-ui-action-bg: var(--bhs-blue-deep);
	--bhs-ui-action-bg-hover: #075f9e;
	--bhs-ui-action-text: #ffffff;
	--bhs-ui-success: #0d7f55;
	--bhs-ui-danger: #9b2c2f;
	--bhs-ui-radius: 8px;
	--bhs-ui-radius-control: 7px;
	--bhs-ui-line-soft: rgba(12, 52, 87, 0.13);
	--bhs-ui-control-line: rgba(0, 75, 131, 0.16);
	--bhs-ui-control-line-muted: rgba(0, 75, 131, 0.18);
	--bhs-ui-control-line-hover: rgba(0, 75, 131, 0.28);
	--bhs-ui-control-line-strong: rgba(0, 75, 131, 0.34);
	--bhs-ui-control-blue-line: rgba(0, 73, 135, 0.14);
	--bhs-ui-focus-ring: rgba(0, 107, 173, 0.12);
	--bhs-ui-focus-ring-strong: rgba(0, 107, 173, 0.24);
	--bhs-ui-shadow-action: 0 8px 18px rgba(0, 75, 131, 0.13);
	--bhs-ui-shadow-action-hover: 0 10px 22px rgba(0, 75, 131, 0.17);
	--bhs-ui-action-bg-strong: #003f72;
}
