/* Cart Notification Styles */
.cart-notification {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  z-index: 1000;
}