/*
 * Shoptimizer Child Theme — Custom CSS
 * Managed by Seal Media / Claude Code
 *
 * MIGRATED FROM: WordPress Customizer → Additional CSS (2026-04-17)
 * These rules were previously stored in the Customizer and would have
 * been lost on a parent theme switch. They now live here permanently.
 * ─────────────────────────────────────────────────────────────────────
 */

/* Hide cart drawer heading */
#shoptimizerCartDrawer > div.cart-drawer-heading {
  display: none !important;
}

/* WooCommerce notice/message background — brand yellow */
.woocommerce-message {
  background-color: #f4be40;
}
