.atc-toast-wrap {
  position: fixed;
  z-index: 1600;
  bottom: 16px;
  right: 16px;
  left: 16px;
  pointer-events: none;
}
.atc-toast {
  width: 100%;
  background: var(--color-background);
  color: var(--color-foreground);
  pointer-events: auto;
  border-radius: 0px;
  position: unset !important;
  transform: unset !important;
  text-align: left !important;
  border-radius: 12px;
}
.atc_feedback_text {
  color: var(--color-foreground);
}
.toast_view_cart {
  color: var(--color-foreground-heading);
}
.atc_feedback_icon {
  color: #3BB346;
}
.atc_error_icon {
  color: #F93920;
}
@media (min-width: 960px) {
  .atc-toast-wrap {
    bottom: 40px;
    right: 40px;
  }
  .atc-toast {
    width: 377px;
    border-radius: 12px;
  }
}
