.custom-modal-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-modal-scrollbar::-webkit-scrollbar-track {
  background: #F8FAFC;
}
.custom-modal-scrollbar::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 9999px;
}
.custom-modal-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #94A3B8;
}

#cartModal {
  transition: opacity 0.2s ease-in-out;
}

#cart-toast-container {
  pointer-events: none;
}

#cart-toast-container > div {
  pointer-events: auto;
}