/* Custom toast */
.wsg-toast {
  position: fixed;
  z-index: 10;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  background: #202123;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #e3e5e7;
  display: none;
  text-align: center;
  max-width: 90%;
  width: fit-content;
}
.wsg-toast.default {
  background: #202123;
  color: #e3e5e7;
}
.wsg-toast.error {
  background: red;
  color: #e3e5e7;
}

.product--no-media .wsg-hide-prices-element {
  text-align: center;
}
.cart-notification {
  display: none;
}
