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

#onsite-picks-container {
  position: fixed;
  width: 100%;
  top: 20%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#onsite-picks {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hide-onsite-picks-button {
  position: fixed;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-top: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 999999;
}

#hide-onsite-picks-button-popup {
  position: fixed;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  margin-top: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 999999;
}

#open-onsite-picks {
  cursor: pointer;
  padding: 0px;
  border: none;
  height: 300px;
}

#onsite-picks-backdrop {
  display: none;
  position: fixed;
  width: 100%;
  top: 0%;
  height: 100%;
  border: none;
  padding: 0;
  font: inherit;
  outline: none;
  z-index: 9999999999;
  background-color: rgba(0, 0, 0, 0.75);
  flex-direction: column;
  justify-content: center;
  left: 0;
}

.onsite-picks-modal {
  width: 100%;
  height: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  background-color: black;
  color: white;
  background-position: center;
  background-size: contain;
  z-index: 95;
}

#hide-onsite-picks-modal {
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 3px;
  margin-right: 10px;
  font-size: large;
  background: none;
}

canvas:empty {
  display: initial;
}

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