/**
 * BIGF Headless — thin front layer (theme.json does the heavy lifting).
 */

.bigf-card {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card, 14px);
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(8px);
}

.bigf-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.75rem;
	border-radius: var(--wp--custom--radius--pill, 999px);
	border: 1px solid var(--wp--preset--color--line);
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--muted);
}

/* WooCommerce block tweaks inside dark shell */
.wc-block-components-button:not(.is-link) {
	border-radius: var(--wp--custom--radius--pill, 999px);
}

.wc-block-components-product-price,
.wc-block-components-product-summary {
	color: var(--wp--preset--color--snow);
}

.wc-block-components-product-summary {
	opacity: 0.92;
}
