/* src/config/demo-nike/customer.scss */
:root,
:host {
  --header-background-color: transparent;
  --sidebar-background: transparent;
  --sidebar-header-background: transparent;
  --breadcrumb-color: white;
  --background-color: transparent;
  --background-dark-color: transparent;
  --side-navbar-li-hover-background: #bdbdbd40;
}
body,
html {
  background-image: url(/assets/img/demo-nike/background-image.gif);
  background-color: #020100;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

/* angular:styles/global:customer */
