#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: 460px;
  z-index: 99999999;
  display: flex;
  pointer-events: auto;
}

#cheers-cashback-widget-container .cheers-expired-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-radius: 20px;
}
#cheers-cashback-widget-container .cheers-expired-text {
  color: #ec221f;
  font-size: 32px;
  font-weight: bold;
  border: 8px solid #ec221f;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: rotate(-15deg);
}

#cheers-cashback-widget-container .cheers-cashback-widget-box-shadow {
  box-shadow: 4px 6px 0 0 #e0e0e0, 0 4px 4px -4px rgba(12, 12, 13, 0.05),
    0 16px 32px -4px rgba(12, 12, 13, 0.1);
}

#cheers-cashback-widget-container .cheers-cashback-widget-box-shadow-small {
  box-shadow: 2px 3px 0 0 #e0e0e0, 0 2px 2px -3px rgba(12, 12, 13, 0.05),
    0 8px 16px -6px rgba(12, 12, 13, 0.1);
}

@media (max-width: 768px) {
  #cheers-cashback-collapsed {
    position: fixed !important;
    left: 24px !important;
    bottom: 16px !important;
    right: auto !important;
    top: auto !important;
    z-index: 1000;
    padding: 6px 8px 6px 8px !important;
    font-size: 14px !important;
  }
}

#cheers-cashback-widget #cheers-offer-expiration-text {
  font-size: 14px !important;
}

#cheers-cashback-widget-container .cheers-expired-join-active-promotion {
  /*display: none !important;*/
}

@media (max-width: 768px) {
  #cheers-cashback-widget {
    position: fixed !important;
    left: 16px !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    max-width: none !important;
    width: auto !important;
    margin: 0 !important;
    z-index: 1001;
    max-height: 90vh;
    overflow-y: auto;
  }
  #cheers-cashback-widget #cheers-offer-expiration-text {
    font-size: 12px !important;
  }
}

/* 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;
}

/* Hide the main storefront pick container - form should only appear in cart drawers */
#cheers-storefront-pick-container {
  display: none !important;
}
