#cheers-activated-promotion-popup-container {
  position: fixed;
  width: 100%;
  top: 20%;
  z-index: 99999999;
  display: flex;
  justify-content: center;
}

#cheers-cashback-widget-container {
  position: fixed;
  width: 420px;
  z-index: 99999999;
  display: flex;
  pointer-events: auto;
  /* bottom: 5%;
  left: 42px;
  justify-content: flex-start; */
}

/* Position classes */
#cheers-cashback-widget-container.position-bottom-left {
  bottom: 5%;
  left: 42px;
  justify-content: flex-start;
}

#cheers-cashback-widget-container.position-bottom-right {
  bottom: 5%;
  right: 42px;
  justify-content: flex-end;
}

#cheers-cashback-widget-container.position-top-left {
  top: 5%;
  left: 42px;
  justify-content: flex-start;
}

#cheers-cashback-widget-container.position-top-right {
  top: 5%;
  right: 42px;
  justify-content: flex-end;
}

#cheers-cashback-widget {
  pointer-events: auto;
}

#cheers-cashback-collapsed {
  pointer-events: auto;
}

canvas:empty {
  display: initial;
}

.shopify-block.shopify-app-block {
  width: 100%; /* 500 level store override */
}

body.cheers-automated-add-to-cart.upcartPopupShow {
  overflow: auto !important;
}