.sauce--empty-container {
  position: relative;
  width: 100%;

  font-size: 14px;
  line-height: 20px;
}

.sauce--empty-preview {
  padding-top: 10px;
  width: 100%;
  filter: blur(6px);
  -webkit-mask-image: linear-gradient(black, transparent);
  mask-image: linear-gradient(black, transparent);
  opacity: 0.6;
  pointer-events: none;
  max-height: 600px;
  overflow: hidden;
}

.sauce--empty-message-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px;
  background-color: white;
  border-radius: 4px;
}

.sauce--empty-title {
  font-size: 20px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}

.sauce--empty-description {
  font-family: Helvetica, Arial, sans-serif;
}

.sauce--embeds-empty-placeholder,
.sauce--embeds-no-access {
  position: relative;
  height: 320px;
  margin-bottom: 20px;
}

.sauce--embeds-shopify-primary-account-selection {
  position: absolute;
  height: 160px;
  left: 0;
  right: 0;
  margin-top: 20px;
}

.sauce--embeds-empty-placeholder__message,
.sauce--embeds-no-access__message {
  margin: 0;
}

.sauce--embeds-empty-placeholder .sauce--embeds-empty-placeholder__container,
.sauce--embeds-no-access .sauce--embeds-no-access__container,
.sauce--embeds-shopify-primary-account-selection .sauce--embeds-shopify-primary-account-selection__container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sauce--embeds-empty-placeholder .sauce--embeds-empty-placeholder__message,
.sauce--embeds-no-access .sauce--embeds-no-access__container,
.sauce--embeds-shopify-primary-account-selection .sauce--embeds-shopify-primary-account-selection__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: white;
  padding: 20px;
  z-index: 2;
}

.sauce--embeds-shopify-primary-account-selection .sauce--embeds-shopify-primary-account-selection__dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 80px);
  min-width: 66%;
}

.sauce--embeds-shopify-primary-account-selection .sauce--embeds-shopify-primary-account-selection__cta {
  display: block;
  margin-top: 8px;
  border-width: 2px;
  border-color: #0900C3;
  border-style: solid;
  color: #0900C3;
  background-color: transparent;
  padding: 0 16px;
  text-decoration: none;
}

.sauce--embeds-shopify-primary-account-selection .sauce--embeds-shopify-primary-account-selection__cta:hover {
  color: white;
  background-color: #0900C3;
}

.sauce--embeds-shopify-primary-account-selection .sauce--embeds-shopify-primary-account-selection__footer {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
}

.sauce--embeds-empty-placeholder .sauce--embeds-empty-placeholder__background,
.sauce--embeds-no-access .sauce--embeds-no-access__background,
.sauce--embeds-shopify-primary-account-selection .sauce--embeds-shopify-primary-account-selection__background {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.sauce--embeds-empty-placeholder__preview-only,
.sauce--embeds-no-access__preview-only {
  font-size: 10px;
  font-style: italic;
}
