html {
  -webkit-tap-highlight-color: transparent;
}

#cart-body tr {
  border-bottom: 1px solid rgba(51, 65, 85, 0.6);
}

#cart-body tr:last-child {
  border-bottom: none;
}

.tab-btn.active {
  background: rgba(16, 185, 129, 0.25);
  color: rgb(167, 243, 208);
  border-color: rgba(16, 185, 129, 0.45);
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translate(-50%, 12px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

#toast.show {
  animation: toast-in 0.2s ease-out forwards;
}

#qr-reader {
  min-height: 240px;
  border-radius: 12px;
  overflow: hidden;
}

#qr-reader video {
  border-radius: 12px;
}

.product-chip:active {
  transform: scale(0.98);
}
