
body {
  font-family: Arial, sans-serif;
}
.container {
  display: flex;
  gap: 20px;
}
.box {
  width: 50%;
}
.finalizar-btn, .produto-btn {
  margin-top: 10px;
}
#popup-escolha-cupom {
  background: #fff;
  border: 1px solid #333;
  padding: 20px;
  position: fixed;
  top: 30%;
  left: 30%;
  z-index: 100;
}
