body.shop-system {
  background: #fff;
  padding-top: 50px;
}

#notification {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(33,37,41,0.35);
  top: 0;
}

#notification .container {
  position: fixed;
  background: var(--bs-warning);
  z-index: 10;
  padding: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 15px;
  width: clamp(90%, 20vw,350px);
}

