/** Shopify CDN: Minification failed

Line 10:0 Unexpected "{"
Line 10:1 Unexpected "{"
Line 10:3 Expected identifier but found "'electric-cat.css'"
Line 11:0 Unexpected "<"
Line 42:0 Unexpected "<"

**/
{{ 'electric-cat.css' | asset_url | append: '?v=2' | stylesheet_tag }}
<style>
/* force the thin top banner color, site-wide */
.header .menu-promotion,
.menu-promotion,
.menu-promotion__bar,
.header__top,
.header__announcement,
.header__announcement-bar {
  background:#ff5bc7 !important;
  color:#fff !important;
  line-height:1.3em !important;
  border-bottom:1px solid rgba(255,255,255,.25) !important;
}

/* keep it thin */
.menu-promotion,
.menu-promotion__bar,
.header__top { padding:6px 0 !important; }

/* make the text/links white */
.menu-promotion a,
.menu-promotion__bar a,
.header__announcement a,
.header__top a,
.menu-promotion *,
.menu-promotion__bar *,
.header__announcement *,
.header__top * {
  color:#fff !important;
  text-decoration:none !important;
}
</style>
