/* Add custom CSS styles below */ 
/* Pin header icons to the edge even when an app injects its own CSS */
.anjiz-header .anjiz-header__bar .anjiz-header__actions {
  flex: 0 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin-left: auto !important;
}
[dir='rtl'] .anjiz-header .anjiz-header__bar .anjiz-header__actions {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.anjiz-header .anjiz-header__cart-engine {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}