[hidden] {
  display: none !important;
}

button {
  font-family: inherit;
}

.storefront-toast {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 120;
  width: min(calc(100vw - 2rem), 420px);
  transform: translateX(-50%);
  border: 2px solid #111111;
  border-radius: 999px;
  background: #111111;
  color: #c8e63d;
  padding: .85rem 1.1rem;
  text-align: center;
  font-size: .86rem;
  font-weight: 900;
  box-shadow: 5px 5px 0 #ff6b2c;
}

.is-disabled-by-catalog {
  cursor: not-allowed !important;
  opacity: .52;
  pointer-events: none;
}
