/**
 * Breakdance ↔ SureCart — Static CSS
 *
 * Base fallbacks only. All real variable values are injected dynamically
 * by css-bridge.php via a <style> block in wp_head.
 *
 * @package CartDance
 */

/* Smooth transitions on SureCart interactive parts */
sc-button::part(base) {
  transition: background 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

sc-input::part(base),
sc-select::part(base),
sc-customer-email::part(base) {
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
